Page 181 of 217

Re: [BETA] AJAX Chat/Shoutbox MOD 2.0.0 Beta 8

Posted: Mon Aug 31, 2009 4:08 am
by jimcarrel
I'm not sure about code, but have you tried "compatibility mode" in IE8? I use it most of the time.

Re: [BETA] AJAX Chat/Shoutbox MOD 2.0.0 Beta 8

Posted: Mon Aug 31, 2009 6:23 am
by pnoozi
Before I install this...

Can you resize the chatbox to make it shorter?

Re: [BETA] AJAX Chat/Shoutbox MOD 2.0.0 Beta 8

Posted: Mon Aug 31, 2009 6:57 am
by Code-Red
jimcarrel wrote:I'm not sure about code, but have you tried "compatibility mode" in IE8? I use it most of the time.
I don't use IE Jim, some of my users do. They've been complaining that its rather annoying to have to use a horizontal scroll bar to read the whole post.

I tried using the meta tag that IE will read and automatically adjust to "compatability mode", and it didn't work. So either I need to find another way to do it, or I did it wrong.

Perhaps forcing the text to wrap at a certain point would be easier on everyone? It that possible to do?

- Kael

Re: [BETA] AJAX Chat/Shoutbox MOD 2.0.0 Beta 8

Posted: Mon Aug 31, 2009 3:27 pm
by Jeroen B
My moderators can see the delete button in the chat.
But when they want to delete a message, it comes back when they refresh the chat.

Me as admin can just delete and the messages don't come back.
How to fix this?

Re: [BETA] AJAX Chat/Shoutbox MOD 2.0.0 Beta 8

Posted: Mon Aug 31, 2009 7:28 pm
by Handyman`
pnoozi wrote:Before I install this...

Can you resize the chatbox to make it shorter?
the chatbox uses a template which you can change however you like it to be as long as you know html and css.

Re: [BETA] AJAX Chat/Shoutbox MOD 2.0.0 Beta 8

Posted: Mon Aug 31, 2009 7:57 pm
by koimaster
Hi all i want the chat box on a differnt page like http://www.rcdrifters.se/forum how easy is this can someone help

Re: [BETA] AJAX Chat/Shoutbox MOD 2.0.0 Beta 8

Posted: Mon Aug 31, 2009 9:32 pm
by mej284
koimaster wrote:Hi all i want the chat box on a differnt page like http://www.rcdrifters.se/forum how easy is this can someone help
If you follow the instructions in the install.xml file, you will get that.

Re: [BETA] AJAX Chat/Shoutbox MOD 2.0.0 Beta 8

Posted: Mon Aug 31, 2009 11:34 pm
by Narli
How can I set right, that only Admin can delete messages? Coz in my shoutbox all users can delete them

Re: [BETA] AJAX Chat/Shoutbox MOD 2.0.0 Beta 8

Posted: Tue Sep 01, 2009 5:36 am
by -G-
Hey!

The box is up now, http://www.rcdrifters.se/forum/index.php, but I have some problems whit posting in shoutbox. Some times you can send something, some times you cant, like. I typed in "Hello" and pressed enter, but nothing. I had to wait 2 min or so, after 2 min I could post again. help me?
Some one? Help me?

Re: [BETA] AJAX Chat/Shoutbox MOD 2.0.0 Beta 8

Posted: Tue Sep 01, 2009 11:21 am
by kber
-G- wrote:
Hey!

The box is up now, http://www.rcdrifters.se/forum/index.php, but I have some problems whit posting in shoutbox. Some times you can send something, some times you cant, like. I typed in "Hello" and pressed enter, but nothing. I had to wait 2 min or so, after 2 min I could post again. help me?
Some one? Help me?
Browser issue

Re: [BETA] AJAX Chat/Shoutbox MOD 2.0.0 Beta 8

Posted: Tue Sep 01, 2009 8:06 pm
by Jeroen B
My moderators can see the delete button in the chat.
But when they want to delete a message, it comes back when they refresh the chat.

Me as admin can just delete and the messages don't come back.
How to fix this?

Re: [BETA] AJAX Chat/Shoutbox MOD 2.0.0 Beta 8

Posted: Wed Sep 02, 2009 4:03 am
by Code-Red
I hope someone can help me this time.... I've installed Primetime Portal, and it basically takes over index_body. I've searched high and low for a way to put it on viewforum (without a forum id...I'd like just it to sit there on the html page as it did on index), and nothing has worked so far.

Is there any way of putting this on viewforum.php/viewforum.html that people know of?

Re: [BETA] AJAX Chat/Shoutbox MOD 2.0.0 Beta 8

Posted: Wed Sep 02, 2009 9:58 am
by mej284
Code-Red

You can try this. Follow the instructions as described in the install.xml file in the chat mod download. You can skip the instructions if you wish that have you edit the index.php and index_body.html. Once you do all the instructions including the DIY instructions you can now try this.

Open: viewforum.php
Find:

Code: Select all

// Configure style, language, etc.
$user->setup('viewforum', $forum_data['forum_style']);
After-Add:

Code: Select all

//-- mod : AJAX Chat ----------------------------------------------------
//-- add
include($phpbb_root_path . 'shout.' . $phpEx);
//-- fin mod : AJAX Chat ------------------------------------------------
Now open: your style/template/veiwforum_body.html
find:

Code: Select all

<!-- INCLUDE overall_header.html -->
After-Add:

Code: Select all

<!-- INCLUDE chat_body.html -->
You will then need to go to the ACP>Styles>Templates and refresh the style you are working with.

That should do it.

Re: [BETA] AJAX Chat/Shoutbox MOD 2.0.0 Beta 8

Posted: Thu Sep 03, 2009 4:42 pm
by greenwizard
h1 i have couple of question:

i`m using phpbb 3.5, mySQL 5 ... and template fae_forest_1_0_5 .. is this chat going to work with this template
and how do set that up...is the same as prosilver .?
And these files i need to edit are forum files right >>?
and i have to save the images in the themes folder too?
thanks in advance :mrgreen:

Re: [BETA] AJAX Chat/Shoutbox MOD 2.0.0 Beta 8

Posted: Thu Sep 03, 2009 5:03 pm
by mej284
greenwizard wrote:h1 i have couple of question:

i`m using phpbb 3.5, mySQL 5 ... and template fae_forest_1_0_5 .. is this chat going to work with this template
and how do set that up...is the same as prosilver .?
And these files i need to edit are forum files right >>?
and i have to save the images in the themes folder too?
thanks in advance :mrgreen:
Download the mod and read the install.xml file. Just open that file up in your browswer.