Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Quints Posted August 30, 2022 Posted August 30, 2022 My code: require_once $_SERVER['DOCUMENT_ROOT']. '/community/init.php'; \IPS\Session\Front::i(); $member = \IPS\Member::loggedin(); The code only works if I put the php file inside the community (ipb) folder, otherwise it will show that no one is logged in and give the info of a guest. How can I fix this? thanks
Quints Posted August 30, 2022 Author Posted August 30, 2022 Update I've solved the problem by fixing the cookies define( 'COOKIE_PATH', '/' ); SeNioR- 1
Ryan Ashbrook Posted August 30, 2022 Posted August 30, 2022 In addition to that, instead of using \IPS\Session\Front::i(); for external scripts you should use \IPS\Dispatcher\External::i(); Quints, SeNioR- and Afrodude 3
Recommended Posts