autodiscovery links in header
I'm currently working on a script that produces XML/RDF output for some of vBulletin's data.
For that I'd also like to make a plugin that puts different autodiscovery links into the headers of various vBulletin pages.
E. g. for forumdisplay.php it should put
<link rel="meta" type="application/rdf+xml" title="SIOC" href="sioc.php?sioc_type=forum&id=XXX" />
into its header (with XXX being the id of the currently viewed forum)
There seems to be no way to hook into the header, I only found the possibility to manually edit templates.
Is it possible to have autodiscovery links that change according to which forum/post/user profile page is viewed?
Can that be done in a way so that a user installing such a plugin doesn't have to do any maual editing of templates?
|