Curtis Posted December 16, 2008 Report Posted December 16, 2008 Well im working on Pixel-studios, and i need some help guys. Im trying to install chat (ajax chat) First step: Installation============ 1. Upload to the server -------------------- Upload the chat folder to your server into your phpBB3 forum directory: e.g. http://example.org/phpBB3/chat/ 2. Creation of database tables --------------------------- Execute the provided installation script by visiting the following URL with your browser: http://example.org/phpBB3/chat/install.php Replace "http://example.org/phpBB3/chat/" with the real URL to your chat directory. 3. Delete the installation script ------------------------------ Delete the file install.php from the chat directory on your server. Ready! Just place a link to the chat directory on your forum. I did that all, but how do i get the chat-box at the top of my forum, i know its in the html, you have to add it in there and center it at the top, but how? Heres the ajax readme.readme.txt Any help would be nice.
iBotPeaches Posted December 16, 2008 Report Posted December 16, 2008 Assuming you've done the rest of the steps. Go to ACPStyles TabStyle your during this mod forEdit HTML filesfind global HTMLthen header then put this at end <div style="width:200px;"><?php echo getShoutBoxContent(); ?></div>
iBotPeaches Posted December 16, 2008 Report Posted December 16, 2008 It actually looks like more work, since you have to change up the PHP files so it can act as a shoutbox. Tommorow at 6am I can helpor Tommorow at 4pm
SmokiestGrunl Posted December 16, 2008 Report Posted December 16, 2008 You could try using iframe. http://www.w3schools.com/TAGS/tag_iframe.asphttp://www.samisite.com/test-csb2nf/id43.htm
Curtis Posted December 16, 2008 Author Report Posted December 16, 2008 It actually looks like more work, since you have to change up the PHP files so it can act as a shoutbox. Tommorow at 6am I can helpor Tommorow at 4pm Well i have school till 3, but i wont be home till 10 pm tomorrow. Wow this is all so confusing.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now