- Posts: 3194
- Thank you received: 441
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
// List of feeds to retrieve
var feeds = {
section_a: "http://www.support4joomla.com/jbackend/rest/get/content/articles?catid=64&maxsubs=2&limit=10&orderby=id&orderdir=desc",
section_b: "http://www.support4joomla.com/jbackend/rest/get/content/articles?catid=26&maxsubs=2&limit=10&orderby=id&orderdir=desc",
section_c: "http://www.support4joomla.com/jbackend/rest/get/content/articles?catid=29&maxsubs=2&limit=10&orderby=id&orderdir=desc"
};
// List of feeds to retrieve
/*var feeds = {
section_a: "feed.php?id=64",
section_b: "feed.php?id=26",
section_c: "feed.php?id=29"
};*/
Please Log in or Create an account to join the conversation.
this is was in the demo:
// List of feeds to retrieve
/*var feeds = {
section_a: "www.support4joomla.com/jbackend/rest/get/content/articles?catid=64&maxsubs=2&limit=10&orderby=id&orderdir=desc",
section_b: "www.support4joomla.com/jbackend/rest/get/content/articles?catid=26&maxsubs=2&limit=10&orderby=id&orderdir=desc",
section_c: "www.support4joomla.com/jbackend/rest/get/content/articles?catid=29&maxsubs=2&limit=10&orderby=id&orderdir=desc"
};*/
// List of feeds to retrieve
var feeds = {
section_a: "feed.php?id=64",
section_b: "feed.php?id=26",
section_c: "feed.php?id=29"
};
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.