Hi everyone, I just got to start this whole vBSEO thing today :P And everything works like a charm, just requesting a feature for vBShout, because the usernames urls aren't rewritten :/
This is a discussion on vBShout within the vBSEO Features Archive forums, part of the vBulletin Links & Resources category; Hi everyone, I just got to start this whole vBSEO thing today :P And everything works like a charm, just ...
Hi everyone, I just got to start this whole vBSEO thing today :P And everything works like a charm, just requesting a feature for vBShout, because the usernames urls aren't rewritten :/
Hello,
you can rewrite the URL's with the "Custom Rewrite Rules". Just fill in the Rewriterules![]()
Hi,
unfrotunately, this hack (vBShout) doesn't support the vB's standard plugins chain and is sending content directly instead, so it doesn't come to vBSEO for rewritting.
A small mod of vBShout will fix that though
find this line in the vbshout.php file:
and add the following BEFORE it:Code:echo $Output;
Code:if(@include('includes/functions_vbseo.php')) $Output = make_crawlable($Output);
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Woohoo thanks![]()
great work Oleg Ignatiuk
My rules for vbshout :
Code:'vbshout\.php\?do=archive&page=(\d+)'=>'shout-archive-$1.html' 'vbshout\.php\?do=archive'=>'shout-archive.html'