invision-power-board

How to add dynamic profile fields in Invision Power Board?

I run a game server and want to link the persons in game character name and stats to Invision Power Board. I've setup IPB so players currently login with their game login. That means their user name on the forum is the same as their user name for the game. They can have multiple characters on 1 account so ideally I'd like to allow them...

Update database column in ipb and add 1

Hi, I would like to update a counter column in invision powerboard to +1 for each veiws. I am using the following but it does not work. $this->DB->update( 'counter', array( 'count'=>'count+1'),... How do I write the query to update the count column and add 1. Thanks for any help. ...