Posts: 110
Threads: 27
Joined: Nov 2020
Reputation:
8
2020-12-09, 03:03 PM
Hello,
If you want to add vip membership in your site ,what cool plugins ,settings and options should be set only for vip memberships?
Posts: 2,787
Threads: 60
Joined: Mar 2016
Reputation:
227
2020-12-09, 03:21 PM
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-M...ions-2-3-5) or BankPipe( https://www.mybboost.com/forum-bankpipe).
*Both are paid plugins.
Regards
WallBB
Posts: 93
Threads: 16
Joined: Oct 2020
Reputation:
4
2020-12-09, 03:33 PM
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
Posts: 110
Threads: 27
Joined: Nov 2020
Reputation:
8
2020-12-09, 03:42 PM
(This post was last modified: 2020-12-09, 03:44 PM by grouparrow. Edited 1 time in total.)
(2020-12-09, 03:33 PM)tomjay78 Wrote: 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
Hello , how can i add awards, user title color and postbit/Profile cover image?
Posts: 93
Threads: 16
Joined: Oct 2020
Reputation:
4
2020-12-09, 04:38 PM
(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, Custom User Title, User Title Color, Change Username, Immune from Bans, Postbit/Profile Cover Image, etc
Hello , how can i add awards, user title color and postbit/Profile cover image?
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>)
Posts: 110
Threads: 27
Joined: Nov 2020
Reputation:
8
2020-12-11, 12:19 AM
(This post was last modified: 2020-12-11, 12:19 AM by grouparrow.)
Thanks @Tomjay77 and @Walbb.
|