![]() |
|
|
Article Options |
|
#451
|
||||
|
||||
|
Not really young anymore lol
__________________
![]() Posting for support? Read THIS first Do NOT PM me unless I asked you to. Your PM will be deleted and ignored! Do NOT IM me unless I asked you to. You will be added to my ignore list! Chuck Norris once shot an enemy plane down with his finger.... by yelling, “Bang!” No members have liked this post.
|
|
#452
|
|||
|
|||
|
Originally Posted by Lynne
Thank you as well.
If I wanted to have the Sublink drop downs directly from the original tab, rather than Tab > Link > Sublink, would I simply delete the lists and leave the unordered lists? Thanks No members have liked this post.
|
|
#453
|
||||
|
||||
|
There is another article about how to make the navtabs dropdowns themselves. You should be able to find it in this forum.
__________________
Try a search before posting for help. Many users won't, and don't, help if the question has been answered several times before.
W3Schools - Online vBulletin Manual If I post some CSS and don't say where it goes, put it in the additional.css template. I will NOT help via PM (you will be directed to post in the forums for help.) No members have liked this post.
|
|
#454
|
|||
|
|||
|
Originally Posted by Lynne
http://www.vbulletin.org/forum/showthread.php?t=232579 only applies to the Sublink drop downs as does http://www.vbulletin.org/forum/showthread.php?t=232579
No members have liked this post.
|
|
#455
|
||||||||||||
|
||||||||||||
|
Just in case, if someone only wants to add a tab, here is the modified code:
Replace:
and
With some unique name. No members have liked this post.
|
||||||||||||
|
#456
|
||||
|
||||
|
If possible, could I get some personal assistance in getting this to work on my forum?
I would try some products, but I'm concerned about the developers bailing out, and figure it would be beneficial just to see how it's done "manually". No members have liked this post.
Last edited by odln018 : 12 Aug 2011 at 18:32. |
|
#457
|
|||
|
|||
|
Hi, I have 2 questions please
1. If I need to create more than 1 tab, would I have to keep adding this blugin for each tab, if not so how can i use it for more than 1 tab? 2. I need to make 3 different forums ( already Exit), each will have own tab in the navbar, can I do that with this blugin, how? I am new with coding and if you please give me a step by step instructions. Thanks ![]() No members have liked this post.
|
|
#458
|
||||
|
||||
|
1. You may add the plugin code several times into the same plugin and just change the condition for each.
2. Just add a unique condition for each.
__________________
Try a search before posting for help. Many users won't, and don't, help if the question has been answered several times before.
W3Schools - Online vBulletin Manual If I post some CSS and don't say where it goes, put it in the additional.css template. I will NOT help via PM (you will be directed to post in the forums for help.) No members have liked this post.
|
|
#459
|
||||
|
||||
|
Lynne & wowautoauctions: THANKS a LOT !!!
It works excelent for sub-forum with proper highlighting!
Anyway, one more thing... Now i have navbar like this: CMS_FORUM_BLOGS_AAA_BBB_CCC_WHATSNEW and i would like to have it like this: CMS_FORUM_AAA_BBB_CCC_BLOGS_WHATSNEW How to "move" that "BLOG" to the right? Thanks! No members have liked this post.
Last edited by HolyKiller : 18 Aug 2011 at 00:15. Reason: Fixed wrong arrange of the TABs |
||||
|
#460
|
||||
|
||||
|
There are template_hooks in the navbar that are being used to place the navtabs. If you want to move a tab, then find the template hook you want to use and change the existing one (in this case it is a plugin in the blog product) to use the new one.
__________________
Try a search before posting for help. Many users won't, and don't, help if the question has been answered several times before.
W3Schools - Online vBulletin Manual If I post some CSS and don't say where it goes, put it in the additional.css template. I will NOT help via PM (you will be directed to post in the forums for help.) The following members like this post: HolyKiller
|
|
#461
|
|||
|
|||
|
Ha, i found it under "Navbar: Eval Blog Link Template and Validate Styleid" so i changed:
$template_hook['navtab_middle'] .= vB_Template::create('blog_navbar_link')->render(); to $template_hook['navtab_end'] .= vB_Template::create('blog_navbar_link')->render(); But now it is like CMS_FORUM_AAA_BBB_CCC_WHATSNEW_BLOGS so i would like to change BLOG<->WHATSNEW ... like this CMS_FORUM_AAA_BBB_CCC_BLOGS_WHATSNEW (My previouws post was wrong, i already fixed it) And i cant see any hook for WhatsNew ... i guess, i need to digg it somewhere else ![]() EDIT: WoW Lynne you so fast, i did not saw your reply, thanks! EDIT2: Solved! My script had "Execution Order" set to "15" and that Blog one was "6", so i set "5" for my script and set Blog back to "middle", which isi "Execution Order: 6" ... and VOALA ![]() No members have liked this post.
Last edited by HolyKiller : 18 Aug 2011 at 18:20. |
|
#462
|
|||
|
|||
|
It is possible to change order? Standard order is at the end.. but I want to have it before Home link, blog link and forum link.. It is possible?
No members have liked this post.
|
|
#463
|
||||
|
||||
|
As I stated in the first post, there are other template_hooks you can use - navtab_start, navtab_middle, and navtab_end. And then you could change the execution order also if two navtabs use the same template_hook and you want them in a different order.
__________________
Try a search before posting for help. Many users won't, and don't, help if the question has been answered several times before.
W3Schools - Online vBulletin Manual If I post some CSS and don't say where it goes, put it in the additional.css template. I will NOT help via PM (you will be directed to post in the forums for help.) No members have liked this post.
|
|
#464
|
||||
|
||||
|
Quick question Lynn,
my site: www.droid-tech.com. I want to add a tab,"Friends of Droid Tech", with a submenu of our friends links. What would I need to add in the if (THIS_SCRIPT == 'yourpage'). Would it be "Droid Tech Friends"? or my forums page?
__________________
If you love Android, check out my SITE! No members have liked this post.
|
|
#465
|
||||
|
||||
|
Originally Posted by Breakthecycle2
I don't know as you didn't say where this tab is supposed to link to. If it links to the forum.php page, then you would use THIS_SCRIPT == 'index'
__________________
Try a search before posting for help. Many users won't, and don't, help if the question has been answered several times before.
W3Schools - Online vBulletin Manual If I post some CSS and don't say where it goes, put it in the additional.css template. I will NOT help via PM (you will be directed to post in the forums for help.) No members have liked this post.
|
![]() |
«
Previous Article
|
Next Article
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
| Article Options | |
|
|
| New To Site? | Need Help? |
All times are GMT. The time now is 17:59.







