HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Suggestion: Removal of similar topics

12-03-2003, 09:50 PM#1
ZealousDemon
I think we could eliminate the "similar topics" feature. It seems to be creating a lot of ressurection of really old threads.
12-03-2003, 10:00 PM#2
Biflspud
I do kinda like the similar threads myself, you do find some interesting ideas that way - perhaps there could be some autolocking feature on posts older than, say a week?
12-04-2003, 02:17 AM#3
ZealousDemon
Eh, I wouldn't go so far as a week. Maybe more like a month.

Even then, I'm not even sure if there's a auto-locking hack for vb. Is there?
12-04-2003, 05:16 AM#4
JollyOven
If not, its less than one line of code to add it.
12-04-2003, 12:52 PM#5
Earth Fury
maybe more then one line jolly, but i dont expiriment with that knida stuff allot.

i say that msotly cause of the database querys it would take.

btw: i like the similar topics. helps me skim for stuff faster.
12-04-2003, 11:55 PM#6
JollyOven
if(time() - $lastposttime > 2592000) $locked = true;

One line. The var names have probably been changed since the version of vb that I have as they cleaned up a lot of stuff with 2.2, but the basic idea is the same.