
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.
Bookmarks