Results 1 to 3 of 3

Specified "Title" for Specified Category

This is a discussion on Specified "Title" for Specified Category within the General Discussion forums, part of the vBSEO SEO Plugin category; My question is simple; How can i manage Specified browser "Title" for Specified Category ? For example; I have a ...

  1. #1
    Junior Member
    Real Name
    addmean
    Join Date
    Oct 2007
    Posts
    7
    Liked
    0 times

    Specified "Title" for Specified Category

    My question is simple;
    How can i manage Specified browser "Title" for Specified Category ?

    For example;
    I have a "Games" category in my forum as a forum which contains threads like "Supermario". My title on "Supermario" thread shown like "Supermario". I want to change this title option to "Supermario Download Play".

    Thanks...

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    by title do you mean HTML page title:
    <title>HERE</title>

    you will have to edit the templates for showthread to conditional it.

    find:

    Code:
    <title>$thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> </title>
    replace with:


    Code:
    <title>$thread[title]<if condition="$forum[forumid] == XXX"> Download Play</if><if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> </title>

    where XXX is the forum ID for Games

  3. #3
    Junior Member
    Real Name
    addmean
    Join Date
    Oct 2007
    Posts
    7
    Liked
    0 times
    It's you again. Thank you so much Brain.

Similar Threads

  1. Change Links for "Act as Category" Forum Headers
    By compuminus in forum Template Modifications
    Replies: 1
    Last Post: 04-24-2008, 04:23 PM
  2. "Direct Category Links"
    By Martyn in forum General Discussion
    Replies: 1
    Last Post: 09-28-2007, 01:36 PM
  3. "Direct Category Links" and https
    By Lian in forum General Discussion
    Replies: 5
    Last Post: 09-19-2006, 09:05 PM
  4. Replies: 5
    Last Post: 09-09-2006, 05:11 AM
  5. Adding "Common Words" to Forum/Title URLS
    By shelweb in forum Troubleshooting
    Replies: 3
    Last Post: 01-27-2006, 04:24 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •