Disclaimer
All content on this site are my own thoughts and opinions not those of my employer or projects I contribute to.
Archives
- Months
- March 2010 (2)
- February 2010 (4)
- January 2010 (2)
- Years
- Months
Tag Archives: code
phpBB Hook to remove success messages
Time for another phpBB hook, this time the aim is to remove the messages which irritate some people when a post has been made and instead redirect the user immediately to the default choice. A few considerations had to be … Continue reading
Posted in Code Snippets, Web, phpBB
Tagged code, hook, modification, php, phpBB, tip
Leave a comment
PHP function: is_serialized()
I needed a way to detect if some values were serialized or not, annoyingly PHP does not provide a method for this. I’d also rather not perform unserialize() on everything to check for a serialized string in the name of … Continue reading
Another phpBB Hook
Further to my entry last month about a phpBB Hook to disable the post queue for certain users, I’ve written a really quick one to enable phpBB’s debugging mode for founder users. Debug mode is usually enabled by using the … Continue reading
Posted in Code Snippets, Web, phpBB
Tagged code, hook, modification, php, phpBB, tips
Leave a comment
phpBB Post Queue
In phpBB 3.0.3 we added the possibility to queue posts of users who had a post count lower than an administrator defined threshold, this works very well at keeping spam out of the public eye on your board. But on … Continue reading
Posted in Code Snippets, Web, phpBB
Tagged code, hook, modification, php, phpBB, tips, xmedia
3 Comments
WordPress archives
I’ve been running my blog since late 2005 as such my archives had been getting a little bit unwieldy in the sidebar and stretching the page to extraordinary heights. I’ve reduced this clutter with some very small changes. First I … Continue reading