This is a new area of our site. We are going to use it to publish how-to's for Joomla! developers. When we come accross something that is not straight forward, we will be documenting our discoveries here. If you aren't au-fait with PHP, MySQL and Joomla!, this stuff probably isn't for you...
|
|
Written by David Parrish
|
|
Tuesday, 13 November 2007 |
|
Certainly not strictly a Joomla! thing... You may want to use a remote client for database administration and modifications, or perhaps you have need to integrate a desktop application with the database that runs your website. Whatever the reason, if you need to access a MySQL database remotely, doing so is pretty simple if know how.
|
|
Read more...
|
|
|
Custom Components and SEF URLs |
|
Written by David Parrish
|
|
Saturday, 03 November 2007 |
|
If you are writing your own components, there a couple of things that you need to do to make the component work with the Joomla! built-in SEF functionality and 3rd party SEF components. We learned the hard way.
|
|
Read more...
|
|
|
Custom Access for Groups in Joomla! |
|
Written by David Parrish
|
|
Tuesday, 20 February 2007 |
|
One of the more limiting things in Joomla! is the way that user and group access is handled. In order for a backend Joomla! user to have access to modules and components they have to be set up as either an Administrator or Super Administrator. The problem is that this gives them access to a host of capabilities that the average content owner should not mess with. By altering gacl.class.php you can alter the default Joomla! access control and specifically define the role for individual users or groups. Here is how it is done.
|
|
Read more...
|
|
|