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

Link Manager 3.0 Support Thread

Views: 486,714

Results 321 to 340 of 1,988
1 May 2007, 6:13 PM
#321
ssolis5788 avatar

ssolis5788

New Zenner

Join Date:
Feb 2007
Location:
Santa Clara, CA
Posts:
98
Plugin Contributions:
0

Link Manager 3.0 Support Thread

clydejones:

Since the links are in categories they are "redirected" to a particular page for that category. So it may be a combination of both things.

Do you use a links service? If so, can you give me the name so that I may sign up for that service.

1 May 2007, 7:34 PM
#322
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

ssolis5788:

Do you use a links service? If so, can you give me the name so that I may sign up for that service.

No, I don't

1 May 2007, 9:09 PM
#323
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Clyde,
What is the process to add the new Links Manager to the sitemap on my site.
http://www.haredo.com

1 May 2007, 9:55 PM
#324
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

haredo:

Clyde,
What is the process to add the new Links Manager to the sitemap on my site.
http://www.haredo.com

You'll have to add it manually to tpl_site_map_default.php

find the following code:

<?php if (DEFINE_PAGE_4_STATUS <= '1') { ?>
            <li><?php echo '<a href="' . zen_href_link(FILENAME_PAGE_4) . '">' . BOX_INFORMATION_PAGE_4 . '</a>'; ?></li>
<?php } ?>

Just below this add the following:

<li?<?php echo '<a href="' . zen_href_link(FILENAME_LINKS) . '">' . BOX_HEADING_LINK_CATEGORIES . '</a>'; ?></li>

Save the file and upload to your server.

1 May 2007, 10:33 PM
#325
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Thank you Clyde,
I had to put a </ul> in front of your code to set it right.

</ul> <li><?php echo '<a href="' . zen_href_link(FILENAME_LINKS) . '">' . BOX_HEADING_LINK_CATEGORIES . '</a>'; ?></li>

Bye the way, will google site map pick this new data up or will google when they crawl through my index page find the external links???

2 May 2007, 12:41 AM
#326
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

haredo:

Thank you Clyde,
I had to put a </ul> in front of your code to set it right.

</ul> <li><?php echo '<a href="' . zen_href_link(FILENAME_LINKS) . '">' . BOX_HEADING_LINK_CATEGORIES . '</a>'; ?></li>

Bye the way, will google site map pick this new data up or will google when they crawl through my index page find the external links???

To be honest, I'm not sure. I'm guessing it will depend on how "deep" google looks when it checks your site.

3 May 2007, 4:09 PM
#327
lina0962 avatar

lina0962

Zen Follower

Join Date:
Jun 2006
Posts:
403
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hello, clydejones:

I installed your links manager and testimonial manager on my sites. https://www.thesbeauty.com, https://www.roseforlove.com

Problem occured when I just want to have a try by adding links or testimonials on my sites. I filled in everything on the webpage and clicked on "submit". Nothing showed, no matter I submited a link or a testimonial. Nothing showed. Then I went to the admin to see whether I can find my submitted links or tesmonial there. Nothing showed in the admin panel either.

Can you help to fix this problem? Thank you!

Lina

3 May 2007, 8:14 PM
#328
falconridge avatar

falconridge

New Zenner

Join Date:
Dec 2006
Posts:
23
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Ok I can't figure out how to install this link manager, becuase again of poorly written instructions. There is no New Install folder, plus there is a bunch of files which aren't explained where they go.

Contribution: Links Manager
Author: Clyde Jones
Version: 3.1
Designed for: Zen Cart v1.3.7
License: under the GPL - See attached License for info.
Support: Only given via the forums, please.

WHAT DOES THIS MODULE DO?
This module creates an easy way for you to add a recriprocal links program to your Zen Store

Database Modifications:
A new database table needs to be created to store your links items.
New configuration options are added to the zen_configuration table.

NEW INSTALLATION:
Unzip the contribution.
Open the New_install folder
run the included install_links_manager.sql using the Zen-Cart Sql Patches tool
(admin -> tools -> install sql patches)
For best results, cut-and-paste the code into the query field and press 'Send'.
Before uploading change the YOUR_TEMPLATE directories to match the name of your custom directory.
The files are arranged in the same structure as Zen Cart so you can FTP the admin and includes directories to your server.
Login in to your admin panel admin -> tools -> layout boxes contoller and activate the new sidebox.

USE:
Admin -> Configuration -> Links Manager (allows several customizations.)
Admin -> Extras -> Links (allows creating & editing of links)
Admin -> Extras -> Link Categories (allows creating & editing of categories)
Admin -> Extras -> Links Contact (allows the sending of e-mails)

3 May 2007, 9:01 PM
#329
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

FalconRidge:

Ok I can't figure out how to install this link manager, becuase again of poorly written instructions. There is no New Install folder, plus there is a bunch of files which aren't explained where they go.

Just as a check, I've just downloaded Links Manager 3.1.1 and found the following files and folders:

New_install (folder)
upgrade (folder
install.txt
uninstall.txt
upgrade.txt
unstall_links_manager.sql
readme.txt

I'm not sure how else to tell you how to install the contribution:

Open the New_install folder
open the install_links_manager.sql file copy the contents and paste them
into your admin -> tools -> install sql patches click the "send" button.

Open the includes folder and change all instances of YOUR_TEMPLATE to match the name of your custom folder name.

The folders and files are in the same configuration as Zen Cart so you can just upload (FTP) the folders directly to your server.

3 May 2007, 9:03 PM
#330
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

lina0962:

Hello, clydejones:

I installed your links manager and testimonial manager on my sites. https://www.thesbeauty.com, https://www.roseforlove.com

Problem occured when I just want to have a try by adding links or testimonials on my sites. I filled in everything on the webpage and clicked on "submit". Nothing showed, no matter I submited a link or a testimonial. Nothing showed. Then I went to the admin to see whether I can find my submitted links or tesmonial there. Nothing showed in the admin panel either.

Can you help to fix this problem? Thank you!

Lina

As a beginning: Make sure you have uploaded ALL files and folders and have run the sql statements.

3 May 2007, 9:18 PM
#331
falconridge avatar

falconridge

New Zenner

Join Date:
Dec 2006
Posts:
23
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Well now I am getting an error and can't get to my admin. Clyde any ideas what the problem is.

Fatal error: Cannot redeclare class base in /home3/uamyspla/public_html/CosmicStarsAvonShop/includes/classes/class.base.php on line 17

Well since my store was live till i tryed to installl this I am going to uninstall it till someone comes out with a version that DOESN'T use SQL statements to make it work right.

3 May 2007, 9:53 PM
#332
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

FalconRidge:

Well now I am getting an error and can't get to my admin. Clyde any ideas what the problem is.

Fatal error: Cannot redeclare class base in /home3/uamyspla/public_html/CosmicStarsAvonShop/includes/classes/class.base.php on line 17

Well since my store was live till i tryed to installl this I am going to uninstall it till someone comes out with a version that DOESN'T use SQL statements to make it work right.

I'm not sure what the cause is, but I'd recommend uninstalling everything:

Manually delete the following files from your server:

admin/link_categories.php
admin/links.php
admin/links_contact.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/links.php
admin/includes/languages/english/link_categories.php
admin/includes/languages/english/links_contact.php
admin/includes/languages/english/extra_definitions/links.php

includes/extra_datafiles/links_manager.php
includes/functions/links.php
includes/languages/english/extra_definitions/YOUR_TEMPLATE/links_manager_defines.php
includes/languages/english/YOUR_TEMPLATE/links.php
includes/languages/english/YOUR_TEMPLATE/links_submit.php
includes/languages/english/YOUR_TEMPLATE/popup_links_help.php
includes/languages/english/html_includes/define_links.php
includes/languages/english/html_includes/define_links_submit.php
includes/languages/english/html_includes/YOUR_TEMPLATE/define_links.php
includes/languages/english/html_includes/YOUR_TEMPLATE/define_links_submit.php
includes/modules/pages/links
includes/modules/pages/links_submit
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
includes/templates/YOUR_TEMPLATE/sideboxes/tpl_links_select.php
includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php
includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php
includes/templates/YOUR_TEMPLATE/popup_links_help
includes/templates/YOUR_TEMPLATE/css/links.css
includes/templates/YOUR_TEMPLATE/css/links_submit.css

8 May 2007, 1:43 PM
#333
doodlebuckets avatar

doodlebuckets

Totally Zenned

Join Date:
Jul 2005
Posts:
497
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Clyde, I have installed the links manager on a new site, fresh install and it works like a charm! Thanks so much for your hard work.

I have one little glitch that will probably be nothing to fix, but since I am not a coder, I don't know how to go about fixing it. http://www.homebirthrites.com/store/index.php?main_page=links_submit On the submit link page, the help button doesn't show up right and the link does not work correctly. Can you give me a fix for this?

Thanks again so much! Amy

8 May 2007, 1:48 PM
#334
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I had the same problem.
Read post #287 which Clyde resolved the problem.

8 May 2007, 1:49 PM
#335
doodlebuckets avatar

doodlebuckets

Totally Zenned

Join Date:
Jul 2005
Posts:
497
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Thanks! I'll check it out...
Amy

8 May 2007, 1:55 PM
#336
doodlebuckets avatar

doodlebuckets

Totally Zenned

Join Date:
Jul 2005
Posts:
497
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

haredo:

I had the same problem.
Read post #287 which Clyde resolved the problem.

The button displays now, but the link doesn't work...do you have a fix for that too? Thanks so much for your help :) Amy

8 May 2007, 1:55 PM
#337
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I forgot to tell you also #291

8 May 2007, 2:04 PM
#338
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

As soon as I get a chance, I'll post another update with these two changes (plus a couple more) to the downloads section.

8 May 2007, 2:08 PM
#339
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Clyde,
I hope I did not butt in your module to help with the fix.
That will be great with the update, you must be busy as always.

8 May 2007, 2:12 PM
#340
doodlebuckets avatar

doodlebuckets

Totally Zenned

Join Date:
Jul 2005
Posts:
497
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

haredo:

I forgot to tell you also #291
Perfect! Thanks again...
Amy