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?
|