Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Modify - Users link list??

Quote Reply
Modify - Users link list??
I know there is supposed to be a list of the users links when they log in and select modify, but how exactly do you get that list to come up? Someone else posted a message to the forum with the same problem but there is no answer there. The modify_select.html template is in the directory, it's with the standard templates and a fresh install of the latest release of LinksSQL.

Does anyone know? - Thanx

R.

Quote Reply
Re: Modify - Users link list?? In reply to
Are you using the default templates, or your customized version?

PUGDOGŪ Enterprises, Inc.
FAQ:http://LinkSQL.com/FAQ
Forum:http://LinkSQL.com/forum
Quote Reply
Re: Modify - Users link list?? In reply to
I'm using the default ones - it's straight off a standard install. I've tried re-installing it agian just now but it still comes up with the standard form no matter how many links the user has.

Quote Reply
Re: Modify - Users link list?? In reply to
I just altered this small piece of code at the top of modify.cgi, and now it brings up the list of links for that user as it should (it doesnt have much choice) - does this give you any clues that could help me without butchering the script?

I change this...

$CFG->{user_required} or $USER and do { _list_owned_links(); last CASE; };

to this...

$USER and do { _list_owned_links(); last CASE; };

Quote Reply
Re: Modify - Users link list?? In reply to
It worked in 2.0.1, it looks like it's broken in 2.0.2 for some reason. My 2.0.1 sites work, my 2.0.2 sites don't. Oh well.

PUGDOGŪ Enterprises, Inc.
FAQ:http://LinkSQL.com/FAQ
Forum:http://LinkSQL.com/forum