Why does vB do this when viewing diff. forums?

Discussion in 'vBulletin Discussions' started by Bryce, Aug 25, 2009.

  1. Bryce

    Bryce Regular Member

    Joined:
    Aug 24, 2009
    Messages:
    248
    Likes Received:
    12
    Location:
    New Jersey
    Why does vB do this when viewing different forums? The window titlebar has my forums name on it right, but when I click on a forum to view it, it changes to the following window title bar title.

    <!--VSEO_BR_2_NOHTML-->

    How can I fix that?
     
  2. Bundy

    Bundy Admin Talk Staff

    Joined:
    Apr 19, 2005
    Messages:
    842
    Likes Received:
    36
    Location:
    Boston
    In the template forumdisplay replace everything in the <title> </title> tags with

    Code:
    $foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]
     
  3. Bryce

    Bryce Regular Member

    Joined:
    Aug 24, 2009
    Messages:
    248
    Likes Received:
    12
    Location:
    New Jersey
    That won't mess up my vbSEO skin will it?

    Ok, thanks. That was a dumb question.

    One more, I've installed vbTweet, but why is it not tweeting my posts? Or does it only tweet popular threads? I want one that tweets all posts/threads.
     
  4. Bundy

    Bundy Admin Talk Staff

    Joined:
    Apr 19, 2005
    Messages:
    842
    Likes Received:
    36
    Location:
    Boston
    No it wont ;) It is optimized for vbseo that is why the edits are already there. So if you don't use vbseo you have to put back the original code ;)

    Are you talking about vbtwitter? If so, that only tweets posts/threads that you select. There is another on .org that is like an RSS feed. I am not sure which one it is though.
     
  5. Bryce

    Bryce Regular Member

    Joined:
    Aug 24, 2009
    Messages:
    248
    Likes Received:
    12
    Location:
    New Jersey
    I got it working. Tweets new threads =).
     

Share This Page