Results 1 to 9 of 9

VBSEO_ARCHIVE_LINKS not in footer

This is a discussion on VBSEO_ARCHIVE_LINKS not in footer within the General Discussion forums, part of the vBSEO SEO Plugin category; I don't want the archive link in my homepage or singles threads, but only in forumdysplay. How can i do? ...

  1. #1
    Junior Member
    Real Name
    Karapoto
    Join Date
    Jul 2006
    Posts
    20
    Liked
    0 times

    VBSEO_ARCHIVE_LINKS not in footer

    I don't want the archive link in my homepage or singles threads, but only in forumdysplay.

    How can i do?

    Thanks.

  2. #2
    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
    Please use the following in footer template

    Code:
    <if condition="THIS_SCRIPT == 'forumdisplay'"><!--VBSEO_ARCHIVE_LINKS--></if>
    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

  3. #3
    Junior Member
    Real Name
    Karapoto
    Join Date
    Jul 2006
    Posts
    20
    Liked
    0 times
    Thanks, i've tried but don't work, the links appears in the home too.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,742
    Liked
    168 times
    Try the following:
    HTML Code:
    <if condition="THIS_SCRIPT != 'forumdisplay'"><!--<!--VBSEO_ARCHIVE_LINKS-->--></if>

  5. #5
    Junior Member
    Real Name
    Karapoto
    Join Date
    Jul 2006
    Posts
    20
    Liked
    0 times
    Great Oleg, now it works

    Thanks.

  6. #6
    Junior Member
    Real Name
    Karapoto
    Join Date
    Jul 2006
    Posts
    20
    Liked
    0 times
    Another question, i want to include the links in a table.
    Is this code correct?

    Code:
    <!---Sitemap---------->
     <if condition="THIS_SCRIPT != 'forumdisplay'">                                  
    
    <br>  <table class="tborder" align="center" border="0" cellpadding="6" cellspacing="1" width="100%"> <thead> <tr> <td class="tcat" colspan="2">SiteMap</td> </tr> </thead> <tbody> <tr> <td class="thead" colspan="2">
                            
                           
    
     
    
                    </td> </tr> </tbody> <tbody id="collapseobj_forumhome_stats" style=""> <tr> <td class="alt1" width="100%"> <div class="smallfont"> <div>
    
    <!--<!--VBSEO_ARCHIVE_LINKS-->-->
    
    </div> 
                            </div> </td> </tr> </tbody> </table> </if>
    
    
    <!---Fine Sitemap---------->
    Actually don't works.

    Thanks again

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,742
    Liked
    168 times
    It should be:
    HTML Code:
    <if condition="THIS_SCRIPT != 'forumdisplay'"> 
    <!--<!--VBSEO_ARCHIVE_LINKS-->-->
    <else />
    <br>  <table ....>
    ..
    <div><!--VBSEO_ARCHIVE_LINKS--></div>
    ..
    </table> 
    </if>

  8. #8
    Junior Member
    Real Name
    Karapoto
    Join Date
    Jul 2006
    Posts
    20
    Liked
    0 times
    Many many thanks Oleg

  9. #9
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,742
    Liked
    168 times
    You are welcome

Similar Threads

  1. Need help with VBSEO footer
    By soletrader in forum General Discussion
    Replies: 5
    Last Post: 12-08-2007, 10:25 AM
  2. vbseo footer mod to make vbseo footer look
    By MarketTimes in forum General Discussion
    Replies: 2
    Last Post: 07-29-2007, 04:48 AM
  3. upgrading footer saying rc8
    By hornstar6969 in forum Troubleshooting
    Replies: 4
    Last Post: 04-13-2007, 09:25 AM
  4. VBSEO_ARCHIVE_LINKS missing in RC8
    By sensimilla in forum Bug Reporting
    Replies: 3
    Last Post: 01-20-2007, 03:51 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
  •