
Originally Posted by
ideasgirl
I didn't see this issue posted, so forgive me if it's somewhere.
When I make changes in the "Pages Editor" for Add Testimonial's page, I don't see the text/changes on the frontend. How can I do this?
I'm using 1.3.7, the html_includes file is writable and there's a copy on the template override.
Copy the code and paste this sql statement from admin -> tools -> install sql patches then click the send button.
Code:
INSERT INTO `configuration` VALUES (NULL, 'Define Testimonial', 'DEFINE_TESTIMONIAL_STATUS', '1', 'Enable the Defined Testimonial Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF', 25, 999, NULL, now(), NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),');
Bookmarks