Jump to content

Clubs Enhancements


Recommended Posts

Posted

Question.

If the Club is Public which means anyone can participate. Will said Public Club appear in the user's postbit and hovercard?

Considering that you cannot Join Public Clubs, just participate.

Posted (edited)

People will only see clubs they can see. Pick one, which you aren't the owner and you're not a member and you'll see it won't appear to you anymore. 

If the user can view the club in Club Directory, then it will appear. 

Remember that it shows the clubs the post author is member, not the clubs that who is browsing can "join".

Edited by Adriano Faria
Posted (edited)
2 minutes ago, David.. said:

Can you edit to add a br to the postbit display so the club icons display on their own line and not squeezing in on the space above? :)

Mine displays in own line; not sure what you mean.

596e830fe3c5f_Screenshot13.PNG.dd3aa0cdc

Post a screenshot of how it appears to you.

Edited by Adriano Faria
Posted

It's probably because of the edits I've done to the Custom Profile fields.

Which template is responsible for displaying club icons in postbit?

Posted

It's not a template. It is added directly in a template hook. You can edit the file plugins\clubsenhancements\hooks\clubsenhancementsBadges.php. Find:

	{{foreach \IPS\Member\Club::clubs( $comment->author(), NULL, $order, TRUE ) as $club}}

Change to:

	<br>
	{{foreach \IPS\Member\Club::clubs( $comment->author(), NULL, $order, TRUE ) as $club}}

 

I'll add it in a template for the next version.

Posted
2 minutes ago, Adriano Faria said:

It's not a template. It is added directly in a template hook. You can edit the file plugins\clubsenhancements\hooks\clubsenhancementsBadges.php. Find:


	{{foreach \IPS\Member\Club::clubs( $comment->author(), NULL, $order, TRUE ) as $club}}

Change to:


	<br>
	{{foreach \IPS\Member\Club::clubs( $comment->author(), NULL, $order, TRUE ) as $club}}

 

I'll add it in a template for the next version.

Thank you! :)

I'll wait for the next version.

Cheers!

Posted
1 minute ago, David.. said:

I'll wait for the next version.

You can also edit the forums -> front -> topics -> postContainer template to add the <br> after:

{template="customFieldsDisplay" group="global" app="core" params="$comment->author()"}

 

Posted
On 21/07/2017 at 11:36 AM, JEFF MACK said:

Well I think i figured it out. Its that secondary group toggle.  I watched your video, and when I don't touch it, it imports all those other users.  I just tested it again, and this time I turned it on, then back off again, and it worked properly.  Just the 13 people came in.  

 

On 21/07/2017 at 11:42 AM, JEFF MACK said:

I may have spoken too soon, just tried again and I don't think it worked that time, looks like it added a bunch of people.

Jus tested in @JEFF MACK's board and seems to be running fine. Not sure what happened that time.

Posted
6 minutes ago, Adriano Faria said:

 

Jus tested in @JEFF MACK's board and seems to be running fine. Not sure what happened that time.

Yes everyone, it is working fine, even for me now.  I have no idea.  I must have tried 20-30 test groups the other day, and now it works perfectly fine which is good.

Posted (edited)

Great work Adriano, but how can I and can I convert only one TOPIC into Club? :/ I assumed that is possible but I don't see how to do it...I would appreciate any help.

Regards,
Igor

EDIT 1: I was able to convert testing FORUM (this is workaround for converting just one topic, basically what I need to do is to make new forum and then MOVE topic I want to convert into that forum and that should do the job) but, I would expect that topics from the forums go to Club TOPICS and not newly added tab, which I can't delete once I decide to MOVE topics from there too Club TOPIC tab... http://prntscr.com/g19roe

Edited by C4D Cafe
Posted
6 hours ago, C4D Cafe said:

but how can I and can I convert only one TOPIC into Club? :/ I assumed that is possible but I don't see how to do it...I would appreciate any help.

You need to use the MOVE moderation action. 

6 hours ago, C4D Cafe said:

but, I would expect that topics from the forums go to Club TOPICS and not newly added tab, which I can't delete once I decide to MOVE topics from there too Club TOPIC tab

No, it adds a new feature. 

Posted

Thinking of buying!

What I'm looking for specifically, is a custom form that needs to be filled by the applicant at the time of requesting to join a closed club.

Either that, or gaining access to a(n otherwise hidden?) forum within the closed club....

Posted
54 minutes ago, QualeDesigns said:

What I'm looking for specifically, is a custom form that needs to be filled by the applicant at the time of requesting to join a closed club.

This is something really too specific for your use case. Fields/info that are required for you may not be to others so I don't see much sense in add this to this plugin. 

Anyway, I can do it as a custom job, if you're interested. Send a PM with the specifics, just in case. 

Posted

What's New in Version 1.0.10:

New features:

  • Added ability to create a custom HOME page for the Club.
    • After admin enable this setting, a new option will appear in the Manage Club menu. It will open a popup with an editor, where admins and Club Owner will be able to enter text, images, attachments, etc. A new tab will be added to display the club Activity (the default home).
  • Added ability to disable features in Manage Features.
    • Items from a disabled feature will not appear in the Club Activity Stream.

 

Quick video of the new HOME page:

 

Posted

Great so far!

As a site admin, when I click "Manage Features" on a club I get the message "The page you are trying to access is not available for your account."

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...