View Full Version : how to change number character description rss on vbulletin 4
note2you
08-06-2011, 11:43 AM
https://vborg.vbsupport.ru/external/2011/08/89.png
how to change number character description rss feed on vbulletin 4 ?
please tell me about files edit and code line for edit it.
thanks in advance
note!
I think you want external.php around line 726 (for RSS2):
if ($vbulletin->GPC['fulldesc'])
{
$xml->add_tag('description', $plainmessage);
}
else
{
$xml->add_tag('description', fetch_trimmed_title($plainmessage, $vbulletin->options['threadpreview']));
}
so you could change that, or you could add "&fulldesc=1" to the url.
note2you
08-06-2011, 04:36 PM
working fine.
very thanks for help me
catitac
10-03-2011, 11:03 AM
First of all sorry for my bad English ..
I have the opposite problem: I have VB 4.1.6 and {rss: description} does not truncate the text, but the matter in full.
How can I fix?
thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.