MyBB Community Forums
Userpages for MyBB - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: Userpages for MyBB (/thread-96002.html)

Pages: 1 2 3 4 5 6 7


RE: Userpages for MyBB - BlackChaos - 2012-07-09

I just replace all instances of $mybb->user['usergroup'] with $mybb->user['additionalgroups']? Wouldn't that mean that if the primary usergroup of the member has permission to edit userpages, they wouldn't be able to?

Edit: Ofcourse I wouldn't have to change the ones associated to ['canuserpagemod']) right?


RE: Userpages for MyBB - Euan T - 2012-07-09

No, it'll take a bit more than that. I'm just saying that that's basically what I'll have to do.


RE: Userpages for MyBB - BlackChaos - 2012-07-09

(2012-07-09, 04:40 PM)euantor Wrote: No, it'll take a bit more than that. I'm just saying that that's basically what I'll have to do.

Oh, alright. I was three minutes away from testing out a horribly edited plugin on a test forum haha.


RE: Userpages for MyBB - Omar G. - 2012-07-09

You should remove the license on the OP euantor, since it seems GPL is the right one, a bit of confusion may arise.

I pulled some changes at GitHub with this, I suppose that is alright with you? e.e


RE: Userpages for MyBB - Euan T - 2012-07-09

Yeah, that's fine. The OP also mentions it's a theme ;P Needs some serious updating haha


RE: Userpages for MyBB - Euan T - 2012-07-09

(2012-07-09, 05:34 PM)Omar G. Wrote: You should remove the license on the OP euantor, since it seems GPL is the right one, a bit of confusion may arise.

I pulled some changes at GitHub with this, I suppose that is alright with you? e.e

Just reviewing your commit. Some good modifications in there that I'll be merging and including in the next release. Thanks a lot!


RE: Userpages for MyBB - BlackChaos - 2012-10-12

When can we expect the next release which hopefully has the feature where additional groups also come under the userpages permissions? Smile


RE: Userpages for MyBB - Euan T - 2012-10-12

Hopefully soon. I just released MyAlerts and will be focusing on updating my existing plugins.