Quote:
Originally Posted by craiovaforum
Hi
It seems that adding &nohtml=1 to the feed url will cut the description and remove the attachments from the feed.
So I simply made a plugin attached to the external_start hook with this code:
PHP Code:
$vbulletin->GPC['nohtml'] = 1;
This produced the desired effect for me on the feed. Hope it helps anyone.
|
This worked on 4.1.11 with execution order set to 1.