This is an old revision of the document!
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='template_file'}help_pages/{$smarty.get.help|escape:'url'}.tpl{/capture} {capture assign='explanation'} {include file=$template_file} {/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.<