![]() |
how to customize tag <title>
i have some custom pages, and i'd like to customize the tag title (i think i'll use <if condition...) to have just "Pagetitle", and not "Forumname - pagetitle".
the code used is Code:
<?php what to modify to have title:"Pay per impression"? tnx :) |
A quick fix would be to create another template (copy paste GENERIC_SHELL if you'd like) and edit the <title>.
You could also edit the GENERIC_SHELL template as follows: Change: Code:
<title>$vboptions[bbtitle] - $pagetitle</title> Code:
<title><if condition="THIS_SCRIPT != 'pay-per-impression'">$vboptions[bbtitle] - </if>$pagetitle</title> |
it works!
thanks! :D |
All times are GMT. The time now is 01:53 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|