By Christian van Laarhoven on Monday, 20 June 2016
Posted in General
Replies 3
Likes 0
Views 463
Votes 0
Hello

Edit 21-6-2016:
I recently asked how your extensions check if there is an update available. ( http://stackideas.com/forums/update-sites-xml )
And i got this response:


Hey Christian,

These are the updater urls that we use to ping for newer versions,

http://stackideas.com/updater/manifests/easysocial
http://stackideas.com/updater/manifests/easyblog
http://stackideas.com/updater/manifests/easydiscuss

For Komento, it would be http://stackideas.com/stackideas.xml as this is still riding on the old API.


I am making an extension, what is reading out these JSon Files.
And all the "JSon" files have the following code:


{

"title": "com_easysocial",
"version": "1.4.10",
"changelog": "http://stackideas.com/downloads/changelog.html?product=com_easysocial",
//Other tags



Only the "easydiscuss" link (http://stackideas.com/updater/manifests/easydiscuss) doesn't have the "title" tag in his Json.

See:

{
//Missing title tag here...
"version": "4.0.6",
"install": "http://stackideas.com/updater/components/download",
//Other tags
}


Is it possible to add the title tag to this JSon file?

And another thing. Is it possible to add an "description" tag to the json, where the full extension name is?


{
"title": "com_easydiscuss",
"description" : "EasyDiscuss", // See this
"version": "4.0.6",
"install": "http://stackideas.com/updater/components/download",
//Other tags
}


I hope this post is a bit more clearly And that you guys can add this

Kind Regards,
Rob
Hey Christian,

I am sorry for the delay of this reply,

Can you take a look of my attached screenshot below and see is it you referring that title and description field from the discussion?
·
Tuesday, 21 June 2016 11:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Arlex,

Sorry, but I don't understand your reply?
I will edit my main question with some screenshots, if you dont understand it.

Kind regards,
Rob
·
Tuesday, 21 June 2016 14:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Christian,

Thanks for took your time to explained to us again, I will contact with our administrator to update it.
·
Thursday, 23 June 2016 11:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post