Aug/090
MyBB Mod – Username Image
This isn't a file, it only requires some file modification. What this does is give you or users an option to replace their username in the postbit with an image.

Step 1 - Adding a custom profile field
Go to - Admin CP -> Configuration -> Custom Profile Fields -> Add new field
Title and short description: add something descriptive so you don't forget what it's for later.
Field: Textbox
Max length: 0
Field length: 0
Selectable Options: leave blank
Display Order: If you haven't added any custom profile fields before then you should put 4 here
Required/Editable by user/profile fields: These three choices are up to you.
Aug/090
Coupons for some free stuff
Want to get some free stuff? Checkout our coupon thread on the forums!
Aug/090
Tutorial – Search box AJAX suggestions
AJAX is a concept based on existing technology. It stands for Asynchronous JavaScript and XML. AJAX works using the XMLHttpRequest object. You use it to request information from the server and use JavaScript to handle the response and update the page accordingly.
I'm going to show you how you can create an AJAX enhanced search box which displays suggestions whilst you are typing.
This tutorial is written entirely by Burningmace on our forums. To see the whole tutorial click here.
Aug/090
Updates
There haven't been many posts lately because I've been held up with some other projects but now I'm concentrating on some big updates for Vorbb. As you can see we have a new blog theme which is amazing! The best part is that it's available for free to anyone. On that not, im also updating the forum theme to something different from the current one which should be out very soon.
Those are only two of the many improvements that you will be seeing around here!
Jul/090
PHP Dynamic Images Tutorial
PHP has a built-in image manipulation library called GD. You can use it to create and manipulate images in your PHP scripts. What we'll be creating here is a signature image that displays some statistics from a MySQL database.
- Create or load an image
- Allocate any colours that you wish to use
- Write or draw on the image
- Set the MIME type of the document
- Output the image
This tutorial was written by Burningmace on our forums, if you would like to see the full tutorial on PHP dynamic images then click here.