Hello Chuck
I had created few custom pal templates and named it custom4pal.tmpl, custom5pal.tmpl so on.
But Sidebar Setting allows only 3 custom pals to show in sidebar. Is there any way to show more then 3 custom pals in sidebar? Which script should I edit for Settings >>Sidebar Settings
well you would actually have to hack or mod those in. The script is setup for 3 custom pals. You can try editing your sidebar template and just do a couple include statements to add the new files in.
Thank you Chuck
I worte the same line
include( "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/custom4pal.tmpl" );
but forgot to change permission of file
I chmod the file to 777 and now the pal is showing fine