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
Why I Hate the Apple Store
I go to the Apple store in Ginza looking for Snow Leopard (for a client). Of course, there's no sign indicating what is on each floor because signs would dir...
The Hunt for the Ultimate Blue...
I'm obsessed with bluetooth. So much so that I've been hunting for heaven's own pair of bluetooth headphones for my Tokyo subway commutes. I'm already on my 5...
My Adventures in Spam Blocking
I hate spam. I detest it. And I'm not talking about the scrumptious processed meat product. I think you all know the spam I'm referring to—the kind peddling ...
Joomla - How to Modify RSSocia...
RSSocial is an awesome free Joomla extension I use to display social media icons on my site. Since it uses the Fontello Zocial font kit, I figured out how to m...