| Roundup of Great Blog Comments |
|
| Sunday, 26 August 2007 | |
|
One of the best things about running a blog is the opportunity to read comments posted by people who are smarter and more experienced in many areas.
Today, I'm going to dig back into the Alledia archives and pull up and some great tips and tricks posted by readers. How to Reset a Lost SuperAdmin PasswordZorro from www.nitsche.org points out that Joomla 1.0.13 has changed password handling and added a SALT (encryption) to the password field. So if you have lost your superadministrator password, you need to run a new database query to recover it: UPDATE `jos_users` SET `name` = 'admin', `password` = 'af9083d4b82dbc0745b124db3b3cf15d:M0WuLowO4rtRTddG' WHERE `id` =62 LIMIT 1 ; Removing Joomla's Dynamic URLs from Search ResultsOften when running Joomla's SEF URLs you'll find that dynamic URLs still manage to get indexed and create duplicate content. We've discussed several ways of dealing with this using Yahoo's Site Explorer and Joomla's robots.txt file, but Trichosis (no URL given) came up with a very elegant solution. Simply add this to your robots.txt: disallow: /*?* Using Your Joomla Sections and Categories to Improve SEO
|




You should add your own hack for limiting intro text ... its very handy