Results 1 to 6 of 6

Need help with VBSEO footer

This is a discussion on Need help with VBSEO footer within the General Discussion forums, part of the vBSEO SEO Plugin category; I need some help with the copyright in the footer. I changed my footer to mimic vb .org style. However, ...

  1. #1
    Senior Member
    Real Name
    james
    Join Date
    Aug 2006
    Posts
    254
    Liked
    0 times

    Need help with VBSEO footer

    I need some help with the copyright in the footer.

    I changed my footer to mimic vb.org style. However, for some reason the vbseo copyright link shows twice. One which I inputted and another one at the bottom of the footer. I do not know where this is coming from but would like to delete this.

    Please take a look here: Traders Laboratory - forumdisplay

    Any help is appreciated.

  2. #2
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,845
    Liked
    36 times
    Blog Entries
    9
    Check your templates. You may have an extra terminating BODY tag.

  3. #3
    Senior Member
    Real Name
    james
    Join Date
    Aug 2006
    Posts
    254
    Liked
    0 times
    Here is my template. I cant seem to figure out what is wrong with it.

    HTML Code:
    <br /> 
    <div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div> 
    <br /> 
    
    $spacer_close 
    <!-- /content area table --> 
    
    <form action="$vboptions[forumhome].php" method="get"> 
         
    <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center"> 
    <tr> 
        <if condition="$show['quickchooser']"> 
            <td class="tfoot"> 
                <select name="styleid" onchange="switch_id(this, 'style')"> 
                    <optgroup label="$vbphrase[quick_style_chooser]"> 
                        $quickchooserbits 
                    </optgroup> 
                </select> 
            </td> 
        </if> 
        <if condition="$show['languagechooser']"> 
            <td class="tfoot"> 
                <select name="langid" onchange="switch_id(this, 'lang')"> 
                    <optgroup label="$vbphrase[quick_language_chooser]"> 
                        $languagechooserbits 
                    </optgroup> 
                </select> 
            </td> 
        </if> 
         
    </tr> 
    <tr> 
    <td class="footerb"  cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" width="100%"> 
    <div class="footer"> 
    
    			<strong>
    <a href="http://www.traderslaboratory.com/index.php?page=privacystatement">Privacy Policy</a> - 
    <a href="http://www.traderslaboratory.com/index.php?page=termsofuse">Terms of Use</a> - 
    <a href="http://www.traderslaboratory.com/index.php?page=disclaimer">Disclaimer</a> - 
    <a href="http://www.traderslaboratory.com/index.php?page=adinformation">Advertise</a> - 
    				<if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow">$vbphrase[contact_us]</a> -</if>
    				<if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
    				<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
    				<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
    <a href="http://www.traderslaboratory.com/index.php?page=links">Links</a> -
    				<if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
    				<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
    			</strong>
    
    </div> 
    
       <font size="1"> <div align="right"><strong>Linkbacks enabled by <a href="http://www.vbseo.com/purchase/">VBSEO</a><br />©2006-2007 Traders Laboratory LLC, All Rights Reserved. </font>
     
    
    </div> 
    </td> 
    </tr> 
    </table> 
    
    <br /> 
    
        <div class="smallfont" align="center"> 
        <!-- Do not remove $cronimage or your scheduled tasks will cease to function --> 
        $cronimage 
        <!-- Do not remove $cronimage or your scheduled tasks will cease to function --> 
         
         
        </div> 
    </div> 
    
    </form> 
    
    <if condition="$show['dst_correction']"> 
    <!-- auto DST correction code --> 
    <form action="profile.php?do=dst" method="post" name="dstform"> 
        <input type="hidden" name="s" value="$session[sessionhash]" /> 
        <input type="hidden" name="do" value="dst" /> 
    </form> 
    <script type="text/javascript"> 
    <!-- 
        var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff]; 
        var utcOffset = new Date().getTimezoneOffset() / 60; 
        if (Math.abs(tzOffset + utcOffset) == 1) 
        {    // Dst offset is 1 so its changed 
            document.forms.dstform.submit(); 
        } 
    //--> 
    </script> 
    <!-- / auto DST correction code --> 
    
    </if> 
    <script type="text/javascript"> 
    <!-- 
        // Main vBulletin Javascript Initialization 
        vBulletin_init(); 
    //--> 
    </script>

  4. #4
    Senior Member
    Real Name
    james
    Join Date
    Aug 2006
    Posts
    254
    Liked
    0 times
    Bump

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    As I see, you have manually added vBSEO copyright in template as "Linkbacks enabled by..", you should insert <!--VBSEO_COPYRIGHT--> instead.

  6. #6
    Senior Member
    Real Name
    james
    Join Date
    Aug 2006
    Posts
    254
    Liked
    0 times
    Thanks Oleg!

Similar Threads

  1. vBSEO 3.0.0 Gold is Here!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 55
    Last Post: 04-23-2007, 08:57 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
  •