Results 1 to 6 of 6

vBShout

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

  1. #1
    Junior Member
    Join Date
    Aug 2005
    Posts
    26
    Liked
    0 times

    vBShout

    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 :/

  2. #2
    Member
    Join Date
    Jul 2005
    Location
    Germany, Meppen
    Posts
    41
    Liked
    0 times
    Hello,

    you can rewrite the URL's with the "Custom Rewrite Rules". Just fill in the Rewriterules

  3. #3
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    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:
    Code:
    echo $Output;
    and add the following BEFORE it:

    Code:
    	if(@include('includes/functions_vbseo.php'))
    		$Output = make_crawlable($Output);

  4. #4
    Junior Member
    Join Date
    Aug 2005
    Posts
    26
    Liked
    0 times
    Woohoo thanks

  5. #5
    Member
    Real Name
    Ryan
    Join Date
    Jul 2005
    Location
    earth
    Posts
    56
    Liked
    0 times
    great work Oleg Ignatiuk

  6. #6
    Senior Member Bernhard Huber's Avatar
    Join Date
    Aug 2005
    Location
    Warszawa, Polska
    Posts
    103
    Liked
    0 times
    My rules for vbshout :

    Code:
    'vbshout\.php\?do=archive&page=(\d+)'=>'shout-archive-$1.html'
     
    
    'vbshout\.php\?do=archive'=>'shout-archive.html'

Similar Threads

  1. vbshout custom rewrite
    By Mert Gökçeimam in forum Custom Rewrite Rules
    Replies: 7
    Last Post: 01-09-2006, 08:24 AM
  2. Vbshout
    By Bernhard Huber in forum Custom Rewrite Rules
    Replies: 4
    Last Post: 10-10-2005, 04:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •