Quote:
Originally posted by Blue2000
also how would i add a new button near users nicks that appears under called "ROB ME": this way we all will live in a more dangerouse!!! real time robbering while u r reading a post... and without going to the shop :P
|
ok i have done this one myself..
for anyone who wants it
find in functions.php
PHP Code:
if (($bbuserinfo[usergroupid]==6)) {
$donate="<br><a href=\"javascript:showwin('admin/storeadmin.php?action=givemoneyverify&giveusername=$post[username]', 'width=550,height=250')\">Donate to user</a>";
} else {
$donate='';
}
add under
PHP Code:
$nick="<a href=\"javascript:showwin('store.php?action=stealmoney&stealusername=$post[username]', 'width=550,height=550')\">Try to steal $$</a>";
and then add
$nick
anywhere you want it in your postbit template