Quote:
Originally Posted by Danoxth
|
Yay for mmo-champ !
Create a new plugin
Product
WoW Head ItemStats
Hook Location [b]rssposter_parse_rss[b]
Title
Rss Test
Plugin PHP Code
Quote:
$pattern = '/\[item=(\d+)\]/i';
$replacement = '[item]\\1[/item]';
$item['description'] = preg_replace($pattern, $replacement, $item['description']);
|
You might have to wait a while for mmo champ to post news with that tag in it.
it will change [item=12345] to [item]12345[/item] , which should work out correctly