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.

Hints ... when create new group

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

Hi ..
first we renamed groups in discussion..

but question is .. how can we make the hints not visible ... try to change german language ...
when do an ";" for making hint not active...
i get english language hints...

see attachment

Attachments:
9 years 6 months ago
Licenses:

Hi.

I'm sorry but i barely understand. Could you elaborate or add a printscreen?


- 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 6 months ago
  • ewebs's Avatar
    Topic Author
  • ewebs
  • Offline
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Licenses:
JomSocial Expired

Hi,

you see my printscreen...
i have the hint " Jede Diskussion braucht einen Namen"
when i remove that sentence in german language file .. i get the sentence from english language ?

so can i remove the hint also from english ? and there are no hints ? also not any small arrows ?

regards

9 years 6 months ago
Licenses:

Hi.

No, if you remove constant from language file, system will threat it like untranslated string - language constant will be displayed.
If you want to remove that tip then copy this file:

ROOT/components/com_community/templates/default/groups.forms.php

to:

ROOT/templates/your-template/html/com_community (if you don't have "html" or "com_community" folders, feel free to create them)

Edit it and replace line 40:

<input name="name" id="name" maxlength="255" type="text" size="45" class="required input text title jomNameTips" title="<?php echo JText::_('COM_COMMUNITY_GROUPS_TITLE_TIPS'); ?>" value="<?php echo $this->escape($group->name); ?>" />

with this:
<input name="name" id="name" maxlength="255" type="text" size="45" class="required input text title" title="<?php echo JText::_('COM_COMMUNITY_GROUPS_TITLE_TIPS'); ?>" value="<?php echo $this->escape($group->name); ?>" />

so it's enough to remove "jomNameTips" and tooltip will be gone.


- 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