ISSUE SUMMARY: Hi
1.
Hi, Brian.
1. To set status post to "Friends" by default you need to set Profile privacy to "Friends" as posts follow profile provacy.
Do that in Backend -> Components -> JomSocial -> Configuration -> Privacy.
After you save, click button below privacy settings to reset users settings.
Now rest privacy options in status box you may hide using this css code:
.joms-postbox-dropdown.privacy-dropdown li:nth-child(1), .joms-postbox-dropdown.privacy-dropdown li:nth-child(2), .joms-postbox-dropdown.privacy-dropdown li:nth-child(4) {
display: none;
}
<textarea class="joms-textarea" name="message">default text<?php echo (! empty($post['message'])) ? $post['message'] : '' ; ?></textarea>
Hi, Brian.
It's because you've created Custom.css not custom.css :D
Change capital C to c :)
Hi, Michal.
I asked you last week how i can change the default cover images for groups, events and profile(male+female)
You provided me with this link
documentation.jomsocial.com/wiki/Replacing_Default_Avatar
, which helped alot, but
I don't get the cover images i want to override.
When i say cover images i mean these images:
Hi, Michal.
Sorry i see those cover images is there at the bottom of the page. Sorry about that.
I have a question.
I followed the instructions that link gave me, but how do i edit or override the default avatar images of cover images? If i copy them and past them in the ROOT/templates/YOURTEMPLATE/html/com_community/images file path and click on the images there is no edit option on the upper right corner. If i double click on the image it downloads the image. Please help.
Thank you !
Hi, Brian.
ROOT is not a "ROOT" folder. It's just a folder where Joomla! resides on your server.
If you upload your new covers into right folder (following instruction) they will replace default ones... without any additional actions.