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
with thisCode:<title><vb:if condition="$vboptions['cmstitle']">{vb:raw vboptions.cmstitle}<vb:else />{vb:raw vboptions.bbtitle}</vb:if> - {vb:raw html_title}</title>
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"
![]()


LinkBack URL
About LinkBacks






Reply With Quote