Re: Link Manager 3.0 release
Quote:
Originally Posted by
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
Code:
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.
Re: Link Manager 3.0 release
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.
Re: Link Manager 3.0 release
Try uploading a clean version of links_box.php to includes/modules/sideboxes/YOUR_TEMPLATE
Attachment 1530
Re: Link Manager 3.0 release
Quote:
Originally Posted by
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
Code:
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.
I get a syntax error with that code. I tried:
Code:
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());
Received: #1136 - Column count doesn't match value count at row 1
Re: Link Manager 3.0 release
Try This
Code:
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());
Re: Link Manager 3.0 release
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...
Re: Link Manager 3.0 release
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'?
Re: Link Manager 3.0 release
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?
Re: Link Manager 3.0 release
Quote:
Originally Posted by
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.
Re: Link Manager 3.0 release
The file structure should look like this:
includes/modules/link_listing.php
includes/modules/sideboxes/YOUR_TEMPLATE/links_box.php