This will work, I just tested it You have portal 1.0.2 (BTW there is a new version out) open: root/portal.php find: // Start session management $user->session_begin(); $auth->acl($user->data); $user->setup('mods/lang_portal'); Add after: //-- mod : AJAX Chat ----------------------------------------...
I don't know why you don't have that last line. But did you have this in your root/portal.php $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.' . $phpEx); include($phpbb_root_path . 'portal/includes/functions.'.$phpEx); If you had the above then add the following line...
Yes board3portal 1.0.3 Ok, you install Ajax just like the mod tells you. Once it is installed do the following additional edits Open: root/portal.php find: $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.' . $phpEx); include($phpbb_root_path . 'portal/includes/functio...
Yes board3portal 1.0.3 Ok, you install Ajax just like the mod tells you. Once it is installed do the following additional edits Open: root/portal.php find: $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.' . $phpEx); include($phpbb_root_path . 'portal/includes/functio...
Ok, thats fine One last Question, how can I make it smaller? Open: chat_body.html find: .shouts { In this small section I believe 2 lines down you will see height. Change that to the size you want. After each change you will have to go to ACP>STYLES>Template and select refresh on the line of the st...
The step I have for index_body.html is to find <!-- IF S_DISPLAY_ONLINE_LIST --> and add before: <!-- INCLUDE chat_body.html --> but that's for styles/prosilver/template/index_body.html, no other index_body.html steps I tried putting it before and after, but it didn't show up on index anywhere It wo...