Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Category setup

Quote Reply
Category setup
My FishHoo! search index is almost complete. All I have left to do is set up the categories. Before I do that, I have a few questions.

What is the significance of meta description, meta keywords, header and footer in the add category dialog?

1 more question: Is an e-mail supposed to be sent to the link owner when the link is verified? If it is, it's not working. What could be the cause of that?

------------------
Will
http://www.compwareusa.com
Quote Reply
Re: Category setup In reply to
  
Code:
# Notify visitors automatically when their links are validated?
$db_email_add = 0;

# Notify visitors automatically when their links are modified?
$db_email_modify = 0;

I hope this helps.

[This message has been edited by Bobsie (edited April 20, 1999).]
Quote Reply
Re: Category setup In reply to
Thanks,

# Notify visitors automatically when their links are validated? $db_email_add = 0;# Notify visitors automatically when their links are modified? $db_email_modify = 0;

Should they be set to 1 and is the log necessary?

------------------
Will
http://www.compwareusa.com
Quote Reply
Re: Category setup In reply to
If you want to use them, 1 = yes, 0 = no. The log can be handy, but it will fill up really fast if you use the newsletter and mass mailing options since a separate entry is made in the log (the entire message) for EVERY addressee. I am working on a mod to fix that.

[This message has been edited by Bobsie (edited April 21, 1999).]