Can someone tell me what template I need to edit to remove my forum name from all of my CMS article pages?
I only want my forum title to be in the title tag of the main index page, not every single CMS article posted.
*edit*
I found out that if I edit vbcms_page then I can remove the title, but that also removes it from the index page and I do not want to do that. Does anyone know how to remove it strictly from the article pages, but not the main content page?
toCode:<title><vb:if condition="$vboptions['cmstitle']">{vb:raw vboptions.cmstitle}<vb:else />{vb:raw vboptions.bbtitle}</vb:if> - {vb:raw html_title}</title> <!--<title>{vb:raw html_title}</title>-->
However that removes the main title from every CMS page including the index. Is there a vb:if to check what page it's on and if it's the main index page, not remove it?Code:<title>{vb:raw html_title}</title> <!--<title>{vb:raw html_title}</title>-->


LinkBack URL
About LinkBacks





Reply With Quote
