all files have been installed at thier respective places.
all files have been installed at thier respective places.
make sure to check includes/languages/english/YOUR_TEMPLATE/meta_tags.phpHello.
I have just uploaded the Testimonial Manager and thank you for the contribution. Everything seems to be working fine except that on the display all testimonials page the meta tag says: META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER_ALL_TESTIMONIALS and is not displaying the correct information.
Any help with this would be greatly appreciated.
Thank You.
add the following definitions
// Per-Page meta-tags. Follow this pattern for individual pages you wish to override. This is useful mainly for additional pages.
// replace "page_name" with the UPPERCASE name of your main_page= value, such as ABOUT_US or SHIPPINGINFO etc.
// repeat pattern as necessary
define('META_TAG_DESCRIPTION_page_name','');
define('META_TAG_KEYWORDS_page_name','');
define('META_TAG_TITLE_TESTIMONIALS_MANAGER_ALL_TESTIMONIALS', 'All Testimonials - ');
define('META_TAG_TITLE_TESTIMONIALS_MANAGER', 'Testimonial - ');
That worked - Great! Thanks Clyde you're awesome!
Hi Clyde.
Sorry one more questions. I used it for a site with languages and I copied all the english/ folders and made similar norwegian/ folders - everything seems fine however the sidebox does not appear on the site in the norwegian language only in the english language. Do you have any advise on this?
Thanks Again!
make sure you've changed ALL instances of YOUR_TEMPLATE to match the name of the template you are using on your site:
includes/languages/english/extra_definitions/YOUR_TEMPLATE
includes/languages/english/YOUR_TEMPLATE
includes/languages/english/html_includes/YOUR_TEMPLATE
includes/modules/sideboxes/YOUR_TEMPLATE
includes/templates/YOUR_TEMPLATE
in other words change YOUR_TEMPLATE to orange
Last edited by clydejones; 11 Aug 2010 at 04:36 PM.