Force Users To Join Chat
2 posters
Page 1 of 1
Force Users To Join Chat
Hello,
I would like to force users that have already registered to join chat automatically, without having to click "log in." (If there is code involved could you tell me where exactly I have to paste it)
And one other question please. I was looking up an old thread to see if I can increase increase the max avatar size and somebody stated, "Use this code:"
.postprofile img{
max-width: 250px !important;
max-height: 300px !important;
}
Can you please tell me where exactly I paste this code into?
thanks
I would like to force users that have already registered to join chat automatically, without having to click "log in." (If there is code involved could you tell me where exactly I have to paste it)
And one other question please. I was looking up an old thread to see if I can increase increase the max avatar size and somebody stated, "Use this code:"
.postprofile img{
max-width: 250px !important;
max-height: 300px !important;
}
Can you please tell me where exactly I paste this code into?
thanks
rippx- New Member
- Posts : 10
Reputation : 0
Language : English
Re: Force Users To Join Chat
Hey,
Use this JS:
About the other code, its a CSS Style. Follow this path:
Regards!
Use this JS:
- Code:
$(function(){
if(document.getElementById('logout')) $.post('/chatbox/chatbox_actions.forum?archives','mode=send&sent=');
});
About the other code, its a CSS Style. Follow this path:
Regards!
Re: Force Users To Join Chat
Okay, thank you they both worked.
rippx- New Member
- Posts : 10
Reputation : 0
Language : English
Similar topics
» Hide chat/Ban all users chat (except Admin/Mods/Group)
» chat box does not show for standard users
» auto update chat users without page refresh
» Force Users to Read Thread After Registration
» Users can't join forum.
» chat box does not show for standard users
» auto update chat users without page refresh
» Force Users to Read Thread After Registration
» Users can't join forum.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum