@Inferno Tech, it is good to see you have finally realised that I did email "support or enquiries". I mean for any company no matter how busy, a polite notice to acknowledge receipt goes along way.
It is a shame to simply shut off the support issue. Basically how I see it, some coders make a product and release it but then dont bother supporting or even taking an interest in what people have to say or request. If its so much trouble then maybe releasing it publically isnt a good idea. Surely these guys know that all sorts of queires arise.
This modification is great, in fact an outstanding idea, but rather than worrying about the pennies in the bank, maybe considering the customer may also be high on the agenda. Being a manager myself shows you for anything to be successful, you win the customers and by not even replying to my enquiries shows alot.
Anyway all the best with the next version, any ideas of its release date? & hopefully I can get my money's worth in all areas
@ GekkoPixie
Well yes sadly the instructions are not aimed at novices to coding im afraid. In other words for it to display on all pages, you need to include all the script names of those pages you want it displayed on in the "page deployment" and also include
Code:
<!--{%SHOUTBOX%}-->
within the template concerned.
To find the script name, open the PHP file that relates to the page. such as forumdisplay.php or index.php and search for
Code:
define('THIS_SCRIPT', 'pagename');
usually near the top of the php file on your FTP server.
Remember that 'pagename' is where you will find the script name.
Hope it helps