Subject: Plugin for donations, user icons
I run a game community forum with unclassified newsboard, and i'm very happy with it (-> www.gausschannel.com)
To cover the expenses, i have added a donation button to the navigation (by directly adding the paypal javascript code to the _head.html page). Now, to polish this a bit, i have some questions.
If you have any tipps or design-papers on how to implement this as a plugin without breaking the clean design of the newsboard, i would be grateful.
To cover the expenses, i have added a donation button to the navigation (by directly adding the paypal javascript code to the _head.html page). Now, to polish this a bit, i have some questions.
- Extending the navigation in the _head.html file seems unelegant, would there be a better way?
- I would like to add a small icon before the name of users who have donated. To do this, i plan to do some things in the board:
- I need to store additional user information (amount and date of donation) in the user table
- In all places where the username is displayed, the donor icon should show up. Is this best done with a variable in the template file and a corresponding handler. Is there any information on how to do this? Ideal would be a way of extending the IUser class with a get method GetUserIcon(user id=0) or so, which would be called by a handler.
If you have any tipps or design-papers on how to implement this as a plugin without breaking the clean design of the newsboard, i would be grateful.

floyd59
Show profile
Link to this post