The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
module VBA: add sub title ?
in VBA template adv_portal i have:
Code:
<title>$vboptions[hometitle] <if condition="$pagetitle">- $pagetitle</if></title> my module name is "book" and I see it as: Code:
www.mysite.com/index.php?id_page=book&nr=22 In the page <TITLE> tag there is: "My site name - book" "book" is $pagetitle, definite in the Admin CP module, OK? how do I do to add in page module also the title of the book nr.22? es. title book nr. 22 is "THE LAST HISTORY" I would want the title of the page to be: "My site name - book - THE LAST HISTORY" I could pass in GET variable es: Code:
www.mysite.com/index.php?id_page=book&nr=22&subtitle=THE LAST HISTORY in adv_portal i have add: Code:
<title>$vboptions[hometitle] <if condition="$pagetitle">- $pagetitle</if> <if condition="$subtitle">- $subtitle</if> </title> in my php module I have add Code:
$subtitle= $_GET['subtitle']; help me please thanks |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|