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 mydanilo View Post
    This thread is growing rapidly and I know this has come up before but I feel I need to ask and make this 100% clear for everybody interested in this mod.

    Can link exchange programs (like Arelis, the one I use) that have the ability to check reciprocal links automatically, find the links on the generated pages of this mod?

    If yes, GREAT this is the mod we have been waiting for.

    If no, sorry but then it is not much good at all! Everybody serious about exchanging links will use a program or service to verify that the back link is there and will re check from time to time. This just can't be done manually with 100's of links. IF link partners can't find the links, they will remove you fast! This is not what anybody wants. After all we want to build links partners and not loose them. Right?
    See this post and any of the several others I've answered throughout this thread on this issue.

    There is a work around that some have found helpful.

    If you are looking for a single page solution where you can list your links you could try this MOD.
    However, there is no interface to allow users/admins to submit their links. You will have to do everything manually.

  2. #2
    Join Date
    May 2007
    Posts
    6
    Plugin Contributions
    0

    Have a Drink Re: Link Manager 3.0 release

    Quote Originally Posted by clydejones View Post

    There is a work around that some have found helpful.
    I've used the above work around on ZC 1.3.7 and this Mod. It works great if you don't mind not being able to count clicks, which I don't care about. My links are direct and work well.

    I'll be implementing the ability to show the graphics for the links in a day or so, although I'm not sure that the graphics are of any importance to a search engine at all, and I think that will just about do all I need with links. They are only a small part of the equation anyway. The first thing is to have great products at a fair price. I will probably always link to more companies than I have reciprocals, but I can't control all of the other systems and the latest link system and it's requirements that comes along.

    Thanks again for this mod and your support.

  3. #3
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by clydejones View Post
    See this post and any of the several others I've answered throughout this thread on this issue.

    There is a work around that some have found helpful.

    If you are looking for a single page solution where you can list your links you could try this MOD.
    However, there is no interface to allow users/admins to submit their links. You will have to do everything manually.
    Hi Clyde,

    The fix is the answer to this! This is a must and I suggest you add it to the next update. I installed it at a client site and it is great. Still need to do some testing but now Arelis can find the links. Great Job.
    Live and learn... the Zen way.

  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 mydanilo View Post
    Hi Clyde,

    The fix is the answer to this! This is a must and I suggest you add it to the next update. I installed it at a client site and it is great. Still need to do some testing but now Arelis can find the links. Great Job.
    Do you have a link to the site where you've implemented this fix?

  5. #5

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by clydejones View Post
    Do you have a link to the site where you've implemented this fix?
    Hi Clyde,

    I've implemented this fix on my site and it works great. I just had to make sure that the Click Count settings were disabled in my admin for it to work.

    Here is the url of my links page if you want to see the direct URLs:
    http://frangadesigns.com/index.php?main_page=links

    Cheers,
    Aubrey

  6. #6
    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 fepb View Post
    Hi Clyde,

    I've implemented this fix on my site and it works great. I just had to make sure that the Click Count settings were disabled in my admin for it to work.

    Here is the url of my links page if you want to see the direct URLs:
    http://frangadesigns.com/index.php?main_page=links

    Cheers,
    Aubrey
    and the "main_page=links&lPath=7" doesn't effect the direct URL.

  7. #7
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by clydejones View Post
    Do you have a link to the site where you've implemented this fix?
    http://www.alicesturzinger.com/index...ain_page=links

    I have my page listed and if you hover over my link, you see it points to www.artwax.com . I believe this is all what the fix did?! Right? Now it seems that my Arelis can check the link back to my own site. If somebody can test this with another link exchange program. Please do so.
    Live and learn... the Zen way.

  8. #8
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    I noticed the link submit email is not formatted right.

    Here is what I got by email:
    ----------------------------------------------------------------------------------
    Dear Daniel SpiessWe welcome to Alice Sturzinger link exchange program

    Your link has been successfully submitted at Alice Sturzinger. It will be
    added to our listing as soon as we approve it. You will receive an email
    about the status of your submittal. If you have not received it within the
    next 48 hours, please contact us before submitting your link again.For help
    with our link exchange program, please email the store-owner:
    [email protected]: This email address was given to us
    during a link submittal. If you have a problem, please send an email to
    [email protected].

    -------------------------------------------------------------------------------
    It seems the "br /" and some spaces are not working.

    Is this because I have text email as standard setting?

    I checked the code in links_submit.php and it looks good to me?! Why are the line brakes not working?

    part of the code with some br:

    define('SUBMIT_RULE', '<p>Please choose the most appropriate category for your link. <strong>' . STORE_NAME . '</strong> reserves the right to change the category or edit your description, if needed.</p>');
    define('LINKS_SUCCESS', 'Your link has been successfully submitted! It will be added to our listing as soon as we approve it.<br>You will receive an email confirming your submittal. If you have not received it within the hour, please <a href="' . zen_href_link(FILENAME_CONTACT_US) . '">contact us</a>. Also, you will receive an email as soon as your link is approved.');
    define('TEXT_MAIN', 'Please fill out the following form to submit your website.');
    define('EMAIL_SUBJECT', 'Welcome to ' . STORE_NAME . ' link exchange.');
    define('EMAIL_GREET_NONE', 'Dear %s <br/>');
    define('EMAIL_WELCOME', 'We welcome you to <b>' . STORE_NAME . '</b> link exchange program.<br />');
    Live and learn... the Zen way.

  9. #9
    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 mydanilo View Post
    I noticed the link submit email is not formatted right.
    I'm working on an update to links manager (which will include the direct link fix.) So I'll check into the e-mail as well.

  10. #10
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Great! Thank you so much!
    Live and learn... the Zen way.

 

 

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