Results 1 to 10 of 10
Like Tree1Likes
  • 1 Post By Danny Bembibre

Replacement Variables used in vBSEO

This is a discussion on Replacement Variables used in vBSEO within the General Discussion forums, part of the vBSEO SEO Plugin category; For all those who for some reason do not want their templates are automatically replaced by vBSEO . Below are ...

  1. #1
    vBSEO.com SysAdmin Danny Bembibre's Avatar
    Real Name
    Daniel Bembibre Gude @dbembibre
    Join Date
    Mar 2007
    Location
    Madrid (Spain)
    Posts
    646
    Liked
    13 times
    Blog Entries
    20

    Replacement Variables used in vBSEO

    For all those who for some reason do not want their templates are automatically replaced by vBSEO.

    Below are all Replacement Variables used in vBSEO

    LinkBack DropDown Menu

    Open Showthread Template:

    Search For:
    Code:
    </body>
    Replace with:
    Code:
    $vbseo_linkback_menu_list 
    </body>


    Custom Location Example:
    Search For:
    Code:
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
    <tr>
    Add Below:
    Code:
    $vbseo_linkback_menu
    Output:



    Standard Location:
    Search For:
    Code:
    <if condition="$show['firstunreadlink']">
       <a href="$firstunread"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[view_first_unread]" border="0" /></a>
       <a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a>
      </if>
      &nbsp;
      </div>
     </td>
    Add Below:
    Code:
    $vbseo_linkback_menu
    Output:



    Copyright

    Open footer Template:

    Search For:
    Code:
    <!-- /content area table -->
    </div>
    Add Below:
    Code:
    <!--VBSEO_COPYRIGHT-->
    Output:



    Archive Links

    Open footer Template:

    Search For:
    Code:
    <!-- /content area table -->
    </div>
    Add Below:
    Code:
    <!--VBSEO_ARCHIVE_LINKS-->
    Output:



    Bookmarks

    Open postbit or postbit_legacy Template:

    Search For:
    Code:
    <!-- / message -->
    Add Below:
    Code:
    <!--VBSEO_BOOKMARKS-->
    Output:




    Permalink Info

    Open postbit or postbit_legacy Template:

    Search For:
    Code:
    <if condition="$show['postcount']">#
    Replace with:
    Code:
    <!--PERMALINK_INFO--> <if condition="$show['postcount']">#
    Output:



    Forum Posting Rules

    Open forumrules Template:

    Search For:
    Code:
    <div><phrase 1="misc.php?$session[sessionurl]do=bbcode" 2="$bbcodeon">$vbphrase[vb_code_is_x]</phrase></div>
    Replace with:
    Code:
    <!--LINKBACK_POSTRULES-->
    <div><phrase 1="misc.php?$session[sessionurl]do=bbcode" 2="$bbcodeon">$vbphrase[vb_code_is_x]</phrase></div>
    Output:



    Another useful replacement:
    [How To] Relevant Replacements (Reemplazos Relevantes)
    vBSEO Success Story: bmwfaq.com 95% indexed in yahoo, 85% indexed in google and straight up and 10% indexed in bing

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Sticky it!

    Great right up Danny
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Member
    Real Name
    Florian
    Join Date
    Dec 2007
    Posts
    32
    Liked
    1 times
    The $vbseo_linkback_menu unfortunately also inserts a

    <td class="vbmenu_control" id="linkbacktools" nowrap="nowrap">

    but I don't use tables at this place.
    How can I remove those table-relicts and change the side for the pulldown arrow?


    For a first workaround I have put

    <span id="linkbacktools" >
    $vbseo_linkback_menu
    </span>

    there...

    (-> Gehälter 2007 - tektorum.de)

    Regards
    Florian

  4. #4
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    You can edit it from templates Florian .
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  5. #5
    Senior Member
    Real Name
    Martyn Day
    Join Date
    Dec 2005
    Location
    Kent - UK
    Posts
    650
    Liked
    0 times
    Blog Entries
    1
    can u fix the images? the <fluffy bunny> setup vbseo has them at
    Martyn, you do not have permission to access this page. This could be due to one of several reasons:
    Last edited by Ace Shattock; 06-23-2008 at 07:39 PM. Reason: Removed abuse.

  6. #6
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    4,011
    Liked
    13 times
    Quote Originally Posted by Martyn View Post
    can u fix the images? the <fluffy bunny> setup vbseo has them at
    Martyn,

    Which images? What is the path you are trying to get that error?

    *edit* I would advise you to drop the nasty tone in your responses. Removal of posts is only the tip of the iceberg, so to speak.

  7. #7
    Senior Member
    Real Name
    Martyn Day
    Join Date
    Dec 2005
    Location
    Kent - UK
    Posts
    650
    Liked
    0 times
    Blog Entries
    1
    Quote Originally Posted by Ace Shattock View Post
    Martyn,

    Which images? What is the path you are trying to get that error?

    *edit* I would advise you to drop the nasty tone in your responses. Removal of posts is only the tip of the iceberg, so to speak.
    didems.

    and us "users" dont have access to the images shown above.

    and just to be more clearer, so you dont ask eh?

    http://www.vbseo.com/attachments/f12...w-replace4.jpg images such as these...

    all the images in the post above.

  8. #8
    Junior Member
    Real Name
    Zhou
    Join Date
    Oct 2009
    Posts
    15
    Liked
    0 times
    Sorry for double post, bit i still cant find a solution to this:

    I cant find a way to change the position.
    The default footer looks like on this forum:

    Powered by vBulletin Version 3.8.4
    Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
    SEO by vBSEO 3.3.1 ©2009, Crawlability, Inc.


    Can anyone advice how to change the layout to this:

    Powered by vBulletin Version 3.8.4 - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

  9. #9
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    That is something that you would do in the phrase for the vbulletin copyright. However, that is not related to vBSEO.
    The Forum Hosting - Forum Hosting from the Forum Experts

  10. #10
    Junior Member
    Real Name
    Zhou
    Join Date
    Oct 2009
    Posts
    15
    Liked
    0 times
    ok, thanks. I found the solution.

Similar Threads

  1. vbseo problem with replacement variables
    By lapinkulta in forum Troubleshooting
    Replies: 11
    Last Post: 10-23-2006, 01:22 PM
  2. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-08-2005, 11:00 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
  •