Can you change the title of the forum page only?

Discussion in 'XenForo Discussions' started by Brandon, Aug 26, 2012.

  1. Brandon

    Brandon Regular Member

    6,602
    1,707
    918
    I'd like to change the title of our forum page a little here http://admin-talk.com/forum/
    This is a page generated with the portal, so I guess I would look in those options? I didn't see anything just now.
    I know I had to edit the page_container to remove the " - site name" to all the pages other then the home page.

    Thought I might save some time and ask you :)
     
  2. oman

    oman Regular Member

    74
    27
    84
    Not exactly sure on how to change the title. But, if you want to change the route, you could use this.
     
  3. Carlos

    Carlos Regular Member

    751
    251
    462
    The forum title doesn't offer too many options, so instead of stressing about it, I looked at editing the page title container.

    What I did was added some keywords after "{$xenOptions.boardTitle}" so it ends up being:
    Code:
    {$xenOptions.boardTitle} | Ultimate Marvel Vs Capcom 3 Forum
    Which translates into "MVC3Forum | Ultimate Marvel Vs Capcom 3 Forum" So, I end up catching not just MVC3Forum related keywords, I capture the long tail keywords, too.
     
    Iconic likes this.
  4. Brandon

    Brandon Regular Member

    6,602
    1,707
    918
    @Carlos, I only want to change it on the /forum/ page only.
    I'm guessing I'll need a condition to get what I want.

    Thanks anyways.
     
  5. Carlos

    Carlos Regular Member

    751
    251
    462
    I thought this was related to SEO. :( Sorry.
     
  6. Brandon

    Brandon Regular Member

    6,602
    1,707
    918
    Well it is, but that still doesn't change the fact that I'm only looking for a way to change the forum page, or the /forum/ folder.

    Thanks anyways :)
     
  7. Carlos

    Carlos Regular Member

    751
    251
    462
    Ya welcome! :)
     

Share This Page