PEAK XOOPS - d3pipes - rss feeds - exporting large number of entries in englishin japanese

d3pipes - rss feeds - exporting large number of entries

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 | Posted on 2008/2/19 10:02
Nobelium  Corporal   Posts: 47
GIJOE,

Is there a way to export a large number of entries via RSS in d3pipes?

The max I can get out of "Entries a RSS/Atom" in preferences is about 100 no matter what higher number I input.

But, I was trying to do this and somehow clicked on a couple of links before the load was complete and accidently WAS able to get a full output of the pipe entries in the database. So, it can be done.

I need to export all the entries out of several pipes/database via the rss feed. Something like 2000 of them each.

Is there a variable that is limiting the max output for RSS? And if so, where is it?

Thanks.
Votes:4 Average:10.00
Previous post - Next post | Parent - No child | Posted on 2008/2/24 7:15
GIJOE  Gunnery Sergeant   Posts: 4110
hi Nobelium.

Certainly, it looks too complex.
I have to tidy the rule of limiting number of entries.

Anyway, the ceiling "100" is hard-coded in a clipping joint.
Try to change it.

TRUST/modules/d3pipes/joints/D3pipesClipAbstract.class.php
<?php

require_once dirname(__FILE__).'/D3pipesJointAbstract.class.php' ;

class D3pipesClipAbstract extends D3pipesJointAbstract {

	var $max_entries_from_clip = 10010000 ; // private
	var $entries_from_clip ; // public
	var $clip_life_time ; // public
Votes:9 Average:4.44

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!