The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
limit rss description
hey,
reall going crazy trying to figure this out! i have 2 forums running vbulletin and am about to start a 3rd but cant get my feeds to work right. on my main forum, running vb 3.5, my rss feeds are cut at about 200 characters - i didnt set this and cant figure out how and where this was done? http://www.vfxtalk.com/forum/external.php?type=rss2 on my 2nd forum, running vb 3.6, the feeds show the entire post! http://www.vfxjobs.com/forum/external.php?type=rss2 and so people can jack all my job listings! how can i cut it back to be the same as in my first forum? i also want to upgrade my first forum but am now concerned that the same problem will happen! UPDATE! ok so this is what i got back from vbulletin.com Quote:
|
#2
|
|||
|
|||
bump???
|
#3
|
|||
|
|||
yea bump again,
this is a serious fricking problem in vb 3.6 in that your forums content gets jacked by everyone out there with a site and a rss reader... they can scoop down text, images, etc.... its a night mare how do i fix things so they just get the first 100 words??? rss is supposed to promote my site not let people jack it! help please!!! |
#4
|
||||
|
||||
Did anyone come up with a solution for this?
|
#5
|
|||
|
|||
i have not been able to ... cant find a mod for this either!
|
#6
|
|||
|
|||
still no-one?
|
#7
|
|||
|
|||
I would like to know this too... I would like to limit the feed to a few lines... not the whole article. Otherwise someone could just feed my news stories directly to their site. This is a crazy design if there is no way to limit it.
|
#8
|
||||
|
||||
There is no way to limit it without using a plugin (as we do here).
This is a simplfied version of what we do ; Hook: external_query Code:
unset($vbulletin->GPC['fulldesc']); $vbulletin->options['threadpreview'] = 200; $hook_query_fields .= ",LEFT(post.pagetext,400) AS message"; |
#9
|
|||
|
|||
Thanks for sharing that. I'm actually onto another plan now. It looks like its not that difficult to convert everything to Feedburner. I'm going to attempt to convert my stuff to that. In order to then force everyone through Feedburner, I wonder if there would be any side-effects if I changed the name of external.php to something else after I get it converted. That would assure that no one could use the old method and get full feeds.
|
#10
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|