Webboard

Pełna wersja: Groupimage to Labeltext - add support for PMs
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
Forum address:
none


Engine version: 

Groupimage is Labeltext - https://community.mybb.com/mods.php?action=view&pid=652


Description of the problem:
Plugin is not working in personal messages in UCP. Can you tell me how to add support? Thank you very much!
Where's it exactly? Every private message? If the plugin doesn't support it by default, you will need to write another function and most likely add a hook.
You can find everything already in the plugin, so I suppose you can rewrite a bit the function to display it in posts to make it work in private messages as well.
Yes, when you open any PM, there is not support for that in this plugin... unfortunately my php knowledge is really limited, is there anybody who can help me? Thank you very much!
Ok, I've just checked and there's only a hook missing. Add this line to the plugin:
Kod:
$plugins->add_hook("postbit_pm", "rank_postbit");
Thank you, I will try ASAP. Is there any way to add a support for secondary usegroups? That would be great!

EDIT: Works fine, thank you. Last thing - add support for secondary usergroups.