Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
July 1, 20195 yr Author 3 hours ago, Sonya* said: There is a hard coded 's in the template of the plugin What's New in Version 1.0.7: Fix the club feature name
October 27, 20195 yr Hi, there are no clubs if the view of forum index is set to fluid view. The clubs are only shown in default or card view. Is there any special reason for it? Edited October 27, 20195 yr by Sonya*
October 27, 20195 yr Author I probably forgot as it is a very underused area; no request so far. I’ll add in next version. Edited October 27, 20195 yr by Adriano Faria
February 24, 20222 yr In addition to this "Clubs Forums on Forums Index" plugin I also use your "Ignore Forums" forums as well. However, the Ignore Forums plugin doesn't give the option to ignore specific clubs forum that this plugin brings to the main forums page. For example, for clubs with multiple forums it would be great if users could ignore ones they don't want to see on the main forums index. Do you think integrating the functionality of these two plugins would be worth while?
February 24, 20222 yr Author 11 hours ago, Brainy S. said: Do you think integrating the functionality of these two plugins would be worth while? They can work together; I don't see why not. Will take a look in a few days.
February 24, 20222 yr Thanks for looking into this!! I just wanted to correct a small mistake in what I said. What I should have said was, "although the Ignore Forums plugin gives the option inside clubs to ignore/stop ignoring a club forum, the "clubs forum on forums index" plugin seems to ignore this and still shows the club anyway in the main forum index. Edited February 24, 20222 yr by Brainy S.
March 3, 20222 yr We've come across a bug with this. If you have it set to show "Only Forums from Clubs that I am member", it throws a template error when guests or members who aren't in any clubs view the forum index page. Quote TypeError: count(): Argument #1 ($var) must be of type Countable|array, null given in [snipped]Theme.php(860) : eval()'d code:363
March 4, 20222 yr Author Can't reproduce with 4.6.10 with PHP 7.4.9 (online board) and 4.6.11 Beta 2 (dev board localhost) with PHP 7.4.9, 8.0.13 or 8.1.1:
March 4, 20222 yr Thanks, digging deeper it looks like a weird theme issue. In our customised themes, this line was missing from the top of the clubsForums code: Quote {{$clubsForums = array();}} I'm not sure what would cause that to not be included?
March 4, 20222 yr Author Yeah, this is there in the plugin template: <ips:template parameters="" /> {{$clubsForums = array();}} {{if \IPS\Settings::i()->clubsforumindexForumType != 'member'}} {{$clubsForums = \IPS\Member::loggedIn()->clubForums();}} {{endif}} {{if \IPS\Settings::i()->clubsforumindexForumType == 'member' AND \IPS\Member::loggedIn()->member_id}} {{$clubsForums = \IPS\Member::loggedIn()->clubForumsMembers();}} {{endif}} {{if \count( $clubsForums )}} Are you using the latest version? I remember an error like that but I'm not sure if was in this specific resource.
March 4, 20222 yr Yes, we're on the latest version. It was fine on one of our themes (a slightly changed version of the default theme), but was missing on our default. Very strange.
September 27, 20222 yr Author @kimmiekins, use the support topic to request support. I’ll take a look in what you reported via review.
September 27, 20222 yr 36 minutes ago, Adriano Faria said: @kimmiekins, use the support topic to request support. I’ll take a look in what you reported via review. Sure, sorry about that. No matter what I do with the settings, the clubs are appearing on top. I've switched the settings multiple times, with no luck.
September 27, 20222 yr Author 15 minutes ago, kimmiekins said: Sure, sorry about that. No matter what I do with the settings, the clubs are appearing on top. I've switched the settings multiple times, with no luck. Have you tried on default theme? It may be something in custom, if you use some.
September 28, 20222 yr Author 13 hours ago, kimmiekins said: No matter what I do with the settings, the clubs are appearing on top. I've switched the settings multiple times, with no luck. All fine in 4.7.2.1 with default theme: If you use a custom theme, please switch to default and test it.
September 30, 20222 yr On 9/28/2022 at 7:35 AM, Adriano Faria said: All fine in 4.7.2.1 with default theme: If you use a custom theme, please switch to default and test it. I got it to work, thanks so much!