Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 10, 20204 yr 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
October 10, 20204 yr Have you tried the 4.4 addon in 4.5? Haven't tested that one, but many work without any problems.
October 10, 20204 yr Author 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.
October 10, 20204 yr 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.
October 10, 20204 yr Author 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.
October 11, 20204 yr Just tested the club categories application on 4.5, seems to fine when you add CSRF protection by yourself.
October 11, 20204 yr Author 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, 20204 yr by ChrisTERiS
October 11, 20204 yr Author @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 ?
October 11, 20204 yr 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 {
October 11, 20204 yr Author 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. 😞