View Full Version : How do I change the title (website name)?
huyv76
07-27-2010, 08:59 AM
How can I change the website name? For example, on this page http://childcareresources.us/, instead of "Childcare Resources and Forum", I want it to say "ChildcareResources.us" instead.
Xencored
07-27-2010, 09:27 AM
How can I change the website name? For example, on this page http://childcareresources.us/, instead of "Childcare Resources and Forum", I want it to say "ChildcareResources.us" instead.
AdminCP
Settings >> Options
Site Name / URL / Contact Details
huyv76
07-27-2010, 09:37 AM
Thanks, I've been to that page but for some reason, I did not see it.
Now can you tell me how I can reverse the order and put the website name after the page title? I know I have to update some template, but not sure which one and which variable.
Xencored
07-27-2010, 09:57 AM
Thanks, I've been to that page but for some reason, I did not see it.
Now can you tell me how I can reverse the order and put the website name after the page title? I know I have to update some template, but not sure which one and which variable.
Open template SHOWTHREAD
Find
<title>{vb:raw thread.prefix_plain_html} {vb:raw thread.title}</title>
Replace with
<title>{vb:raw thread.prefix_plain_html} {vb:raw thread.title} {vb:raw vboptions.bbtitle}</title>
"Should" work not tested it tho
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.