Adding custom fields to bbpress topic form

Ernest Marcinko Blog, Tutorials, Wordpress 26 Comments

As some of you may noticed, our support forum’s new ticket form has some custom fields included. I have searched through the web for tutorials/plugins before creating the new support form, but unfortunately there is almost nothing out there. I knew I will have to code a lot, even if I find some tutorials. Actually, this is not hard at all, since bbpress has a bunch of actions and filters integrated, which helps us to modify the look and feel of it, without actually touching the bbpress code.

Tutorial level: Medium

jQuery element rotation plugin

Ernest Marcinko Blog, Tutorials 2 Comments

In my previous project I needed to rotate some elements, but I hadn’t found any jQuery plugins regarding this issue. (which of course works with ie7 and ie8 as well!) So I decided to take some time and write this small snippet for jQuery to make the CSS3 rotation easier. It’s a little slow with internet explorer 7 and internet …