Open Gio165 opened 8 years ago
Hi Gio,
Currently there are no permissions in this extension. You can consider turning off the hiding of attachments entirely, so that everyone can download the attachments. Otherwise, I plan to do some more work on this extension within a few months (after school is finished). Perhaps I might include this then, I'll have to see how much work it is.
Regards, Marco
Hi Marco,
Thx for youre response, there is also no way to put in a code by meself where i can set just a few groups to view?
Gr Gio.
Hi Gio,
I guess that must be possible, but I'm currently not sufficiently into the phpBB project to help you with a solid working example. Perhaps you can ask help at the phpBB community.
I can give you some pointer though, this line is the one that should be edited: https://github.com/marcovo/phpbb_hidebbcode/blob/master/event/listener.php#L564
If that if()-statement evaluates to true the attachments are hidden, so by adding a term && !user_is_in_your_special_group()
you should be able to reach your desired functionality.
Regards, Marco
Hi Marco,
Thank you i wil see if i can do it :)
Gr Gio.
Hi marco could you help me out on it what i need to add because i cant do it or i dont know how, and to bad on the forum i dont get support :(
Hi Marco,
is there already anything on the groupmembers ?
Gr Gio.
Hi @marcovo,
could you take a look, please ?
Unfortunately I will not be doing any coding on phpBB extensions any more; I do not need them any more and my time is needed elsewhere. Anyone else is free to continue to work if desired; I guess I already mentioned that somewhere else.
Hello,
How do i set permissions so that vip memebrs dont need to wright on a topic and can start download?
Mvg Gio.