- Posts: 163
No. Walks displayed
- Eric Crichton
-
Topic Author
- Offline
- Elite Member
-
Less
More
31 May 2021 09:29 #1
by Eric Crichton
No. Walks displayed was created by Eric Crichton
I was trying to change the number of walks displayed in Next Walks but seems to be ignoring me.
What am I missing.
Existing working code
//error_reporting(E_ALL);
//ini_set('display_errors', 1);
$rafeedurl =" www.ramblers.org.uk/api/lbs/walks?groups=ml05 ";
$feed=new RJsonwalksFeed($rafeedurl); // standard software to read json feed and decode file$feed->setNewWalks(7); // set no days New icon is displayed
$display= new RJsonwalksStdNextwalks(); // code to display the walks in a particular format$display->noWalks(15); // set no walks to display THIS IS THE ONLY VALUE ALTERED.
$feed->Display($display); // display walks information
this is on southribble.org.uk
Thanks Eric
What am I missing.
Existing working code
//error_reporting(E_ALL);
//ini_set('display_errors', 1);
$rafeedurl =" www.ramblers.org.uk/api/lbs/walks?groups=ml05 ";
$feed=new RJsonwalksFeed($rafeedurl); // standard software to read json feed and decode file$feed->setNewWalks(7); // set no days New icon is displayed
$display= new RJsonwalksStdNextwalks(); // code to display the walks in a particular format$display->noWalks(15); // set no walks to display THIS IS THE ONLY VALUE ALTERED.
$feed->Display($display); // display walks information
this is on southribble.org.uk
Thanks Eric
Please Log in or Create an account to join the conversation.
- Ruby Tuesday
-
- Offline
- Administrator
-
Less
More
- Posts: 933
01 Jun 2021 07:50 #2
by Ruby Tuesday
Replied by Ruby Tuesday on topic No. Walks displayed
Please login to view the answers
Please Log in or Create an account to join the conversation.
- Eric Crichton
-
Topic Author
- Offline
- Elite Member
-
Less
More
- Posts: 163
01 Jun 2021 09:07 #3
by Eric Crichton
Replied by Eric Crichton on topic No. Walks displayed
Please login to view the answers
Please Log in or Create an account to join the conversation.
Time to create page: 2.314 seconds
