Quote:
Originally Posted by kh99
external.php uses the "Length of Thread Preview Text" option (under Forum Display Options) for the description length, unless the url contains &fulldesc=1. If you don't want to change the thread preview length used in other places, I believe you could create a plugin using hook external_start and set $vbulletin->options['threadpreview'] = 250 there.
|
Thank you for your help.
I made a mistake in describing the problem. My problem is not the description. It is the content. I want the external.php not to show the whole content. Only the description is enough. How can I remove the content from external.php output?
Content is placed between <content:encoded> and </content:encoded> on the external.php output page. I want to remove it.
Thank you in advance.