Results 1 to 10 of 1501

Hybrid View

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

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by chris parker View Post
    Here it is

    Many thanks.

    Chris.
    right off hand, it appears you may not have uploaded all the files.

    you should have

    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_default.php
    (this file controls the single view of testimonials)

    it also appears that you're missing the css files for testimonials manager.

  2. #2
    Join Date
    Dec 2007
    Posts
    61
    Plugin Contributions
    0

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by clydejones View Post
    right off hand, it appears you may not have uploaded all the files.

    you should have

    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_default.php
    (this file controls the single view of testimonials)

    it also appears that you're missing the css files for testimonials manager.
    Hi Clyde,
    I have now made sure that everything is uploaded as it should be. I now have the testimonials correctly formatted with the CSS, but still have the problem of the linked titles and 'read more' links going to a 404?

    Do you think it might be because I am hosting in a subfolder or something? I have no idea why this is happening but I've obviously missed something out along the way.



    P.S. One of the things that does not look right is that when I go to layout boxes controller, it says sideboxes/iC_AthemeJoomla/testimonials_manager.php with the sideboxes/iC_AthemeJoomla/ displayed in red, but I assume that is becuase I have installed it in a subfolder for my template?

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

    Default Re: Testimonial Manager 1.3.7

    iC_AthemeJoomla this would be the name of your custom template.

    Just as a double check -
    You should have the following files located as indicated:

    includes/languages/english/iC_AthemeJoomla/testimonials_add.php
    includes/languages/english/iC_AthemeJoomla/testimonials_manager.php
    includes/languages/english/iC_AthemeJoomla/testimonials_manager_all_testimonials.php

    includes/languages/english/extra_definitions/iC_AthemeJoomla/testimonials_manager_defines.php

    includes/languages/english/html_includes/testimonials_manager_defines.php
    includes/languages/english/html_includes/iC_AthemeJoomla/testimonials_manager_defines.php

    includes/modules/pages/testimonials_add/header_php.php
    includes/modules/pages/testimonials_manager/header_php.php
    includes/modules/pages/testimonials_manager_all_testimonials/header_php.php

    includes/modules/sideboxes/iC_AthemeJoomla/testimonials_manager.php

    includes/templates/iC_AthemeJoomla/templates/tpl_testimonials_add_default.php
    includes/templates/iC_AthemeJoomla/templates/tpl_testimonials_manager_all_testimonials_default.php
    includes/templates/iC_AthemeJoomla/templates/tpl_testimonials_manager_default.php

    includes/templates/iC_AthemeJoomla/sideboxes/tpl_testimonials_manager.php

    includes/templates/iC_AthemeJoomla/css/testimonials_add.css
    includes/templates/iC_AthemeJoomla/css/testimonials_manager.css
    includes/templates/iC_AthemeJoomla/css/testimonials_manager_all_testimonials.css

  4. #4
    Join Date
    Dec 2007
    Posts
    61
    Plugin Contributions
    0

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by clydejones View Post
    iC_AthemeJoomla this would be the name of your custom template.

    Just as a double check -
    You should have the following files located as indicated:

    includes/languages/english/iC_AthemeJoomla/testimonials_add.php CHECK
    includes/languages/english/iC_AthemeJoomla/testimonials_manager.php CHECK
    includes/languages/english/iC_AthemeJoomla/testimonials_manager_all_testimonials.php CHECK

    includes/languages/english/extra_definitions/iC_AthemeJoomla/testimonials_manager_defines.php CHECK

    includes/languages/english/html_includes/testimonials_manager_defines.php CHECK
    includes/languages/english/html_includes/iC_AthemeJoomla/testimonials_manager_defines.php NO. I HAVE DEFINE_TESTIMONIALS_ADD.PHP IN HERE. I HAVE NOW COPIED TESTIMONIALS_MANAGER_DEFINES.PHP INTO THIS FOLDER.

    includes/modules/pages/testimonials_add/header_php.php CHECK
    includes/modules/pages/testimonials_manager/header_php.php CHECK
    includes/modules/pages/testimonials_manager_all_testimonials/header_php.php
    CHECK
    includes/modules/sideboxes/iC_AthemeJoomla/testimonials_manager.php CHECK

    includes/templates/iC_AthemeJoomla/templates/tpl_testimonials_add_default.php CHECK
    includes/templates/iC_AthemeJoomla/templates/tpl_testimonials_manager_all_testimonials_default.php CHECK
    includes/templates/iC_AthemeJoomla/templates/tpl_testimonials_manager_default.php CHECK

    includes/templates/iC_AthemeJoomla/sideboxes/tpl_testimonials_manager.php CHECK

    includes/templates/iC_AthemeJoomla/css/testimonials_add.css CHECK
    includes/templates/iC_AthemeJoomla/css/testimonials_manager.css CHECK
    includes/templates/iC_AthemeJoomla/css/testimonials_manager_all_testimonials.css CHECK
    Ok Clyde, I have double checked all of those now, but still no luck.

    The only time I can get to see the testimonial is if I manually copy, paste, then delete the .php part from the URL that the "Read More" link is directed to.

    Any ideas?
    Last edited by chris parker; 3 Jan 2008 at 08:44 AM.

  5. #5
    Join Date
    Dec 2007
    Posts
    61
    Plugin Contributions
    0

    Default Re: Testimonial Manager 1.3.7

    ATT: CLYDE.

    I think I've fixed it now.

    In includes>>>extra_datafiles>>>testimonials_manager.php

    the following appears at line 13 :

    define('FILENAME_TESTIMONIALS_MANAGER', 'testimonials_manager.php');
    ?>

    which I have edited to state:

    define('FILENAME_TESTIMONIALS_MANAGER', 'testimonials_manager');
    ?>

    and it seems to have done the trick.

    I just hope it doesn't bugger up anything else! :)

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

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by chris parker View Post
    ATT: CLYDE.

    I think I've fixed it now.

    In includes>>>extra_datafiles>>>testimonials_manager.php

    the following appears at line 13 :

    define('FILENAME_TESTIMONIALS_MANAGER', 'testimonials_manager.php');
    ?>

    which I have edited to state:

    define('FILENAME_TESTIMONIALS_MANAGER', 'testimonials_manager');
    ?>

    and it seems to have done the trick.

    I just hope it doesn't bugger up anything else! :)
    That's very strange, The version of testimonials manager in the downloads section contains the correct define statement in includes/extra_datafiles

    In any case I'm glad you got it working.

  7. #7
    Join Date
    Dec 2007
    Posts
    61
    Plugin Contributions
    0

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by clydejones View Post
    That's very strange, The version of testimonials manager in the downloads section contains the correct define statement in includes/extra_datafiles

    In any case I'm glad you got it working.
    Hi Clyde,
    I've just downloaded a new copy, and the problem remains the same. Perhaps you might check?

    As you open up the zip file, new_installation>>>>admin>>>>includes>>>>extra_datafiles>>>>testimonials_manager .php

    you will find the code above. Since correcting it the module works on my site.

    And since you helped me upload the CSS file, it even looks nice too.

    Thanks for providing what looks like it might be a really useful mod for my site. (I didn't realise you were the author of the mod until I checked just now).


 

 

Similar Threads

  1. v150 Testimonial Manager Support Thread (for ZC v1.5.x)
    By countrycharm in forum All Other Contributions/Addons
    Replies: 262
    Last Post: 26 Jun 2025, 10:42 AM
  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

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