Jun 17
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 wrong.
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 jos_users SET password=MD5('password') WHERE usertype = "Super Administrator";
And that's it, you have reset the Super Administrator password.
How to reset Joomla 1.5, 1.0 and earlier passwords
UPDATE `jos_users` SET `password` = MD5( 'password' ) WHERE `jos_users`.`username` = "admin";
Good luck!
Apr 12
We are currently in the process of connecting
Joomla Subscription Manager with
JomSocial. Combining these two components will give you a powerful subscription setup.
Now everyone can create a thriving, unique and interactive Joomla! community.... effortlessly!
Stay tuned for more updates or find out more about JomSocial on
jomsocial.com
Mar 9
According to sources a Beta version of Joomla 1.6 should be launched near the end or March. The next follow up will be available at the end of April. I know a lot of people have been very exited about the ACL rewrites. You can now more accurately define access to articles and sources.
Keep in touch to learn more about Joomla 1.6
Mar 1
We now also offer payment through 2checkout.com A lot of customers have been asking to pay with an alternative to PayPal.com. Since we want to serve you, our customer, better we integrated the payment system from 2checkout.com
In conclusion to that we are also in the process of building a 2checkout.com compatible version for Joomla Subscription Manager
Feb 22
Al lot of people have been asking questions on how they could setup a one time subscription. Up till now all plans where automatically recurring. Our latest addition to the Subscription Manager for Joomla component makes it possible for you to select whether you want a recurring subscription or not.
If you have previously purchased the 2.0 version of this component, contact us with your PayPal transaction and we will send you the updated package.
Feb 18
Check out this great article on seotops.com:
Anyone reading about CMS applications will undoubtedly come across the debate as to whether they are really useful when it comes to SEO. Most of this is actually centred on WordPress, which typically cannot handle very large sites and has plug-ins that can go either way when it comes to helping or hurting your SEO efforts. Personally, even though WordPress is undoubtedly the easiest CMS application to use, I’m backing Joomla. Why?
Read more >>