We created a number of extensions for the CMS Joomla!.
- qlboot - read more
- qlcaptcha - read more
- qlchucknorris - read more
- qlcode - read more
- qlcontent - read more
- qlcopyright - read more
- qlcurl - read more
- qldebug - read more
- qldebug - read more
- qldropdown - read more
- qldiv - read more
- qlform - read more
- qliframe - read more
- qlinsert - read more
- qllogo - read more
- qlloremipsum - read more
- qlmodule - read more
- qlpreview - read more
- qltabs - read more
- qlwiki - read more
- qlweblinks - read more
- qlmarkdown - read more
- qleffect - read more
- qltiptap - read more
- qlbreadnavi - read more
- qljdownloads - read more
- qljdownloads - read more
- qlmessages - read more
- qlslider - read more
qldebug is especially for devs working on a website trying to fix it.
Sometimes there is no ftp access, so it is hard to see, what objects are used, what is written in them, if post or session data are existing.
What about a coffee ..
I love coding. My extensions are for free. Wanna say thanks? You're welcome!
https://www.buymeacoffee.com/mareikeRiegel
Data available
That is when qldebug helps by offering to display following data:
- $_POST
- $_GET
- $_SERVER
- $GLOBALS
- $_FILES
- $_REQUEST
- $_SESSION
- $_COOKIE
- JInput object
- JUser object
- JApplication object
- info concerning a defined table (columns, data)
- list of files included
- You can choose, if you want to show the data always, only to a user logged in or only to a Super User or not at all.
PS: You need/want more options? Just contact me, I'm glad for any new ideas concerning this module:-)
Installation of system plugin
The system plugin contains all the code for getting the data and has an output as well. As the system plugin is called before website output, the plugin's it will result in a slightly invalid html code; but I think you can live with that. The output will be seated either left or right on the screen. Use additional css commands to place it where you want it.
Installation of module
The module is pure output module. All data is generated by the plugin. So it won't work without the upper plugin. Don't worry: As plugin and module are in the package, you won't even realize the difference.
The module can be placed in any module position; adjust stylesheets if necessary.
qldebug is especially for devs working on a website trying to fix it.
Sometimes there is no ftp access, so it is hard to see, what objects are used, what is written in them, if post or session data are existing.
What about a coffee ..
I love coding. My extensions are for free. Wanna say thanks? You're welcome!
https://www.buymeacoffee.com/mareikeRiegel
Data available
That is when qldebug helps by offering to display following data:
- $_POST
- $_GET
- $_SERVER
- $GLOBALS
- $_FILES
- $_REQUEST
- $_SESSION
- $_COOKIE
- JInput object
- JUser object
- JApplication object
- info concerning a defined table (columns, data)
- list of files included
- You can choose, if you want to show the data always, only to a user logged in or only to a Super User or not at all.
PS: You need/want more options? Just contact me, I'm glad for any new ideas concerning this module:-)
Installation of system plugin
The system plugin contains all the code for getting the data and has an output as well. As the system plugin is called before website output, the plugin's it will result in a slightly invalid html code; but I think you can live with that. The output will be seated either left or right on the screen. Use additional css commands to place it where you want it.
Installation of module
The module is pure output module. All data is generated by the plugin. So it won't work without the upper plugin. Don't worry: As plugin and module are in the package, you won't even realize the difference.
The module can be placed in any module position; adjust stylesheets if necessary.