I have tried to add the sidebar on custom pages (or at least a page associated with another product)
In this case it is DownloadsII, which has a THIS_SCRIPT name defined as below
define('THIS_SCRIPT', 'downloads2');
So for the "custom" page I have the following in the config
register|register*30 <-- this was here originally
downloads2|smoothred
Now this is being ignored. So I assume it is because of the incorrect template name, which is actually Smooth Red. I have tried enclosing in quotes but this doesn't work either.
Is this a problem with the specified template name, or is the problem likely somewhere else?
Thanks
|