Displaying walks with Table option
- Keith Moxon
-
Topic Author
- New Member
-
Less
More
01 Jul 2020 15:16 #1
by Keith Moxon
Displaying walks with Table option was created by Keith Moxon
We have now started putting walks in GWEM again. I note that the Table option for displaying walks on our website (
ipswichramblers.org.uk/walks/our-walks-programme.html
) is only displaying two columns and Date is only two characters wide. Ramblers has asked us to put much more detail in the walk description (now about 155 words). Has this screwed up the table - see attachment? Anyone else had this problem? Details, List and Map views are OK. Code used for displaying is...
<?php
//error_reporting(E_ALL);
//ini_set('display_errors', 1);
$rafeedurl =" www.ramblers.org.uk/api/lbs/walks?groups=SK02 ";
$feed=new RJsonwalksFeed($rafeedurl); // standard software to read json feed and decode file
$display= new RJsonwalksStdDisplay(); // code to display the walks in a particular format
$display->displayGradesIcon= true;
$display->displayGroup=true;
$feed->Display($display); // display walks information
?>
<?php
//error_reporting(E_ALL);
//ini_set('display_errors', 1);
$rafeedurl =" www.ramblers.org.uk/api/lbs/walks?groups=SK02 ";
$feed=new RJsonwalksFeed($rafeedurl); // standard software to read json feed and decode file
$display= new RJsonwalksStdDisplay(); // code to display the walks in a particular format
$display->displayGradesIcon= true;
$display->displayGroup=true;
$feed->Display($display); // display walks information
?>
Please Log in or Create an account to join the conversation.
- Ruby Tuesday
-
- Offline
- Administrator
-
Less
More
- Posts: 933
01 Jul 2020 16:23 #2
by Ruby Tuesday
Replied by Ruby Tuesday on topic Displaying walks with Table option
Please login to view the answers
Please Log in or Create an account to join the conversation.
- Keith Moxon
-
Topic Author
- New Member
-
Less
More
01 Jul 2020 16:32 #3
by Keith Moxon
Replied by Keith Moxon on topic Displaying walks with Table option
Please login to view the answers
Please Log in or Create an account to join the conversation.
- Ruby Tuesday
-
- Offline
- Administrator
-
Less
More
- Posts: 933
01 Jul 2020 17:01 #4
by Ruby Tuesday
Replied by Ruby Tuesday on topic Displaying walks with Table option
Please login to view the answers
Please Log in or Create an account to join the conversation.
- Keith Moxon
-
Topic Author
- New Member
-
Less
More
01 Jul 2020 17:04 #5
by Keith Moxon
Replied by Keith Moxon on topic Displaying walks with Table option
Please login to view the answers
Please Log in or Create an account to join the conversation.
Time to create page: 1.033 seconds
