![]() |
Vip membership features ideas - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: Vip membership features ideas (/thread-230517.html) |
Vip membership features ideas - grouparrow - 2020-12-09 Hello, If you want to add vip membership in your site ,what cool plugins ,settings and options should be set only for vip memberships? RE: Vip membership features ideas - WallBB - 2020-12-09 Usually you can set some features such as username color, special group access, Private message space limit, reputation increase, number of threads per day. Stuff like that ![]() In regards to plugins, you can try either MySubscriptions(https://forums.mybb-plugins.com/Thread-MySubscriptions-2-3-5) or BankPipe(https://www.mybboost.com/forum-bankpipe). *Both are paid plugins. Regards WallBB RE: Vip membership features ideas - tomjay78 - 2020-12-09 Just to add to WallBB's already great list: Awards, Custom User Title, User Title Color, Change Username, Immune from Bans, Postbit/Profile Cover Image, etc RE: Vip membership features ideas - grouparrow - 2020-12-09 (2020-12-09, 03:33 PM)tomjay78 Wrote: Just to add to WallBB's already great list: Hello , how can i add awards, user title color and postbit/Profile cover image? RE: Vip membership features ideas - tomjay78 - 2020-12-09 (2020-12-09, 03:42 PM)grouparrow Wrote:(2020-12-09, 03:33 PM)tomjay78 Wrote: Just to add to WallBB's already great list: Awards: Extend MyBB - OUGC Awards User Title Color: Put something like <span class="title_{$mybb->user['usergroup']}"> around any usertitle variables across your forum. Postbit/Profile Cover Image: Extend MyBB - Profile Picture (To add it to postbit, for example, you would do something like: <div style="background:url({$post['profilepic']}) center center no-repeat;"></div>) RE: Vip membership features ideas - grouparrow - 2020-12-11 Thanks @Tomjay77 and @Walbb. |