News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

AjaxChat Integration (latest version 3.2.1)

Started by .HuNTeR., August 27, 2008, 12:59:06 AM

Previous topic - Next topic

TheListener

Quote from: fmofmpls on June 03, 2012, 07:39:26 PM
Thanks. I tried to install 3.2.2 and was told that the version is not compatible with my version of smf. I'm using 2.0 rc3.

Might I suggest you

1. Upgrade to 2.0.2

2. Have a read of the Mod Emulate link in my signature.

:)

Blah blah

Hi everyone. I've looked everywhere and I cant find how to add other membergroups as chat admin?

TheListener

Quote from: Blah blah on June 05, 2012, 03:20:39 PM
Hi everyone. I've looked everywhere and I cant find how to add other membergroups as chat admin?

The only chat admin available are the forums admins and global mods.

Blah blah


TheListener

Quote from: Blah blah on June 05, 2012, 03:22:29 PM
The global mods are default admin?

From what i remember these are the only membergroups which have the group colours.

Blah blah

Basically I want a non-admin membergroup to be able to access the chat logs. Is there any way to do this?

TheListener

Quote from: Blah blah on June 05, 2012, 03:27:04 PM
Basically I want a non-admin membergroup to be able to access the chat logs. Is there any way to do this?

Now that is a completely different matter entirely.

TheListener

For an admin to view the chat log.

http://www.yourforum.com/chat/?viewlogs

I can'r remember the file you edit if you want everyone to view logs other than admin.

Blah blah

Well if anyone else knows let me know please.

TheListener

Quote from: Blah blah on June 05, 2012, 04:01:02 PM
Well if anyone else knows let me know please.

Alternatively you could use the search function.

But as I said you can either allow admins only to view the logs or everyone.

Blah blah

The search turned up nada for me.

Well that sucks. Seems like having other membergroups that arent admin able to view the logs (like moderators) would make sense.

Etcher

Hello I have a problem with 3.2.2 running on SMF 2.0.2. It installed fine and everything works like a charm but there's one thing. When someone is in the chatroom and they close the window, it doesn't log them out. Then when they enter the chat again, it shows a duplicate of that user online. So when you list the online users it would show for example Etcher, Etcher. Is there a way to fix it so that when the user closes the chat window it automatically logs them out? Thanks.
TeenDev is a web-based community for aspiring developers around the world.
Here you can find mentors, collaborate with others on projects, and learn more about your passions.
Join us @ teendev.net/forums/ [nofollow]

TheListener

Etcher are there any errors in the error log?

Etcher

Quote from: Old Fossil on June 07, 2012, 07:55:21 PM
Etcher are there any errors in the error log?
No. The problem is that the user doesn't automatically log off when they close the chat window (I'm using the pop-up one).
TeenDev is a web-based community for aspiring developers around the world.
Here you can find mentors, collaborate with others on projects, and learn more about your passions.
Join us @ teendev.net/forums/ [nofollow]

Etcher

In Sources/Subs.php
How to change the color of the 'Chat' nav link:
Find:
$chatButton = 'Chat';

Replace with:
$chatButton = '<font color="red">Chat</font> ';
You can then of course change "red" to the color of your choice. (use hex)

How to move the 'Chat' nav button next to Home:
Find:
'chat' => array(
'title' => $chatButton,
'href' => $chatLink,
'show' => true,
'sub_buttons' => array(
),
),


Replace with:
//Chat nav removed

Find:
'home' => array(
'title' => $txt['home'],
'href' => $scripturl,
'show' => true,
'sub_buttons' => array(
),
'is_last' => $context['right_to_left'],
),


Add after:
'chat' => array(
'title' => $chatButton,
'href' => $chatLink,
'show' => true,
'sub_buttons' => array(
),
),


How to disable 'Help' nav button:
Find:
'help' => array(
'title' => $txt['help'],
'href' => $scripturl . '?action=help',
'show' => true,
'sub_buttons' => array(
),
),


Replace with:
'help' => array(
'title' => $txt['help'],
'href' => $scripturl . '?action=help',
'show' => false,
'sub_buttons' => array(
),
),


I hope these simple edits will clear some questions up.
TeenDev is a web-based community for aspiring developers around the world.
Here you can find mentors, collaborate with others on projects, and learn more about your passions.
Join us @ teendev.net/forums/ [nofollow]

Blah blah

I want a non-admin membergroup to be able to access the chat logs. Is there any way to do this?

Etcher

Quote from: Blah blah on June 08, 2012, 01:17:53 PM
I want a non-admin membergroup to be able to access the chat logs. Is there any way to do this?
Yes. Go in chat/lib/config.php

Find:
$config['logsUserAccess'] = false;

Replace with:
$config['logsUserAccess'] = true;
TeenDev is a web-based community for aspiring developers around the world.
Here you can find mentors, collaborate with others on projects, and learn more about your passions.
Join us @ teendev.net/forums/ [nofollow]

Blah blah

Quote from: Etcher on June 08, 2012, 02:21:27 PM
Quote from: Blah blah on June 08, 2012, 01:17:53 PM
I want a non-admin membergroup to be able to access the chat logs. Is there any way to do this?
Yes. Go in chat/lib/config.php

Find:
$config['logsUserAccess'] = false;

Replace with:
$config['logsUserAccess'] = true;

Looks like that allows everyone to see the logs. Sadly, I wish we could have more control over this, like defining which exact membergroups can access the logs.

Tom64

Hi everybody,

I'm using the Ajax Chat in my 1.1.16 with several chatrooms and I would like to enter one of them directely from my profile.
I've tried a few links, but probably not the right caught. So how can I enter the room of my choice with one link?

Many thanks and kind regards.
Meine Frage wäre auch was für dein Forum ?
Schreib es drunter. Wenn viele die Antwort wollen, haben wir vielleicht mehr Glück  :)

Danke an alle die die hier helfen  :)

TheListener

Entering the chat via your profile is not possible.

Advertisement: