ajax chat on 3.0.4
Re: ajax chat on 3.0.4
hey can you tell me which version of ajax chat you used and how you installed it thanks!
Re: ajax chat on 3.0.4
wow got it to work the way i wanted
. If you have problem, post here. If i can help, i will help u out.
to have the chat box on top of the categories i do this:
open:
styles/prosilver [whichever ur style using]/template/index_body.html
Add Before
remember to go back to ur ACP and refresh you template.
to have the chat box on top of the categories i do this:
open:
styles/prosilver [whichever ur style using]/template/index_body.html
Code: Select all
<!-- INCLUDE forumlist_body.html -->
Code: Select all
<!-- IF S_USER_LOGGED_IN -->
<!-- INCLUDE chat_body.html -->
<!-- ENDIF -->
Last edited by mzlan on Tue Feb 10, 2009 1:21 am, edited 1 time in total.
Re: ajax chat on 3.0.4
'AJAX Chat' Version 2.0.0B8danny616 wrote:hey can you tell me which version of ajax chat you used and how you installed it thanks!
i use that version
Re: ajax chat on 3.0.4
where did you get that version can you send me a link? and a example of what it looks like?
Re: ajax chat on 3.0.4
here is the link to download the chat.zipdanny616 wrote:where did you get that version can you send me a link? and a example of what it looks like?
http://www.startrekguide.com/community/ ... &sk=t&sd=a
i get the screenshot in abit.
* important..make sure u back up the files that you going to edit. I use dreamweaver to edit the coding. then upload it back to the forum server.
here is the image how my chat box look like:
Last edited by mzlan on Tue Feb 10, 2009 1:35 am, edited 1 time in total.
- darcie
- Former Team Member
- Posts: 189
- Joined: Mon Mar 12, 2007 7:32 pm
- Location: Davis, California
- Contact:
Re: ajax chat on 3.0.4
FYI, we suggest NOT using Dreamweaver or any other similar editor, as it can be "helpful" and add things you don't want to the file. Always use a plain text editor that saves in UTF-8 with no BOM. A number of users here suggest Notepad++.mzlan wrote:I use dreamweaver to edit the coding.
Re: ajax chat on 3.0.4
perfec thats exactly what i want. and that chat box is on your board index on the header right?
Re: ajax chat on 3.0.4
that is right.danny616 wrote:perfec thats exactly what i want. and that chat box is on your board index on the header right?
Re: ajax chat on 3.0.4
when it says root/chat.php where do i put that my forum is on a subforum http://www.forum.blahblah.com
Re: ajax chat on 3.0.4
ok when u download the chat file. Unzip it to your local disk. After you unzip, you get the chat folder. Open it and you see, sub folder: root, file install.xml, license, and modx.subsilver.net.danny616 wrote:when it says root/chat.php where do i put that my forum is on a subforum http://www.forum.blahblah.com
Open the install.xml, then you sell the instructions.
File Copy
Copy: root/chat.php <-----from your local chat folder
To: chat.php <<----means you upload to your forum server directory. Example; my forum is http://www.aftermathclan.com. My forum directory folder is aftermathclan. I upload the chat.php to that directory.
Copy: root/shout.php
To: shout.php <---same i uploaded to aftermathclan directory
Copy: root/language/en/chat.php
To: language/en/chat.php <---upload to language/en/chat.php in aftermathclan directory
Copy: root/styles/prosilver/imageset/*
To: styles/prosilver/imageset/* <--this uploaded all the image files in the imageset to my style which is [darkPro] i am using. I dont know what u use, so upload to your style.
Copy: root/styles/prosilver/template/chat_body.html
To: styles/prosilver/template/chat_body.html <---find the style that u use and upload to it
Copy: root/chat_install.php
To: chat_install.php
Copy: root/adm/mods/ajax_chat_version.php
To: adm/mods/ajax_chat_version.php
Hope that helps. I got an error when i visit your link. Your subforum is blahblah?