The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
help to mod external.php
Hi everyone, I'm trying to use the rss feed but as you can see in this link:
http://www.informaticagames.com/exte...s=120&count=10 articles that show are cut, I would that they were given in full can you help? |
#2
|
||||
|
||||
No, how should we? The only one who could help would be the one providing that RSS feed. If he choose to provide only a certain part of each article, he probably did so for a reason. Likely, he does not want someone else to automatically repost his whole articles.
Your only chance would be to contact the feed provider. |
#3
|
|||
|
|||
If you are talking about the feed from your own site, you could edit external.php and find the 2 lines like this:
Code:
$xml->add_tag('description', fetch_trimmed_title($plainmessage, $vbulletin->options['threadpreview'])); You could also use a plugin on hook external_start, and code like: Code:
$vbulletin->options['threadpreview'] = 0; |
#4
|
|||
|
|||
exact is my site that I can't change the length of the text ... I tried to create the plugin we see how it goes, how long do I have to wait?
|
#5
|
|||
|
|||
The setting is External Data Provider > Thread Cache Lifespan, and the default is 60 minutes.
|
#6
|
|||
|
|||
You could also delete all records from the externalcache table.
|
#7
|
||||
|
||||
A, sorry, I misunderstood!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|