The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
$navclass css
I have been searching all over for something that will work. I have added a new section to the user control panel and its working all good like but the $navclass css is not applying to my menu items.
I edited the "includes/functions_user.php to include the two new menu items into the $cells array but still nada, "newfeature" and "myfeatures". Code:
<td class="$navclass[newfeature]" nowrap="nowrap"><a class="smallfont" href="somefeature.php?$session[sessionurl]do=newfeature">$vbphrase[new_feature]</a> </td> <td class="$navclass[myfeatures]" nowrap="nowrap"><a class="smallfont" href="somefeature.php?$session[sessionurl]do=myfeatures">$vbphrase[my_features]</a> </td> Thanks for any help Seems that post #3 is what I need but I cant find anything on how and what needs to be done. http://www.vbulletin.com/forum/showthread.php?t=231077 Just realized that I need to do it just like vbulletin.org does with their new menu item - "Edit Donation Options". Why isnt there any information on this? Nevermind, I figured out how to create a new $navclass item. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|