Zen Cart Logo
Forums / Addon Sideboxes / Link Manager 3.0 Support Thread

Link Manager 3.0 Support Thread

Views: 486,683

Results 1,961 to 1,980 of 1,988
01 Jul 2014, 21:29
#1961
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Link Manager 3.0 Support Thread

OK so I had a little more time to check this out. Never could get this to install from a clean install. It had errors as describe above.
I did get it installed but had to download links manager version 1.3.9.
I uploaded all files from links manager 3.6.0, and used the install_links_manager.sql script from links manager version 1.3.9.
After that I run the install_links_manager.php script and it updated the database perfect without any errors. Everything works perfectly.
I'm kinda stump why.

05 Jul 2014, 18:29
#1962
davewest avatar

davewest

Totally Zenned

Join Date:
Dec 2007
Location:
Payson, AZ
Posts:
1,075
Plugin Contributions:
7

Re: Link Manager 3.0 Support Thread

OK... been out working... just finshed checking this out.

The installer is an attemp at catching possible errors and fixing them. however, ZC catches errors itself and puts out the message to refresh the page which compounds the errors! I do have a error in the code that plays funny, sometimes it works, sometime not... so to fix it I changed it too read..

/**************** update status if needed *****************/

     // $check_status = ;
      $check_result = $db->Execute("SELECT links_status_name FROM ".$db_prefix.$table_name3." WHERE links_status_name = 'Blocked'");
      if ($check_result->fields['links_status_name'] == '')  { //fixed 6/29/2014 
      
           $db->Execute("INSERT INTO ".$db_prefix.$table_name3." VALUES (3, 1, 'Blocked')");   //links_status
           
       echo 'Table ' . $table_name3 .' updated with Blocked!<br />';
    }

The first time the waring came up I couldn't get it to reproduce even messing up my database so I put in another catch to stop the install if the database shows to many links manager groups...
so.. updated the installer and created a sql page.. tested them both and they work for me.

I updated the full package on my site, will send an update here when I see what else needs fixing or I get some more of what I want done.

05 Jul 2014, 18:57
#1963
davewest avatar

davewest

Totally Zenned

Join Date:
Dec 2007
Location:
Payson, AZ
Posts:
1,075
Plugin Contributions:
7

Re: Link Manager 3.0 Support Thread

countrycharm:

Hi Is this true. Google Officially Says "No" to Reciprocal Linking? If this is so what good is this module....:)

I don't play will with others... if Google wants to force rules on us again... there are other search engines out that do like link backs... If I remember right, reciprocal ranking was an issues ages back and shouldn't be your only reason for links.

As a shopper, if you don't have what I'm looking for, but have a link to a site that does, I'm more then likely coming back to you because you didn't spam me with useless junk ads.

That's why I do links, not what Google wants or think, but for what the customer may like or need.

05 Jul 2014, 20:14
#1964
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Link Manager 3.0 Support Thread

davewest:

I don't play will with others... if Google wants to force rules on us again... there are other search engines out that do like link backs... If I remember right, reciprocal ranking was an issues ages back and shouldn't be your only reason for links.

As a shopper, if you don't have what I'm looking for, but have a link to a site that does, I'm more then likely coming back to you because you didn't spam me with useless junk ads.

That's why I do links, not what Google wants or think, but for what the customer may like or need.

I asked Diva and she basically said the same thing so we decided against link reciprocal and will only approve links that has useful link information that will help a customer find what they need.

DivaVocals:

In general links that will be of interest to customers related to what is being sold..

Thanks to both of you. You are a great help to the zen cart community.

06 Jul 2014, 02:36
#1965
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Link Manager 3.0 Support Thread

countrycharm:

I asked Diva and she basically said the same thing so we decided against link reciprocal and will only approve links that has useful link information that will help a customer find what they need.

Thanks to both of you. You are a great help to the zen cart community.and honestly the reciprical linking Google is targeting is that stupid kind of linking where you have links to your favorite aunt's pet grooming site on your scuba gear shop because you're trying to "help your aunt out".. or worse a bunch of silly links to sites that have NOTHING to do with the primary business of the site in exchange for them adding you to their own equally dumba$$ed links page.. crap SEO strategy..

10 Apr 2016, 09:12
#1966
nlinksolution avatar

nlinksolution

New Zenner

Join Date:
Sep 2010
Posts:
32
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I just installed this module on v155

And it generates following error.
PHP Fatal error: Call to undefined method linkListingBox::tableBox() in ///// link_listing.php on line 20

Any idea how to fix?

10 Apr 2016, 16:56
#1967
davewest avatar

davewest

Totally Zenned

Join Date:
Dec 2007
Location:
Payson, AZ
Posts:
1,075
Plugin Contributions:
7

Re: Link Manager 3.0 Support Thread

nlinksolution:

I just installed this module on v155

And it generates following error.
PHP Fatal error: Call to undefined method linkListingBox::tableBox() in ///// link_listing.php on line 20

Any idea how to fix?

I haven't had time but I'm in the process of upgrading Link Manager for ZC1.5.5 now. The link listing needs to be upgraded yet and the form tables need modified for the responsive designs.

20 May 2016, 05:07
#1968
davewest avatar

davewest

Totally Zenned

Join Date:
Dec 2007
Location:
Payson, AZ
Posts:
1,075
Plugin Contributions:
7

Re: Link Manager 3.0 Support Thread

Submitted an update. I had to make allot of changes to the code so that the old method linkListingBox::tableBox() is no longer used. Spent some time trying to get tabular display and Columnar Display to work, but in the end I had to write the code for each instead of using the existing system.

With that, there some new configure settings and many other changes. The code remains independent from any core files so installing is still simply replace all and if you already have 3.6.x installed, don't upload the auto loader. From the Links page you will see a new button 'check for updates' click it and it does a check for updates on ZC, but when it fines that the new init_links_manager is 3.7.0, it will reinstall the updated configures without deleting any existing table entries.

The new Columnar and tabular display is responsive already, but displays just fine in a non-responsive template. The code is running live on my site, but the forms are not the same.. the same code that I submitted is also on my GitHub page and blog.

22 Feb 2017, 17:17
#1969
davewest avatar

davewest

Totally Zenned

Join Date:
Dec 2007
Location:
Payson, AZ
Posts:
1,075
Plugin Contributions:
7

Re: Link Manager 3.0 Support Thread

Submitted an update to fix a bug. Or something that showed up in my working version.

The delete link confirmation box was by passed, same with the link check. Minor change to make sue it works as expected.

in links.php around line 703, add the red section.

  } elseif ($action == '' || $action == 'check' || $action == 'confirm') {  
17 May 2017, 00:43
#1970
davewest avatar

davewest

Totally Zenned

Join Date:
Dec 2007
Location:
Payson, AZ
Posts:
1,075
Plugin Contributions:
7

Re: Link Manager 3.0 Support Thread

What I actually wanted to ask was if I can use Links Manager 3.7.0 for links to sites that are of interest to our customers, i.e. magazines that have articles or museeums that have objects that relate to our product lines without necessarily having any links back from them. This since I have not found any easy way within ZenCart to do this.
You can add links from the admin page to anyone you wish. Doing this still allows link manager to track clicks. You can also hand enter links/ads with in the sidebox by editing, adding links where it says.

//other ads can go here

Back links are not required.

25 May 2017, 09:55
#1971
robert_tamm avatar

robert_tamm

New Zenner

Join Date:
May 2017
Location:
Stockholm
Posts:
1
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Thanks davewest for your guidance! Will try that,
Robert

16 Apr 2020, 22:04
#1972
mrspiffy avatar

mrspiffy

New Zenner

Join Date:
Mar 2009
Posts:
29
Plugin Contributions:
1

Re: Link Manager 3.0 Support Thread

Zencart 1.5.6

Feature request: Add the ability to upload .webp images

Bug: Turning off "Display Submit Link" does not remove the submit link button from the links page.

thanks!

17 Apr 2020, 01:40
#1973
davewest avatar

davewest

Totally Zenned

Join Date:
Dec 2007
Location:
Payson, AZ
Posts:
1,075
Plugin Contributions:
7

Re: Link Manager 3.0 Support Thread

MrSpiffy:

Zencart 1.5.6

Feature request: Add the ability to upload .webp images

Bug: Turning off "Display Submit Link" does not remove the submit link button from the links page.

thanks!

Did you add the extension to maximum Values, Allowed Filename Extensions for uploading... manage the size in settings! Link Manager does not manage uploads, ZC does.

Turning off/on submit is working for me so I'll need more hints ... I'm up to version 4 so I missed uploading somewhere... well check..

17 Apr 2020, 15:57
#1974
mrspiffy avatar

mrspiffy

New Zenner

Join Date:
Mar 2009
Posts:
29
Plugin Contributions:
1

Re: Link Manager 3.0 Support Thread

davewest:

Did you add the extension to maximum Values, Allowed Filename Extensions for uploading... manage the size in settings! Link Manager does not manage uploads, ZC does.

Thanks for the pointer, Ive added webp to the list. Odd tho, Ive been able to upload webp images with zc, but with link manager was the 1st time it threw an error. Oh well.

Im using version 3.7.0 of links manager.

Here's a link to a live example: http://mangatakeout.com/index.php?lPath=1&main_page=links

The submit link is removed from the sidebox, but on the links page, its there as a button.

thanks!

17 Apr 2020, 20:08
#1975
davewest avatar

davewest

Totally Zenned

Join Date:
Dec 2007
Location:
Payson, AZ
Posts:
1,075
Plugin Contributions:
7

Re: Link Manager 3.0 Support Thread

MrSpiffy:

Thanks for the pointer, Ive added webp to the list. Odd tho, Ive been able to upload webp images with zc, but with link manager was the 1st time it threw an error. Oh well.

Im using version 3.7.0 of links manager.

Here's a link to a live example: http://mangatakeout.com/index.php?lPath=1&main_page=links

The submit link is removed from the sidebox, but on the links page, its there as a button.

thanks!

Looking at the rendered html.. it's completely different then what it should be.. check to see if the page was fully uploaded and not changed.

The button code is

<br class="clearBoth" />     
<?php if (BOX_DISPLAY_SUBMIT_LINK == 'true') {  ?>
<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_LINKS_SUBMIT, zen_get_all_get_params()) . '">' . zen_image_button(BUTTON_IMAGE_SUBMIT_LINK, BUTTON_SUBMIT_LINK_ALT) . '</a>'; ?></div>
<?php }else{ ?>
 <h2 class="buttonRow forward">Sorry, We are not taking Links at this time.</h2>
<?php } ?>
<div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) .'</a>'; ?></div>
          <br class="clearBoth" />
17 Apr 2020, 21:15
#1976
mrspiffy avatar

mrspiffy

New Zenner

Join Date:
Mar 2009
Posts:
29
Plugin Contributions:
1

Re: Link Manager 3.0 Support Thread

davewest:

The button code is

<br class="clearBoth" /> <?php if (BOX_DISPLAY_SUBMIT_LINK == 'true') { ?> <div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_LINKS_SUBMIT, zen_get_all_get_params()) . '">' . zen_image_button(BUTTON_IMAGE_SUBMIT_LINK, BUTTON_SUBMIT_LINK_ALT) . '</a>'; ?></div> <?php }else{ ?> <h2 class="buttonRow forward">Sorry, We are not taking Links at this time.</h2> <?php } ?> <div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) .'</a>'; ?></div> <br class="clearBoth" /> ```

Okay, the problem is in tpl_links_default.php line 118. It has the following code:

<br class="clearBoth" />     
         <div class="forward"><?php echo '<a href="' . zen_href_link(FILENAME_LINKS_SUBMIT, zen_get_all_get_params()) . '">' . zen_image_button(BUTTON_IMAGE_SUBMIT_LINK, BUTTON_SUBMIT_LINK_ALT) . '</a>'; ?></div>
<div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) .'</a>'; ?></div>
          <br class="clearBoth" />

swapping the above code for the code you supplied fixed my problem. For those clicking on my live link listed previously, you will not see the problem since its now been fixed.

Is this plugin hosted on github? Do you want me to submit the edited tpl_links_default.php for merging?

17 Apr 2020, 23:21
#1977
davewest avatar

davewest

Totally Zenned

Join Date:
Dec 2007
Location:
Payson, AZ
Posts:
1,075
Plugin Contributions:
7

Re: Link Manager 3.0 Support Thread

MrSpiffy:

Okay, the problem is in tpl_links_default.php line 118. It has the following code:

<br class="clearBoth" /> <div class="forward"><?php echo '<a href="' . zen_href_link(FILENAME_LINKS_SUBMIT, zen_get_all_get_params()) . '">' . zen_image_button(BUTTON_IMAGE_SUBMIT_LINK, BUTTON_SUBMIT_LINK_ALT) . '</a>'; ?></div> <div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) .'</a>'; ?></div> <br class="clearBoth" /> ``` > > swapping the above code for the code you supplied fixed my problem. For those clicking on my live link listed previously, you will not see the problem since its now been fixed. > > Is this plugin hosted on github? Do you want me to submit the edited tpl_links_default.php for merging?

The lines I posted is part of the existing 3.7.0 mod. I have some cleanup to do and post 4 latter next week.

07 May 2020, 19:17
#1978
davewest avatar

davewest

Totally Zenned

Join Date:
Dec 2007
Location:
Payson, AZ
Posts:
1,075
Plugin Contributions:
7

Re: Link Manager 3.0 Support Thread

I did find some issues between my code and what was uploaded... So I redesigned it all... just sent in version 4 based on PHP 7.3 to 7.3.7 and ZC 1.5.6 to 1.5.7

As before, if you don't have a approved link, the sidebox well not get displayed so I added one back to my site in the installer for that reason, but you don't need to keep it.

01 Jul 2021, 21:56
#1979
carbonless avatar

carbonless

Zen Follower

Join Date:
Jan 2007
Location:
Illinois, USA
Posts:
329
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Anyone using this with 1.5.7c?

01 Jul 2021, 23:20
#1980
davewest avatar

davewest

Totally Zenned

Join Date:
Dec 2007
Location:
Payson, AZ
Posts:
1,075
Plugin Contributions:
7

Re: Link Manager 3.0 Support Thread

Carbonless:

Anyone using this with 1.5.7c?

version 4 some time belong 157 to 158... set for captcha 157+ not for any other less then 4v..