MyBB Community Forums

Full Version: Private Forums and Multiple Group Images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok, got 1 questions
1) How do I get multiple group images?
While I was looking through the forums and found the MyAlerts web page (https://community.mybb.com/thread-171301.html)
and the first post is a member with multiple group images. <- Answer Received. 

2) How do I get private forums?
So for example if you submit a bug report in a forum anyone could see it, but I want it to only show to the original creator and staff. How do you do this? Got moved to https://community.mybb.com/thread-230398.html
1. You can use a plugin like this to display multiple group images
https://community.mybb.com/mods.php?action=view&pid=133
This is based on images (no group text)

2. You can hide forums with groups and permission settings. But to make a hidden thread visible to a specific user (thread starter) this user must have access to a hidden forum. This can be achieved with a plugin or code manipulation only.
Think there is a plugin as well.

[ExiTuS]
(2020-11-30, 09:45 AM)[ExiTuS] Wrote: [ -> ]1. You can use a plugin like this to display multiple group images
https://community.mybb.com/mods.php?action=view&pid=133
This is based on images (no group text)

2. You can hide forums with groups and permission settings. But to make a hidden thread visible to a specific user (thread starter) this user must have access to a hidden forum. This can be achieved with a plugin or code manipulation only.
Think there is a plugin as well.

[ExiTuS]

i tried that and now it won't work on a user profile i have no idea why please help


see attached files.
[attachment=43551]
[attachment=43552]
Hi,

This appears to be a theme related issue as far as user profiles (plugins sometimes have difficulty modifying the templates if they are very different from the default). Does it work correctly on a different theme?

You can add the variable manually into your member_profile template in accordance with the readme, which has more details on how to do this. Smile