![]() |
Code:
<script type="text/javascript"> |
I see where I messed up :). Thank you sooo much!
And if I wanted to add other links, I just have to do that simple short code or do I have to go through all that again? Cuz that isn't working either, but I hope Ill figure it out. |
The last two stages in the tutorial post explain how to add additional links. If you need any help with it, just ask.
|
quick question, i have this and it works great.I currently have the vbradio in my navbar and it is an open in a new window code.Is there a way to have a code in the drop down that opens in a new window?
|
Yes, when add the link as normal for one that will open in an external window.
eg Code:
<a href="www.mysite.com/mypage.php" [high]target="_blank"[/high]>Visit My Page</a> |
Hmm, a link appeared up there but not the ability to have a dropdown menu. Here is the code:
HTML Code:
<script type="text/javascript"> |
Close, just one little error in there.
Find Code:
<td id="custommenu" class="vbmenu_control"> Code:
<td id="apparate" class="vbmenu_control"> |
You are a genius! Worked out perfect.
Now, I have a question. Is it possible, well I know it is but do you know, how to make a dropdown menu viewable by only one usergroup? Like admins have their menu with links to ACP, advanced members have their menu, etc. |
Use
Code:
<if condition="is_member_of($user, x)"> Or use Code:
<if condition="is_member_of($user, x, y, z)"> In both instances replace the letters with the usergroup(s) you wish to be able to see the link. If you want it shown to all members use Code:
<if condition="$show[member]"> Code:
<if condition="$show[guest]"> Code:
is_member_of Code:
!is_member_of |
Thank you so much!
|
All times are GMT. The time now is 04:09 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|