[SOLVED] remove the icons in the connectionBox

12 years 9 months ago - 12 years 9 months ago #170261 by mark102
Hi,
is there a way to remove the profile and pm icons in the connectionBox ?
Regards

Please Log in to join the conversation.

12 years 9 months ago #170277 by krileon
Replied by krileon on topic Re: remove the icons in the connectionBox
Not without editing the source. The PM icon won't show if you don't have a PMS configured, but then you'd lose PMS capability. There are no unique CSS classes so it wouldn't be possible to hide using CSS without using complex selectors. The below CSS3 will do the trick, but please keep in mind it's CSS3 and only would function on modern browsers.
.connectionBox div:last-child a[href*="task=userProfile"],
.connectionBox div:last-child a[href*="task=new"] {
	display: none;
}

Another option is to remove ALL the icons except for online status. This too is CSS3; example as follows.
.connectionBox div:last-child a {
	display: none;
}


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

12 years 9 months ago #170282 by mark102
Replied by mark102 on topic Re: remove the icons in the connectionBox
Simply, it's working fine! Thanks!

Please Log in to join the conversation.

11 years 7 months ago #209770 by rolf3dea
Replied by rolf3dea on topic Re: remove the icons in the connectionBox
I know this is an old post, but where can I find the file to edit this? Or should I create one and place it somewhere? (damn.. there is a lot more to know than I thought!)

Please Log in to join the conversation.

11 years 7 months ago #209771 by krileon
Replied by krileon on topic Re: remove the icons in the connectionBox
Simply place it at the bottom of your Joomla template CSS file.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: rolf3dea

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.244 seconds

Facebook Twitter LinkedIn