vBulletin Zoints Seo- more Rewrite..

Discussion in 'vBulletin' started by GNeRaL, May 19, 2007.

  1. #1
    What will it?

    It will change your administrators/moderators links @ showgroups.php.

    Add to .htaccess @wwwroot;
    RewriteRule ^id-(.*)/nickname-(.*).html$ member.php?u=$1 [L]
    Code (markup):
    Find @showgroups_usergroupbit template:
    <a href="member.php?$session[sessionurl]u=$user[userid]">$user[musername]</a>
    Code (markup):
    Replace with:
    <a href="id-$user[userid]/nickname-$user[musername].html">$user[musername]</a>
    
    Code (markup):
    ~~~~
    It will change last-poster link.

    Add to .htaccess @wwwroot;
    RewriteRule ^lastposter-(.*)/forumId-(.*).html$ member.php?find=lastposter&f=$2&lastposter=$1 [L]
    Code (markup):
    Find @forumhome_lastpostby:
    <phrase 1="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>
    </a>
    Code (markup):
    Replace with:
    <phrase 1="lastposter-$lastpostinfo[forumid]/forumId-$lastpostinfo[lastposter].html"
    2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>
    Code (markup):
     
    GNeRaL, May 19, 2007 IP
  2. webhostingoffers

    webhostingoffers Guest

    Messages:
    171
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    zoints seo is a really good product and would recommend it to anyone, thanks for the additional code
     
    webhostingoffers, May 21, 2007 IP