Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
December 15, 20204 yr On 12/15/2020 at 1:13 AM, Adriano Faria said: If you uninstall then you will lose your data. You upgraded your board and probably didn’t match resources with marketplace. That’s a IOS Marketplace thing, not related to this resource specifically. You should have submitted a ticket to IPS or asked here on this topic. After what’s done, there’s nothing else to do, unless restore backup, which you seem to have done. Ok thanks for the clarification.
December 15, 20204 yr @Adriano Faria Hello there. Would this work for as an 'offline directory' do you think? I run an automotive website and would like to have a directory of the local car dealers, local car repair shops, etc. The demo link from the first page of this thread isn't working anymore, would you happen to have an example of this mod on a website so i can take a look? Thanks!
December 15, 20204 yr Author On 12/15/2020 at 7:02 PM, statusjpn said: The demo link from the first page of this thread isn't working anymore, would you happen to have an example of this mod on a website so i can take a look? I will install it today later on my board and will send you a message with credentials.
December 16, 20204 yr On 12/15/2020 at 7:03 PM, Adriano Faria said: I will install it today later on my board and will send you a message with credentials. Received with thanks! Will check it out!
December 21, 20204 yr I'm trying to use an IPS API method to post a new links, but when I using API endpoint: Is this a correct place to use for this?
December 21, 20204 yr Author What’s the problem? Forum? It’s the category. Post? It’s the link description.
December 21, 20204 yr On 12/21/2020 at 9:41 AM, Adriano Faria said: What’s the problem? Forum? It’s the category. Post? It’s the link description. I want to post a link via API, and I can't find the right place for this case... 😞 Where is the link value? it missing for the idea, I want to post a link inside a links category...
December 21, 20204 yr Author POST links/link I honestly never used the API to post data, only to get data... but this is like any other app out there. You better ask how to use the Rest API in a support forum here on IPS.
December 21, 20204 yr On 12/21/2020 at 3:01 PM, Adriano Faria said: POST links/link I get this error: { "errorCode": "2S290/5", "errorMessage": "INVALID_CONTROLLER" } Edited December 21, 20204 yr by IceCore
December 21, 20204 yr Author I honestly never used the API to post data, only to get data... but this is like any other app out there. You better ask how to use the Rest API in a support forum here on IPS.
December 21, 20204 yr On 12/21/2020 at 3:06 PM, Adriano Faria said: I honestly never used the API to post data, only to get data... but this is like any other app out there. You better ask how to use the Rest API in a support forum here on IPS. I'm using the posting topic via rest API so I'm good but I need a parameter for posting the actual link, I think that something is missing.
December 21, 20204 yr Author Can't help you with Rest API. Let me know if that's something wrong with it but as I already told you, I never used it.
December 22, 20204 yr The client has submitted a ticket and I can confirm that it is a bug in your application.
December 22, 20204 yr Author On 12/22/2020 at 1:08 PM, Daniel F said: The client has submitted a ticket and I can confirm that it is a bug in your application. Ok.
December 22, 20204 yr On 12/22/2020 at 1:08 PM, Daniel F said: The client has submitted a ticket and I can confirm that it is a bug in your application. Thanks for the approval!
December 22, 20204 yr I would suggest to review the API files, Some of the links in the php doc headers are wrong! I would also suggest to fix all the hints to the forums & topics which happened by c&p the code, which are confusing clients (e.g. the forum reference mentioned above) While looking at the ticket, Ive also noticed some references to topics which should probably be links.
December 22, 20204 yr Author On 12/22/2020 at 1:13 PM, Daniel F said: I would suggest to review the API files, Some of the links in the php doc headers are wrong! I would also suggest to fix all the hints to the forums & topics which happened by c&p the code, which are confusing clients (e.g. the forum reference mentioned above) While looking at the ticket, Ive also noticed some references to topics which should probably be links. Sure, doing this. I also suggest to fix in Downloads comments: Quote /** * GET /downloads/comments * Get list of comments * * @note For requests using an OAuth Access Token for a particular member, only comments the authorized user can view will be included * @apiparam string categories Comma-delimited list of category IDs * @apiparam string authors Comma-delimited list of member IDs - if provided, only topics started by those members are returned * @apiparam int locked If 1, only comments from events which are locked are returned, if 0 only unlocked * @apiparam int hidden If 1, only comments which are hidden are returned, if 0 only not hidden * @apiparam int featured If 1, only comments from events which are featured are returned, if 0 only not featured * @apiparam string sortBy What to sort by. Can be 'date', 'title' or leave unspecified for ID * @apiparam string sortDir Sort direction. Can be 'asc' or 'desc' - defaults to 'asc' * @apiparam int page Page number * @apiparam int perPage Number of results per page - defaults to 25 * @return \IPS\Api\PaginatedResponse<IPS\downloads\File\Comment> */ I didn't look the others.
December 29, 20204 yr Author What's New in Version 5.5.3: Fix Rest API endpoints Fix copy settings from categories Fix sharing buttons on link view Fix image dimensions checking for manual uploads Rework in some templates Drop columns from core tables and use own table in compliance with new marketplace rules
December 31, 20204 yr On 12/29/2020 at 10:01 AM, Adriano Faria said: What's New in Version 5.5.3: Fix Rest API endpoints Fix copy settings from categories Fix sharing buttons on link view Fix image dimensions checking for manual uploads Rework in some templates Drop columns from core tables and use own table in compliance with new marketplace rules Thanks, updated the application without issues..
January 3, 20214 yr On 9/25/2020 at 4:21 PM, Adam Moore said: I see the AccuWeather error now. The Invision forum link I was trying to add isn't viewable by guests (https://invisioncommunity.com/forums/topic/454968-search-within-category/?tab=comments#comment-2806174), most of the links I was trying to sort are this way. This database of links is just for myself, so I'm not worried about the links being viewable to guests. Is there some way I can add these links? On 9/25/2020 at 4:46 PM, Adriano Faria said: No. I can add a setting in next version to disable it per category. Well i had the same issue. Here is how you can archieve this: Disable check links: # ###################### Open "applications/links/sources/link/link.php" and replace: (appears 2 times, change both) ------------------------------------------------------------ throw new \InvalidArgumentException( 'link_bad_url_url' ); with: ----- //throw new \InvalidArgumentException( 'link_bad_url_url' ); replace: (appears 2 times, change both) ------------------------------ $msg = \IPS\Member::loggedIn()->language()->addToStack( 'link_bad_url', FALSE, array( 'sprintf' => array( $response->httpResponseCode ) ) ); throw new \InvalidArgumentException( $msg ); with: ----- //$msg = \IPS\Member::loggedIn()->language()->addToStack( 'link_bad_url', FALSE, array( 'sprintf' => array( $response->httpResponseCode ) ) ); //throw new \InvalidArgumentException( $msg ); Edited January 3, 20214 yr by Michael_
January 4, 20214 yr Can you please add an option to upload an image/add a URL to image via REST API usage?
January 4, 20214 yr Author The image is "picked" automatically when you browse the app. You don't need to upload one, unless you are using the UPLOAD in the image type. Are you?
January 4, 20214 yr On 1/4/2021 at 12:40 PM, Adriano Faria said: The image is "picked" automatically when you browse the app. You don't need to upload one, unless you are using the UPLOAD in the image type. Are you? I want to use the "Manual image upload" option to load other than screenshots if exist...
January 5, 20214 yr Im getting an error when trying to edit guest usergroup settings. Other usergroups work fine. Part of the error message: Column 'links_g_contentcount' cannot be null Probably just something minor. But i hope you can tell me how to fix it so i do not have to look deeper into this myself. 🙂