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.

Default text

9 years 1 month ago
Licenses:
JomSocial Expired iSEO Expired Socialize Expired

ISSUE SUMMARY: Hi

1.





Is it possible to remove the "Basic Settings" section. When a user logs in he/she can edit his/her profile. Is it possible to remove this section. The "Profile" section MUST stay if it's possible.

2.


Is it possible to change the text in this button("Invite Friends" red box)? to "Invite Friends/Businesses"

3.


Is it possible to change this text("Invite Friends" rex box)? to "Invite Friends/Businesses"

Thank you

Regards

Attachments:
9 years 1 month ago
Licenses:

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


- 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
The following user(s) said Thank You: Brian
9 years 1 month ago
Licenses:
JomSocial Expired iSEO Expired Socialize Expired

Thank you. I have managed to change most of the text, but there are a few I don't know where to change.

What ROOD path, file or folder should i got to, to change the following text with a red box?

1.




2.


Thank you

Attachments:
9 years 1 month ago
Licenses:

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


- 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
The following user(s) said Thank You: Brian
9 years 1 month ago
Licenses:
JomSocial Expired iSEO Expired Socialize Expired

Sorry Michal! I didn't see the search function

Thanks Michal!

9 years 1 month ago
Licenses:
JomSocial Expired iSEO Expired Socialize Expired

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

9 years 1 month ago
Licenses:

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.


- 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
9 years 1 month ago
Licenses:
JomSocial Expired iSEO Expired Socialize Expired

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)



Is that possible ?


Thanks you !

Regards

Attachments:
9 years 1 month ago
Licenses:

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.


- 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
The following user(s) said Thank You: Brian
9 years 1 month ago
Licenses:
JomSocial Expired iSEO Expired Socialize Expired

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.



Is it possible to remove this notice message for every time someone clicks on a group(business) and it is a closed group(business) same for events ?

3.


Is it possible for when a user holds his/her mouse or hover his/her mouse over members,friends,join business(which is a group we changed it to business) or invite friends(it's a event) (all located in the red box) a message will pop up. Every message will be different e.g friends will have it's own message, members will have it's own message etc

Thank you !!

Attachments:
9 years 1 month ago
Licenses:

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.


- 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
The following user(s) said Thank You: Brian
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