Results 1 to 6 of 6

Nifty use of Relevant Replacements

This is a discussion on Nifty use of Relevant Replacements within the General Discussion forums, part of the vBulletin SEO Discussion category; If you are using RR , it might be handy to combine them with other bits of easy coding so ...

  1. #1
    Senior Member MarketTimes's Avatar
    Real Name
    MarketTimes
    Join Date
    Nov 2006
    Location
    On Myspace
    Posts
    173
    Liked
    0 times

    Nifty use of Relevant Replacements

    If you are using RR, it might be handy to combine them with other bits of easy coding so that they look like this
    Add this wherever you decide to use RRs! It's cool!

    Code:
    
    <center><h1><u>$thread[title]</u></h1></center>
    <center><!--VBSEO_RR_1--></center>
    <center>
    <a href="/showthread.php?t=$thread[threadid]">http://www.yoursite.com/showthread.php?t=$thread[threadid]</a>
    </center>
    <br/>
    However, I do not know how to code the thread url, so if anyone can supply the correct code to display the thread url under the RR and thread title, it would be helpful to this mod. Thanks.
    Last edited by MarketTimes; 03-20-2009 at 01:48 AM.

  2. #2
    Senior Member MarketTimes's Avatar
    Real Name
    MarketTimes
    Join Date
    Nov 2006
    Location
    On Myspace
    Posts
    173
    Liked
    0 times
    There's the correct code and how I use RR. Enjoy!

  3. #3
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    the <center> tag is depricated in xhtml and should not be used.
    u is headed there. you should really use css, such as

    Code:
    <div id="rr1">
    <h1>$thread[title]</h1>
    <p><!--VBSEO_RR_1-->&nbsp;<a href="/showthread.php?t=$thread[threadid]">http://www.yoursite.com/showthread.php?t=$thread[threadid]</a></p>
    </div>
    and then throw this in the style sheet block at the end:

    Code:
    #rr1 {
    margin 0 auto 0 auto;
    padding: .5em;
    }
    #rr1 h1 { 
    text-decoration: underline;
    }

  4. #4
    Senior Member
    Real Name
    .
    Join Date
    Jul 2006
    Posts
    386
    Liked
    3 times
    Blog Entries
    1
    Why would you add the thread link?

    And when looking at your site, the thread link and the URL in the address bar don't match. I'd recommend removing it. Plus, it looks ugly that way.

  5. #5
    Senior Member MarketTimes's Avatar
    Real Name
    MarketTimes
    Join Date
    Nov 2006
    Location
    On Myspace
    Posts
    173
    Liked
    0 times
    Quote Originally Posted by jbartle View Post
    Why would you add the thread link?

    And when looking at your site, the thread link and the URL in the address bar don't match. I'd recommend removing it. Plus, it looks ugly that way.
    Thanks for your input, I'll follow it immediately.

  6. #6
    Senior Member MarketTimes's Avatar
    Real Name
    MarketTimes
    Join Date
    Nov 2006
    Location
    On Myspace
    Posts
    173
    Liked
    0 times
    Thanks! I'll implement it this way instead.

    Quote Originally Posted by briansol View Post
    the <center> tag is depricated in xhtml and should not be used.
    u is headed there. you should really use css, such as

    Code:
    <div id="rr1">
    <h1>$thread[title]</h1>
    <p><!--VBSEO_RR_1-->&nbsp;<a href="/showthread.php?t=$thread[threadid]">http://www.yoursite.com/showthread.php?t=$thread[threadid]</a></p>
    </div>
    and then throw this in the style sheet block at the end:

    Code:
    #rr1 {
    margin 0 auto 0 auto;
    padding: .5em;
    }
    #rr1 h1 { 
    text-decoration: underline;
    }

Similar Threads

  1. Relevant replacements???
    By blogcrash in forum vBSEO.com Styles
    Replies: 6
    Last Post: 07-08-2008, 11:24 PM
  2. Relevant Replacements
    By JohnnyBGood in forum vBSEO.com Styles
    Replies: 2
    Last Post: 06-23-2008, 05:23 PM
  3. Relevant replacements, and VB 3.7.0 RC1
    By ajo in forum Troubleshooting
    Replies: 5
    Last Post: 04-16-2008, 08:18 PM
  4. My use of Relevant Replacements?
    By Michael in forum Relevant Replacements
    Replies: 6
    Last Post: 02-01-2007, 03:53 AM

Posting Permissions

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