The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I was wondering if theres a way to put an hyphen ( - ) between the prefix and thread title in RSS feeds?
http://feeds2.feedburner.com/FatBoyMagazine for example: World News Zombies are taking over London! Not Kidding! would be World News - Zombies are taking over London! Not Kidding! it would be in the feed php file right? just don't know what to change... thanks in advance --------------- Added [DATE]1241322742[/DATE] at [TIME]1241322742[/TIME] --------------- a good friend helped me out with this... in external.php find Code:
$thread['prefix_plain'] = ($thread['prefixid'] ? $vbphrase["prefix_$thread[prefixid]_title_plain"] . ' ' : ''); Code:
$thread['prefix_plain'] = ($thread['prefixid'] ? $vbphrase["prefix_$thread[prefixid]_title_plain"] . ' - ' : ''); |
#2
|
||||
|
||||
![]()
Just put a dash at the beginning of the Title Template for the feed?
|
#3
|
|||
|
|||
![]()
yeah... thats ^ what it did.. i think... either way it worked... thanks Lynne
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|