Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
ChrisTERiS Posted October 10, 2020 Posted October 10, 2020 Can someone tell me if new IPS 4.5 supports Categories in Clubs? Have an addon for this, but seems that the author don't plan to update it to be 4.5 compatible and didn't found anything else. Thank you
WP V0RT3X Posted October 10, 2020 Posted October 10, 2020 Have you tried the 4.4 addon in 4.5? Haven't tested that one, but many work without any problems. ChrisTERiS 1
ChrisTERiS Posted October 10, 2020 Author Posted October 10, 2020 2 minutes ago, V0RT3X666 said: Have you tried the 4.4 addon in 4.5? Haven't tested that one, but many work without any problems. Thank you for your reply. Unfortunately with new Marketplace in Admincp is difficult to install Application manually. I found the way to install Plugins but not Applications. And with automatic installation is impossible. I'm getting message that this app is not compatible with my IPS version. Pitty that IPS don't adds such important feature is the core.
Daniel F Posted October 10, 2020 Posted October 10, 2020 2 minutes ago, ChrisTERiS said: Thank you for your reply. Unfortunately with new Marketplace in Admincp is difficult to install Application manually. I found the way to install Plugins but not Applications. And with automatic installation is impossible. It's the same approach for applications. ChrisTERiS 1
ChrisTERiS Posted October 10, 2020 Author Posted October 10, 2020 15 minutes ago, Daniel F said: It's the same approach for applications. Thank you. Seems that I started loosing my visual below the average 😞 I can swear that I look at that place when I found that option for Plugins. But didn't seen it.
WP V0RT3X Posted October 11, 2020 Posted October 11, 2020 Just tested the club categories application on 4.5, seems to fine when you add CSRF protection by yourself.
ChrisTERiS Posted October 11, 2020 Author Posted October 11, 2020 (edited) 3 hours ago, V0RT3X666 said: Just tested the club categories application on 4.5, seems to fine when you add CSRF protection by yourself. I know what is CSRF protection from my vB4 addons, where it was a line at the top of php files: define('CSRF_PROTECTION', true); But I know nothing for IPS style of coding, so I can't risk to mess my installation. Have spent weeks to install and configure a dozen of mods and style. That said, most probably I'll wait the official release of this addon. I don't blame the developer. I accept his rights to upgrade it or not. Finally there is no any term that he'll continue upgrades for ever. But I was expecting a post here "Sorry, I don't plan to upgrade it". Edited October 11, 2020 by ChrisTERiS
ChrisTERiS Posted October 11, 2020 Author Posted October 11, 2020 @V0RT3X666 Do you mean that the trick is to add: public static $csrfProtected = TRUE; before: protected $nodeClass = 'IPS\clubcats\Categories'; in applications/clubcats/modules/admin/main/categories.php ?
WP V0RT3X Posted October 11, 2020 Posted October 11, 2020 In this case it's only that one file. Simply add ... /** * @brief Has been CSRF-protected */ public static $csrfProtected = TRUE; below the first class _whatever {
ChrisTERiS Posted October 11, 2020 Author Posted October 11, 2020 I think that I wasted 2 months waiting the upgrade while it was there: https://flashmodding.com/index.php?/files/file/53-club-categories/ I believe that same will happen with some other mods that I've from this coder. 😞
Recommended Posts