The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how to make External.php to show only titles from specific forums. (simple RSS)
Hi,
I'm trying to make a simple rss (RSS of my forum's threads) that shows only titles, without the thread content because the HIDE Mod is useless there. (the hiding links are'nt hiding there Also, I want to make my readers interested in the content. I can't find anything about this and I searched for many hours. Please help me to make a nice and simple rss, with the option to choose which forums to take from and to take only titles... I have Vbulletin 3.8. Thanks a lot! |
#2
|
||||
|
||||
If you don't want to show any of the thread content, then I think you would need to edit the external.php file and set all the descriptions and plainmessage to nothing.
|
#3
|
|||
|
|||
Yes I know, but how can I do that?
I dont know how to and 100 people more :/ there are lots of questoins about this on the net but no answeres. |
#4
|
||||
|
||||
I have not seen many people wanting to completely delete their outgoing topic text - what is the purpose of having your RSS feed on if you do that?
As for what to do... go through the file and anything the message is set, set it to nothing. For example, line 715 (picked at random), it says: $message = $postbit_obj->construct_postbit($thread); So, set that to: $message = ''; Of course, if you can read the code well enough, you can follow that line up, or down, and see if you need to change anything else within that bracketed code. another example around line 737 is: $xml->add_tag('description', $plainmessage); change to: $xml->add_tag('description', ''); |
2 благодарности(ей) от: | ||
Simon Lloyd, tbworld |
#5
|
|||
|
|||
how can i choose specific forums to take the information from?
|
#6
|
||||
|
||||
You mean you only want to remove the message/description from some forums? Then you will need to turn all those single lines of code into fives lines of code. This is an EXAMPLE:
PHP Code:
|
#7
|
|||
|
|||
Sorry I was not clear.
My meaning was how can I choose which forums the RSS will take information from? So all others forums won't be on the RSS at all. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|