by scooter on Sat Feb 02, 2008 3:30 am
ok, here we go...1st let me say that I am NOT a programer, I just tried things until it worked. So, I hold no responsibility for this. It worked for me....Now with it...
1...Installed the Ajax Chat box 2.0.0.b8
once installed do the following:
Assuming the forum directory is the root.
2...Open /portal.php
find: $user->setup('portal'); and after add $user->add_lang('mods/shout');
and
//-- mod : AJAX Chat ----------------------------------------------------
//-- add
include($phpbb_root_path . 'shout.' . $phpEx);
//-- fin mod : AJAX Chat ------------------------------------------------
3...Open styles/prosilver/template/portal/portal_body.html
Find: <!-- IF S_DISPLAY_WELCOME -->
<!-- INCLUDE portal/block/welcome.html -->
<!-- ENDIF -->
and add after <!-- INCLUDE chat_body.html -->
4...Now these files I had to copy here. For some reason there is a difference in directory location in the calling files...donno, I just copied the following files from the forum root directory
functions.php, functions_shoutbox.php, and constraints.php
to portal/includes directory.
5...Refresed the forum and wha laa! Shout box should be just below the welcome block on the portal page.