after looking through like 90 pages dear god
Quote:
Originally Posted by Animemike
Known Bugs:
There is a conflict with this modification and some of Valter's VSA modifications that will prevent navbar permissions from being handled correctly. I don't know exactly who's fault it is; but I'm pretty sure there are no errors in my code that would be causing this problem. There is a work around for this however.
Admin Control Panel > Plugins & Products > Plugin Manager > "media NAVTAB"
Find the code:
Code:
|
PHP Code:
$perms = media_permissions();
PHP Code:
$perms['rate'] = true;
$perms['comment'] = true;
$perms['submit'] = true;
if (is_member_of($vbulletin->userinfo, explode(',','5,6')))
{
$perms['modtags'] = true;
$perms['modcategory'] = true;
$perms['modservice'] = true;
}
now all works well , also i dont like to have the media tab in the nav so if you want to add categories do so while you have the plugin nav tab enabled , when youre done you can disable again . cause see i use the link to my video from within the links tab . for space purposes. but the only way to see the administrative drop down is to have nav tab enabled ok bye thank you , thank you
Quote:
Originally Posted by RK KINGKONG
Custom Variable 2
Add a custom variable name in order to enable this custom variable.
is this what i need to add categories ? if so how do i write one does this require html or somthing , maybe if someone can start me off with an example or something cause i wouldnt have a clue . if not where do i make a category . theres alot fo pages here i went through the first 50 pages im tired
i just saw where theres suppose to be some kinda administrative tab in the nav but its not there

|
i do see the administrative drop down menu