Auto Lock old threads in Classifieds Section? - FaunaClassifieds
FaunaClassifieds  
  Tired of those Google and InfoLink ads? Upgrade Your Membership!
  Inside FaunaClassifieds » Photo Gallery  
 

Go Back   FaunaClassifieds > Admin Area > FaunaClassifieds Site HELP & Feedback Forum

Notices

FaunaClassifieds Site HELP & Feedback Forum Anything of a nature concerning this website, moderators, admin, or anything having to do with how it is being run, should go here. Criticism is welcome, but abusive antagonism is not. THIS IS NOT THE FORUM FOR FEEDBACK CONCERNING BUYERS AND SELLERS! Such posts are ONLY allowed as replies to classified ads posted by the specific member involved in a specific issue with you.

Reply
 
Thread Tools Display Modes
Old 03-15-2006, 11:45 PM   #1
Goanna
Auto Lock old threads in Classifieds Section?

Any chance we could implement an Auto Lock feature (which I am 95% sure comes standard with VB) for the Classifieds Section of the forums?

In the last 3 days I think 10 or more threads from 2002-2004 have been bumped asking questions about animals that are almost certainly no longer available.

If a thread becomes inactive for 60 Days or something, the forum would automatically lock it.

On the off chance someone actually was still selling something from a thread that became locked, then there is always PM's as well to contact the seller.

Anyway, this is JMO. I think it might help, but only in the classified areas. In other areas, having the ability to search and reply to already started threads is nice.

Billy
 
Old 03-16-2006, 01:22 AM   #2
WebSlave
As far as I know, there is no feature like that in vBulletin. Or if there is, I have just never stumbled on it, and I believe I have looked at all of the admin functions quite a few times. So if you know of something like this and where it is hidden, please let me know.

Further, if there IS such a function as this, it will most likely be global and certainly not one that can be selectively applied to particular forums. vBulletin is big in using templates and the forum structure and display are all driven by templates that apply to ALL the forums. I had to put some code in to specifically sort the Good Guy Certification forum by certification code, and it was based on an IF statement saying "If forum ID = xx". So yes you can control each forum separately, but it is a pain in the butt to do.

As far as I know, the only way those old classifieds could be locked is if someone (as in ME) went and manually locked each and every one of them. Since there are quite a few of them, I sincerely doubt it is going to happen.

Yes, I could delete them, but since I have discovered that even the old ads still bring people to this site via the search engines, I'm not sure that is such a smart thing to do. They are doing a fair job of passive advertising for the site, and more then likely those visitors also take the time to look at the more recent ads while they are here.
 
Old 03-16-2006, 08:02 AM   #3
Bill_Leverton
Actually what would work better is a thing called "RESPONSIBILITY" If you have an ad up and it sells "DELETE IT" its a push of 1 button and reading skills, Billy I know how you feel, Ive come across some real good ads and find out its from 2 years ago
 
Old 03-16-2006, 11:24 AM   #4
Goanna
Quote:
Originally Posted by WebSlave
As far as I know, there is no feature like that in vBulletin. Or if there is, I have just never stumbled on it, and I believe I have looked at all of the admin functions quite a few times. So if you know of something like this and where it is hidden, please let me know.

Further, if there IS such a function as this, it will most likely be global and certainly not one that can be selectively applied to particular forums. vBulletin is big in using templates and the forum structure and display are all driven by templates that apply to ALL the forums. I had to put some code in to specifically sort the Good Guy Certification forum by certification code, and it was based on an IF statement saying "If forum ID = xx". So yes you can control each forum separately, but it is a pain in the butt to do.

As far as I know, the only way those old classifieds could be locked is if someone (as in ME) went and manually locked each and every one of them. Since there are quite a few of them, I sincerely doubt it is going to happen.

Yes, I could delete them, but since I have discovered that even the old ads still bring people to this site via the search engines, I'm not sure that is such a smart thing to do. They are doing a fair job of passive advertising for the site, and more then likely those visitors also take the time to look at the more recent ads while they are here.
Hey Rich. I was fairly certain this feature was built in. I know another forum that uses it, threads are locked after 30 Days of inactivity. In the Classifieds section, he has it set different so that they are locked right after the first post, so no replies can be posted.

I have a feeling he may have tweaked the system to allow assinging different rules to different forums though.

I'll try PM'ing him to see what he says. I'll also play around with my version of VB to see if I can find anything.
 
Old 03-16-2006, 11:21 PM   #5
Clay Davenport
This has been a problem in the past, and has always annoyed me. I guess it's just a pet peeve. One person responds to an ad that's two years old and inevitably two or three more add responses before someone finally points out the age of the ad.
My thinking is, sure it's a passive form of advertising, but what do the people wind up thinking in the end? Those classifieds are ancient, why bother searching them? That's how it would strike me. It would just irritate me if I was using a search engine to look for a snake for sale and the hits turned out to be a bunch of animals that were for sale two or three years ago.
It really just looks like clutter. Forum posts have a definate purpose and in most cases age has no effect on them. When something is for sale though, there comes a time where it just should be eliminated.

I always try to delete old ads when I am finished with them, but apparently I am in the vast minority there.
This is just my 2 cents, but I would at least like to see a compromise. Any ads over six months old, or even a year at the very most should be eliminated. Surely the ads for the last year if not six months would fill the purpose of the advertising you want to get out of them, and having ads that are two years old and even older just looks foolish really.
I know I've mentioned it once before and it was thought the feature didn't exist in VB but phpbb boards have an auto prune feature with a selectable time period that posts with no replies in that set time are automatically deleted.
 
Old 03-16-2006, 11:33 PM   #6
Goanna
I talked to the Admin over at the other site I mentioned, he customized VB to do the auto locking automatically. He said it was just a few lines of code. Ill try to see if he will give them to me.

Also, to just specify this code in a particular section, you would just need to use an if statement to only activate it within the section ID of the "Classified" forums (Although, my experiance with VB is limited I do know it is heavily based upon the database and not on static files, so it could possibly be a bit more difficult then this example portrays ).

Ex:

<?php
<?php
if ( $f == "841" )
{
// Code to execute Auto Lock feature goes here
}
else
{
// Specify another function to affect all forums, or leave blank and
// continue standard VB code after the closing }
}
?>

(Sorry, but the forum would not let me wrap this code in the HTML or CODE tags, and you dont seem to have PHP Tags installed/enabled).
 

Join now to reply to this thread or open new ones for your questions & comments! FaunaClassifieds.com is the largest online community about Reptile & Amphibians, Snakes, Lizards and number one classifieds service with thousands of ads to look for. Registration is open to everyone and FREE. Click Here to Register!

 
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Classifieds section can ONLY be posted in by paid members as of 03/06/07 WebSlave FaunaClassifieds Site HELP & Feedback Forum 119 03-22-2007 01:55 AM
Nigerian scammers in the alternate classifieds section... WebSlave FaunaClassifieds Site HELP & Feedback Forum 4 10-04-2006 06:15 PM
For matters concerning the classifieds section WebSlave FaunaClassifieds Site HELP & Feedback Forum 0 08-22-2005 04:52 PM
New Classifieds or Old Classifieds section? WebSlave FaunaClassifieds Site HELP & Feedback Forum 45 03-07-2005 01:29 PM
New classifieds section flopped? WebSlave FaunaClassifieds Site HELP & Feedback Forum 26 01-24-2005 09:47 AM


All times are GMT -4. The time now is 07:26 AM.







Fauna Top Sites


Powered by vBulletin® Version
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Page generated in 0.05468011 seconds with 11 queries
Content copyrighted ©2002-2022, FaunaClassifieds, LLC