IPB Forums
Posted: Fri Apr 07, 2006 3:06 am
Might be a bit of an odd question, but do any of you guys know this? I'm writing a shoutbox for IPB forums, which'll only allow posts for non-banned, logged in users, and an admin panel that's only accessible to admins.
Here's the thing... I don't have an IPB forum to test around with, and don't know how it sets when somebody logged in or not. The banned/admin thing is probably set as a number in $ibforums->member['group']. Along with that, I'd have to know what all information's stored in $ibforums->member[], and with which name to call it. The login-thing might be done with $ibforums->vars['force_login'] == 0, but I'm still a bit sketchy 'bout that.
Anybody here who can help out on this? Thanks in advance.
Here's the thing... I don't have an IPB forum to test around with, and don't know how it sets when somebody logged in or not. The banned/admin thing is probably set as a number in $ibforums->member['group']. Along with that, I'd have to know what all information's stored in $ibforums->member[], and with which name to call it. The login-thing might be done with $ibforums->vars['force_login'] == 0, but I'm still a bit sketchy 'bout that.
Anybody here who can help out on this? Thanks in advance.