Could anybody point me in the right direction of getting this effect?
https://vborg.vbsupport.ru/external/2011/04/17.jpg |
I addet this but the Problem is that it is shown if i click on the "Forum" Button. I addet a "Portal"-Button. How can i make that it appears there and not by the Forum Button?
https://vborg.vbsupport.ru/external/2011/04/10.png |
This artilce is about adding the sub-menus, not the navtabs. You need to have the correct condition around your navtab to show it at the correct place. You should ask your question in the modification thread that you use for the navtab.
|
But this has nothing to do with the modification, because i am sure many persons want to add sub-menus as example under the standard buttons like "whats new" and the "blog" and not only by the "forum" button so the question is how to specify that
|
And if you wrote the navtab correctly, then you would have the submenus showing. I have an article in my profile on how to correctly write a plugin to create a navtab with submenus.
|
Thank you very much Lynne your article was the perfect description to solve my problem. Only thing i still need is to know how to translate (add Phrases) to this new buttons. Because i am using a multilingual Forum
|
Quote:
HTML Code:
<a href="link.php">My Link</a> HTML Code:
<a href="link.php">$vbphrase[my_link]</a> |
Thank you i addet all the submenus i needet. Only two are making me problems
1. The "Who's Online" Menu. I get this Error Message showing if i write it like that Code:
Parse error: syntax error, unexpected T_STRING in /www/htdocs/w00d3776/vbulletin/includes/class_bootstrap.php(537) : eval()'d code on line 84 2. The "Open Contacts Popup" If i add the code like this Code:
<li><a onclick="window.open(getBaseUrl() + 'misc.php?do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;" href="javascript://">Open Contacts Popup</a></li> Code:
Parse error: syntax error, unexpected T_STRING in /www/htdocs/w00d3776/vbulletin/includes/class_bootstrap.php(537) : eval()'d code on line 82 |
If you are writing this in php output, you need to escape the character if that is what you have surrounding the output - \'
|
I am not sure how to do that i think i can solve the first problem with writing Whos Online and add the correct writing to phrases but i am not sure how to change the Open contacts popup to make it work
--------------- Added [DATE]1304101672[/DATE] at [TIME]1304101672[/TIME] --------------- Adding the phrases is making me problems i did it step by step but it looks like this now https://vborg.vbsupport.ru/external/2011/04/3.png https://vborg.vbsupport.ru/external/2011/04/4.png https://vborg.vbsupport.ru/external/2011/04/5.png |
All times are GMT. The time now is 07:29 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|