wrong hyperlink forum header

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Halfhidden
    Senior Member
    • Sep 2009
    • 140
    • 4.0.x

    [CMS] wrong hyperlink forum header

    Hi everyone again
    If I'm in the CMS, blog or forum and click on the header logo I'm redirected to the forum. That's fine and the domain url shows
    PHP Code:
    http://mydomain/forum/forum.php 
    My problem is that if I'm anywhere else like VBGallery for instance and click on the header logo I get error 404 page cannot be found. This is because the url show like this:
    PHP Code:
    http://mydomain.co.uk/photos/forum/http://mydomain.co.uk/index.php 
    I can't seem to understand why the hyperlink is such a mess. I was of the understanding that the hyperlink on the header logo would have over written any url that the user was at.
    This is how I've set out my site:
    http://mydomain.co.uk = CMS
    http://mydomain.co.uk/forum = forum
    http://mydomain.co.uk/blogs = blogs
    http://mydomain.co.uk/photos = VBGallery

    So my question is what has caused this and how would I edit it to correct the path of the header.
    Thanks
    Last edited by Halfhidden; Fri 2 Sep '11, 4:25am.
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24325
    • 5.7.X

    #2
    if it's only happening in a modification, you need to speak to the authors of this for support with this.
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • Halfhidden
      Senior Member
      • Sep 2009
      • 140
      • 4.0.x

      #3
      Yes I did ask Photopost and I guess you'll not be surprised to learn that they blame VBulletin

      Comment

      • Halfhidden
        Senior Member
        • Sep 2009
        • 140
        • 4.0.x

        #4
        Could at least tell me where the logo header gets the hyperlink call from so that I may disable the hyperlink in the header please

        Comment

        • Trevor Hannant
          vBulletin Support
          • Aug 2002
          • 24325
          • 5.7.X

          #5
          This is the defaul header template code for the logo:

          Code:
              <vb:if condition="$stylevar['titleimage']"><div><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div></vb:if>
          Link is the value from here:

          AdminCP > Settings > Options > Site Name / URL / Contact Details > Forum URL
          Vote for:

          - Admin Settable Paid Subscription Reminder Timeframe (vB6)
          - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

          Comment

          • Halfhidden
            Senior Member
            • Sep 2009
            • 140
            • 4.0.x

            #6
            Thank you

            Comment

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