So I wanted to find a quick way to replace all instances of <ul> with <ul class="gkBullet2">. Here's what worked for me. Go into PHPMyAdmin and execute these 2 queries:
update joomla_content set `introtext` = replace(`introtext`, '<ul>', '<ul class="gkBullet2">')
update joomla_content set `fulltext` = replace(`fulltext`, '<ul>', '<ul class="gkBullet2">')
Change "joomla" to whatever DB prefix you use.
Related Articles
Batocera - How To Pair 8BitDo ...
I struggled a bit with getting my new 8BitDo M30 controller to pair properly with Batocera. Before we begin, please make sure the controller is on the latest f...
Joomla - Checklist for Moving ...
* Remove web directory protection entries * Rsync files to the new location * Change Apache root folder settings * Redo web directory protection entries * U...
Adding iTunes to Joomla Stalke...
The Joomla extension Stalker is awesome, but oddly enough it doesn't have iTunes as one of the default available networks. If you're using the component, you c...
The Hunt for the Ultimate VPS ...
If IT geek-dom were a crime, I'd be on death row by now. Fortunately, it is not; so I continue my dorky IT pursuits--the latest of which is finding a VPS cloud...