Results 1 to 10 of 1988

Hybrid View

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

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by TamyA View Post
    Thanks Clyde, that did it part of it, the email sent when the link approved or disabled is still not formated.

    Which files need to be altered to do that?
    Those files are located in the admin folder.

    I'll work on those and post a fix in a day or two.

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

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by TamyA View Post
    Thanks Clyde, that did it part of it, the email sent when the link approved or disabled is still not formated.

    Which files need to be altered to do that?
    This should fix the formating for the admin e-mail

    Attachment 2448
    Last edited by clydejones; 31 Dec 2009 at 02:31 AM.

  3. #3
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Hi Clyde - Thanks again for this great mod!

    I'm attempting to upgrade from 3.0.2 but am receiving the following syntax error:

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE zen_links_to_link_categories CHANGE links_id links_id INT( 11 ) NOT ' at line 1
    in:
    [ALTER TABLE zen_links CHANGE links_status links_status TINYINT( 1 ) NOT NULL DEFAULT '2' ALTER TABLE zen_links_to_link_categories CHANGE links_id links_id INT( 11 ) NOT NULL AUTO_INCREMENT;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    I've searched the thread for similar posts but have had no luck. (Although I might be using the wrong search term)

    Any idea what might be causing this?

    Thanks - Tim

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

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by MeltDown View Post
    Hi Clyde - Thanks again for this great mod!

    I'm attempting to upgrade from 3.0.2 but am receiving the following syntax error:



    I've searched the thread for similar posts but have had no luck. (Although I might be using the wrong search term)

    Any idea what might be causing this?

    Thanks - Tim
    try running this from admin -> tools -> install sql patches

    Code:
    ALTER TABLE `links` CHANGE `links_status` `links_status` TINYINT( 1 ) NOT NULL DEFAULT '2';

  5. #5
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by clydejones View Post
    try running this from admin -> tools -> install sql patches

    Code:
    ALTER TABLE `links` CHANGE `links_status` `links_status` TINYINT( 1 ) NOT NULL DEFAULT '2';
    I was able to successfully run the sql patch but am still receiving the error when I run the update_links_manager.sql.

    Any suggestions?

    Thanks again - Tim

  6. #6
    Join Date
    Feb 2007
    Posts
    327
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by clydejones View Post
    This should fix the formating for the admin e-mail

    Attachment 2448
    Thanks Clyde.

  7. #7
    Join Date
    May 2005
    Location
    England
    Posts
    740
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Hello Clyde,

    I have had this happen before, I know it doesn't happen to everybody. I had upgraded to the last version, and get a division by zero error:-

    http://www.thegemtree.com/index.php?main_page=links

    Last time I got it, I installed from scratch instead of using upgrade. I have a lot of links already, so I wondered if there was a way around it?

    Thanksfully,

    Heathenmagic

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

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by HeathenMagic View Post
    Hello Clyde,

    I have had this happen before, I know it doesn't happen to everybody. I had upgraded to the last version, and get a division by zero error:-

    http://www.thegemtree.com/index.php?main_page=links

    Last time I got it, I installed from scratch instead of using upgrade. I have a lot of links already, so I wondered if there was a way around it?

    Thanksfully,

    Heathenmagic
    line 37 in tpl_links_default.php is
    Code:
    $width = (int)(100 / MAX_LINK_CATEGORIES_ROW) . '%';
    Check
    admin -> configuration -> links manager and see what the setting for Number of Link Categories Per Row is. it shouldn't be 0

  9. #9
    Join Date
    May 2005
    Location
    England
    Posts
    740
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Hello there Clyde,

    I tried the SQL through PHPadmin on the host, and after adding prefix, the problem goes away, and the config shows up.

    I upload SQL through Zencart, but with links manager, it seems to go awry now and then. lol

    But no matter, I will put it through the host end, it must be a clash of mods or something.

    Sincerely,

    Heathenagic

  10. #10
    Join Date
    May 2005
    Location
    England
    Posts
    740
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Hello there,

    Sorry its me again! lol. Just wondered, if the links box is active, is there any css code to align it. I looked through the pages but couldn't see any post about the link box. I have it on my website at the minute, left hand side.

    Regards,

    Russ

 

 

Similar Threads

  1. Testimonial Manager Support Thread
    By clydejones in forum All Other Contributions/Addons
    Replies: 1500
    Last Post: 4 Feb 2021, 04:12 PM
  2. v154 News Box Manager v2.0.0 [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 84
    Last Post: 19 Jan 2021, 04:17 PM
  3. Download File Manager Support Thread
    By balihr in forum All Other Contributions/Addons
    Replies: 24
    Last Post: 17 Aug 2017, 10:32 PM
  4. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  5. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM

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