{req} vbseo patch for 3.80 {/req}

remember

New Member
Code:
http://www.vbseo.com/f5/vbseo-3-2-0-users-patch-required-vbulletin-3-8-update-29890/

Pls get it here....
 

rveram

New Member
Simple patch:

please try to modify vbseo.php file to resolve the issue:

FIND:

return $outbuffer;

ADD ABOVE:

@header ('Content-Length: ' . strlen($outbuffer));
 

txt423

New Member
rveram said:
Simple patch:

please try to modify vbseo.php file to resolve the issue:

FIND:

return $outbuffer;

ADD ABOVE:

@header ('Content-Length: ' . strlen($outbuffer));

That still didnt fix my issue. The ajax features are still not working :(
 

kenblat

New Member
it's turn out that this trick does not work with 3.8.1 (you guys can see the same bugs while browsing vbteam.info too). Pls let us know if anyone find out a solution!

many thanks
 

txt423

New Member
See when I implemented the VBSEO, when you click on the "Edit Tag" above it takes you to a new page to edit stuff which I really hate lol. That's the only bug i ran into so far.
 
Top