Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
Adriano Faria Posted June 4, 2019 Author Posted June 4, 2019 7 minutes ago, Asprin said: Guest permissions ignored? I (admin) can see the Links Directory, but the guest sees a 404-error. In the settings everything is included. Edit the Group on ACP -> Members -> Group and enable. Asprin 1
Asprin Posted June 4, 2019 Posted June 4, 2019 23 minutes ago, Adriano Faria said: Edit the Group on ACP -> Members -> Group and enable. Thank you very much!
Adriano Faria Posted June 7, 2019 Author Posted June 7, 2019 What's New in Version 5.4.3: Fix wrong category FURL when copying a category on ACP. Durango 1
Adriano Faria Posted June 7, 2019 Author Posted June 7, 2019 @Telemacus2 @Loren @pixie1506 @Davyc Please, download again and update your install. I just applied a fix I forgot: Quote Changed the default parameter in the `IPS\Content\Review::url` method.' 👍 pixie1506 1
Giray Posted June 7, 2019 Posted June 7, 2019 (edited) Just tried to update. Wants me to uninstall .2 before installing .3. Okay to do so? EDIT IDIOT NEWBIE MOVE! Never mind!! Edited June 7, 2019 by Giray
Adriano Faria Posted June 7, 2019 Author Posted June 7, 2019 You don't have to uninstall. Use the UPLOAD NEW VERSION:
Giray Posted June 8, 2019 Posted June 8, 2019 Thanks Adriano. I know... Duh. Note to all, even if you think you know what you're doing, you don't ☺️ Adriano Faria 1
Adriano Faria Posted June 12, 2019 Author Posted June 12, 2019 What's New in Version 5.4.4: Fix error on review link Fix error for guests when browing categories (mark read) Durango 1
Durango Posted June 13, 2019 Posted June 13, 2019 Hi @Adriano Faria tx for the professionnal support of this great app Adriano Faria 1
AlexWebsites Posted June 15, 2019 Posted June 15, 2019 @Adriano Faria small issue when I reported a language issue to IPS support. They came back with: Quote This issue is inadvertently caused by the "Links Directory" custom application that you have installed. It has a language key defined "category_desc" with a language string value of "Description", however the same field name ("category") is used by Pages in this specific context. As a result, it inherits the language string, and you get the field description you are seeing. The best long term solution would be to reach out to the author of the Links Directory application and advise them of this issue so that they can make adjustments in their application to resolve the concern, but as a temporary workaround you could edit this language string in the AdminCP under Customization > Localization > Languages, search for "category_desc" as I have in the screenshot here, and then add an empty space or other relevant string of text if you prefer under the "English (USA)" column. Just wanted to let you know.
Adriano Faria Posted June 15, 2019 Author Posted June 15, 2019 37 minutes ago, AlexWebsites said: @Adriano Faria small issue when I reported a language issue to IPS support. They came back with: Just wanted to let you know. Hi. Which LD version are you running? All these language bits (same used in Pages) where removed in the upgrade to LD 5.4.0. Today LD doesn't has a category_desc lang bit; all category langs now use a prefix: links_, so now it is: 'links_category_desc' => 'Description', 'links_category_desc_placeholder' => 'Add a description', If that's the only one in trouble, then just delete it directly in your SQL Toolbox: delete from core_sys_lang_words where word_app = 'links' AND word_key = 'category_desc'; If you use prefix iin your tables, than add it to the table name. Example using prefix ibf_: delete from ibf_core_sys_lang_words where word_app = 'links' AND word_key = 'category_desc'; If you have more lang bits in this situation and if you have access to FTP, then open the applications/links/setup/upg_500039/upgrade.php and you will see all the language bits removed in 5.4.0. Let me know if you need help.
AlexWebsites Posted June 16, 2019 Posted June 16, 2019 Aha...I'm running 5.3. I guess I need to upgrade! That's my fault. I didn't see an upgrade available under applications in ACP. Now: Thanks!
Sonya* Posted June 20, 2019 Posted June 20, 2019 Is there any reason that I cannot set number of reviews and comments to 25? 25 is default in IPS: /** * @brief [Content\Item] Number of reviews to show per page */ public static $reviewsPerPage = 25; /** * Get number of comments to show per page * * @return int */ public static function getCommentsPerPage() { return 25; } I would like to have it the same way other applications display it.
Adriano Faria Posted June 20, 2019 Author Posted June 20, 2019 I set 10 as max as you can see. I’ll increase in next version. Sonya* and Bluto 1 1
Hegnauer.io Posted June 21, 2019 Posted June 21, 2019 On 2/12/2019 at 4:32 PM, Wolf said: When generating a new API Key: 3S291/4 The endpoint does not have a valid documentation header. On 2/13/2019 at 2:26 AM, Adriano Faria said: Sent you a PM with fix as I won't release a new version before 4.4. If anyone else needs this, just drop a PM. I just ran into this same issue. Disabling Links Directory lets me generate an API key, and then everything still works fine after I re-enable it. I sent an API call to update a guest poster's name and it worked fine. Looks like I'm just missing whatever additional endpoints Links Directory provides (since I can't edit my API key and enable them without getting that error). Not a huge deal. Everything works great otherwise, just letting you know the error still exists 🙂 Thanks for the great app! Adriano Faria 1
Adriano Faria Posted June 21, 2019 Author Posted June 21, 2019 I’ll release a version next week. Fix, if required, will be included in new version. 👍 Hegnauer.io 1
Adriano Faria Posted June 21, 2019 Author Posted June 21, 2019 5 hours ago, Time Travel Institute said: I just ran into this same issue. Disabling Links Directory lets me generate an API key, and then everything still works fine after I re-enable it. I sent an API call to update a guest poster's name and it worked fine. Looks like I'm just missing whatever additional endpoints Links Directory provides (since I can't edit my API key and enable them without getting that error). Not a huge deal. Everything works great otherwise, just letting you know the error still exists 🙂 Thanks for the great app! Temporary fix available on https://www.sosinvision.com.br/ips4/index.php?/tracker/linksdirectory/the-endpoint-does-not-have-a-valid-documentation-header-r506/ If you don't have an account in the support board, just create one and send a PM. I'll change your group then you will have access to it. Definitive fix in next version. 👍 Hegnauer.io 1
Cowboy Denny Posted June 24, 2019 Posted June 24, 2019 Not sure what I'm doing wrong but no one can post links and its because the permission settings won't save. ACP - Members - Groups Click the Lock button Click on the Links Directory Tab Make sure all six are checked Click Save, then I go back in and Add Links, Comment, Review Links and Bypass Moderation are not checked anymore. No matter what group I try and add these permissions, the changes just won't save. Any ideas for me to look at?
Adriano Faria Posted June 24, 2019 Author Posted June 24, 2019 1 minute ago, DJ ZAh said: Not sure what I'm doing wrong but no one can post links and its because the permission settings won't save. ACP - Members - Groups Click the Lock button Click on the Links Directory Tab Make sure all six are checked Click Save, then I go back in and Add Links, Comment, Review Links and Bypass Moderation are not checked anymore. No matter what group I try and add these permissions, the changes just won't save. Any ideas for me to look at? Have you tried to change permissions directly in the category instead? I don’t remember have added the permission (extension) matrix in the group; will need to check. The app already comes with a category ready to submit links, etc. Just install, click in the green button and insert the link.
Cowboy Denny Posted June 24, 2019 Posted June 24, 2019 Thanks. I deleted the category and within a club I created a new category and tried and still same issue. As soon as I click Submit the first link I get this error message Sorry, there is a problem The page you are trying to access is not available for your account. Error code: 2C137/3 Appears to be specific to links in Clubs only. Creating a link outside the club seems to work just fine. What am I missing that would be causing the ability to not create links in clubs?
Cowboy Denny Posted June 24, 2019 Posted June 24, 2019 Disregard, kept deleting and recreating and all is good. I think I had to create a category that is generic (outside of the club) and once I had that category, I could create usable categories within clubs. Anyhow, just wanted you to know I got it working and I believe by creating a category under Links Directory. Adriano Faria 1
dlg Posted June 28, 2019 Posted June 28, 2019 @Adriano Faria can I get a demo of this to see how it works? Also, I'll like to know is it possible to bulk import links and categories? & if we can adjust the front end using Pages app? (I believe so, but better to ask) Thank you!
Adriano Faria Posted June 28, 2019 Author Posted June 28, 2019 @dlg, I don’t have a demo version. I can give you access to my online install so you can test it there. 10 minutes ago, dlg said: Also, I'll like to know is it possible to bulk import links and categories? & if we can adjust the front end using Pages app? (I believe so, but better to ask) No.
Adriano Faria Posted June 28, 2019 Author Posted June 28, 2019 37 minutes ago, dlg said: Will like to. Thanks @Adriano Faria I’ll send a PM probably tomorrow in the morning with credentials.
Recommended Posts