[Code]Involving Chatbox
5 posters
Page 1 of 1
[Code]Involving Chatbox
I want to hide this from the statistics which is found the very bottom of the index
CHATBOX
There are currently 5 user(s) on the ChatBox : Username1, Username2, Username3, Username4
[ Join the Chat ]
I want to hide it so is there any code around there?
CHATBOX
There are currently 5 user(s) on the ChatBox : Username1, Username2, Username3, Username4
[ Join the Chat ]
I want to hide it so is there any code around there?
cHaSwWind04- Forumember
- Posts : 192
Reputation : 1
Language : English
Location : In front of a monitor... Duh!
Re: [Code]Involving Chatbox
Hi,
Are you currently using, the version; PhpBB3? If, so won't be possible, since you need access to the templates. There, might be a code. But, that I'm aware of, nope. Sorry.
Are you currently using, the version; PhpBB3? If, so won't be possible, since you need access to the templates. There, might be a code. But, that I'm aware of, nope. Sorry.
Re: [Code]Involving Chatbox
it may be possible by finding the id/class
going to css
writing it up like so
going to css
writing it up like so
- Code:
classoridname{
display:none;
}
Re: [Code]Involving Chatbox
On phpbb3 you could hide it using this CSS:
- Code:
p.page-bottom + .h3, p.page-bottom + .h3 + div.page-bottom, #chatbox_popup { display: none; }
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: [Code]Involving Chatbox
See i knew it was CSS to hide, I dont know the fields for it so, good job LG
Re: [Code]Involving Chatbox
^huh???
~Topic Solved~
~Topic Solved~
cHaSwWind04- Forumember
- Posts : 192
Reputation : 1
Language : English
Location : In front of a monitor... Duh!
Re: [Code]Involving Chatbox
Topic Solved & Locked |
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Similar topics
» Code For Chatbox
» Chatbox backbround pic (CSS code)
» JS Code Blocking Chatbox
» HTML code for chatbox
» CSS code(s) for getting rid off chatbox buttons
» Chatbox backbround pic (CSS code)
» JS Code Blocking Chatbox
» HTML code for chatbox
» CSS code(s) for getting rid off chatbox buttons
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum