The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Donation button for members

4 posters

Go down

Solved Donation button for members

Post by Dyane September 14th 2019, 12:41 pm

Technical Details


Forum version : #phpBB3
Position : Administrator
Concerned browser(s) : Mozilla Firefox
Who the problem concerns : Yourself
Forum link : http://pspplaygroundpals.forumotion.com/

Description of problem

This new for us. The founder has paid for no ads. She got the advance package. But she wants to allow members to donate to keep our forum ad free.

How to I go about adding a donation button so members can
help when they can.

Thank you Dyane


Last edited by Dyane on September 15th 2019, 4:58 am; edited 1 time in total
Dyane
Dyane
Forumember

Female Posts : 151
Reputation : 4
Language : English

http://pspplaygroundpals.forumotion.com/

Back to top Go down

Solved Re: Donation button for members

Post by Guest September 14th 2019, 12:48 pm

Hello,
You can add a button to a widget ... Do you want a button for when members click to donate money? Have a link to donations?
avatar
Guest
Guest


Back to top Go down

Solved Re: Donation button for members

Post by Dyane September 14th 2019, 1:16 pm

Yes I want a button that links to paying for no ads for the members. It’s called credits right?
I see their are buttons in the admin panel can I use the PayPal button and the link?
Dyane
Dyane
Forumember

Female Posts : 151
Reputation : 4
Language : English

http://pspplaygroundpals.forumotion.com/

Back to top Go down

Solved Re: Donation button for members

Post by Guest September 14th 2019, 1:22 pm

Let me get this straight, you want a button for your members to donate, right? Type:
(CSS code)
Code:
.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
HTML code:
Code:
<a href="link"><button class="button">Click to donate</button></a>
avatar
Guest
Guest


Back to top Go down

Solved Re: Donation button for members

Post by Dyane September 14th 2019, 2:40 pm

Ok so when I use this code will it go to donating to my forum?

I won’t be able to try this til later on tonight.
Dyane
Dyane
Forumember

Female Posts : 151
Reputation : 4
Language : English

http://pspplaygroundpals.forumotion.com/

Back to top Go down

Solved Re: Donation button for members

Post by Guest September 14th 2019, 3:13 pm

That button won't do anything. It will be just for decoration. Forumotion used to allow members to donate to the forum, but I'm pretty sure that feature was disabled a long time ago. You can have a paypal button that lets member donate money directly to you, then use that money to buy packages or anything else for your forum. I can help with that if you want.
avatar
Guest
Guest


Back to top Go down

Solved Re: Donation button for members

Post by Guest September 14th 2019, 3:13 pm

you need add a link to the donation... find
Code:
link
and replace
avatar
Guest
Guest


Back to top Go down

Solved Re: Donation button for members

Post by brandon_g September 14th 2019, 6:23 pm

Occultist wrote:That button won't do anything. It will be just for decoration. Forumotion used to allow members to donate to the forum, but I'm pretty sure that feature was disabled a long time ago. You can have a paypal button that lets member donate money directly to you, then use that money to buy packages or anything else for your forum. I can help with that if you want.

Occultist is correct, the 'contribution' feature was removed from all new forums around 2013 or 2014, so if your forum was made after that time, it wont have the contribution system available, however, older forums that were around before the feature was removed will still be able to use it by activating it in the admin panel.

If your forum does not have access to the contribution system, the only thing you could do is set up a paypal donation button, where members can donate money, which can then be used to but credits or a package.

-Brandon


Donation button for members Brando10
Remember to mark your topic Donation button for members Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

Donation button for members Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

Solved Re: Donation button for members

Post by Dyane September 14th 2019, 6:49 pm

@brandon_g Would I be able to use the CSS CODE that Roger123 posted and add the PayPal link that’s 
In the admin for my group?
Dyane
Dyane
Forumember

Female Posts : 151
Reputation : 4
Language : English

http://pspplaygroundpals.forumotion.com/

Back to top Go down

Solved Re: Donation button for members

Post by Guest September 14th 2019, 7:16 pm

Go to https://www.paypal.com/donate/buttons to get a code for a button. Roger's css code won't have any effect on the paypal button, but it can be easily modified if you want that.
avatar
Guest
Guest


Back to top Go down

Solved Re: Donation button for members

Post by Dyane September 14th 2019, 7:34 pm

Ok I will have to try all that later. I’m not home right now.
Now can I use the PayPal link from the CP that donates to my group?
Dyane
Dyane
Forumember

Female Posts : 151
Reputation : 4
Language : English

http://pspplaygroundpals.forumotion.com/

Back to top Go down

Solved Re: Donation button for members

Post by Guest September 14th 2019, 7:56 pm

You can use the same style, but the button will allow users to send money to you. You can then use the money to buy credits yourself.
avatar
Guest
Guest


Back to top Go down

Solved Re: Donation button for members

Post by Dyane September 14th 2019, 11:54 pm

The owner of the forum sent me her code, question is now how do
I put it so it’s up top on the forum like under where the tool bar like where new message and profile is?
Dyane
Dyane
Forumember

Female Posts : 151
Reputation : 4
Language : English

http://pspplaygroundpals.forumotion.com/

Back to top Go down

Solved Re: Donation button for members

Post by SLGray September 15th 2019, 12:09 am

So you want it in the navbar/menu?


Donation button for members Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Donation button for members

Post by Dyane September 15th 2019, 3:15 am

I have found out how to do it. An old post you had about a year ago helped me put it on top.

Thank you all for your help. Greatly appreciate it
Dyane
Dyane
Forumember

Female Posts : 151
Reputation : 4
Language : English

http://pspplaygroundpals.forumotion.com/

Back to top Go down

Solved Re: Donation button for members

Post by skouliki September 15th 2019, 5:30 am

Problem solved & topic archived.
Please read our forum rules: ESF General Rules
skouliki
skouliki
Manager
Manager

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum