Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
shadowcast
so erm, what exactly have i done wrong?:shocking:
All the files are indeed in :wacko:
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
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
clydejones
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
i see! cause what i did was go from file to file to transfer:clap:
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
shadowcast
i see! cause what i did was go from file to file to transfer:clap:
glad you got it sorted
Re: Testimonial Manager Support Thread
Quote:
Hello.
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.
make sure to check includes/languages/english/YOUR_TEMPLATE/meta_tags.php
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 - ');
Re: Testimonial Manager Support Thread
That worked - Great! Thanks Clyde you're awesome!
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
guitarstore
That worked - Great! Thanks Clyde you're awesome!
glad it got sorted
Re: Testimonial Manager Support Thread
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!
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
guitarstore
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!
The sidebox will only display when there are testimonials available in a particular language.
If you have no testimonials in Norwegian then the sidebox will not display.
Re: Testimonial Manager Support Thread
That did it! Thanks again Clyde
Re: Testimonial Manager Support Thread
Hi Clyde,
Awesome module with the perfect functionality. :D
I am having only one issue: When I upload an image to a testimonial the image does not show (I do not get an error or flag). When I go back to: Tools>Testimonial Manger> I can see in the testimonial review area: IMAGE DOES NOT EXIST
So the program is woking perfectly except for uploading an image. Any ideas?