MyBB.de Forum
Lock - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html)
+--- Thema: Lock (/thread-32731.html)



Lock - MyBB.de Bot - 06.10.2015

Eine neue Erweiterung wurde veröffentlicht: Lock - Sell content in hide tags for newpoints

Zitat:Basically, I've seen people asking for something similar to this plugin; so I decided to make it.

With this plugin, your users will be able to set a price on content hidden with [hide] tags, and people will be able to buy it with the Newpoints currency.

Currently, the hide tag has three different states:

Pay to view:

Code:
[hide cost="1337"]
Pay to view this content.
[/hide]
With this state, users can set a price on their content; and when a buyer purchases the content, the owner gets the points that the buyer paid.

Reply to view:

Code:
[hide]
Reply to view this content.
[/hide]
When a user doesn't set a price on their content, the content is hidden for users until they reply to the thread.

Login/register to view:

When a user isn't logged in, they're prompted to either login or register.

Want to give your hidden content a title? You can do that too:
Code:
[hide cost="1337" title="super secret content"]
Pay to view this content.
[/hide]
Still not convinced? Here's some more things that make this plugin great:

  1. Clean and commented code.

  2. Easy to install and use.

  3. Secure.

  4. Easily customisable (the hide tag wrapper is stored as an editable template)

  5. Easily configurable:


Submit pull requests and issues on Github: https://github.com/neko/lock