Disclaimer
All content on this site are my own thoughts and opinions not those of my employer or projects I contribute to.
Archives
- Months
- December 2009 (2)
- October 2009 (2)
- September 2009 (1)
- July 2009 (1)
- June 2009 (1)
- May 2009 (1)
- April 2009 (2)
- March 2009 (4)
- February 2009 (1)
- January 2009 (3)
- Years
- Months
Tag Archives: tips
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
Firefox 3.0 Address Tweak for SSL/TLS
Since Firefox 3 scrapped the yellow address bar for SSL and TLS secured sites (i.e. https) and displays a nice green box for EV certificates I was hinted at a way to get a similar visual for non-EV certificates. You … Continue reading
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