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

Link Manager 3.0 Support Thread

Views: 486,684

Results 121 to 140 of 1,988
06 Mar 2007, 20:32
#121
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

Boognish:

I am using version 3.0.2 and I have two questions.

#1 Is the require "registered users" only can submit a link option in this version?

#2 Is there a way for the admin to determine if a reciprocal link is required for individual sites? For instance I would want to require a link to another business, but I wouldn't want a reciprocal link for some other sites/pages.

#1 - no it doesn't but you can run the following sql statement to add it.

copy and paste into admin -> tools -> install SQL patches

INSERT INTO configuration (NULL,'Only registered customers may submit a Link', 'REGISTERED_LINK', 'true', 'Only registered customers may submit a Link', 26, 17, NULL, now());

#2 - this option is either on or off for all links.

06 Mar 2007, 23:50
#122
psr_racing avatar

psr_racing

New Zenner

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

Re: Link Manager 3.0 Support Thread

I'm having the same problem as IHHGBH. Turning on the links box just results in lines of jumbled text similar to IHHGBH where the box should be.

07 Mar 2007, 00:28
#123
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 uploading a clean version of links_box.php to includes/modules/sideboxes/YOUR_TEMPLATE

[Attachment no longer available]

07 Mar 2007, 00:35
#124
boognish avatar

boognish

New Zenner

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

Re: Link Manager 3.0 Support Thread

clydejones:

#1 - no it doesn't but you can run the following sql statement to add it.

copy and paste into admin -> tools -> install SQL patches

INSERT INTO configuration (NULL,'Only registered customers may submit a Link', 'REGISTERED_LINK', 'true', 'Only registered customers may submit a Link', 26, 17, NULL, now());



I get a syntax error with that code. I tried:

INSERT INTO configuration values(NULL,'Only registered customers may submit a Link', 'REGISTERED_LINK', 'true', 'Only registered customers may submit a Link', 26, 17, NULL, now());

07 Mar 2007, 00:42
#125
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 This

INSERT INTO 'configuration' VALUES (NULL,'Only registered customers may submit a Link', 'REGISTERED_LINK', 'true', 'Only registered customers may submit a Link', 26, 17, NULL, now());
07 Mar 2007, 02:49
#126
lhhgbh avatar

lhhgbh

Zen Follower

Join Date:
Mar 2006
Posts:
177
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

none of that worked.. i looked at the php myadmin and the tables are there.. i also tried uploading a clean version of the link file and that did nothing.. Im just going to delete it off my site and do the link pages another way.. thanks for your help...

07 Mar 2007, 04:49
#127
psr_racing avatar

psr_racing

New Zenner

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

Re: Link Manager 3.0 Support Thread

OK mine seems to be working now, ihhghb are you turning on the 'sideboxes/yourtemplate/links_box.php' under layout boxes controller not 'sideboxes/link_listing'?

07 Mar 2007, 05:02
#128
psr_racing avatar

psr_racing

New Zenner

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

Re: Link Manager 3.0 Support Thread

What does 'reciprocal page details' mean? Does the links box only show when there are links as I deleted the zen cart link and the box dissapeared. Also I still get jumbled text when I switch on the 'sideboxes/link_listing? what does that one do and do I need it to have an operational links box?

07 Mar 2007, 06:19
#129
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

psr racing:

What does 'reciprocal page details' mean? Does the links box only show when there are links as I deleted the zen cart link and the box dissapeared. Also I still get jumbled text when I switch on the 'sideboxes/link_listing? what does that one do and do I need it to have an operational links box?

Reciprocal Page: The absolute URL of your links page, where a link to our website will be listed/displayed.

The side box only shows (even if turned on in admin) when there are links.

URL for your site. so I can take a look.

07 Mar 2007, 14:05
#130
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

The file structure should look like this:

includes/modules/link_listing.php
includes/modules/sideboxes/YOUR_TEMPLATE/links_box.php

07 Mar 2007, 16:57
#131
lhhgbh avatar

lhhgbh

Zen Follower

Join Date:
Mar 2006
Posts:
177
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I already deleted it, but I only had one link box that I could turn on in the layout boxes controller...mine said sideboxes/links_box and that was what i turned on..

08 Mar 2007, 10:58
#132
psr_racing avatar

psr_racing

New Zenner

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

Re: Link Manager 3.0 Support Thread

clydejones:

The file structure should look like this:

includes/modules/link_listing.php
includes/modules/sideboxes/YOUR_TEMPLATE/links_box.php

I have that but I've also got includes/modules/sideboxes/links_box.php,
include/modules/sideboxes/link_listing.php and includes/modules/sideboxes/links_boxes.php.

https://www.powerslideracing.com.au

08 Mar 2007, 11:14
#133
psr_racing avatar

psr_racing

New Zenner

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

Re: Link Manager 3.0 Support Thread

Which of the files in links manager contained the info for the zencart link as I deleted that link and now wish I hadn't. I want to reinstall that file so I can look at the zencart link details as I'm having trouble getting any links to work.

08 Mar 2007, 12:19
#134
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

psr racing:

I have that but I've also got includes/modules/sideboxes/links_box.php,
include/modules/sideboxes/link_listing.php and includes/modules/sideboxes/links_boxes.php.

https://www.powerslideracing.com.au

Why not start over:

Manually delete the following files

admin/links.php
admin/links_contact.php
admin/links/categories.php
admin/includes/boxes/extra_boxes/links_extras_dhtml.php
admin/includes/extra_datafiles/links_manager.php
admin/includes/functions/extra_functions/links_manager.php
admin/includes/languages/english/extra_definitions/links.php

includes/extra_datafiles/links_manager.php
includes/functions/links.php
includes/languages/english/extra_definitions/links.php
includes/languages/english/YOUR_TEMPLATE/links.php
includes/languages/english/YOUR_TEMPLATE/links_submit.php
includes/languages/english/YOUR_TEMPLATE/links_submit_success.php
includes/languages/english/YOUR_TEMPLATE/popup_links_help.php
includes/modules/pages/links
includes/modules/pages/links_submit
includes/modules/pages/links_submit_success
includes/modules/pages/popup_links_help
includes/modules/pages/redirect_links
includes/modules/link_listing.php
includes/modules/YOUR_TEMPLATE/link_listing.php
includes/modules/sideboxes/YOUR_TEMPLATE/links_box.php

include/modules/sideboxes/link_listing.php and includes/modules/sideboxes/links_boxes.php

includes/templates/YOUR_TEMPLATE/popup_links_help
includes/templates/YOUR_TEMPLATE/sideboxes/tpl_links_select.php
includes/templates/YOUR_TEMPLATE/templates/tpl_links_success_default.php
includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php
includes/templates/YOUR_TEMPLATE/templates/tpl_links_dubmit_default.php

Use the attached to reinstall.
[Attachment no longer available]

08 Mar 2007, 16:39
#135
pablosan avatar

pablosan

Zen Follower

Join Date:
Jan 2007
Location:
Bellingham, Wa
Posts:
171
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hi Clyde,

I read earlier in the thread you were thinking of changing the links so they were not redirects anymore but actual links. Like when you hover over them they are a direct link.

I've been having problems with that too.

Is it difficult to change?

12 Mar 2007, 07:34
#136
tolefairy avatar

tolefairy

Zen Follower

Join Date:
Feb 2007
Location:
West Texas
Posts:
122
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I have 2 questions, please.

  1. How/where do I change the title of the Links box for Link Manger 3.0?

  2. On your test site, Clyde, you have your category pics at 80 x 80 px. i would like mine somewhat larger. Where do I tell it the size of my images for the links category page?

many thanks,
Shirley

http://www.shabbychiccottage.com

12 Mar 2007, 13:05
#137
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

tolefairy:

I have 2 questions, please.

  1. How/where do I change the title of the Links box for Link Manger 3.0?

  2. On your test site, Clyde, you have your category pics at 80 x 80 px. i would like mine somewhat larger. Where do I tell it the size of my images for the links category page?

many thanks,
Shirley

  1. includes/languages/english/extra_definitions/links.php

define('BOX_HEADING_LINK_CATEGORIES', 'Links');

  1. I created the images at that size. Most people have their own ideas for category images and will create their own. Soooo, you'll have to create the images at the size you want.
12 Mar 2007, 16:30
#138
tolefairy avatar

tolefairy

Zen Follower

Join Date:
Feb 2007
Location:
West Texas
Posts:
122
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Thank you, Clyde........great mod!

as for my question #2, I have already created my images for the links categories.........but when I upload them via the Admin>Extras>Link Categories they show teeny tiny on the page for Links (about 43 px) and it was uploaded as 200px.

Where do I go to correct that, please?

many thanks,
Shirley
http://www.shabbychiccottage.com

12 Mar 2007, 21:51
#139
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

My first thought is to check admin -> configuration -> images

make sure calculate image size is set to true

and that

Category Icon Image Width - Product Info Pages

Category Icon Image Height - Product Info Pages

are set to the height and width of your images

See if that helps

12 Mar 2007, 23:10
#140
tolefairy avatar

tolefairy

Zen Follower

Join Date:
Feb 2007
Location:
West Texas
Posts:
122
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Calculate image size was already set to true

and that

Category Icon Image Width - Product Info Pages (I set to 200px)

Category Icon Image Height - Product Info Pages (I set to 261px)

Unfortunately, no change occurred.

Might this have to be a new statement added to the CSS? Just guessing....:(

many thanks,
Shirley