Author Topic: Send money using "Membergroup Functions" to "Post count based membergroups"  (Read 2134 times)

Offline Zenin

yep very basic i need a way to send money to Post count based groups, since there do not show up on membergroup functions only the Regular groups show up.

thanks for any help given  O0

Offline AndyII

been trying to hash this out myself, but it seems this is linked to SMF and the way it looks at memberships, I have posed the same sort of question there, must be a quick and dirty hack to allow "all" available in a membership selection  ???

Offline Dark_Zero

pseudo:
variable n is equal to 1
      loop:       if the last member registered to the site has not added karma...
for the member with the id equal to 'n', increase their karma by x.  increase n by one.
else "Karma added." ; break;
end loop;

that seems really easy. i just dont know how to access the sql thru php.
« Last Edit: November 22, 2007, 02:04:23 pm by Dark_Zero »