Witam.
Mam problem, szukam kodu bądź modyfikacji do rozsuwanego menu HLTV. Poniżej screen o co mi chodzi.
22937594631012853258.png
Witam.
Mam problem, szukam kodu bądź modyfikacji do rozsuwanego menu HLTV. Poniżej screen o co mi chodzi.
22937594631012853258.png
Zainstaluj Wtyczka/Produkt vBH New Tabs Options
to nic nie dało
Tu poustawiaj odpowiednio pod swoje forumTo add new tabs please follow the below example
Link Name|URL=>target;usergroup id
Example:
This will open in a new window an is visible to the administrator and registered users.
vBulletin|http://www.vbulletin.com=>blank;6 2
This will open in the same window, and is only visible to unregistered users.
vBulletin.org|http://www.vbulletin.org=>self;1
This one will open in a new window, and it will be visible to all users.
vBulletin.org|http://www.vbulletin.org=>blank
If no usergroup is specified, then the link will be visible to all users. If you want to restrict tabs to specific usergroups, then add each id separated by spaces.
If no usergroup is added, then do not add the ';' at the end of line.
gdzie mam to wkleić bo ja jestem nowy w vb i tak średnio sobie radzę.
Zainstaluj tą wtyczkę: vBH-Add new tabs - vBulletin.org Forum i w niej ustawiasz.
Jeśli chcesz kod , to robiłem kiedyś cały pasek osobny z kategoriami właśnie rozwijanymi w taki sposób ..
Masz tu kawałek kodu , może Ci się przyda : )
Kod:<!-- start navbar popups --> <ul id="navtabs" class="navtabs floatcontainer<vb:if condition="$show['member'] AND $notifications_total"> notify</vb:if>"> <div class="navtabs"> <!-----------------Jakaś kategoria - początek---------------------> <li class="popupmenu"> <a href="javascript://" class="popupctrl"><font color="White">NAZWA KATEGORI</font></a> <ul class="popupbody popuphover"> <li><a href="LINK">OPIS</a></li> <li><a href="LINK">OPIS</a></li> <li><a href="LINK">OPIS</a></li> </ul></li> <!-----------------Koniec ---------------------> </div></ul> <!-- end navbar popups -->