Lumpy Burgertushie wrote:sorry but I think the whole idea is just crazy. why do you think people would spend money as opposed to a upvote or whatever they use today?
Lumpy Burgertushie wrote:even a penny I would not do it if it was my penny.
Lumpy Burgertushie wrote:I seriously doubt this would go over at all. people just don't think of content the same way they do fruit.
Lumpy Burgertushie wrote:I read your whole post above and thought, boy, he must be smoking some of that newly legal pot or something, this really makes no sense at all.
Lumpy Burgertushie wrote:no offense.
Big-Jim wrote:If you are convinced it is a good idea, then you should go ahead and implement it. After a year or so, come back and tell us how it worked out for you.
Pony99CA wrote:Instead of implementing forum wallets and trusting the Board Admin to maintain those, why not just add a PayPal custom profile field and a "Donate" button to the mini-profile (and profile) that automatically sends something to the person (and maybe logs the transaction to show much each person has made)?
Steve
Xerographica wrote:Pony99CA wrote:Instead of implementing forum wallets and trusting the Board Admin to maintain those, why not just add a PayPal custom profile field and a "Donate" button to the mini-profile (and profile) that automatically sends something to the person (and maybe logs the transaction to show much each person has made)?
Part of the problem with paypal functioning as the wallet would be that the transaction fees would be prohibitive for micropayments. You're not going pay a nickle to give a nickle. Does paypal even allow you to send a nickle?
Xerographica wrote:Plus, when the wallet is in the forum database... this facilitates a lot of additional functionality. You can keep track of the total amount of money that a member has spent... and sort members accordingly. You can keep track of the total amount of money that's been spent in a thread. You can display how much each member has spent on any given post... and you can sort threads/posts by total value. When a thread has pages and pages of replies... if you don't have time to read through them all... it will be really useful to sort the posts by value and read/valuate the most valuable posts.
Imagine if on the front page of a forum you could see the top 10 most valuable threads/posts of the day...week... or month.
Xerographica wrote:Not quite sure what you mean by "trusting the Board Admin to maintain" the forum wallets (FWs). Is your concern with lazy admins or shady admins?
Xerographica wrote:Even though there's barely any interest in micropayments for forums... I couldn't help but shell out $60 for a domain and hosting for a phpBB forum. Modifying the database was easy enough. Now I'm banging my head against the wall trying to figure out how to get the info from the db to the webpage.
I'm looking back and forth between the viewtopic.php and viewtopic_body.html pages trying to figure out why my "value" field in the "posts" table won't show up.
On the php page...
'post_subject' => $row['post_subject'],
'post_value' => $row['post_value'],
On the html page...
<div class="signature">{postrow.post_value}</div>
Pony99CA wrote:As far as I know, fees are only taken out of the recipient's end (and only then if the recipient accepts credit cards). That may have changed since I started accepting credit cards.
Pony99CA wrote:As I said, you could log transactions. That doesn't require a forum wallet. In fact, the only thing that a forum wallet would be useful for is tracking who had the most money in their wallets (or related transactions like daily balances), but everything that you suggested does not require a wallet, just a place to log transactions.
Pony99CA wrote:Mostly shadiness. If you can convince enough members to upload, say, $5 to their wallets, you could make a couple of hundred dollars. In some countries, that would be a nice take.
Pony99CA wrote:But why have a middleman at all other than PayPal (or whatever micropayment service you decide to use)? Plus, why would I want the Admin to make anything on this? I'm paying authors, not the board Admin. If he tries to take a cut, I won't use the system. If the Admin wants money, he can ask for donations or charge a subscription fee.
Pony99CA wrote:Whenever you change a page template, you have to refresh the style.
Mick wrote:How is this going anyway, have you started building your board yet?
Code: Select all
SELECT u.*, z.friend, z.foe, p.* FROM (gpa_users u CROSS JOIN gpa_posts p) LEFT JOIN gpa_zebra z ON (z.user_id = 2 AND z.zebra_id = p.poster_id) WHERE p.post_id IN (1, 2) AND u.user_id = p.poster_idMick wrote:By the way, there are no threads in phpBB.
Users browsing this forum: Derky and 17 guests