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

» How to force a rank on new users.
» Join the chat
» Force Oldest Users to fill new fields too
» There are currently 0 user(s) on the ChatBox : [ Join the Chat ]
» is it possible to force all registered users to view a specific thread
» Join the chat
» Force Oldest Users to fill new fields too
» There are currently 0 user(s) on the ChatBox : [ Join the Chat ]
» is it possible to force all registered users to view a specific thread
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum