EE v2.5.2
Hi,
I have configured a site to use my own table prefix. I am now trying to enter content with information about the cookies the site uses, but I have kept the cookie prefix as ‘exp_’.
As a result when the entry is submitted via the control panel it is changing the ‘exp_’ in my content to the table prefix.
Eg:
New table prefix = ‘abc_’
I enter some content using the control panel ‘...the cookie exp_allow_cookies steals all your credit card details….’.
Now when I load the page, or go back and edit the entry it reads ‘...the cookie abc_allow_cookies steals all your credit card details….’.
In the short term I can fix it by going direct to the data in the database and changing it. But obviously I’m going to need to do this every time someone changes the content. (Fortunately this isn’t a page that will change often.)
I just wondered if there was a setting somewhere I can use to tell ExpressionEngine not to parse out the exp_ in the content.
Thanks.