Great stuff, works wonderfully.
However I got stumped when I tried something.
I have integrated my site and forum, I also have a content management system. Now, if I want to create a header or a single drop down anywhere on any pages of my site, including my content management system I can
However, take the actual problem for instance.
I have a list of content pages in the CMS, the PHP queries the DB, loops through the list parsing a table row template via vbulletin's template engine.
In this row I want a drop down menu with a set of options for that page (i.e. edit, delete, move etc.).
When I try and do this is all goes wrong.
I have tried it using your method, appending the contentid to the end handles, so there is a unique drop down for each content instance, but it doesn't work
Its very similar to how the postbit works, I even tried using the template logic for that (which is slightly different) again to no avail
Any ideas how to do this one?