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

Link Manager 3.0 Support Thread

Views: 486,686

Results 141 to 160 of 1,988
12 Mar 2007, 23:21
#141
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

Check admin -> configuration -> images (again) and look for anything that has a height of 57.

right now that's what is being calculated as the height of your images.

13 Mar 2007, 02:07
#142
tolefairy avatar

tolefairy

Zen Follower

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

Re: Link Manager 3.0 Support Thread

Yeppers that took care of it. You are awesome!
It was Subcategory Image Height that was set at 57. I changed it to 261 and it's lovely now!

Just one more question, please? Is it possible to put some text at the top of that page like: Please select the category most relevant to your site....."

many thanks again,
Shirley

13 Mar 2007, 03:04
#143
tolefairy avatar

tolefairy

Zen Follower

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

Re: Link Manager 3.0 Support Thread

Ok, I took it down a notch to 196px and I think it looks better. I removed the black border but now would like to do the following and I won't bug you anymore.:happy: Promise..........

  1. Add some text above the pics..........

  2. Center the text under the pics..........

Since it has to do with text, I'm thinking this is in includes>English>My_Template_Name>???????

or is it the stylesheet?

Sorry, I'm such a noob.........!

many thanks,
Shirley

13 Mar 2007, 04:23
#144
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

Just unzip this file and upload the two files to
includes/templates/YOUR_TEMPLATE/css

[Attachment no longer available]

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

find the following code:

define('HEADING_TITLE', '<h1>Links</h1>');

Just below this line of code add the following:

define('LINKS_CHOOSE_CATEGORY',  '<br />Please select the category most relevant to your site...<br />');

Save the file and upload to your server

Now open includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php

find the following line of code

<?php echo HEADING_TITLE; ?>

Just below this line add the following:

<?php echo LINKS_CHOOSE_CATEGORY; ?>

save the file and upload to your server

14 Mar 2007, 03:06
#146
turtledove avatar

turtledove

Zen Follower

Join Date:
May 2006
Posts:
182
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hi!

Found this mod today, and installed immediately. Uploaded it on site, but it doesn't show. It says it a table or some sort doesn't exist. Can you help me out?

https://www.pawglamour.com

Thanks!

14 Mar 2007, 09:44
#147
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

TurtleDove:

Hi!

Found this mod today, and installed immediately. Uploaded it on site, but it doesn't show. It says it a table or some sort doesn't exist. Can you help me out?

https://www.pawglamour.com

Thanks!

Please refer to eralier posts about this problem.

www.zen-cart.com/forum/showpost.php?p=338850&postcount=115

15 Mar 2007, 02:31
#148
turtledove avatar

turtledove

Zen Follower

Join Date:
May 2006
Posts:
182
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Thanks! The above code didn't change anything, so I downloaded and installed a new Links Manager. I noticed the links.sql and uploaded that onto the SQL patch in the admin, and it worked!

Another question for ya...

Is there a way for me to install 2 link directories? I want one specifically for breeders (so many dog breeds) and another for pet related websites.

Thanks!

15 Mar 2007, 02:41
#149
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

You can always create categories for "breeds/breeders" and another for your "pet related" sites.

15 Mar 2007, 13:18
#150
hizen avatar

hizen

New Zenner

Join Date:
May 2006
Location:
UK
Posts:
31
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Alex Clarke:

Ok, I've sorted it.

Just replacing line 333 in admin\includes\functions\html_output.php with the following worked.

// bof php5 fix - aclarke - 301206
if (empty($default) && isset($GLOBALS['$name'])) $default = stripslashes($GLOBALS['$name']);
// eof php5 fix - aclarke - 301206

>  
> However, my admin menu still doesn't work when I'm on the links.php page. :(
>  
> Also, when adding a new link the category field is marked as required? Is this correct? I've just added a link without a category (as I have no categories setup yet) and it didn't nag me to specify a category.
 
I have worked out the fix for no admin hover menu. Open **admin\includes\links.php, **find line 292, replace ''SetFocus();'' with ''init()''
16 Mar 2007, 00:46
#151
nola avatar

nola

New Zenner

Join Date:
Feb 2005
Location:
NEW ORLEANS
Posts:
25
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Needless to say I haven't read all 15 pages of this thread. However from looking at the demo site I've noticed no image verification thingy. Like the one here when you do a search, not sure why they have it here but thats another post....

So, with that said....

Is there an image verification thingy in the works for the links manger as we keep getting with linkbots almost daily..

Granted they don't get approved, but it's still a hassle to go delete all the Viagra\ Penis Enlargement links that have been submitted. Like 10 a day........

I have put my links page on broke because of it...

I'm sure it wont be long before the emails start pouring in.. "Wheres my link!"

Thanks
NOLA

17 Mar 2007, 21:27
#154
turtledove avatar

turtledove

Zen Follower

Join Date:
May 2006
Posts:
182
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Am I able to make sub-categories within categories?

Thanks,
Mel

17 Mar 2007, 22:21
#155
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

TurtleDove:

Am I able to make sub-categories within categories?

Thanks,
Mel

categories only

18 Mar 2007, 02:00
#156
turtledove avatar

turtledove

Zen Follower

Join Date:
May 2006
Posts:
182
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hmm... I just thought of something.

Say I take the Links Manager that I currently have installed now, and change/rename its paths to directory.php. I then go on and install another Links Manager with the default path (links.php). Would both Link Managers show up in the Layout Controller and on the website sideboxes? Do you think this would work?

18 Mar 2007, 06:08
#157
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

I really have no Idea.

Change the YOUR_TEMPLATE folders to any name you want (or leave it as is) and try it out.

19 Mar 2007, 19:18
#158
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,

I don't know if it has been mentioned in this thread before, I couldn't see it. Is it possible to change the pass through type to anchor link type? A lot of sites are refusing pass through types.

Thanks,

Heathenmagic

20 Mar 2007, 02:25
#159
ctcentralinfo avatar

ctcentralinfo

Totally Zenned

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

Re: Link Manager 3.0 Support Thread

I am having 2 issues with this mod the first would be add a link page. I am trying to add text to this page via the defines page editor, but nothing is showing up:

http://www.books-japan-online.com/index.php?main_page=links_submit

Also all my categories are all in one row:

http://www.books-japan-online.com/index.php?main_page=links

How can I fix these issues?

20 Mar 2007, 08:29
#160
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

I am having 2 issues with this mod the first would be add a link page. I am trying to add text to this page via the defines page editor, but nothing is showing up:

http://www.books-japan-online.com/index.php?main_page=links_submit

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

add a define statement containing the text you want

define('LINK_SUBMIT_TEXT', 'Please fill out the following form to submit your website.');

Save the file and upload to your server.

Open includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php

find the following ```php

<?php echo HEADING_TITLE; ?>

and just below add the following:
<?php echo LINK_SUBMIT_TEXT; ?>

Save the file and upload to your server


> Also all my categories are all in one row:
> 
> <http://www.books-japan-online.com/index.php?main_page=links>
> 
> How can I fix these issues?

Are you using the stylesheets for the mod. (links.css and links_submit.css)

These should be located in includes/templates/YOUR_TEMPLATE/css