Support Forum
Hello, i got some little things i would like to solve, could you please help me:
1/ There is something i don't understand about the member list. I got 4 groups in my forum, admins moderators vip et members, and depending of these groups the member list is different.
-Admins can see the four groups
-Moderators can only see admins & moderators
-Vip can see admins moderators & vip
-Members can see admins moderators & members
Moderators have moderators permissions with the ability to see the member list checked, members & vip got full access permissions with the ability for member list checked too.
Any way to allow the four groups to see all the groups in the list ?
2/ Question about the private messages - If A & B have a private conversation, and A delete a part or the whole conversation from his private box, the removal takes effect on B's private boxe too. Is this normal ? And if yes could this be disabled ?
3/ If i mention somenone using the mention plugin, there is a notification - then if someone do a quote with my mention inside the quote it generate another notification - could the notifications be disabled for quotes ?
4/ In the options of the mention plugin, i got the choice for notifications on the forum or by mail or pm. Could it be on the forum AND by mail ?
5/ Last point, if i share any article from my site on facebook, i got a pic in the message, and the ability to choose another one - but it's not the case with the forum, even if the message i want to share got pictures, using the share this plugin or by copying/pastins the url it's the same.
Thanks in advance 🙂
1 - by default, users are only allowed to see usergroups they are members of... you can of course change that... in your spMembersView.php template of the sp theme you are using, find this template function:
if (sp_has_member_groups('usergroup', 'id', 'asc', 15, true)) {
change it to
if (sp_has_member_groups('usergroup', 'id', 'asc', 15, false)) {
and all users will see all usergroups... as always you should make a child theme or custom theme instead of editing our themes directly...
2 - No, shouldn't happen... did a quick test and it looks right... can you provide any more details?
3 - not directly... seems like right action.. in effect, the user really was mentioned again if quoted... that said, I can also understand a desire to not have another one... unfortunately, no way to change the behavior currently... I can add it to our list for future consideration... first time it has come up..
4 - not currently... after a quick look, dont think its customizable using hooks... so would require new coding logic in the plugin... again, can add to list for future consideration... first time asked for...
5 - which share this plugin are you using? ours? or the wp one? the latter wont work of course since it doesnt understand the page rewrite rules of the forum and all content is displayed on single wp page (hence the same url)
Visit Cruise Talk Central and Mr Papa's World
Thank you Mr Papa
1/ perfectly solved 🙂
2/ well i don't see what i could add - i did not modify anything excepted some translations.
If i start a private thread with someone, then i delete the thread it takes effects for the other person i was talking to too - same happens if i delete the whole thread or just a part.
And i got the same problem on another forum created for testing only.
3/ and 4/ thank you
5/ Using your plugin, but even if i manually past an url from the forum i got no pic, example with a topic having a picture on it:
5 - thought the issue was about the url being wrong... sorry, but we have no control over the selection of the image... that is up to share this and what they find when they scan the page... in your image, the url looks right so maybe I misunderstood your question...
2 - confused... will have to try to do more testing as it worked fine last night... so more info that would be helpful... is this between users? between admins? combination? etc... if members, same usergroup? are you deleting the entire thread? or just messages within the thread... and how are you deleting (ie which button - there are multiple - are you using)?? just trying to get more specific to your actions and the specifics of involved...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)