Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Need Help

Quote Reply
Need Help
A ways back I turned off a feature so that any links that were modified did not rreturn them selves as new links. I did this because users were just modifying links to get their link listed as NEW again. This way it showed at the top of the cateogories.

Now I installed the "Updated" mod but it doesn't work becuase of this modification I made. The problem is...I forgot what I did...does anyone have a clue as to what code I might have changed for this to happen?

I must have changed something that stopped any modified links from having their Date changed so that they were not able to "up" themselves in their categories.

I could really use a hand here. Thanks.

P a i n t b a l l C i t y . c o m
http://www.paintballcity.com
Quote Reply
Re: Need Help In reply to
Look in your modify.cgi script (compare it with the default version of modify.cgi).

Look for &get_date in these files.

I betcha that you deleted $db_modified = &get_date;.

You should comment out lines of codes and then add comments about the modifications or temporarily removal of codes, like:

Code:

# Remove Modified Date Update Codes
# On 01/17/01
# Referred by: Gossamer Threads Forum Post URL
# $db_modified = &get_date;


Wink

Regards,

Eliot Lee
Quote Reply
Re: Need Help In reply to
That was it...good call. thanks.

P a i n t b a l l C i t y . c o m
http://www.paintballcity.com
Quote Reply
Re: Need Help In reply to
You're welcome.

Regards,

Eliot Lee