Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Hide Share Box from frontpage and profile pages

6 years 10 months ago
  • Lisa's Avatar
    Topic Author
  • Lisa
  • Offline
  • Fresh Boarder
  • Posts: 24
  • Thank you received: 0
Licenses:
JomSocial Expired

I've posted this before, but have not found the right solution yet.

I would like to remove the Share Box from the Frontpage and from the Profile-page so that members can only post in the Groups.

The easy solution was to hide it with CSS:

.joms-main .joms-postbox-tabs {
display: none !important;
}
.joms-main #joms-group--stream .joms-postbox-tabs {
display: block !important;
}

but on my website the bar with photo, video etc. was still there

I tried to add:
ul.joms-list.inline {
display: none !important;
}

but then the bar was gone in the groups share box as well, so that wasn't the right solution.

Any other suggestions?

Thanks!

6 years 10 months ago
Licenses:

Hi, LIsa.

Just take a look how I did an exception for groups:

.joms-main #joms-group--stream .joms-postbox-tabs {
display: block !important;
}

try:

.joms-main #joms-group--stream .joms-postbox-tabs, .joms-main #joms-group--stream ul.joms-list.inline {
display: block !important;
}


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
6 years 10 months ago
  • Lisa's Avatar
    Topic Author
  • Lisa
  • Offline
  • Fresh Boarder
  • Posts: 24
  • Thank you received: 0
Licenses:
JomSocial Expired

It seems to work :)

Is there a better way to do the first part:

.joms-main .joms-postbox-tabs {
display: none !important;
}
ul.joms-list.inline {
display: none !important;
}

Thanks!

6 years 10 months ago
Licenses:

HI, Lisa.

Yes, you may combine it in one:

.joms-main .joms-postbox-tabs, ul.joms-list.inline {
display: none !important;
}


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW