Page 126 of 151 FirstFirst ... 2676116124125126127128136 ... LastLast
Results 1,251 to 1,260 of 1501
  1. #1251
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by clydejones View Post
    You need to define this (META_TAG_TITLE_DISPLAY_ALL_TESTIMONIALS) in includes/languages/YOUR_TEMPLATE/meta-tags.php (around line(s) 38 - 40)

    // 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_page_name', '');
    you mean includes/modules/blah blah, right? not languages? also this ain't in the instructions.

    can i wait until version xxx comes out. i have no clue what you just said, i still have alot to learn. i'm trying to learn a bunch of other stuff at the same time and my brain is being fried.

  2. #1252
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by willie bee View Post
    you mean includes/modules/blah blah, right? not languages? also this ain't in the instructions.

    can i wait until version xxx comes out. i have no clue what you just said, i still have alot to learn. i'm trying to learn a bunch of other stuff at the same time and my brain is being fried.
    Please refer to posts 1226 - 1231 concerning adding meta tags.

  3. #1253
    Join Date
    Jan 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    I have been using this to display random facts for over a year now. The client has requested a new site design, and there has been an update to the testimonial manager code.

    The new site design does not use actual sideboxes; the items on the left column are hard coded into the template.

    I would like to randomly display the facts as before, but I'm not sure what to include in my template.

    the site is here:
    http://biadchili.com/pepper/

    the 'all testimonials page' is here:
    http://biadchili.com/pepper/index.ph...l_testimonials

    I actually do not want to display everything, just have them randomly displayed on the left column; the sideboxes are turned on

    this is the code I've used to display this on the left column, but it is not showing:

    PHP Code:
    <?php require($template->get_template_dir('tpl_testimonials_manager_default.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_testimonials_manager_default.php'); 
                            
    ?>

  4. #1254
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by tamalita View Post
    I have been using this to display random facts for over a year now. The client has requested a new site design, and there has been an update to the testimonial manager code.

    The new site design does not use actual sideboxes; the items on the left column are hard coded into the template.

    I would like to randomly display the facts as before, but I'm not sure what to include in my template.

    the site is here:
    http://biadchili.com/pepper/

    the 'all testimonials page' is here:
    http://biadchili.com/pepper/index.ph...l_testimonials

    I actually do not want to display everything, just have them randomly displayed on the left column; the sideboxes are turned on

    this is the code I've used to display this on the left column, but it is not showing:

    PHP Code:
    <?php require($template->get_template_dir('tpl_testimonials_manager_default.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_testimonials_manager_default.php'); 
                            
    ?>
    Your going to need to figure out how to combine the code from:

    includes/modules/sideboxes/YOUR_TEMPLATE/testimonials_manager.php

    AND

    includes/templates/YOUR_TEMPLATE/sideboxes/tpl_testimonials_manager.php

  5. #1255
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by willie bee View Post
    you mean includes/modules/blah blah, right? not languages? also this ain't in the instructions.

    can i wait until version xxx comes out. i have no clue what you just said, i still have alot to learn. i'm trying to learn a bunch of other stuff at the same time and my brain is being fried.
    willie bee

    edit this file

    /includes/languages/english/CUSTOM_TEMPLATE/meta_tags.php


    In the // Per-Page meta-tags section

    make the tags look like this


    PHP Code:

    define
    ('META_TAG_DESCRIPTION_page_name','');

    define('META_TAG_KEYWORDS_PAGE_page_name','');

    define('META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER_ALL_TESTIMONIALS''');
        
        
    define('META_TAG_DESCRIPTION_page_name','');

    define('META_TAG_KEYWORDS_PAGE_page_name','');

    define('META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER'''); 
    See if this gets working going for you.

  6. #1256
    Join Date
    Jan 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by clydejones View Post
    Your going to need to figure out how to combine the code from:

    includes/modules/sideboxes/YOUR_TEMPLATE/testimonials_manager.php

    AND

    includes/templates/YOUR_TEMPLATE/sideboxes/tpl_testimonials_manager.php
    that's what I needed to know ... thank you!

  7. #1257
    Join Date
    Jul 2011
    Location
    Arizona
    Posts
    17
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Version 1.3.8a.
    I've installed your add-on. Everything went smoothly and works except for the "Add a Testimonial" link. Only a blank white screen appears whether I click on the link from the sidebox or from a page while viewing another testimonial.
    I've double-checked that I've uploaded all the files to the appropriate locations on my server.
    Which files would affect this issue? Any suggestions would be greatly appreciated!

  8. #1258
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by HighCastleCrafts View Post
    Version 1.3.8a.
    I've installed your add-on. Everything went smoothly and works except for the "Add a Testimonial" link. Only a blank white screen appears whether I click on the link from the sidebox or from a page while viewing another testimonial.
    I've double-checked that I've uploaded all the files to the appropriate locations on my server.
    Which files would affect this issue? Any suggestions would be greatly appreciated!
    double check and make sure ALL the following have been uploaded to your server:

    includes/extra_datafiles/testimonials_manager_filenames.php
    includes/functions/testimonials.php
    includes/languages/english/extra_definitions/YOUR_TEMPLATE/testimonials_manager_defines.php
    includes/languages/english/YOUR_TEMPLATE/testimonials_add.php
    includes/languages/english/YOUR_TEMPLATE/testimonials_manager.php
    includes/languages/english/YOUR_TEMPLATE/testimonials_manager_all_testimonials.php
    includes/languages/english/html_includes/define_testimonials_add.php
    includes/languages/english/html_includes/YOUR_TEMPLATE/define_testimonials_add.php
    includes/modules/pages/testimonials_add
    includes/modules/pages/testimonials_manager
    includes/modules/pages/display_all_testimonials
    includes/modules/sideboxes/YOUR_TEMPLATE/testimonials_manager.php
    includes/templates/YOUR_TEMPLATE/sideboxes/tpl_testimonials_manager.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_add_default.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_all_testimonials_default.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_default.php
    includes/templates/YOUR_TEMPLATE/css/testimonials_add.css
    includes/templates/YOUR_TEMPLATE/css/testimonials_manager.css
    includes/templates/YOUR_TEMPLATE/css/testimonials_manager_all_testimonials.css
    includes/templates/YOUR_TEMPLATE/buttons/english/button_submit_testimonials.gif
    includes/templates/YOUR_TEMPLATE/buttons/english/button_testimonials.gif
    includes/templates/YOUR_TEMPLATE/buttons/english/button_view_testimonials.gif

  9. #1259
    Join Date
    Jul 2011
    Location
    Arizona
    Posts
    17
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_add_default.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_all_testimonials_default.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_default.php
    includes/templates/YOUR_TEMPLATE/css/testimonials_add.css
    includes/templates/YOUR_TEMPLATE/css/testimonials_manager.css
    includes/templates/YOUR_TEMPLATE/css/testimonials_manager_all_testimonials.css
    There are two differences between the names of the files I downloaded and what you listed above. The download included:
    includes/templates/YOUR_TEMPLATE/templates/tpl_display_all_testimonials_default
    instead ofincludes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_all_testimonials_default.php
    (The other two files are the same in that folder.)
    AND
    includes/templates/YOUR_TEMPLATE/css/display_all_testimonials
    instead ofincludes/templates/YOUR_TEMPLATE/css/testimonials_manager_all_testimonials.css

    I also noticed when the cursors hovers over the "Add A Testimonial" link that the following appears at the bottom of the window:
    /index.php?main_page=testimonials_add&zenid951779c1ebbfbb
    What's the "&zenid951779c1ebbfbb"?
    Thanks.

  10. #1260
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by HighCastleCrafts View Post
    There are two differences between the names of the files I downloaded and what you listed above. The download included:
    includes/templates/YOUR_TEMPLATE/templates/tpl_display_all_testimonials_default
    instead ofincludes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_all_testimonials_default.php
    (The other two files are the same in that folder.)
    AND
    includes/templates/YOUR_TEMPLATE/css/display_all_testimonials
    instead ofincludes/templates/YOUR_TEMPLATE/css/testimonials_manager_all_testimonials.css

    I also noticed when the cursors hovers over the "Add A Testimonial" link that the following appears at the bottom of the window:
    /index.php?main_page=testimonials_add&zenid951779c1ebbfbb
    What's the "&zenid951779c1ebbfbb"?
    Thanks.

    You can delete these.
    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_all_testimonials_default.php

    includes/templates/YOUR_TEMPLATE/css/testimonials_manager_all_testimonials.css
    ----------

    zenid is your session id and will display the first time you go to that page but will not display afterwards.

 

 

Similar Threads

  1. v150 Testimonial Manager Support Thread (for ZC v1.5.x)
    By countrycharm in forum All Other Contributions/Addons
    Replies: 257
    Last Post: 7 Mar 2023, 03:40 PM
  2. Link Manager 3.0 Support Thread
    By clydejones in forum Addon Sideboxes
    Replies: 1987
    Last Post: 6 Aug 2021, 02:56 PM
  3. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  4. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM
  5. [Support Thread] Simple Video Manager
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 1 Nov 2008, 02:44 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR