Chatbox?
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

- Menace2Society
- Berichten: 658
- Lid geworden op: 21 mei 2003, 23:01
- Locatie: Arnhem
Chatbox?
Zoals ik al eerder aangaf ben ik niet helemaal tevreden over de chatbox die nu op mijn forum zit. Heel jammer, want er is veel vraag naar een goede chatbox op mijn site.
Nu vroeg ik mij af of er niet een andere goede chatbox was, java of flash based, die ik eventueel op mijn forum kan zetten? Of kan iemand die misschien compatible maken met het ledenbestand van mijn forum?
Nu vroeg ik mij af of er niet een andere goede chatbox was, java of flash based, die ik eventueel op mijn forum kan zetten? Of kan iemand die misschien compatible maken met het ledenbestand van mijn forum?
Dit is de beste chat mod voor phpbb dacht ik:
http://www.phpbb.com/phpBB/viewtopic.ph ... highlight=
http://www.phpbb.com/phpBB/viewtopic.ph ... highlight=
- Menace2Society
- Berichten: 658
- Lid geworden op: 21 mei 2003, 23:01
- Locatie: Arnhem
Flash based:
http://www.tufat.com/script2.htm
Kost je $5, maar is het waard. Werkt op basis van je phpbb_users table, is echt ideaal mijn inziens.
http://www.tufat.com/script2.htm
Kost je $5, maar is het waard. Werkt op basis van je phpbb_users table, is echt ideaal mijn inziens.
Hoi, bedankt voor deze tip, ziet er mooi uit!headout schreef:Flash based:
http://www.tufat.com/script2.htm
Kost je $5, maar is het waard. Werkt op basis van je phpbb_users table, is echt ideaal mijn inziens.
Nu heb ik een vraagje, en ik weet dat dat eigenlijk niet hier thuis hoort, maar ik probeer het toch...

en ik denk dat ik hier iets mee moet doen... klopt dat? En wat precies?Step 1: Edit /inc/common.php to use the phpBB integration class
Before uploading to your server, you should locate the "common.php" file, which is located in the "inc" folder of FlashChat. There is one small edit that you must make to this file. In the block of statements which relate to CMS systems, only the line relating to the phpBB2CMS.php file should be uncommented. In other words, all of the other CMS-related lines should have double-slashes before them, as shown below (red arrow):
Code: Selecteer alles
//---CMS
$f_cms = INC_DIR . 'cmses/' . $GLOBALS['fc_config']['CMSsystem'] . '.php';
if( !file_exists($f_cms) || !is_file($f_cms) )
{
include_once(INC_DIR . 'cmses/statelessCMS.php');//free for all users
}
else
{
include_once( $f_cms );
}
//---end CMS
Jehanna
http://mods.db9.dk/viewtopic.php?t=1568
Niet echt een chatbox, eerder een shoutbox, maar wel makkelijk te installeren (zelfs Easymod compatible dus weinig werk ook nog eens).
Niet echt een chatbox, eerder een shoutbox, maar wel makkelijk te installeren (zelfs Easymod compatible dus weinig werk ook nog eens).