The Special SiteSplat Membership has launched! Check our In Da Club Plan 👌
  • BBmembership - Membership system for phpBB 3.1 and phpBB 3.2
  • News, Announcements, Feedback, Improvements, Changes and Policies.
News, Announcements, Feedback, Improvements, Changes and Policies.
 #33742  by ThemeSplat
 July 24th, 2020, 2:47 pm
I already gave you the solution. The code is here. It shows you how to interact with the different levels by using the conditional statements built-in:
viewtopic.php?p=33732#p33732

once edited purge the forum cache via ACP (as per usual with any template editing) and check your membership page.
 #33877  by fpena911
 August 12th, 2020, 3:14 am
I just downloaded several extensions from the Marketplace but the only one I can't get to work right now is the BBMemberships module.

It installed without incident and I set it up (I only set up two levels and hid the remaining two) to the point where I received a "Successful" message, but I can't figure out where my users would access the functionality at that point.

I tried mysite.com/memberships.html but it came up with a 404 error. Any idea how I can get this module working?

Thanks!
 #33879  by ThemeSplat
 August 12th, 2020, 3:35 am
You are using the Mini CMS so you need to enable the option to display extensions links.
Image

I just did that for you, all is working now :-)
 #34428  by xatox
 December 28th, 2020, 9:17 pm
Hi, Thanks for this awesome plugin.
Is there a possibility to change names 'MEMBERSHIP LV 1 -> LV4' with different names? @ThemeSplat

Also, how can i add user manually to a certain group. Without the user need to click on the PayPal button.?
 #34471  by ThemeSplat
 January 5th, 2021, 7:08 pm
xatox wrote:Is there a possibility to change names 'MEMBERSHIP LV 1 -> LV4' with different names?
yes you can. The code is included in the template folder in the extension. its a IF statement.
Code: Select all
sitesplat\bbmembership\extra
for example:
Code: Select all
<!-- IF levels.LEVEL == 1 -->
silver
<!-- ELSEIF levels.LEVEL == 2 -->
gold
<!-- ELSEIF levels.LEVEL == 3 -->
platinum
<!-- ELSEIF levels.LEVEL == 4 -->
VIP
<!-- ENDIF -->
xatox wrote: how can i add user manually to a certain group. Without the user need to click on the PayPal button.?
if you mean to start the membership for X user manually that is not possible.
This is meant for the admin to have the process automated. I haven't really seen a lot of requests for this option.
But by any means I can add it for you as custom work. If you are interested contact me via PM for this.
 #34485  by xatox
 January 9th, 2021, 9:21 pm
Thanks for your answer!
It seems my coding knowledge is stuck here :weary: .
https://www.e34forum.nl/forum/app.php/b ... index.html
I tried to copy and paste the IF code but without luck.
The reason i asked for adding members myself is because some of the members dont have PayPal.
It's not a big forum, not a lot of donations so custom work to do this is going to become difficult.
Want to keep a little of the fundings to buy some more plugins from yours :-) cheers.
 #34497  by ThemeSplat
 January 11th, 2021, 3:03 pm
You can also check the language file and change the text there as that might be better for you. Check the extension language folder. ;-)
  • 1
  • 4
  • 5
  • 6
  • 7
  • 8

PRENEXT_POST_NAVIGATION