Customizing SMF > Modifications and Packages
AjaxChat Integration (latest version 3.2.1)
SuperBrian91:
Hi,
I got a question about the chat logs - I know how its possible to allow admins to see the logs but is there anyway to make it so Global Moderators/Moderators can also see the logs?
Thanks in advance.
Old Fossil:
--- Quote from: SuperBrian91 on July 11, 2012, 06:19:48 PM ---Hi,
I got a question about the chat logs - I know how its possible to allow admins to see the logs but is there anyway to make it so Global Moderators/Moderators can also see the logs?
Thanks in advance.
--- End quote ---
As I have explained before you can either have admins view the logs or everyone.
MrNicotine:
I've added the bbc function [you*] to my forum, but it doesn't work in chat or shout. Can this be enabled in some file? (adding bbc functions)
No biggie, just wondering ;) I'm not sure if this is even possible...
Manu.G:
--- Quote from: PureLoneWolf on July 06, 2012, 09:30:15 AM ---Hi all
I have got it working and customised how I want it (SMF 2.0.2) but would like to know if there is a way to remove the Chat menu item, if the user has no access to chat.
For example, at the moment, I only want Admins and 2 other membergroups to have access to use AjaxChat...which is working fine. However, everyone can see that there is a Chat available.
Is there a way to do this inside Subs.php?
Thanks
--- End quote ---
I had the same problem, because guests shouldn't see the chat-button and I solved it with a little trick :)
I changed the code
--- Code: ---'chat' => array(
'title' => $chatButton,
'href' => $chatLink,
'show' => true,
'sub_buttons' => array(
--- End code ---
into
--- Code: ---'chat' => array(
'title' => $chatButton,
'href' => $chatLink,
'show' => $context['allow_memberlist'],
'sub_buttons' => array(
--- End code ---
Guest on my forum aren't allowed to see the Members-List and because of this they can't see the Chat-Button :)
I know it isn't the best solution, but it works :)
hellboy78:
do you known if there is a version for SMF 1.1.16 ???
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version