Edit Buttom next to copyright...help needed.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Stashhh
    Member
    • Dec 2006
    • 41

    Edit Buttom next to copyright...help needed.

    I want to add under the buttom text "powered by vb...etc", the image attached shows exactly wht text.

    I want to add a 2 links and text. where do i add them exactly


    What I want to add is this


    Copyright © 1998-2007 *******, Inc. All Rights Reserved.
    No portions of this site may be duplicated without permission from ******, Inc.
    Advertising | Privacy Policy


    how do i input exactly?
    Attached Files
  • Andy Huang
    Senior Member
    • Feb 2004
    • 4602

    #2
    That is not the standard skin, so I don't know for sure where it would be... you should consult with your skin designer for the exact location. In the mean time, before you hear back from the designer, you can try to check in the footer template (Admin CP > Style Manager > <<>> > footer) to see if you can find the appropriate part to add in your HTML.
    Best Regards,
    Andy Huang

    Comment

    • Stashhh
      Member
      • Dec 2006
      • 41

      #3
      It's coded exactly like the original skin. Can you give me steps that apply to the original ?

      Comment

      • slappy
        Senior Member
        • Apr 2003
        • 1206

        #4
        In your footer template for your style, find:

        <div align="center">
        <div class="smallfont" align="center">
        <!-- Do not remove this copyright notice -->
        $vbphrase[powered_by_vbulletin]
        </div>

        <div class="smallfont" align="center">
        <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
        $cronimage

        $vboptions[copyrighttext]
        </div>
        <div class="smallfont" align="center">
        </div>

        Change to:

        <div align="center">
        <div class="smallfont" align="center">
        <!-- Do not remove this copyright notice -->
        $vbphrase[powered_by_vbulletin]
        </div>

        <div class="smallfont" align="center">
        <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
        $cronimage
        $vboptions[copyrighttext]
        </div>
        <div class="smallfont" align="center">
        Copyright © 1998-2007 *******, Inc. All Rights Reserved.<br />
        No portions of this site may be duplicated without permission from ******, Inc. <br />
        Advertising | Privacy Policy
        </div>

        </div>

        </form>

        Then all you have to do is change "Advertising | Privacy Policy" to each be links.

        This would be done with something like: Advertising<a href="URL"

        Regards,
        Attached Files
        Last edited by slappy; Tue 18 Sep '07, 7:12pm.
        Slappy

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...
        😀
        😂
        🥰
        😘
        🤢
        😎
        😞
        😡
        👍
        👎