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

Link Manager 3.0 Support Thread

Views: 486,707

Results 241 to 260 of 1,988
12 Apr 2007, 3:58 AM
#241
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

wtashby:

Thanks, that fixed that problem. However, My Submit Link button is not showing up, and when I click on properties for the image (the infamous red x) I get this path:

Any thoughts?

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

Find this line of code (around line 126)

<div class="forward"><?php echo '<a href="' . zen_href_link(FILENAME_LINKS_SUBMIT, zen_get_all_get_params()) . '">' . zen_image_button(BUTTON_SUBMIT_LINK, BUTTON_SUBMIT_LINK_ALT) . '</a>'; ?></div>

and replace it with this line:

<div class="forward"><?php echo '<a href="' . zen_href_link(FILENAME_LINKS_SUBMIT, zen_get_all_get_params()) . '">' . zen_image_button(BUTTON_IMAGE_SUBMIT_LINK, BUTTON_SUBMIT_LINK_ALT) . '</a>'; ?></div>
12 Apr 2007, 7:50 PM
#242
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 Clyde,

I've put your correction to the right place but I still recieve this error

maybe the error come from the option (don't come on screen)

see the attatch

tahnks for your help

Chris

12 Apr 2007, 8:11 PM
#243
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

titangen:

Hello Clyde,

I've put your correction to the right place but I still recieve this error

maybe the error come from the option (don't come on screen)

see the attatch

tahnks for your help

Chris

try running the following SQL script

copy and paste it into admin -> tools -> install sql patches

DROP TABLE IF EXISTS `links_status`;
CREATE TABLE `links_status` (
  `links_status_id` int(11) NOT NULL default '0',
  `language_id` int(11) NOT NULL default '1',
  `links_status_name` varchar(32) NOT NULL default '',
  PRIMARY KEY  (`links_status_id`,`language_id`),
  KEY `idx_links_status_name` (`links_status_name`)
) ENGINE=MyISAM;

INSERT INTO `links_status` VALUES (1, 1, 'Pending');
INSERT INTO `links_status` VALUES (2, 1, 'Approved');
INSERT INTO `links_status` VALUES (3, 1, 'Disabled');
12 Apr 2007, 9:39 PM
#244
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

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

Find this line of code (around line 126)

<div class="forward"><?php echo '<a href="' . zen_href_link(FILENAME_LINKS_SUBMIT, zen_get_all_get_params()) . '">' . zen_image_button(BUTTON_SUBMIT_LINK, BUTTON_SUBMIT_LINK_ALT) . '</a>'; ?></div> ``` > > and replace it with this line: > > ``` <div class="forward"><?php echo '<a href="' . zen_href_link(FILENAME_LINKS_SUBMIT, zen_get_all_get_params()) . '">' . zen_image_button(BUTTON_IMAGE_SUBMIT_LINK, BUTTON_SUBMIT_LINK_ALT) . '</a>'; ?></div> ```

Perfect!:clap: My submit link button shows now!

Now, however, on the submit a link page, I have this:

ENTRY_LINKS_RECIPROCAL_HELP instead of the Help link for the popup.

Also, This phrase shows up twice, one after the other:

Please choose the most appropriate category for your link. The Real As Seen On TV reserves the right to change the category or edit your description, if needed.

Thanks for your help!:bigups:

12 Apr 2007, 10:01 PM
#246
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Ok, I fixed it. There are 2(two) instances of

<div class="forward"><?php echo '<a href="' . zen_href_link(FILENAME_LINKS_SUBMIT, zen_get_all_get_params()) . '">' . zen_image_button(BUTTON_SUBMIT_LINK, BUTTON_SUBMIT_LINK_ALT) . '</a>'; ?></div> in the affore mentioned file, so I replaced them both. Now all is well in Link-Land:P
12 Apr 2007, 10:58 PM
#247
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

wtashby:

Perfect!:clap: My submit link button shows now!

Now, however, on the submit a link page, I have this:
instead of the Help link for the popup.

Also, This phrase shows up twice, one after the other:

Thanks for your help!:bigups:

Try this fix

[Attachment no longer available]

13 Apr 2007, 12:09 AM
#248
motti avatar

motti

Zen Follower

Join Date:
Feb 2007
Location:
Los Angeles
Posts:
348
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hi

i use the 1.37 version and i just download this one
Version: 3.1
Zen Cart™ Version: v1.3.7
Update added on Apr 04 2007
Download Now!
File size: 270938 bytes

but whan i open it all the file are duplicate, i could go ahead and use the latest ones , but i think i wait untill some one tell me before i install wrong file

ty

13 Apr 2007, 12:09 AM
#249
wtashby avatar

wtashby

Totally Zenned

Join Date:
Feb 2006
Posts:
594
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

Try this fix

[Attachment no longer available]

I do believe that has done the trick. Thanks so much for your time and help clydejones!:bigups: :clap:

13 Apr 2007, 2:04 AM
#250
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

motti:

Hi

i use the 1.37 version and i just download this one
Version: 3.1
Zen Cart™ Version: v1.3.7
Update added on Apr 04 2007
Download Now!
File size: 270938 bytes

but whan i open it all the file are duplicate, i could go ahead and use the latest ones , but i think i wait untill some one tell me before i install wrong file

ty

There ARE two sets of files in the MOD.

one for a new install and the other for upgrading from a previous version.

If you are installing the mod for the first time follow the instructions in the install.txt.

13 Apr 2007, 10:35 AM
#251
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 Clyde,

I've put your sql line I my database I can see the table in phpmysql but I sill don't receive the options in admin and allways this error

1062 Duplicate entry '1-1' for key 1
in:
[update links_to_link_categories set link_categories_id = '1' where links_id = '1']
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

strange

Chris:frusty:

13 Apr 2007, 11:19 AM
#252
motti avatar

motti

Zen Follower

Join Date:
Feb 2007
Location:
Los Angeles
Posts:
348
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hi

well as you see i kinda not understending what and how to do

i will try it once , i dont wana take too much of your time

run the included update_links_manager.sql using the Zen-Cart Sql Patches tool what the ( hell) is that, and how do i do that? Lol

i know in my admin their is somthing abut tools/sql but over their it how do i do it ? and what abut "NOTE: Zen Cart database-upgrade scripts should NOT be run from this page.
Please upload the new zc_install folder and run the upgrade from there instead for better reliability."

For best results, cut-and-paste the code into the query field and press 'Send'. which one is the code

thank you

13 Apr 2007, 1:32 PM
#253
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

motti:

Hi

well as you see i kinda not understending what and how to do

i will try it once , i dont wana take too much of your time

run the included update_links_manager.sql using the Zen-Cart Sql Patches tool what the ( hell) is that, and how do i do that? Lol

i know in my admin their is somthing abut tools/sql but over their it how do i do it ? and what abut "NOTE: Zen Cart database-upgrade scripts should NOT be run from this page.
Please upload the new zc_install folder and run the upgrade from there instead for better reliability."

For best results, cut-and-paste the code into the query field and press 'Send'. which one is the code

thank you

Are you installing this for the first time?

13 Apr 2007, 3:45 PM
#254
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

titangen:

Hello Clyde,

I've put your sql line I my database I can see the table in phpmysql but I sill don't receive the options in admin and allways this error

1062 Duplicate entry '1-1' for key 1
in:
[update links_to_link_categories set link_categories_id = '1' where links_id = '1']
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

strange

Chris:frusty:

How many links do you have?

You can try running the following SQL script and then Update your links again.

DROP TABLE IF EXISTS `links_to_link_categories`;
CREATE TABLE `links_to_link_categories` (
  `links_id` int(11) NOT NULL auto_increment,
  `link_categories_id` int(11) NOT NULL default '0',
  PRIMARY KEY  (`links_id`,`link_categories_id`)
) ENGINE=MyISAM;
14 Apr 2007, 7:08 PM
#255
motti avatar

motti

Zen Follower

Join Date:
Feb 2007
Location:
Los Angeles
Posts:
348
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hi Clyde

yes i am

i have the zen 1.37 and my site are https://www.tiledepot.us/store

Thank You

14 Apr 2007, 7:43 PM
#256
lina0962 avatar

lina0962

Zen Follower

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

Re: Link Manager 3.0 Support Thread

Hello, clyde jones:

I followed the instruction of link manager 3.1 and intall files onto my server. Now I found some error information on my Admin Panel:

In Admin/Extra/Links, If I click on "new links", in "options", such error message appear:

Status: Catchable fatal error: Object of class queryFactoryResult could not be converted to string in /home/.nonsense/smithville/loveinrose.com/admin/includes/functions/html_output.php on line 333

In Admin/Extra/Links, If I click on "check links", Such error messages appear:
Warning: file() [function.file]: URL file-access is disabled in the server configuration in /home/.nonsense/smithville/loveinrose.com/admin/links.php on line 618

Warning: file(http://www.xtreme-hosting-inc.com) [function.file]: failed to open stream: no suitable wrapper could be found in /home/.nonsense/smithville/loveinrose.com/admin/links.php on line 618

Could you please take look and help me to fix the problesm?

My site is https://www.loveinrose.com

Thank you very much!!

14 Apr 2007, 11:27 PM
#257
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

motti:

Hi Clyde

yes i am

i have the zen 1.37 and my site are https://www.tiledepot.us/store

Thank You

You need to use the files in the New_installation folder of the contribution.

First open the install_links_manager.sql file in a text editor.

copy everything in that file.

Now open your admin -> tools -> instal SQL patches

paste the information you just copied into the text area and click the send button.

Now in the includes folder change all instances of the YOUR_TEMPLATE folder to match the name of your own custom folder.

You can now FTP the admin, images and includes folders to your server.

Once you've done this open your admin -> tools -> layout boxes controller and activate the new sidebox.

15 Apr 2007, 4:12 PM
#258
lina0962 avatar

lina0962

Zen Follower

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

Re: Link Manager 3.0 Support Thread

Hello,

After I install Link Manager 3.1, I fount error messages in "check links" php.

Warning: file() [function.file]: URL file-access is disabled in the server configuration in /home/.nonsense/smithville/loveinrose.com/admin/links.php on line 618

Warning: file(http://www.xtreme-hosting-inc.com) [function.file]: failed to open stream: no suitable wrapper could be found in /home/.nonsense/smithville/loveinrose.com/admin/links.php on line 618

From previous messages, somebody said it is because "allow_url_fopen" is not set to be ON. Is it right? If so, how to fix it? Thank you!

Lina

15 Apr 2007, 4:30 PM
#259
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,

After I install Link Manager 3.1, I fount error messages in "check links" php.

Warning: file() [function.file]: URL file-access is disabled in the server configuration in /home/.nonsense/smithville/loveinrose.com/admin/links.php on line 618

Warning: file(http://www.xtreme-hosting-inc.com) [function.file]: failed to open stream: no suitable wrapper could be found in /home/.nonsense/smithville/loveinrose.com/admin/links.php on line 618

> 
> From previous messages, somebody said it is because "allow_url_fopen" is not set to be ON. Is it right? If so, how to fix it? Thank you!
> 
> Lina

This is a server issue . You'll need to check with your host.
15 Apr 2007, 4:39 PM
#260
lina0962 avatar

lina0962

Zen Follower

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

Re: Link Manager 3.0 Support Thread

Hello, Clyde:

Thanks for your promt answer.

Now on "Submit links" page, all titles like "Submit your link", "website detail", "Your contact information" are missing.... how to get them back?

Thank you for your help!