The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Because the pink box is my "media menu" and the if conditionals is for the live chat link in that media box.
I do not want anyone to be able to enter live chat unless they have at least 5 forum posts. There is no skin template for the arcade in the vb template area, only the php file. |
#12
|
||||
|
||||
There is one template for ibProArcade. It's the ARCADE template. It looks like this:
HTML Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <!-- end no cache headers --> $headinclude <title><phrase 1=$vboptions[bbtitle]>$vbphrase[x_powered_by_vbulletin]</phrase></title> </head> <body> $header $navbar <if condition="!$bbuserinfo[userid]"> $arcadeheader <!-- small space --> <span class="smallfont"><br /> </span></if> $maincontent </div> $footer </body> </html> |
#13
|
||||
|
||||
I have a better idea.
How can I tell that php arcade file to fetch this vbulletin template called vbtpldw_01 ? vbtpldw_01 is a custom vbulletin template I use but have no idea how to tell the php file to fetch the content. I already tried editing the ARCADE template in vb but for some very odd reason, it just does not work. I used: $header $navbar $vbtpldw_01 I simply added that third line, and hard refreshed the main arcade page. That vbtpldw template does not show up at all. However, I have that same line in various other template areas such as album, live chat, photo gallery templates and that custom template pulls fine on those other templates/pages. --------------- Added [DATE]1254451208[/DATE] at [TIME]1254451208[/TIME] --------------- Ok, I got it working the manual way: using the actual code itself from that vbtpldw template instead of fetching it using the $ method. Any idea why it wouldn't fetch the template? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|