sunnmagic 0 Report post Posted July 26, 2016 Hi Matthias, I'm actually using IPBWI 3 on my IPB 3.x board, and I'm thinking about upgrading IPB 3 to 4... but I need to know if I can find these functions in IPBWI 4 : For a logged member, without knowing his ID : $ipbwi->member->info() $ipbwi->member->isLoggedIn() $ipbwi->group->info() $ipbwi->group->isInGroup() And these other functions : $ipbwi->bbcode->bbcode2html $ipbwi->member->login $ipbwi->pm->send Thanks ! Share this post Link to post Share on other sites
straightvisions 26 Report post Posted August 28, 2016 Hey Sunnmagic, sorry for the delay in response, but here's the answer: $ipbwi->member->info() included $ipbwi->member->isLoggedIn() there is no cookie sharing with IPS anymore, means no reason for a isLoggedIn function. Utilizing IPS connect, whole SSO process works on a better, but completely different way than before $ipbwi->group->info() included $ipbwi->group->isInGroup() included in member info $ipbwi->bbcode->bbcode2html not included $ipbwi->member->login included $ipbwi->pm->send not included Share this post Link to post Share on other sites