DHTML menu appears behind form field selector dropdowns in Internet Explorer 6

When the menu loads, it is loading behind the html form****selectors (select boxes). Unfortunately there isn’t a fixed solution to this since select boxes have an infinite Z-Index in Internet Explorer 6. Possible Solutions: Try putting the select box in an iframe for Internet Explorer 6. And the main page will be in front of the Iframe. Note: Opera 8 has the same problem with iframes as Internet Explorer 6has with selects. Try to hide the select box with Javascript everytime the Menu hovers over the select box. Simplest fix is that the menu never overlaps the select box.

April 6, 2018 · 1 min · 99 words · icarnaghan

E-mail Address requirements

The following are the requirements for an e-mail address: An e-mail address consists of local part and domain separated by an at sign (@) character. The local part may consist of alphabetic and numeric characters, and the following characters: !, #, $, %, &, ‘, *, +, -, /, =, ?, ^, _, `, {, |, } and ~, possibly with dot separators (.), inside, but not at the start, end or next to another dot separator. ...

April 6, 2018 · 1 min · 187 words · icarnaghan

Enabling Legacy Mode in Joomla! 1.5

STEP 1 Click on “Extensions” and then “Plug-In Manager” STEP 2 Click on “System - Legacy” to edit Plug-In STEP 3 Where “Enabled” is displayed on the page. Set the Radio Button to “Yes”. After that is done Extensions made for Joomla! 1.0 should now work in Joomla! 1.5.

April 6, 2018 · 1 min · 49 words · icarnaghan

Fatal error: Call to undefined method: stdClass->onAuthenticate() in /home/sitename/libraries/joomla/user/authentication.php on line 121 (Joomla! 1.5)

When trying to log into the backend after entering the username and password and as soon as you click on login, I get the following error. Fatal error: Call to undefined method: stdClass->onAuthenticate() in /home/sitename/libraries/joomla/user/authentication.php on line 121 (Joomla! 1.5) Solution Change the file permissions of the plugin folder to at least 755. And try again and the backend should load perfectly boss Friday, 01 October 2010 When trying to log into the administrator page after entering the username and password and as soon as you click on login ….. this error will comes..Fatal error: Call to undefined method stdClass::onAuthenticate() in /home/optisol/public_html/onlinecourse/libraries/joomla/user/authentication.php on line 121 ...

April 6, 2018 · 2 min · 394 words · icarnaghan

Firefox not creating Bookmarks and Back Button not working in Ubuntu

Open a new Terminal Window and locate to your Home Directory cd /home/YOURNAME Rename the .mozilla folder to .mozilla_old or anything you prefer mv .mozilla .mozilla_old Restart Firefox and problem solved. NOTE: Always make a backup of the .mozilla folder to avoid data loss

April 6, 2018 · 1 min · 44 words · icarnaghan

Get Mail and Get All New Messages button not working in Thunderbird 13

When pressed nothing happens, and it does not check mails for multiple accounts. NOTE: Problem occurred on Thunderbird 13 installed on Fedora Core 15 Open Thunderbird Click on Edit->Account Settings Under each Mail Account click on Server Settings and then on the Advancedbutton Tick the checkbox next to Include this server when getting new mail Click OK Repeat the above steps for each mail account where mails need to be fetched when the Get Mail or Get All New Messages option is clicked ...

April 6, 2018 · 1 min · 83 words · icarnaghan

Getting Error Page not Found when clicking on a link after changing Permalinks in Wordpress

We recently installed the Wordpress Ecommerce plugin and created a page that links to a specific product, what we did we changed the Permalink of this specific product and then when viewing the product we got an error that the Page can’t be found or more specific we got the message “This is somewhat embarrassing, isn’t it? It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help. “ ...

April 6, 2018 · 1 min · 100 words · icarnaghan

How do I install new fonts for Gimp using UBUNTU

Sometimes Gimpjust doesn’t have the font you want to use, then you need to install the font. Answer: STEP 1 Make sure you have the font file (truetype font .ttf extension). eg. new_font.ttf STEP 2 In the Top Panel in UBUNTU click on Places->Home Folder STEP 3 Press the key combination CTRL+H to view all the hidden folders. To make them visible. STEP 4 Locate the .gimp-2.6 folder. The folder name will ussually be the version of Gimp that you use. ...

April 6, 2018 · 1 min · 132 words · icarnaghan

How do I style a module using CSS via the Module Class Suffix? Joomla! 1.5 but can also be used in Joomla! 1.0.x?

If you’ve downloaded a Module and installed in into your Joomla! site and you want to add some custom styling to it you may want to use the “Module Class Suffix” option located in the Module Parameter settings. This Tutorial will direct you step-by-step on how to use the “Module Class Suffix” for a Module. (Basic Knowledge of CSS (Cascading Style Sheets) is required) STEP 1 Locate your Template that you are currently using CSS stylesheet. In the Joomla! Administrator (www.yoursite.com/administrator), select (Extensions->Template Manager) once in the Template Manager select the Radio Button next to you DEFAULT template. Once selected click on the Edit button. Once in the next screen click on the Edit CSS button. Once in the next screen click on the Radio Button next to the DEFAULT templates stylesheet to select it and once again click on the Editbutton. The CSS file will now be editable. At the top of the file add your CSS class. It needs to be specified in a Unique way in order to use it in the Module Class Suffix. ...

April 6, 2018 · 2 min · 346 words · icarnaghan

How do I upgrade to Joomla! 1.5 ?

Joomla! 1.5 does not provide an upgrade path from earlier versions. Converting an older site to a Joomla! 1.5 site requires creation of a new empty site using Joomla! 1.5 and then populating the new site with the content from the old site. This migration of content is not a one-to-one process and involves conversions and modifications to the content dump. There are two ways to perform the migration: An automated method of migration has been provided which uses a migrator Component to create the migration dump out of the old site (Mambo 4.5.x up to Joomla! 1.0.x) and a smart import facility in the Joomla! 1.5 Installation that performs required conversions and modifications during the installation process. Migration can be performed manually. This involves exporting the required tables, manually performing required conversions and modifications and then importing the content to the new site after it is installed. Automated migration This is a two phased process using two tools. The first tool is a migration Component named com_migrator. This Component has been contributed by Harald Baer and is based on his eBackup Component. The migrator needs to be installed on the old site and when activated it prepares the required export dump of the old site’s data. The second tool is built into the Joomla! 1.5 installation process. The exported content dump is loaded to the new site and all conversions and modification are performed on-the-fly. ...

April 6, 2018 · 3 min · 575 words · icarnaghan