|
Development -
Joomla
|
|
Written by Rick
|
|
Friday, 05 June 2009 07:00 |
|
Not that I can blame developers for wanting to do a little advertising in their Open Source creations distributed under the GNU Public license, but it can be bit troublesome.
I have 3 sites where I've installed !JoComment 4.0 alpha3 by Compojoom.com. All three sites started to receive hits for the phrase "Powered by !JoComment". That's not exactly one of the terms I was hoping to get ranked in the search engines. Needless to say, I started looking for ways to remove it.
|
|
Read more...
|
|
|
Development -
Joomla
|
|
Written by Rick
|
|
Monday, 23 February 2009 00:00 |
|
This information requires Joomla (1.5.x series) Global Configuration/System/Session Handler to be set to "database" and plugin "includePHP installed for the following information to be valid.
Current and active user sessions are stored in a cookie on the user local drive. The cookies are domain related (i.e.; when you lookup a cookie on your local system it's stored by the site name then cookie name). The following functions provide access to the Joomla cookie created during log-in;
|
|
Read more...
|
|
Development -
Joomla
|
|
Written by Rick
|
|
Wednesday, 07 January 2009 17:45 |
|
Another round with Joomla! and it's great environment. I recently installed an extended menu system at NASCAR This Week's website. The site contains some flash elements like menus and videos. The top menu consists of drop-down items now and those items were disappearing behind the flash items on the pages.
I've seen a lot of sites out there that display this problem. I always thought it looked hideous and wondered why that developer left it looking like crap. I still don't know why a web developer would leave a menu system in that condition, but I did find the solution.
|
|
Read more...
|
|
Development -
Joomla
|
|
Written by Rick
|
|
Tuesday, 09 September 2008 00:00 |
|
I found this at Contract Web Development and didn't want to let it go...
Before we begin, you must have access to your database. If you don't, pass these instructions on to someone that does. It's also a good idea to backup your database before making changes, just in case something goes awry.
Finding the Password
- Log in to your Joomla database (via phpMyAdmin for example)
- Click to edit the _users database (will be preceded by your account name, for example: example_users
- Edit the entry for where usertype = "Super Administrator" (should be the first record)
Resetting the Password
In the password field you'll notice a string of characters. Joomla uses a one-way encoding method, which means you won't be able to retrieve your old password. However, you will be able to reset the password to a new one using mySQL's built in MD5 function:
UPDATE example_users SET password=MD5('yourpassword') WHERE usertype = "Super Administrator";
Voila - you just successfully reset your Joomla password Go to your joomla domain at example.com/administrator and try logging in with the new password. You should be logged in as Super Administrator.
Troubleshooting
If for some reason the above method does not work try encoding a password that contains only alphanumeric (a-z, 0-9) characters. This method may not work if your password contains special characters (@!#$).
|
|
Development -
Joomla
|
|
Written by Rick
|
|
Friday, 06 June 2008 08:56 |
Many, including myself, do not want the meta generator tag to expose the fact we're using Joomla! as a basis for our web site(s). It's not that we're embarrassed using Joomla!, it's a question of whether it's appropriate in a given environment. Two obvious options exist, change it or remove it;
|
|
Read more...
|
|
|
|
|
|