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

Link Manager 3.0 Support Thread

Views: 486,711

Results 1,761 to 1,780 of 1,988
16 Sep 2010, 1:07 AM
#1761
custombooks avatar

custombooks

New Zenner

Join Date:
Jul 2009
Posts:
78
Plugin Contributions:
0

Link Manager 3.0 Support Thread

Got it! Thanks, Clyde.

But why does "Submit a Link" need SSL?

if (BOX_DISPLAY_SUBMIT_LINK == 'true') {
$content .= '<br /><a href="' . zen_href_link(FILENAME_LINKS_SUBMIT, '', 'SSL') . '">' . BOX_INFORMATION_LINKS_SUBMIT . '</a>';

Why not NONSSL?

16 Sep 2010, 1:43 AM
#1762
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

CustomBooks:

Got it! Thanks, Clyde.

But why does "Submit a Link" need SSL?

if (BOX_DISPLAY_SUBMIT_LINK == 'true') {
$content .= '<br /><a href="' . zen_href_link(FILENAME_LINKS_SUBMIT, '', 'SSL') . '">' . BOX_INFORMATION_LINKS_SUBMIT . '</a>';

Why not NONSSL?

because you're asking for customer information (name, email etc.) which should be submitted via SSL; just the same as creating an account.

18 Sep 2010, 9:12 PM
#1763
gaffettape avatar

gaffettape

Zen Follower

Join Date:
May 2009
Posts:
433
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hi Clyde,

Just wondering if you have a change log available for Links Manager? This would come in handy as I'm about to upgrade from version v3.5.3a to v3.5.3c .

Thanks :smile:

18 Sep 2010, 9:35 PM
#1764
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

gaffettape:

Hi Clyde,

Just wondering if you have a change log available for Links Manager? This would come in handy as I'm about to upgrade from version v3.5.3a to v3.5.3c .

Thanks :smile:

between a and c there were several bug fixes that affected multiple files.

Just open the upgrade folder and follow the instructions.

Don't forget to change the name(s) of the YOUR_ADMIN and YOUR_TEMPLATE folders.

18 Sep 2010, 9:39 PM
#1765
gaffettape avatar

gaffettape

Zen Follower

Join Date:
May 2009
Posts:
433
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Ok thanks Clyde :smile:

21 Sep 2010, 9:25 PM
#1766
sports_guy avatar

sports_guy

Totally Zenned

Join Date:
Apr 2007
Location:
Dayton, Ohio
Posts:
682
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Clyde great contribution!! I do have one question though: How do I change the e-mail address that is being used by the links manager? (I want to use my link exchange e-mail address to protect myself from SPAM)

As you of course know, it's a bad idea to use your main e-mails in the link exchange business.

21 Sep 2010, 9:34 PM
#1767
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

sports guy:

Clyde great contribution!! I do have one question though: How do I change the e-mail address that is being used by the links manager? (I want to use my link exchange e-mail address to protect myself from SPAM)

As you of course know, it's a bad idea to use your main e-mails in the link exchange business.

There are at least 2 or 3 posts in this thread that explain how to accomplish this. ( I just don't recall where )

22 Sep 2010, 2:02 AM
#1768
sports_guy avatar

sports_guy

Totally Zenned

Join Date:
Apr 2007
Location:
Dayton, Ohio
Posts:
682
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Clyde,

I did several thread searches. The most rewarding was: "modify email address" and "change address"

I keep getting these posts (which are close but don't answer):
http://www.zen-cart.com/forum/showthread.php?p=929287&highlight=change+address#post929287

http://www.zen-cart.com/forum/showthread.php?p=774132&highlight=change+address#post774132 (number 5 answer is not clear).

My point is that in: admin>email options> there is not a links e-mail from: option. It uses the "Email Address (sent FROM)" option I believe. I use this address for my newsletters and e-mails I send from the admin panel. I am looking to give the links manager it's own e-mail address.

If it was answered in your post I could not find the answer via a search.

22 Sep 2010, 4:32 AM
#1769
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

sports guy:

Clyde,

I did several thread searches. The most rewarding was: "modify email address" and "change address"

I keep getting these posts (which are close but don't answer):
http://www.zen-cart.com/forum/showthread.php?p=929287&highlight=change+address#post929287

http://www.zen-cart.com/forum/showthread.php?p=774132&highlight=change+address#post774132 (number 5 answer is not clear).

My point is that in: admin>email options> there is not a links e-mail from: option. It uses the "Email Address (sent FROM)" option I believe. I use this address for my newsletters and e-mails I send from the admin panel. I am looking to give the links manager it's own e-mail address.

If it was answered in your post I could not find the answer via a search.

2 step process:

  1. open includes/languages/english/YOUR_TEMPLATE/links_submit.php

add a new define statement

define('LINKS_MANAGER_EMAIL', 'your_email @ whatever.com');

  1. open includes/modules/pages/links_submit/header_php.php

find the following STORE_OWNER_EMAIL_ADDRESS and replace each instance with LINKS_MANAGER_EMAIL

22 Sep 2010, 2:35 PM
#1770
sports_guy avatar

sports_guy

Totally Zenned

Join Date:
Apr 2007
Location:
Dayton, Ohio
Posts:
682
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Thank you for your time clyde! That is exactly what I was looking for!

8 Oct 2010, 4:02 PM
#1771
gaffettape avatar

gaffettape

Zen Follower

Join Date:
May 2009
Posts:
433
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hi Clyde,

When I try to delete a category which has links in (in my case a 'Test Links' category I need to delete) via:

admin>extras>Link Categories>Select Category To Delete Here>Delete Button>"Are you sure you want to delete this link category? Test Links WARNING: There are 2 links still linked to this category!">Click Delete Button again... this page shows up completely blank: myadminurl/link_categories.php?action=delete_confirm . The error I'm getting via debug is:

[08-Oct-2010 16:50:58] PHP Fatal error: Cannot use object of type queryFactoryResult as array in /home/xxx/public_html/my_admin_name_here/link_categories.php on line 84

I'm using Links Manager v3.5.3c with Zen Cart v1.3.9g

Any ideas?

Thanks :smile:

8 Oct 2010, 4:52 PM
#1772
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

gaffettape:

Hi Clyde,

When I try to delete a category which has links in (in my case a 'Test Links' category I need to delete) via:

admin>extras>Link Categories>Select Category To Delete Here>Delete Button>"Are you sure you want to delete this link category? Test Links WARNING: There are 2 links still linked to this category!">Click Delete Button again... this page shows up completely blank: myadminurl/link_categories.php?action=delete_confirm . The error I'm getting via debug is:

[08-Oct-2010 16:50:58] PHP Fatal error: Cannot use object of type queryFactoryResult as array in /home/xxx/public_html/my_admin_name_here/link_categories.php on line 84

I'm using Links Manager v3.5.3c with Zen Cart v1.3.9g

Any ideas?

Thanks :smile:

Have you tried moving the 2 links to another category before deleting the category?

8 Oct 2010, 5:14 PM
#1773
gaffettape avatar

gaffettape

Zen Follower

Join Date:
May 2009
Posts:
433
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Yep that worked. So for future reference, does that mean I can't delete a category if it has links in it - I have to either move or delete the individual links first?

Thanks.

8 Oct 2010, 5:45 PM
#1774
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

gaffettape:

Yep that worked. So for future reference, does that mean I can't delete a category if it has links in it - I have to either move or delete the individual links first?

Thanks.

Until I can check and correct the problem you describe(d), Yes, that would be the way to go.

8 Oct 2010, 5:49 PM
#1775
gaffettape avatar

gaffettape

Zen Follower

Join Date:
May 2009
Posts:
433
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

Until I can check and correct the problem you describe(d), Yes, that would be the way to go.

Ok thanks for your help Clyde.

11 Oct 2010, 6:21 PM
#1776
weezee avatar

weezee

Zen Follower

Join Date:
May 2006
Location:
Louisiana
Posts:
259
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

open includes/templates/YOUR_TEMPLATE/sideboxes/tpl_links_select.php

add the url to your new page under the "view all links" section.

Hi Clyde,

I tried to add this link to my links sidebox and the side box disappeared.

if (BOX_DISPLAY_VIEW_ALL_LINKS == 'true') {
$content .= '<br /><a href="http://www.Free-Link-Exchange.com' .(FILENAME_FREE_LINK_EXCHANGE, '', 'NONSSL') . '">' . BOX_INFORMATION_FREE_LINK_EXCHANGE . '</a>';
}

am I doing it right.

11 Oct 2010, 6:31 PM
#1777
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

weezee:

Hi Clyde,

I tried to add this link to my links sidebox and the side box disappeared.

if (BOX_DISPLAY_VIEW_ALL_LINKS == 'true') {
$content .= '<br /><a href="http://www.Free-Link-Exchange.com' .(FILENAME_FREE_LINK_EXCHANGE, '', 'NONSSL') . '">' . BOX_INFORMATION_FREE_LINK_EXCHANGE . '</a>';
}

am I doing it right.

check your cache folder for any myDEBUG log files and see what (if any) error message are being generated.

11 Oct 2010, 6:55 PM
#1778
weezee avatar

weezee

Zen Follower

Join Date:
May 2006
Location:
Louisiana
Posts:
259
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

This is the error.

PHP Parse error: syntax error, unexpected ',' in /home/content/w/e/e/weezee/html/includes/templates/cherry_zen/sideboxes/tpl_links_select.php on line 22

11 Oct 2010, 8:10 PM
#1779
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

weezee:

This is the error.

PHP Parse error: syntax error, unexpected ',' in /home/content/w/e/e/weezee/html/includes/templates/cherry_zen/sideboxes/tpl_links_select.php on line 22

try this:

if (BOX_DISPLAY_VIEW_ALL_LINKS == 'true') {
$content .= '<br /><a href="' . (FILENAME_FREE_LINK_EXCHANGE, '', 'NONSSL') . '">' . BOX_INFORMATION_FREE_LINK_EXCHANGE . '</a>';
}

11 Oct 2010, 10:46 PM
#1780
weezee avatar

weezee

Zen Follower

Join Date:
May 2006
Location:
Louisiana
Posts:
259
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

try this:

if (BOX_DISPLAY_VIEW_ALL_LINKS == 'true') {
$content .= '<br /><a href="' . (FILENAME_FREE_LINK_EXCHANGE, '', 'NONSSL') . '">' . BOX_INFORMATION_FREE_LINK_EXCHANGE . '</a>';
}

I tried it and I still get the same: PHP Parse error: syntax error, unexpected ',' in /home/content/w/e/e/weezee/html/includes/templates/cherry_zen/sideboxes/tpl_links_select.php on line 22

I tried this and now I am getting a PHP Parse error: syntax error, unexpected T_STRING

if (BOX_DISPLAY_FREE_LINK_EXCHANGE == 'true') {
$content .= '<br /><a href="http://www.Free-Link-Exchange.com . (FILENAME_FREE_LINK_EXCHANGE, 'NONSSL') . '">' . BOX_INFORMATION_FREE_LINK_EXCHANGE . '</a>';
}

I have tried so many different ways and nothing works.