PDA

View Full Version : $navclass css


RobDog888
09-22-2007, 12:00 AM
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".

<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>


This really shouldnt be taking so much time and effort :(

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.