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

Link Manager 3.0 Support Thread

Views: 486,686

Results 201 to 220 of 1,988
28 Mar 2007, 06:03
#201
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Link Manager 3.0 Support Thread

clydejones:

You should be able to add unlimited categories from

admin -> extras -> link categories

Don't forget to enable the category after adding it.

Clyde,

Thanks for this great mod! Can you please tell me where I can download the most recent version that contains all the different bug fixes and file update you've provided in this thread?

Thanks!

28 Mar 2007, 12:26
#202
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

It will be available in the downloads section in the next few days.

04 Apr 2007, 17:47
#204
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

Try adding some padding to the following declaration in the links.css

.linkstext{padding: 3px 0 15px 0;float:left;width:33%;text-align:center;font-size:1em}

Change the highlighted portion to whatever you need.

04 Apr 2007, 18:13
#205
ctcentralinfo avatar

ctcentralinfo

Totally Zenned

Join Date:
Apr 2005
Posts:
853
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

That did the trick, thanks.

04 Apr 2007, 19:17
#206
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

This release upgrades the mod using several suggestions found in this thread.

Those wishing to use Captcha should look at the mod

Captcha using TTF & GD by a_berezin.

You can find it here:

www.zen-cart.com/forum/showthread.php?t=59539

04 Apr 2007, 23:52
#207
freerangepc avatar

freerangepc

New Zenner

Join Date:
Apr 2006
Posts:
65
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Only problem I have with this is that the java help box doesn't open
javascript:popupWindow('http://www.freerangepc.com/uk/index.php?main_page=popup_links_help')

Is something I should change to make it work?

On my other pop ups it says javascript:session_win(); and they pop up okay??

Great Mod by the way :)

05 Apr 2007, 01:54
#208
ctcentralinfo avatar

ctcentralinfo

Totally Zenned

Join Date:
Apr 2005
Posts:
853
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I am having a few problems with your upgrade.

I am now able to add text via Define Page editor, but now I have:

http://www.cooltechcentral.com/links_submit

Link information and

Please choose the most appropriate category for your link. Cool Tech Central reserves the right to change the category or edit your description, if needed.

sandwiched between link submission.

Also I don't like the blue gradient behind the titles and the help java script buttons don't show up.

The links category page:

http://www.cooltechcentral.com/links

still doesn't have text in it even though page text editor has a page for it.

05 Apr 2007, 02:21
#209
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

ctcentralinfo:

Please choose the most appropriate category for your link. Cool Tech Central reserves the right to change the category or edit your description, if needed.

sandwiched between link submission.

Open includes/languages/english/YOUR_TEMPLATE/links_submit.php

find and delete the following define statement

define('SUBMIT_RULE', '<p>Please choose the most appropriate category for your link. <strong>' . STORE_NAME . '</strong> reserves the right to change the category or edit your description, if needed.</p>');

Also I don't like the blue gradient behind the titles

You can always create your own 10px by 30px graphic and save it to
includes/templates/YOUR_TEMPLATE/images/form.png

...the help java script buttons don't show up.

I'll check on this issue.

The links category page:

http://www.cooltechcentral.com/links

still doesn't have text in it even though page text editor has a page for it.
Open includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php

find the following line of code:

<?php include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_LINK_LISTING)); ?>

Just above this line add the following code:

<?php if (DEFINE_LINKS_STATUS >= '1' and DEFINE_LINKS_STATUS <= '2') { ?>

<?php require($define_page); ?>

<?php } ?> 
05 Apr 2007, 02:22
#210
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

freerangepc:

Only problem I have with this is that the java help box doesn't open
javascript:popupWindow('http://www.freerangepc.com/uk/index.php?main_page=popup_links_help')

Is something I should change to make it work?

On my other pop ups it says javascript:session_win(); and they pop up okay??

Great Mod by the way :)

I'll check on this issue.

05 Apr 2007, 09:54
#211
heathenmagic avatar

heathenmagic

Totally Zenned

Join Date:
May 2005
Location:
England
Posts:
730
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hello there,

Great mod, I recently updated to your latest update. When I go to the links page, everything looks fine. When you click on the category, the following is displayed:-

1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
in:
[select count(l.links_id) as total from zen_links_description ld, zen_links l, zen_links_to_link_categories l2lc where l.links_status = '2' and l.links_id = l2lc.links_id and ld.links_id = l2lc.links_id and ld.language_id = '1' and l2lc.link_categories_id = '16'order by ]

can be seen here:-

http://www.thegemtree.com/index.php?main_page=links&lPath=7

The links options uner the links dropdown doesn't show anything at the minute. It could be something to do with my setup maybe.

I ftp'd the upgrade folder, and ran the upgrade sql contained therein.

Many regards,

Heathenmagic

05 Apr 2007, 17:16
#212
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

freerangepc:

Only problem I have with this is that the java help box doesn't open
javascript:popupWindow('http://www.freerangepc.com/uk/index.php?main_page=popup_links_help')

Is something I should change to make it work?

On my other pop ups it says javascript:session_win(); and they pop up okay??

Great Mod by the way :)

Do you have a URL for your site so I can take a look.

05 Apr 2007, 17:21
#213
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

ctcentralinfo:

... and the help java script buttons don't show up.

Are you talking about The following text Help [?]?

If you are, these are text only clickable areas (no buttons).

I can always add a button in a future upgrade.

05 Apr 2007, 17:32
#214
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

HeathenMagic:

1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
in:
[select count(l.links_id) as total from zen_links_description ld, zen_links l, zen_links_to_link_categories l2lc where l.links_status = '2' and l.links_id = l2lc.links_id and ld.links_id = l2lc.links_id and ld.language_id = '1' and l2lc.link_categories_id = '16'order by ]

I'll work on this, but I've tested getting to the links from the "category" page on three different sites and can't duplicate the problem. (using the most current version)

The links options uner the links dropdown doesn't show anything at the minute. It could be something to do with my setup maybe.

I'm guessing you mean the Links Manager menu options - Check admin -> configuration -> links manager

05 Apr 2007, 19:59
#215
freerangepc avatar

freerangepc

New Zenner

Join Date:
Apr 2006
Posts:
65
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Heres my link for the Help (?)Pop up Not working, Only thing is I have it set so only members can leave a link

https://www.freerangepc.com/uk/index.php?main_page=login

It's not that Important as the fields are self explainitory.

05 Apr 2007, 20:32
#216
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

freerangepc:

Heres my link for the Help (?)Pop up Not working, Only thing is I have it set so only members can leave a link

https://www.freerangepc.com/uk/index.php?main_page=login

It's not that Important as the fields are self explainitory.

I can't login in in any case You have the US locked out in your "select country" field.

I'm not sure what the problem is but I've got it working on three of my own sites and I've checked a couple of other sites from this thread and and it seems to be working.

You should have the following folders and files:

includes/languages/english/YOUR_TEMPLATE/popup_links_help.php
includes/modules/pages/popup_links_help/header_php.php
includes/modules/pages/popup_links_help/jscript_main.php
includes/templates/YOUR_TEMPLATE/popup_links_helptpl_main_page.php

06 Apr 2007, 10:53
#217
titangen avatar

titangen

Zen Follower

Join Date:
May 2005
Location:
Brussels belgium
Posts:
177
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hello,

In this new release is link manager 3.0 multi languages compatible ?

thanks

chris

06 Apr 2007, 13:05
#218
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

This was addressed in some earlier posts and the solution has been included in this new version.

www.zen-cart.com/forum/showthread.php?t=54378&page=8

06 Apr 2007, 15:25
#219
titangen avatar

titangen

Zen Follower

Join Date:
May 2005
Location:
Brussels belgium
Posts:
177
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Thanks it's a good new

Have a nice day

//Chris

06 Apr 2007, 17:01
#220
tamya avatar

tamya

Zen Follower

Join Date:
Feb 2007
Posts:
336
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

i had some problems in the previous version, the reciprocal link on my site cannot be found by other sites (the one require reciprocal links to submit my own link), does this new release address that problem? sorry i did not read the whole 22 pages.