Tag Joomla
Limit checkbox selection with jQuery
At some point you may come across a situation where you need a user to select a set number of options from a group of checkboxes, in this case a radio group may not be suitable
Opening a Joomla lightbox, from jQuery generated HTML
Today I have been dealing with an infuriating problem concerning joomla lightboxes. Opening them seems to be a little more situation specific than I thought!
Wednesday double post of doom…part 2
Here is the second post in my wednesday posting fest of terror….ok i’ll calm down. This one is concerned with using Joomla mailer, which in turn is based upon the PhpMailer class.
Joomla - Modules within modules
Today I discovered that Joomla modules can act like russian dolls! In that if the mood takes you, it is entirely possible to load and render a module inside another module.
Conditional Concatenation in MySQL
I have come across another gem of a problem (and a resulting solution) during my endeavors at work. Essentially an SQL statement was needed that had to take several values from a table and join (concatenate) them together into one large string for use in a drop down box joomla style. But of course the plot thickens…