News regarding vBulletin CMS development
Widget Programming Introduction This is intended for reasonably experienced PHP programmers with some experience in vBulletin programming. You should have at least a basic understand of the vB templating system and phrasing. If you don’t, I strongly recommend you do some homework before trying to program a widget. I will use as an example the static html widget. It's very early to be writing this, I know. I can't say exactly when alpha testing will start on ...
Updated Fri 14th Aug '09 at 12:36pm by Edwin Brown
We've been doing a lot of work with widgets, and I have something that is close to the final list that will ship with vB 4.0. It's always possible something could change, but it looks right now like we have. Static HTML: This allows you to enter any static html. That means you can put a remote page in an i-frame, or an image, or a google gadget, or a lot of other things. Static BB Code: This gives you the BBCode editor and lets you put the results into a widget. My Friends: You ...
Updated Wed 6th May '09 at 9:16pm by Edwin Brown
I'm one of the developers here at VBulletin, and I've recently been building some widgets that are intended to be included with vB4. We're still cleaning up the editor interface, but what I'm showing here should be reasonably close to what we deliver. I've done three widgets. These are static html. I've been testing with google gadgets, so you can encapsulate some significant functionality. rss feed. I've tested with atom v2 and rss v2. Other versions should work but I ...
Updated Wed 15th Apr '09 at 2:55pm by Edwin Brown