User donation addon ?

CasperB

Member
since i'm trying to start a forum where users and staff can help other members to fix the problems they might have with a game or game platform like steam would i love to find an addon that do so people can give each other a small tip for helping out if they want.

Is there any of you there know where to find that both free and paid ?
 
I don't believe anything like that exists. If it's something you're interested in funding, feel free to start a conversation with me.
 
Here's an easy way, make a custom field with the below info:

First Tab (Basic Information):
Rich (BB code):
Field ID: donate
Title: Donate
Display Location: Personal Details.
Field Type: Single-line text box

Second Tab (Options for Text Fields):
Rich (BB code):
Value Match Requirements: URL

Fourth Tab (General Options):
Rich (BB code):
Field is required: Unchecked
Show during registration: Unchecked
User editable: Checked
Editable only once: Unchecked
Moderator editable: Unchecked
Viewable on profile pages: Checked
Viewable in message user info: Checked

In the same tab add this to "Value Display HTML" field:
Rich (BB code):
<a href="{$value}" target="_blank"><img src="http://stanleybridgecentre.ca/wp-content/uploads/2012/10/btn_donate_orange.gif" border="0"></a>

Click save and you all set to go. :)

Now if someone wants to get a donation he must go to Personal Details and add paypal link to the donate field, you can also use advanced regex rules to prevent advertising like adding a link to another forum. ;)

Note: Don't forget to enable "Show Custom Fields" on "Message Elements" style property.

Here's the result:

Qlsrg23.png
 
Top Bottom