I wanted to log my findings in keeping programs, files etc secure and hidden from just anyone who may stumble on an open work session My goal was to allow a browser session to remain open, and to open recent session when executing the program from cold start. I do not want the recent items...
Joomla Frontend Edit...
posted by jarod
Problem: Your frontend editor in Joomla breaks the template or objects on your site when opened. Annoying indeed! Solution: Amazing code <?php if ((@$_REQUEST["task"] == “edit”) || (@$_REQUEST["task"] == “new”)) { ?> – basically IF the editor is...
Collapse Joomla modu...
posted by jarod
Problem: When logged in the User Menu was causing two modules to break out of the site frame. The client had to have scroll-bars against everyone’s wishes… Solution: Using a few built in Joomla tools $user =& JFactory::getUser(); – simple means of organizing...