ISSUE SUMMARY: Hi
1.
Hi, Brian.
1. This is NOT JomSocial profile but Joomla! account profile.
Yes, you may disable them in Backend -> Users -> User manager -> Options (button upper right).
2. You may change nearly any text by using Joomla! language override:
documentation.jomsocial.com/wiki/Changin...gle_Sentence_or_Word
Hi, Brian.
I'm sorry but all of them you should find in Joomla! language override search.
If not, you may edit and search for constant in ROOT/languages/en-GB/com_community.ini
Sorry to bother again
On every group and event cover image there is a "Share This" icon which allows you to share the group or event to facebook, twitter etc
Is it possbile to replace the share icon with text?
Thank you
Hi, Brian.
Yes. For groups:
ROOT//components/com_community/templates/jomsocial/layouts/groups/single.php
For events:
ROOT/components/com_community/templates/jomsocial/layouts/groups/single.php
Copy them respectively to:
ROOT/templates/your-template/html/com_community/layouts/groups (if you don't have those folders - feel free to create them)
ROOT/templates/your-template/html/com_community/layouts/events (if you don't have those folders - feel free to create them)
Then edit files and look for text "joms-button--shared".
Locate lines with that class and replace:
<svg viewBox="0 0 16 16" class="joms-icon">
<use xlink:href="<?php echo CRoute::getURI(); ?>#joms-icon-redo"></use>
</svg>
with your text.
Hi Michal
1. Is it possible to do the same for a member or friend on their cover image to change that share icon to text, because if i go to that file path you gave me (ROOT//components/com_community/templates/jomsocial/layouts/groups/single.php) i don't see any friend(s) or member(s) folder.
2 I want that share text to stand out for the groups(businesses), events, friends and member cover pages. Is it possible to change it to a button ? Check the attachement (red box)
HI, Brian.
1. If you want to do that for profile page, do an override for this file:
ROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php
2. But it is a button... I'm not sure what you need here. You may style it using css.
Hi Michal
1. What do you mean by override ? Should i just edit that php file and change that:
<svg viewBox="0 0 16 16" class="joms-icon">
<use xlink:href="<?php echo CRoute::getURI(); ?>#joms-icon-redo"></use>
</svg>
with my text.
like we did for groups and events
or
copy that file(ROOT/components/com_community/templates/jomsocial/layouts/profile/focus.php)
to
ROOT/templates/your-template/html/com_community/layouts/profile (if you don't have those folders - feel free to create them) and edit the coding in there and change:
<svg viewBox="0 0 16 16" class="joms-icon">
<use xlink:href="<?php echo CRoute::getURI(); ?>#joms-icon-redo"></use>
</svg>
with my text.
2.
HI, Brian.
1. I explained above what "override" means. You need to copy certain file to another location - I specified that location in my post above.
Read this documentation about template customization:
documentation.jomsocial.com/wiki/Customizing_Template
If you just edit that file in original location - your changes will be lose after next update.
2. No, you can't remove notifications. They are use for informing user what just happen, explains why can't see certain things. In other case he/she may thing something goes wrong.
3. No, this can't be done in easy way. You'll need hack core files and implement tooltips to certain elements in a php loop. This is ain't easy. Core hacks are not recommended nor supported as they may not working with future JomSocial releases and/or cause issues that will be not supported. Users with core files hack refuse to upgrade their installation to keep those hacks and they are stuck with outdated and unsupported versions. Also core hack will be overwritten during upgrade.