Results 1 to 2 of 2

remove site title from cms article

This is a discussion on remove site title from cms article within the General Discussion forums, part of the vBulletin SEO Discussion category; Hi, So, Usually in vb its like this "site name - article name", eg, "mysite.com - my article about things" ...

  1. #1
    Member
    Real Name
    Les Hill
    Join Date
    Sep 2005
    Location
    Gloucester, England, UK
    Posts
    65
    Liked
    2 times

    remove site title from cms article

    Hi, So, Usually in vb its like this "site name - article name",
    eg, "mysite.com - my article about things"

    I wanted to make it look like this:
    " my article about things - mysite"

    so i replaced this code
    Code:
    <title><vb:if condition="$vboptions['cmstitle']">{vb:raw vboptions.cmstitle}<vb:else />{vb:raw vboptions.bbtitle}</vb:if> - {vb:raw html_title}</title>
    with this
    Code:
    <title> - <vb:if condition="$vboptions['cmstitle']">{vb:raw vboptions.cmstitle}<vb:else />{vb:raw vboptions.bbtitle}</vb:if></title>

    But now the problem is that the edit affects the Homepage or other nav tabs, I wanted it to show as "mysite - Home" but now it shows as "Home - mysite"

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    The cms_page template runs the entire cms.

    If you make a change to this template, it will effect the entire cms. Otherwise, you will need to conditional the title block, which isn't pretty.

    How to remove forum title from CMS articles?

Similar Threads

  1. Replies: 126
    Last Post: 09-11-2011, 03:40 PM
  2. Remove BB Title On Article Pages 4.0
    By snerd in forum General Discussion
    Replies: 6
    Last Post: 01-17-2010, 05:08 AM
  3. remove forum title from thread title
    By mindhunter77 in forum General Discussion
    Replies: 3
    Last Post: 06-08-2008, 02:17 AM
  4. Remove site name from title
    By AndyS in forum Template Modifications
    Replies: 4
    Last Post: 07-15-2006, 01:29 PM

Posting Permissions

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