Gossamer Forum
Home : Products : DBMan : Discussions :

Add | Modify | Delete don't appear after login

Quote Reply
Add | Modify | Delete don't appear after login
Thanks to everyone's previous help, I've restored the search functionality of my site (www.puddlemedia.com/main6.html), HOWEVEr, when I add a new user (without admin capabilities) and they log in, AD | Modify | Delete etc. doesn't show up!

Would this be a problem in the default.cfg, or html.pl doc ? AND, what should I be looking for?

My defalt.cfg doc can be seen here:

http://www.bestweb.net/~cyborgny/default.cfg

It's also attached

Many thanks in advance!
Quote Reply
Re: [CyborgNY] Add | Modify | Delete don't appear after login In reply to
You have the following:

# Registered users: can modify/delete _only_ own records. For this to make
# sense you should set default off or to 1,0,0,0.
$auth_modify_own = 1,0,0,0;


This needs to be either 1 or 0:

# Registered users: can modify/delete _only_ own records. For this to make
# sense you should set default off or to 1,0,0,0.
$auth_modify_own = 0;

see if that helps.
_______________________________________________________
Lem Motlow, Proprietor Lynchburg (pop 361), Tenn.
Quote Reply
Re: [Lem Motlow] Add | Modify | Delete don't appear after login In reply to
Nope, that didn't help, I still get this blank box after logging in:

Any other ideas?