Re: Link Manager 3.0 release
Quote:
Originally Posted by
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)
Code:
<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:
Code:
<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>
1 Attachment(s)
Re: Link Manager 3.0 release
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
Re: Link Manager 3.0 release
Quote:
Originally Posted by
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
Code:
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');
Re: Link Manager 3.0 release
Quote:
Originally Posted by
clydejones
open includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php
Find this line of code (around line 126)
Code:
<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:
Code:
<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:
Quote:
ENTRY_LINKS_RECIPROCAL_HELP
instead of the Help link for the popup.
Also, This phrase shows up twice, one after the other:
Quote:
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:
Re: Link Manager 3.0 release
I spoke too soon about the submit link button. It still isn't showing up on the Links pages. I get the red x, and it's path is still The previous fix only fixed the problem on the Submit a Link page.
Re: Link Manager 3.0 release
Ok, I fixed it. There are 2(two) instances of
Quote:
<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
Re: Link Manager 3.0 release
Quote:
Originally Posted by
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 1735
Re: Link Manager 3.0 release
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
Re: Link Manager 3.0 release
Quote:
Originally Posted by
clydejones
I do believe that has done the trick. Thanks so much for your time and help clydejones!:bigups: :clap:
Re: Link Manager 3.0 release
Quote:
Originally Posted by
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.