Changed my homepage to be forums instead of CMS and now 2 links to the 'forum'.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jesh
    Member
    • Aug 2009
    • 76

    [Forum] Changed my homepage to be forums instead of CMS and now 2 links to the 'forum'.

    I've changed my site to make the forum my default page, and the content as /content/.

    So:

    Forum: coinforums.com
    Content: coinforums.com/content

    problem is, the forum tab and the logo both point to www.coinforums.com/forum/

    Any ideas how to make it just www.coinforums.com?
    Coin Collecting Forums
    Battlefield Bad Company 2 Wiki (In the Works)
  • borbole
    Senior Member
    • Feb 2010
    • 3074
    • 4.0.0

    #2
    Originally posted by Jesh
    I've changed my site to make the forum my default page, and the content as /content/.

    So:

    Forum: coinforums.com
    Content: coinforums.com/content

    problem is, the forum tab and the logo both point to www.coinforums.com/forum/

    Any ideas how to make it just www.coinforums.com?
    For the logo, at the header template find the following code:

    HTML Code:
    <div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>
    And change it to:

    HTML Code:
    <div><a name="top" href="http://www.coinforums.com/" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>

    For the forum tab, at the navbar template find the following code:

    HTML Code:
    <a class="navtab" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}">{vb:rawphrase forum}</a>
    And change it to:

    HTML Code:
    <a class="navtab" href="http://www.coinforums.com/">{vb:rawphrase forum}</a>
    Hope it helps.

    Comment

    • Phototrope
      New Member
      • May 2010
      • 2
      • 4.0.0

      #3
      But why hard code href="http://www.coinforums.com/" ?

      Isn't there a vbOptions variable or something which points to this?

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...