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

Link Manager 3.0 Support Thread

Views: 486,754

Results 1,061 to 1,080 of 1,988
14 Jul 2008, 1:49 AM
#1061
clydejones avatar

clydejones

Deceased

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

Link Manager 3.0 Support Thread

Doodlebuckets:

Clyde, the modified admin html_output file fixed it! Thanks for looking into this. I searched and searched but couldn't fix the answer. You da bes :o)

Glad everything worked out.

16 Jul 2008, 3:19 PM
#1062
jmeca avatar

jmeca

New Zenner

Join Date:
Nov 2006
Location:
Sapin
Posts:
44
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hy Clyde:

I try the link manager but when i go to Admin->Extras->Links->New Link a formulary to add new link open ok, but no button create or update de the new link.

Is possible i forgot to up and archive or something like this?

Is posible to to desactivate send new links for customer only send for the admin?
Because i wnat only put my own links.

Regards and thank you very much.

16 Jul 2008, 4:19 PM
#1063
miles avatar

miles

Zen Follower

Join Date:
Oct 2006
Location:
At Home
Posts:
357
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Just download Link Manager 3.4.1. Found two folders New install and Upgrade. Which one should I install? I'm just not sure.

16 Jul 2008, 5:14 PM
#1064
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

miles:

Just download Link Manager 3.4.1. Found two folders New install and Upgrade. Which one should I install? I'm just not sure.

Depends on whether you are installing Links Manager for the first time or if you are upgrading from a previous version.

If you are installing Links Manager for the first time then you'll want to install the files from the new install folder and run the install_links_manager.sql

If you are upgrading from a previous version then you'll want to install the files from the upgrade folder and run the update_links_manager.sql

16 Jul 2008, 5:15 PM
#1065
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

jmeca:

Hy Clyde:

I try the link manager but when i go to Admin->Extras->Links->New Link a formulary to add new link open ok, but no button create or update de the new link.

Is possible i forgot to up and archive or something like this?

Is posible to to desactivate send new links for customer only send for the admin?
Because i wnat only put my own links.

Regards and thank you very much.

Check your PM

17 Jul 2008, 2:10 AM
#1066
miles avatar

miles

Zen Follower

Join Date:
Oct 2006
Location:
At Home
Posts:
357
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

In links_submit.css I try to make the links help popup background to white because I have a dark background. So I did this.

#popupLinksHelp {
background: #FFF;
background-image: none;
}
```But nothing's change. Any idea?
17 Jul 2008, 12:00 PM
#1067
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

miles:

In links_submit.css I try to make the links help popup background to white because I have a dark background. So I did this.

#popupLinksHelp {
background: #FFF;
background-image: none;
}


Try adding it to your stylesheet.css
18 Jul 2008, 12:00 AM
#1068
miles avatar

miles

Zen Follower

Join Date:
Oct 2006
Location:
At Home
Posts:
357
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Thanks Clyde! Need to clear cache too.

22 Jul 2008, 3:14 PM
#1069
doodlebuckets avatar

doodlebuckets

Totally Zenned

Join Date:
Jul 2005
Posts:
497
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Clyde, I was getting probably 100 spam link submittals in my directory each week and I just added CAPTCHA and I've blocked the rascals! :clap: It was the same one time and time again. I had to fiddle around withe a_berezin's mod though because the link_submit part of it is not up to date with the changes you've made. Just thought I'd let you know...I'd be happy to post the code here if anyone wants to add it as well.

22 Jul 2008, 3:17 PM
#1070
fvb avatar

fvb

Zen Follower

Join Date:
Dec 2006
Posts:
102
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Doodlebuckets:

Clyde, I was getting probably 100 spam link submittals in my directory each week and I just added CAPTCHA and I've blocked the rascals! :clap: It was the same one time and time again. I had to fiddle around withe a_berezin's mod though because the link_submit part of it is not up to date with the changes you've made. Just thought I'd let you know...I'd be happy to post the code here if anyone wants to add it as well.

I would love that, please post it

22 Jul 2008, 3:30 PM
#1071
doodlebuckets avatar

doodlebuckets

Totally Zenned

Join Date:
Jul 2005
Posts:
497
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

fvb:

I would love that, please post it

OK, I've just updated the whole post and attached here. Make sure to rename the YOUR_TEMPLATE folders to match your template. The files that I had to change were the header.php file in includes/modules/pages/links_submit folder and the tpl_links_submit_default.php file in includes/templates/YOUR_TEMPLATE/templates folder.

22 Jul 2008, 3:34 PM
#1072
fvb avatar

fvb

Zen Follower

Join Date:
Dec 2006
Posts:
102
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Doodlebuckets:

OK, I've just updated the whole post and attached here. Make sure to rename the YOUR_TEMPLATE folders to match your template. The files that I had to change were the header.php file in includes/modules/pages/links_submit folder and the tpl_links_submit_default.php file in includes/templates/YOUR_TEMPLATE/templates folder.

Thanks, I will check it out

22 Jul 2008, 3:41 PM
#1073
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

Doodlebuckets:

Clyde, I was getting probably 100 spam link submittals in my directory each week and I just added CAPTCHA and I've blocked the rascals! :clap: It was the same one time and time again. I had to fiddle around withe a_berezin's mod though because the link_submit part of it is not up to date with the changes you've made. Just thought I'd let you know...I'd be happy to post the code here if anyone wants to add it as well.

fvb:

I would love that, please post it

This fix works with a_berezin's capcha mod. It updates the link_submit files to work with the most recent version of Links Manager(3.4.1).

Unzip the file, rename the YOUR_TEMPLATE folder (includes/templates/YOUR_TEMPLATE) to match the name of your custom template.

upload the entire includes folder to your server.

Make sure you have already installed the captcha mod.

[Attachment no longer available]

24 Jul 2008, 7:12 PM
#1074
jgardner avatar

jgardner

New Zenner

Join Date:
Jul 2008
Posts:
9
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hello,

I am new to Zen cart and am trying to install the link manager add on. When I past the code into the query filed and press send I receive the following error msg - Precondition Failed
The precondition on the request for the URL /store/admin/sqlpatch.php evaluated to false.

Since this is my first attempt at an add on I am sure that I am doing something crazy here, but would appreciate guidance.

Thank you,
Jennifer

24 Jul 2008, 11:02 PM
#1075
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

jgardner:

Hello,

I am new to Zen cart and am trying to install the link manager add on. When I past the code into the query filed and press send I receive the following error msg - Precondition Failed
The precondition on the request for the URL /store/admin/sqlpatch.php evaluated to false.

Since this is my first attempt at an add on I am sure that I am doing something crazy here, but would appreciate guidance.

Thank you,
Jennifer

This is the first time I've come across this error. It is most likely connected with mod_security settings.

You'll have to check with your hosting company because essentially your web server thinks your browser didn't send something it should have.

29 Jul 2008, 6:29 PM
#1076
dealbyethan_com avatar

dealbyethan_com

Totally Zenned

Join Date:
Dec 2005
Location:
Perth, Western Australia, Australia
Posts:
782
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Quick question:

How do I quickly locate new submitted links? I received emails telling me a link has been submitted on my website but I don't know how to locate it. Please advise. Thanks.

29 Jul 2008, 6:58 PM
#1077
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

dealbyethan.com:

Quick question:

How do I quickly locate new submitted links? I received emails telling me a link has been submitted on my website but I don't know how to locate it. Please advise. Thanks.

look in admin -> extras -> links

Check the status of your links - if any of them have a yellow highlighted button they are the ones needing approval.

29 Jul 2008, 7:03 PM
#1078
dealbyethan_com avatar

dealbyethan_com

Totally Zenned

Join Date:
Dec 2005
Location:
Perth, Western Australia, Australia
Posts:
782
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Is this the quickest way to locate it? What if I have hundreds of pages of links?

29 Jul 2008, 7:08 PM
#1079
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

dealbyethan.com:

Is this the quickest way to locate it? What if I have hundreds of pages of links?

Individual links have to be approved before they show up on your links page, so you'll have to access admin -> extras -> links in order to approve them.

This way you can judge whether links submitted to you are legitimate links that you would want to display or spam.

1 Aug 2008, 9:33 PM
#1080
fvb avatar

fvb

Zen Follower

Join Date:
Dec 2006
Posts:
102
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

dealbyethan.com:

Is this the quickest way to locate it? What if I have hundreds of pages of links?

clydejones:

Individual links have to be approved before they show up on your links page, so you'll have to access admin -> extras -> links in order to approve them.

This way you can judge whether links submitted to you are legitimate links that you would want to display or spam.

the code change on page 102 post 1014 helped me for the same problem