Results 1 to 10 of 1501

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Location
    Los Angeles
    Posts
    359
    Plugin Contributions
    0

    Default Re: Testimonial Manager 1.3.7

    hi

    I just had to try it so i install it and that what i got

    and whan i try open it on the web i got an error page
    Parse error: syntax error, unexpected T_STRING in /home/tiledepo/public_html/store/includes/languages/english/mystic/index.php on line 61

    i look in to it and i also change the store name to my title and still got some error

  2. #2
    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 motti View Post
    hi

    I just had to try it so i install it and that what i got

    and whan i try open it on the web i got an error page
    Parse error: syntax error, unexpected T_STRING in /home/tiledepo/public_html/store/includes/languages/english/mystic/index.php on line 61

    i look in to it and i also change the store name to my title and still got some error
    Open index.php and find line the following code (starting at line 61)

    PHP Code:
      define('HEADING_TITLE''<h1>Welcome to ' .STORE_NAME'</h1>'); /*Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!*/
    } elseif ($category_depth == 'nested') {
      
    // this will also be used on Top Level
      
    define('HEADING_TITLE''<h1><h1>Welcome to ' .STORE_NAME'</h1>'); /*Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!*/ 
    replace these lines with the following:

    PHP Code:
      define('HEADING_TITLE''<h1>Welcome to ' .STORE_NAME '</h1>'); /*Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!*/
    } elseif ($category_depth == 'nested') {
      
    // this will also be used on Top Level
      
    define('HEADING_TITLE''<h1><h1>Welcome to ' .STORE_NAME '</h1>'); /*Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!*/ 

  3. #3
    Join Date
    Feb 2007
    Location
    Los Angeles
    Posts
    359
    Plugin Contributions
    0

    Default Re: Testimonial Manager 1.3.7

    Tyyyyyyyy it work BUT

    my whole site is a mess text over pics

    boxes over text

    mayby it not going to work for me , i sure like it ( not the color)

    any way ty you so much for your help

 

 

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