<tip c h>Note: Due to a bug in Smarty 3.1.8 which was packaged with previous releases, these instructions may not work correctly in older versions of the software.</tip>
This tutorial will describe one way to add more "help boxes", like you have on the listing placement process, by re-purposing one of the extra pages as a page to show help contents.
<tip c w>Warning: This is an advanced tutorial, involving making changes to template files.
Before attempting to make changes as described here, be sure you have a firm grasp of the basics. </tip>
{capture assign='explanation'} {include file="help_pages/{$smarty.get.help|escape:'url'}.tpl"} {/capture} {include file='help_popup.tpl' g_type='system' g_resource='other'}
<
<a href="index.php?a=28&b=151&help=test" class="lightUpLink" onclick="return false;"> <img src="{external file='images/help.gif'}" alt="help" /> </a>
If you used a different extra page than 17, change the b= part to match the link for your own extra page.<