"phrasehttp" in the title when post has more than 1 page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bibosk8
    Member
    • Oct 2006
    • 41
    • 3.6.x

    "phrasehttp" in the title when post has more than 1 page

    Dear Srs,

    I get a strange error in page titlebar when the post has more than one page, some examples available at:





    There is a strange string "phrasehttp"... what can I do to solve this? Thanks!!

    Best Regards,
  • Marco van Herwaarden
    Senior Member
    • Nov 2004
    • 6999
    • 3.8.x

    #2
    To troubleshoot this, please create a new Style with no Parent set. Now browse the forum using this new style, do you still have the same problems? If you are troubleshooting login issues, you will need to set this style as board default in the vBulletin Options.
    Want to take your board beyond the standard vBulletin features?
    Visit the official Member to Member support site for vBulletin Modifications: www.vbulletin.org

    Comment

    • Boxy
      Senior Member
      • Oct 2002
      • 3139

      #3
      You're missing a closing > in the SHOWTHREAD template.

      The title tag in that templare should read:
      HTML Code:
      <title>$thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>

      Comment

      • bibosk8
        Member
        • Oct 2006
        • 41
        • 3.6.x

        #4
        Dear Srs,

        Problem solved changing in "SHOWTHREAD" template:

        Code:
        <title>$thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>
        Regards,

        Comment

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