[vBTEAM] vBSEO 3.3.0

salmandia

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

where is the name of file is it ?? ...
 

epoch

New Member
there is one more bug w.r.t
Code:
http://www.vbseo.com/f80/bugs-der-version-3-3-0-a-30782/index2.html#post193735

the group discussion URL will look like,
groups/some-group-6-%discussion_title%.html

to resolve:
open include/functions_vbseo_createurl.php

Find:
$replace['%discussion_name%'] = $gdinfo['seotitle'];

and add this below:
$replace['%discussion_title%'] = $gdinfo['seotitle'];
 

dark_hunter

New Member
Go to
Code:
/includes/config_vbseo.php

Find:
PHP:
define('VBSEO_ADMIN_PASSWORD',          'ah');

Change 'ah' to the password you want. Save and upload, BAM done!
 
how to fix error when accessed with Firefox :(

Code:
The page isn't redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

This problem can sometimes be caused by disabling or refusing to accept cookies.
 

dazraf

New Member
Hi there and thanks for the effort, is it possible to let me having a copy of untouched vBSEO 3.3.0 [PLEASE]?
I want to try null it myself...
Cheers,
 

betty02

New Member
Ok when i enable vBSEO and i go to a post i get this

Code:
Not Found

The requested URL /forums/new-users-welcome/204-testing-new-post.html was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
WebServerX Server at www.mypage.co.uk Port 80

Then if i disable it and go to the post i get the page loading peoper but with the URl of

Code:
http://www.mypage.co.uk/forums/showthread.php?p=210#post210
 
Top