I saw categori and tag button but I can not add video url
Forex.
I paste this link
http://www.dailymotion.com/video/xbe...ra-bende_music
after
Media URL contained invalid data.
What is wrong
I added and editing plug-in
Admin Control Panel > Plugins & Products > Plugin Manager > "media NAVTAB"
Find the code:
Code:
$perms = media_permissions();
Replace with:
Code:
$perms['rate'] = true;
$perms['submit'] = true;
if (is_member_of($vbulletin->userinfo, explode(',','5,6')))
{
$perms['modtags'] = true;
$perms['modcategory'] = true;
$perms['modservice'] = true;
}
Category and tag ok, I have a problem
PHP Code:
Warning: xml_parser_create() [function.xml-parser-create]: unsupported source encoding "windows-1254" in [path]/includes/class_xml.php on line 215
The plug-in normaly add plugin manager not ok