New Zenner
- Join Date:
- Jul 2007
- Location:
- Durham, NC
- Posts:
- 56
- Plugin Contributions:
- 0
Ultimate SEO URLs
The fact that "SEO URLs" appears on the admin Configuration menu is evidence that it has added itself to the configuration and configuration_group tables. It's true there is no sql patch to apply, but when you first use the mod (i.e., first link internally within the store after uploading the phps), the mod quietly adds its own entries into these admin-related tables. Otherwise you wouldn't see the configuration entries in admin. If you were to browse your store's MySQL database in the configuration table, you should be able to find 17 records for this mod, starting with one whose configuration_key field has the value 'SEO_ENABLED'. You'll recognize the configuration_title value as the value that shows up on Configuration > SEO URLs as 'Enable SEO URLs?' (in English). This and the next 16 records should belong to this mod. Looking at the title and the key in combination, you should be able to verify that this is true. Likewise in configuration_group, there is a record having 'SEO URLs' in the configuration_group_title field. To remove the Spanish and replace with English, I would recommend backing up your MySQL database, deleting this record from the configuration group, along with all the (17?) records in configuration. Then upload the English mod, link within the store again, and see if that turns the Configuration > SEO URLs titles into English.