Question: Unlocking system per post count for boards?

General Tony
by General Tony · 10 posts
11 years ago in HTML & CSS
Posted 11 years ago · Author
Hello everyone,

This might belongs to the PHP section, but anyways, on a phpBB board like this one, how can you make an unlocking system.
I want certain downloads to be accessible when getting 100 posts for example. I'm not going to learn HTML, as these times do not demand such knowledge nessecarily, but any idea on how I can install this on my board?

Also, Don if you could post the script(s) for the Mafia Credits and the redeeming option or link me to some tutorials, I'd really appreciate that.
Posted 11 years ago
General Tony wrote:
Hello everyone,

This might belongs to the PHP section, but anyways, on a phpBB board like this one, how can you make an unlocking system.
I want certain downloads to be accessible when getting 100 posts for example. I'm not going to learn HTML, as these times do not demand such knowledge nessecarily, but any idea on how I can install this on my board?

Also, Don if you could post the script(s) for the Mafia Credits and the redeeming option or link me to some tutorials, I'd really appreciate that.


Start by installing automod.
Then download mods.
Automod will then let you auto install the mods.

Be careful though, only install a few mods per week and let your community test them out, so you can debug them. Often, multiple mods will clash with each other .... causing you to have to spend hours programming / debugging. Many have been the nights that me and DM stayed up late updating / installing / debugging mods.

There is a mod for just about everything. Just look at the phpbb mod database.

Credits were setup using the ultimate points mod.
Posted 11 years ago · Author
Great, I will look into it. Thank's.

Do you debug by settings of the mod or by editing the html/php?
Posted 11 years ago · Author
Okay and one last question. If the mods are official templates, why is it that some of them are still faulty and have to be repaired?
Posted 11 years ago
General Tony wrote:
Okay and one last question. If the mods are official templates, why is it that some of them are still faulty and have to be repaired?


1) If you are using a theme not supported by the mod, this can break the mod
2) If you are using 2 mods with conflicting javascript, this can cause 2 mods to break each other
3) If the mod was made for an older version of phpbb, this can cause the mod not to work with your version
4) If the mod requires code that another mod already edited ... this could cause the mod to crap out on you during auto installation
5) mods are not perfect ... sometimes they do contain bugs
6) it is possible that the developer of the mod used a different web browser than you and did not make the mod cross compatible
6) same thing with computer screen size
Posted 11 years ago · Author
That stuff is more complicated than I expected. I already had to do some research for adding a spoiler bbcode.

Don Von Free Credits wrote:
1) If you are using a theme not supported by the mod, this can break the mod
2) If you are using 2 mods with conflicting javascript, this can cause 2 mods to break each other
3) If the mod was made for an older version of phpbb, this can cause the mod not to work with your version
4) If the mod requires code that another mod already edited ... this could cause the mod to crap out on you during auto installation
5) mods are not perfect ... sometimes they do contain bugs
6) it is possible that the developer of the mod used a different web browser than you and did not make the mod cross compatible
6) same thing with computer screen size


Let's hope I won't have to reload the backup files that often.
Posted 11 years ago
You could try using one of those websites where everthing is all done for you already. x.x

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT