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

Link Manager 3.0 Support Thread

Views: 486,711

Results 1,741 to 1,760 of 1,988
24 Aug 2010, 12:16 AM
#1741
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

weezee:

But I still can't check my links. When I click check link still getting this message:

Warning: preg_match() [function.preg-match]: Unknown modifier '/' in /home/content/w/e/e/weezee/html/xxxxxx_admin/links.php on line 625

open YOUR_ADMIN/links.php

find the the two instances of:

  if (preg_match('/'.LINKS_CHECK_PHRASE.'/i', $content)) 

and change them to read as follows:

 if (preg_match("/".LINKS_CHECK_PHRASE."/i", $content))
24 Aug 2010, 1:39 PM
#1742
weezee avatar

weezee

Zen Follower

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

Re: Link Manager 3.0 Support Thread

Thanks Clyde,

It still didn't work, so what I did was redownload v3.5.1 and unzipped it and upload the admin links.php. I don't get that message now. I hope every thing else works I haven't tried anything else.

24 Aug 2010, 2:28 PM
#1743
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:

Thanks Clyde,

It still didn't work, so what I did was redownload v3.5.1 and unzipped it and upload the admin links.php. I don't get that message now. I hope every thing else works I haven't tried anything else.

glad you got it sorted

31 Aug 2010, 7:22 PM
#1744
custombooks avatar

custombooks

New Zenner

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

Re: Link Manager 3.0 Support Thread

I'm having problems with the FROM address in Links Manager.
When I
Send Email To Link Partners
the "From" address on the screen matches
Email options/Email Address (sent FROM)
HOWEVER
Links Manager is using
Email Options/Email Address (Displayed to Contact you)
in the actual email.

Since I am using a LINK for
Email Options/Email Address (Displayed to Contact you)
I would prefer to use the address specified in
Email options/Email Address (sent FROM)
in Links Manager.
Is there any way to change which "From" address Links Manager uses in emails?

31 Aug 2010, 7:34 PM
#1745
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:

I'm having problems with the FROM address in Links Manager.
When I
Send Email To Link Partners
the "From" address on the screen matches
Email options/Email Address (sent FROM)
HOWEVER
Links Manager is using
Email Options/Email Address (Displayed to Contact you)
in the actual email.

Since I am using a LINK for
Email Options/Email Address (Displayed to Contact you)
I would prefer to use the address specified in
Email options/Email Address (sent FROM)
in Links Manager.
Is there any way to change which "From" address Links Manager uses in emails?

This is the standard Zen Cart From e-mail address.

If you've managed to make the change to ALL the other e-mails that are sent by Zen Cart then you can make the same changes in Links Manager.

31 Aug 2010, 8:08 PM
#1746
custombooks avatar

custombooks

New Zenner

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

Re: Link Manager 3.0 Support Thread

Still confused - I haven't changed ALL the other e-mails that are sent by Zen Cart.

new account confirmation, password changes, new order, and gift certificates are coming from "mydomain.com"

discount coupon messages are coming from
"[email protected]"

However, links manager messages are coming from
From: a href="/mydomain.com/index.php?main_page=contact_us"

Here's the Properties in my actual email message from Links Manager:
To: <me>
Subject: test new link
Date: Tue, 31 Aug 2010 12:03:42 -0700
From: a href="/mydomain.com/index.php?main_page=contact_us"

That's the "From" I am trying to change...

My Email Options/Email Address (Displayed to Contact you) is:
a href="/mydomain.com/index.php?main_page=contact_us"
and Email options/Email Address (sent FROM) is:
[email protected]

31 Aug 2010, 8:24 PM
#1747
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:

Still confused - I haven't changed ALL the other e-mails that are sent by Zen Cart.

new account confirmation, password changes, new order, and gift certificates are coming from "mydomain.com"

discount coupon messages are coming from
"[email protected]"

However, links manager messages are coming from
From: a href="/mydomain.com/index.php?main_page=contact_us"

Here's the Properties in my actual email message from Links Manager:
To: <me>
Subject: test new link
Date: Tue, 31 Aug 2010 12:03:42 -0700
From: a href="/mydomain.com/index.php?main_page=contact_us"

That's the "From" I am trying to change...

My Email Options/Email Address (Displayed to Contact you) is:
a href="/mydomain.com/index.php?main_page=contact_us"
and Email options/Email Address (sent FROM) is:
[email protected]

What version of Links manager are you using.

Link to your site?

2 Sep 2010, 7:49 PM
#1748
weezee avatar

weezee

Zen Follower

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

Re: Link Manager 3.0 Support Thread

Clyde i'm having problems with another site that fairly new. I cannot verify links with the check link, its saying its not found, but when I go to the site and check its there. So I checked the Links Check Phrase for spelling error and the link on the site to make sure they both match, it all matches. I'm using Zen Cart v1.3.9d and Links Manager v3.5.3.

2 Sep 2010, 8:00 PM
#1749
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:

Clyde i'm having problems with another site that fairly new. I cannot verify links with the check link, its saying its not found, but when I go to the site and check its there. So I checked the Links Check Phrase for spelling error and the link on the site to make sure they both match, it all matches. I'm using Zen Cart v1.3.9d and Links Manager v3.5.3.

Can you provide an example of the Links Check Phrase

AND

the reciprocal url

3 Sep 2010, 12:17 PM
#1750
weezee avatar

weezee

Zen Follower

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

Re: Link Manager 3.0 Support Thread

clydejones:

Can you provide an example of the Links Check Phrase

AND

the reciprocal url

Check link phrase: http://www.bargainsonlinesite.com

The reciprocal: http://www.bestmoneysavingsites.com/shoplinks3.htm

I also added a link to a couple of my sites and cannot check them, not found on all I tried them on.

3 Sep 2010, 12:45 PM
#1751
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:

Check link phrase: http://www.bargainsonlinesite.com

The reciprocal: http://www.bestmoneysavingsites.com/shoplinks3.htm

I also added a link to a couple of my sites and cannot check them, not found on all I tried them on.

try the following as the check link phrase:

Bargainsonlinesite.com

3 Sep 2010, 1:26 PM
#1752
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 the following as the check link phrase:

Bargainsonlinesite.com

it still don't work with, Bargainsonlinesite.com, bargainsonlinesite.com, and https://www.bargainsonlinesite.com

3 Sep 2010, 1:33 PM
#1753
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:

it still don't work with, Bargainsonlinesite.com, bargainsonlinesite.com, and https://www.bargainsonlinesite.com

Try one of the following words:

Bargains, Deals, Discounts, Coupons Savings, Shoes, Electronics,

3 Sep 2010, 3:02 PM
#1754
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 one of the following words:

Bargains, Deals, Discounts, Coupons Savings, Shoes, Electronics,

None works.

3 Sep 2010, 6:25 PM
#1755
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:

None works.

I just submitted a link on your site.

try using Bargainsonlinesite.com and the check links phrase.

and then do a links check

4 Sep 2010, 3:19 AM
#1756
weezee avatar

weezee

Zen Follower

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

Re: Link Manager 3.0 Support Thread

clydejones:

I just submitted a link on your site.

try using Bargainsonlinesite.com and the check links phrase.

and then do a links check

I don't know what the problem was but the check link is working on all except one of my sites I was trying it on.

9 Sep 2010, 5:10 PM
#1757
custombooks avatar

custombooks

New Zenner

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

Re: Link Manager 3.0 Support Thread

Clyde-
Were you able to duplicate this problem? (#1630) What is the fix?
I'm having the same difficulty....

I'll do some checking and see if I can duplicate the problem.
Clyde

#1630
Originally Posted by SWLady
Wow Clyde, you are really fast!

I downloaded the new file and ftp'd it as you said. I am still showing the text in the email twice as copied below:

Dear Kathy Meyers,
Welcome to KZ Embroidery link exchange program.
Your link has been successfully submitted at KZ Embroidery. 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]
Note: This email address was given to us during a link submittal. If you have a problem, please send an email to [email protected]
Welcome to KZ Embroidery link exchange program.
Your link has been successfully submitted at KZ Embroidery. 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.

9 Sep 2010, 8:15 PM
#1758
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:

Clyde-
Were you able to duplicate this problem? (#1630) What is the fix?
I'm having the same difficulty....

I'll do some checking and see if I can duplicate the problem.
Clyde

#1630
Originally Posted by SWLady
Wow Clyde, you are really fast!

I downloaded the new file and ftp'd it as you said. I am still showing the text in the email twice as copied below:

Dear Kathy Meyers,
Welcome to KZ Embroidery link exchange program.
Your link has been successfully submitted at KZ Embroidery. 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]
Note: This email address was given to us during a link submittal. If you have a problem, please send an email to [email protected]
Welcome to KZ Embroidery link exchange program.
Your link has been successfully submitted at KZ Embroidery. 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.

Try the fix posted in post #1628

I haven't been able to duplicate the problem.

15 Sep 2010, 6:58 PM
#1759
custombooks avatar

custombooks

New Zenner

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

Re: Link Manager 3.0 Support Thread

How do I add a new item (link to another page) in the Links Manager sidebox? I have a new page called "New Links" and want to list that in the sidebox under "View All Links."

I tried using Developer's Toolkit to search for "View All Links" and searched this forum for "sidebox" with no luck...

current version of Zen Cart, current version of Links Manager

15 Sep 2010, 9:00 PM
#1760
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:

How do I add a new item (link to another page) in the Links Manager sidebox? I have a new page called "New Links" and want to list that in the sidebox under "View All Links."

I tried using Developer's Toolkit to search for "View All Links" and searched this forum for "sidebox" with no luck...

current version of Zen Cart, current version of Links Manager

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

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