Quote:
Originally Posted by Bluefin221
I seem to be having a bit of trouble for the main template, so just to make sure I believe I am supposed to take the template name from this part of the file.
Code:
// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array();
// get special data templates from the datastore
$specialtemplates = array();
// pre-cache templates used by all actions
$globaltemplates = array('vbfixer_cpn_temp',);
// pre-cache templates used by specific actions
$actiontemplates = array();
As you can see only one thing I can take from that which I use like so.
multi_custom_page|vbfixer_cpn_temp
Cannot get the blocks to show at all though I have tried a variety of different combinations.
The this script is defined like this: 'multi_custom_page'.$scrpt
So I'm not 100% sure what I should be placing in both sides due to this.
|
I'd really need to see the THIS_SCRIPT line in the php file to figure out the script name.
To determine the template name go to your Admin CP -> Settings -> Options -> General Settings, and turn on the setting that puts Template Names in HTML comments...
Then reload the custom page you want the sidebar to appear on, view the HTML source. The first comment for the first template at the top of the page is going to be the template name you need.
Disable the setting once you have found it.
Quote:
Originally Posted by mikesafl
Im going crazy trying to figure this out, Can i add certain blocks to certain page, BUT disable that block from showing on the main page of the site?
|
No, the same blocks appear on all pages.