Jump to content

cbox


Recommended Posts

Posted

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.

Posted

Assuming you've done the rest of the steps.

 

Go to ACP

Styles Tab

Style your during this mod for

Edit HTML files

find global HTML

then header

 

then put this at end

 

<div style="width:200px;"><?php echo getShoutBoxContent(); ?></div>

Posted
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 help

or Tommorow at 4pm

 

Well i have school till 3, but i wont be home till 10 pm tomorrow.

 

Wow this is all so confusing.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...