Quote:
Originally Posted by Ahmet Turan
Powered by vBulletin? Version 4.1.0
First all files upload root forums
seconde CHMOD
Thirts Upload plug-in re-write
finaly this problem
note:
Seo opti. I change a Code for VBSEO
media_functions_hrefs find
PHP Code:
else { if ($playlist) { $plist = "&pid=" . $playlist['playlistID']; } return construct_href_main() . "do=details&mid=" . $media['mediaID'] . $plist; }
Change this code
PHP Code:
else { if ($playlist) { $plist = "&pid=" . $playlist['playlistID']; } $title = construct_href_slug($media['title']); return construct_href_main() . "do=details&mid=" . $media['mediaID'] . $plist . "&title=" . $title; }
|
I don't really know anything about vBSEO either, but who suggested you put this line of code in this plugin?
I'm having trouble completely understanding you. Is this the same error you said you were getting before, or something different?