The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Can I include thread prefix and topic tag filters to external.php feeds?
I would love to know if it's possible to build such a URL string to create RSS feeds:
PHP Code:
|
#3
|
|||
|
|||
Well I am game, I just don't know what to edit and how. Anyone have any insight as to what to edit in external.php to make this work?
|
#4
|
||||
|
||||
Your have to edit the query which gets the thread information to include the prefix and tags that you include. Be sure to 'clean' your passed variables (article in the articles forum about that) before you use them in your query.
|
#5
|
|||
|
|||
Which query would that be? And how do I include the prefix and tags? You'll have to forgive me and deal with me with kid gloves, I am not the most tech savvy guy out there.
|
#6
|
||||
|
||||
It looks like the query is around line 297 and just above it is the hook external_query, so I guess you may be able to write a plugin to insert the extra lines for the query. As for adding the prefix... there is thread.prefixid, so if you have the id, you could just use that. And for the tags is thread.taglist.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|