We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 24981
    • 109 Posts
    Hi Dudes/Dudettes

    I have just done the first cut of a Users Manual (see Documentation in forums).

    Here are some simple improvement that came out of the process:
    * In HTMLarea have an modded Link button - with a dropdown list of existing pages, for internal links. (see CMSimple.dk for good integration)
    * In HTMLarea have a Downloads button to to link to any documents in the PDF/downloads folder. At the moments it is hard for users to work out the URL of PDFs they have uploaded (see CMSimple.dk for good integration)
    * Add a Jscript New window - with a dialog to allow users to configure height width etc of the new document. This can be done so as to allow SEF links (see http://www.apptools.com/rants/popups.php)
    It means that behind the js popup you:
    1. You still have a link (instead of void or #) in the html
    2. You set the target to _blank
    3. Add return false; to the jscript eg <a href="popups.php"
    onclick="MM_openBrWindow('popups.php','','width=500,height=400');return false">
    

    Also add this as an option for New Weblinks

    Cheers

    Richard