Jump to content

  •  

  • iBotModz CBox


    Photo

    installing ajax in phpbb3.0.4


    • Please log in to reply
    4 replies to this topic

    #1 Curtis

    Curtis

      Captain Grade 1

    • Retired Staff

    • 1,382 posts
    • Joined: 18-August 07
    • Location:Saskatchewan

    Posted 15 December 2008 - 08:12 PM

    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/p...hat/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.
    Attached File  readme.txt   8.96KB   211 downloads

    Any help would be nice.

    #2 iBotPeaches

    iBotPeaches

      General Grade 6

    • Owner

    • 6,570 posts
    • Joined: 29-July 07
    • Gender:Male
    • Location:Kansas

    Posted 15 December 2008 - 08:38 PM

    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>


    #3 iBotPeaches

    iBotPeaches

      General Grade 6

    • Owner

    • 6,570 posts
    • Joined: 29-July 07
    • Gender:Male
    • Location:Kansas

    Posted 15 December 2008 - 08:40 PM

    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

    #4 SmokiestGrunl

    SmokiestGrunl

      Australian Retired Staff

    • Retired Staff

    • 3,888 posts
    • Joined: 02-September 07
    • Gender:Male
    • Location:Australia

    Posted 15 December 2008 - 08:46 PM

    You could try using iframe.

    http://www.w3schools.../tag_iframe.asp
    http://www.samisite....csb2nf/id43.htm

    #5 Curtis

    Curtis

      Captain Grade 1

    • Retired Staff

    • 1,382 posts
    • Joined: 18-August 07
    • Location:Saskatchewan

    Posted 15 December 2008 - 09:09 PM

    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.