Hey all,
Updated to version 1.0.4
Here is a Lapper add-on for ver 5.926b+ that allows for multiple page helps.
To install, copy the file into includes directory with the name multipage-help.lpr, then edit the addons.lpr file to include the line:
at the end of the file. The curent help in Lapper uses the command !help, so if you want to fully replace it, you will need to rename the !help command in the Lapper.lpr file to something else like !help2.
Note: This code includes english helps only at the moment and also requires the attached utils.lpr file to be uupdated as well
Updated to version 1.0.4
Here is a Lapper add-on for ver 5.926b+ that allows for multiple page helps.
To install, copy the file into includes directory with the name multipage-help.lpr, then edit the addons.lpr file to include the line:
<?php
include( "./multipage-help.lpr");
?>
Note: This code includes english helps only at the moment and also requires the attached utils.lpr file to be uupdated as well