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

Link Manager 3.0 Support Thread

Views: 486,721

Results 1,561 to 1,580 of 1,988
29 Nov 2009, 5:14 PM
#1561
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

gaffettape:

Thanks for the reply, I'll have a search now. One other issue I'm having is with the link status update email:

'Dear NAME,
The status of your link at STORENAME has been updated.
The New Status is: .
Please reply to this email if you have any questions.'

Any ideas why it just says The New Status is: . ?
Cheers :smile:

This should take care of this problem.

Just unzip the package and upload the links.php file to your admin folder.

Attachment #6733

29 Nov 2009, 6:59 PM
#1562
gaffettape avatar

gaffettape

Zen Follower

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

Re: Link Manager 3.0 Support Thread

clydejones:

This should take care of this problem.

Just unzip the package and upload the links.php file to your admin folder.

Attachment #6733

That worked a treat, thanks Clyde your a diamond :smile:

1 Dec 2009, 11:11 PM
#1563
zranno avatar

zranno

New Zenner

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

Re: Link Manager 3.0 Support Thread

Clyde, I'm playing around with the latest version of Links Manager on a test site (1.38a) with all the security mods. Everything works fine except when adding a new link in the admin panel, you cannot set the status to "Approved" from the dropdown.

You can, however, change the status for an existing link, using the dropdown--it just doesn't work for a new link.

Might the solution have something to do with the code in the file admin/links.php, somewhere around line 493?

  if ($action == 'new' || $action == 'insert') {
  echo zen_draw_pull_down_menu('links_status', $link_statuses, zen_not_null($lInfo->links_status) ? $lInfo->links_status : $links_status_default, '', false); 
}
  if ($action == 'edit' || $action == 'update') {
  echo zen_draw_pull_down_menu('links_status', $link_statuses, $lInfo->links_status, '', false); 
}

Any ideas would be appreciated. Thanks for a great add-on.

2 Dec 2009, 4:20 AM
#1564
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

zranno:

Clyde, I'm playing around with the latest version of Links Manager on a test site (1.38a) with all the security mods. Everything works fine except when adding a new link in the admin panel, you cannot set the status to "Approved" from the dropdown.

You can, however, change the status for an existing link, using the dropdown--it just doesn't work for a new link.

Might the solution have something to do with the code in the file admin/links.php, somewhere around line 493?

if ($action == 'new' || $action == 'insert') {
echo zen_draw_pull_down_menu('links_status', $link_statuses, zen_not_null($lInfo->links_status) ? $lInfo->links_status : $links_status_default, '', false);
}
if ($action == 'edit' || $action == 'update') {
echo zen_draw_pull_down_menu('links_status', $link_statuses, $lInfo->links_status, '', false);
}

> 
> Any ideas would be appreciated. Thanks for a great add-on.

I've been unable to reproduce this behaivor on any of my sites.

I'm able to edit existing links  as well as create new links and change the status via the dropdown.
3 Dec 2009, 3:25 PM
#1565
gaffettape avatar

gaffettape

Zen Follower

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

Re: Link Manager 3.0 Support Thread

How can I change the background color of the link listing page? At the moment it alternates between light yellow and white. (see screenshot attatched)

Thanks.

3 Dec 2009, 3:58 PM
#1566
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:

How can I change the background color of the link listing page? At the moment it alternates between light yellow and white. (see screenshot attatched)

Thanks.

open includes/templates/YOUR_TEMPLATE/css/links.css

change the highlighted portion of the following declaration to suite your needs

.productListing-even .linkListing-data{padding:5px;font-size:1em;background:ivory;color:#000;}

3 Dec 2009, 4:04 PM
#1567
gaffettape avatar

gaffettape

Zen Follower

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

Re: Link Manager 3.0 Support Thread

clydejones:

open includes/templates/YOUR_TEMPLATE/css/links.css

change the highlighted portion of the following declaration to suite your needs

.productListing-even .linkListing-data{padding:5px;font-size:1em;background:ivory;color:#000;}

Thanks Clyde :smile:

6 Dec 2009, 2:51 AM
#1568
gene42 avatar

gene42

New Zenner

Join Date:
Dec 2009
Posts:
4
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hi Clyde I love your link manager 3.0 but need a capa submit link form ,getting alot of spam ,the capa submit link form they have for in adons in dose not work with your modual plus the define page editor dosenot work with the capa version. need a capa submit link form that works with your link manager 3.0 versoin for 1.38 zencart. Thanks Gene 42

6 Dec 2009, 4:54 AM
#1569
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

gene42:

Hi Clyde I love your link manager 3.0 but need a capa submit link form ,getting alot of spam ,the capa submit link form they have for in adons in dose not work with your modual plus the define page editor dosenot work with the capa version. need a capa submit link form that works with your link manager 3.0 versoin for 1.38 zencart. Thanks Gene 42

Check back through the thread there's a fix posted somewhere but I don't remember where.

6 Dec 2009, 7:04 AM
#1570
gene42 avatar

gene42

New Zenner

Join Date:
Dec 2009
Posts:
4
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Cannot find it if someone dose please let me know if theres a new submit link ? form thankyou :(

6 Dec 2009, 7:44 AM
#1571
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

gene42:

Cannot find it if someone dose please let me know if theres a new submit link ? form thankyou :(

do a search of the thread for captcha_fix

6 Dec 2009, 5:35 PM
#1573
gene42 avatar

gene42

New Zenner

Join Date:
Dec 2009
Posts:
4
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hi I did the following myself and deleted all lable lines as specified but all red lable lines remail???

6 Dec 2009, 5:43 PM
#1574
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

gene42:

Hi I did the following myself and deleted all lable lines as specified but all red lable lines remail???

:huh::unsure: ?????????????

6 Dec 2009, 5:50 PM
#1575
gene42 avatar

gene42

New Zenner

Join Date:
Dec 2009
Posts:
4
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Veronika7747:

O.K., now that the test site is up, I have yet another question.... I have couple of pages of "old links" (one page currently shows as the last line "Arts Links" on RHS box under "More on Clive Kay" and I would like to include this link inside the "Link Manager" box with bit of space under the last line there "Submit Links". Is that possible?? I was trying to do it the same way as I did it in "More Info" box, but that did not work..

Also should I be able to put a subcategory in the link category??

Thanks for your time.

I did it but all text feild are gone??

6 Dec 2009, 6:25 PM
#1576
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

gene42:

I did it but all text feild are gone??

I'd suggest that you re-install Links Manager

17 Dec 2009, 12:36 PM
#1577
fajmp avatar

fajmp

Zen Follower

Join Date:
Jun 2008
Location:
Canada
Posts:
132
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hi Again..
This morning I got this email...

" A new link was submitted at TALKING WALLS. It is not yet approved. Please
verify this link and activate.

Hasen Chat

http://www.hasenchat.de

Get new Friends Online in this Free Chat. Go to the English or German
Channel to find Friends. Send e-mails to other chatters, or create your own
Free website with the Homepage Editor in the Chat."

The thing is I don't have links manager turned on. If you will look at one of my last posts I had another problem with this.
I need to uninstall it from zen cart because something weird is going on. Is there a particular way that I should do this?

17 Dec 2009, 3:58 PM
#1578
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

fajmp:

Hi Again..
This morning I got this email...

" A new link was submitted at TALKING WALLS. It is not yet approved. Please
verify this link and activate.

Hasen Chat

http://www.hasenchat.de

Get new Friends Online in this Free Chat. Go to the English or German
Channel to find Friends. Send e-mails to other chatters, or create your own
Free website with the Homepage Editor in the Chat."

The thing is I don't have links manager turned on. If you will look at one of my last posts I had another problem with this.
I need to uninstall it from zen cart because something weird is going on. Is there a particular way that I should do this?

follow the instructions in the included uninstall.txt file

11 Jan 2010, 6:12 AM
#1579
winsion avatar

winsion

New Zenner

Join Date:
Nov 2008
Posts:
6
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Status:
Catchable fatal error: Object of class queryFactoryResult could not be converted to string in /home/d3dsddc/public_html/dkskdkfd/adminxxxxx/includes/functions/html_output.php on line 343


I meet such trouble , unknown what happen ,
but it seems should be html_output.php trouble.

11 Jan 2010, 7:20 AM
#1580
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

winsion:

Status:
Catchable fatal error: Object of class queryFactoryResult could not be converted to string in /home/d3dsddc/public_html/dkskdkfd/adminxxxxx/includes/functions/html_output.php on line 343


I meet such trouble , unknown what happen ,
but it seems should be html_output.php trouble.

do a forum search for;

Catchable fatal error: Object of class queryFactoryResult could not be converted to string

There are several thread with solutions to this issue.