MySQL – Select First 2 Characters In Field Using Matching Pattern

MySQL – Select First 2 Characters In Field Using Matching Pattern

Problem: After running Easy Profile on Joomla to split up Joomla’s standard First-Name-and-Last-Name-all-on-one-line into separate First Name and Last Name fields, a bunch of User’s middle initials (eg: L.) are now at the beginning of the Last Name field. Here’s an example: Joomla’s standard signup only provides one field to enter a user’s name: John…

Joomla – Ximenia Child Theme Custom CSS

Where do I put my Ximenia Child Theme’s Custom CSS file? Answer: root/templates/rt_ximenia_responsive/css/rt_ximenia_responsive-custom.css. This also prevents the customizations from being deleted when the theme is updated. I had incorrectly named my custom CSS file rt_ximenia-custom.css – causing much frustration. Ugh. It’s supposed to be: rt_ximenia_responsive-custom.css. I had left out the word “responsive” by accident. NOTE:…