[vBTEAM] vBSEO 3.3.0

Leecher

New Member
Bad news this package has a big bug in it

discussion_title appears in all social groups Posts and profiles rendering social groups unusable.

Anyone got the latest package from vbseo that removes the discussion_title problem?
 

shacker21

New Member
hi,
in my apache server by adding this simple line in the .htaccess

Code:
Options +FollowSymLinks

works very well
thank you very much
 

Ezzi

New Member
wangyu1314 said:
there is the bug:


Code:
Xiao_T<[email protected]>  18:34:35
functions_vbseo_createurl.php

Xiao_T<[email protected]>  18:35:32
$replace['%page_id%'] = $replace['%page%'] = $apars['page_id'];

should replaced with:
Code:
$replace['%page_id%'] = $apars['page_id'];
}
if ($apars['page'])
{
$replace['%page%'] = $apars['page'];

and this bug have resolved in rc2.
so we guess this script NOT THE FINAL VERSION !!


your a life saver i couldnt login untill i replaced that code !!!! thanks a million
 

silveraden

New Member
Please help, I am getting an error on top of every thread... on view_topic only and not on other pages...

Code:
Warning: preg_replace() [function.preg-replace]: Unknown modifier 'C' in [path]/includes/functions_vbseo_vb.php on line 30

Please tell me what to do... I don't want to lost all of my forum content!!!

Thank you
 

ashutariyalr

New Member
hi,

when i try to save new updates to the control panel in vbseo, the settings are being reverted to as they were previously, ive checked the chmod and they are all editable (config_vbseo.php is chmod 666)

input appreciated.
 

alpha-mat

New Member
i hope somebody can help me - i have vb 3.8.2 and i have a lot of problems with all the rewriting of things - example of forums, threads and everything - when i turn it on - then i get always the message that the link for example myurl.com: The Leading Domain Names Site on the Net is not found on this server ... but it had still worked with the vb 3.8.1. - can anybody help me with this problem ?!

thx in advance


maybe it is not compatible with vb 3.8.2. ?!
 

dark_hunter

New Member
alpha-mat said:
i hope somebody can help me - i have vb 3.8.2 and i have a lot of problems with all the rewriting of things - example of forums, threads and everything - when i turn it on - then i get always the message that the link for example myurl.com: The Leading Domain Names Site on the Net is not found on this server ... but it had still worked with the vb 3.8.1. - can anybody help me with this problem ?!

thx in advance


maybe it is not compatible with vb 3.8.2. ?!
I have 3.8.2 and works fine. Make sure you have done this.
Does your server support mod_rewrite?
Have you uploaded the .htaccess?
 

alpha-mat

New Member
hey you thanks for the help - yes i have fixed the problem now - i have forgotten the htaccess file ... what a shit *G*

big thx !
 

dhanasekar_r

New Member
Many members asks that wats the password to login into the vbseo admin panel?

This is wat i need to say for that question.

1. CHMOD 777 - Vbulletin root dir /includes/config_vbseo.php' file.
2. Using your browser, visit: http://www.yoursite.com/forums/vbseocp.php.
3. Define a password for your vBSEO Control Panel by entering it twice in the fields provided, you will be redirected to the settings page.

or

4. If it asks for a password type ah
5. U can change the password by editing the config_vbseo.php file


// ****** CONFIG PANEL PASSWORD ******
define('VBSEO_ADMIN_PASSWORD', 'ah');

6. Change ah to ur desired password.

7. Save the file. and CHMOD 644 - config_vbseo.php' file.

I have successfully installed. Thanks for the member who provided this mod
 
Top