The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Css for hiding the chatbox informations from footer

5 posters

Go down

Css for hiding the chatbox informations from footer Empty Css for hiding the chatbox informations from footer

Post by darkspectre April 12th 2009, 9:42 pm

What's the css for hide this?

Css for hiding the chatbox informations from footer Chatbo10

I use phpbb3 and i want to put the chatbox in the staff place but I don't want to users to have access at chatbox.
darkspectre
darkspectre
Forumember

Male Posts : 160
Reputation : 2
Language : Romanian
Location : Romania

http://www.fg-coding.net

Back to top Go down

Css for hiding the chatbox informations from footer Empty Re: Css for hiding the chatbox informations from footer

Post by lax April 12th 2009, 9:52 pm

There may be a CSS, but there is an easier way to remove it trough the Administration panel.
lax
lax
Forumember

Male Posts : 78
Reputation : 0
Language : Serbian, English, French and German

http://laxhosting.iz.rs

Back to top Go down

Css for hiding the chatbox informations from footer Empty Re: Css for hiding the chatbox informations from footer

Post by darkspectre April 13th 2009, 12:52 pm

If i remove it from the Administration Panel,i will disable the chatbox,and i don't want to.
darkspectre
darkspectre
Forumember

Male Posts : 160
Reputation : 2
Language : Romanian
Location : Romania

http://www.fg-coding.net

Back to top Go down

Css for hiding the chatbox informations from footer Empty Re: Css for hiding the chatbox informations from footer

Post by Darren1 April 13th 2009, 1:16 pm

Hello,

I dont believe that this is possible.

Maybe under PHPBB2, with template editing, but not too sure Confused Confused
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Css for hiding the chatbox informations from footer Empty Re: Css for hiding the chatbox informations from footer

Post by Nelsaidi April 13th 2009, 6:44 pm

Even if you hide it they can still access it.
avatar
Nelsaidi
Forumember

Male Posts : 508
Reputation : 25
Language : English
Location : London,UK

http://forum.erepublik.co.uk

Back to top Go down

Css for hiding the chatbox informations from footer Empty Re: Css for hiding the chatbox informations from footer

Post by ankillien April 13th 2009, 7:22 pm

Hi!

I've tried many CSS codes in my forum and I got something.
But this won't give you all that you need.

This code will delete "Who is online" link as well as "Newest registered user" name from the stats.

About the chat box, The chat box links will be completely hidden and "Currently users on chat box" will also be hidden.

Code:
.h3 a , #chatbox_popup { display : none; }
.page-bottom a strong { display : none; }


Ok, if you don't want to hide online users on chat box, use this code. This will also unhide the "Newest registered user" name in stats.

Code:
.h3 a , #chatbox_popup { display : none; }


Hope this helps Razz
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Css for hiding the chatbox informations from footer Empty Re: Css for hiding the chatbox informations from footer

Post by darkspectre April 14th 2009, 9:10 am

Yeah...still show that:
There are currently 0 user(s) on the ChatBox :
I think I'll use a chatbox taken from the internet.
Thanks anyway.
darkspectre
darkspectre
Forumember

Male Posts : 160
Reputation : 2
Language : Romanian
Location : Romania

http://www.fg-coding.net

Back to top Go down

Css for hiding the chatbox informations from footer Empty Re: Css for hiding the chatbox informations from footer

Post by ankillien April 14th 2009, 9:18 am

OKey buddy.
But this is all what you can do.
CSS won't let us customize each and everything.

Smile
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum