News Feed
Jobs Feed
Sections




News Archive
PHPied.com:
phpBB old topics locker
December 09, 2005 @ 06:56:06

On phpied.com today, there's their look at their needs in a phpBB module - and how they ended up solving it on their own.

I had this request to implement a feature on a phpBB board whereby topics older than one month to get deleted. A quick search on phpbbhacks.com revealed a result - Auto Lock hack, but it had a disturbing note saying that it's not recommended for larger boards, although I couldn't figure out why. Anyway, the hack looked too involved, with DB changes, new Admin Panel options, etc., so I decided to hack something together quickly. Turned out to be pretty easy. Here' s the result.

Their version uses a simple SQL statement to do a perioding update on the table, marking the ones over a month old as locked. If the update fails, an email is sent. Then, so that no cron job would be needed to make these updates, a semi-random item was placed in the page to run when the user accesses it normally...

5 comments voice your opinion now!
phpbb automatic topic lock phpbb automatic topic lock


blog comments powered by Disqus

Similar Posts

Forumtools.Blogspot.com: Google Maps Tailored For phpBB Forums

TechEnclave.com: First take on phpBB Olympus

Ole Markus' Blog: High load websites: A lock on Memcached::get

TechTarget.com: Our Favorite Cheat Sheets

Solar Blog: Using registry_set to auto-register objects


Community Events









Don't see your event here?
Let us know!


example zendframework2 framework language phpunit unittest release tool development interview composer object podcast database opinion introduction testing community code api

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework