1. HDcms
  2. Features Request
  3. Friday, July 06 2018, 03:12 PM
Hi,
In order to allow cross-search (article, calendar, profile ...) I want to use joomla tags to tag profiles?
Is it possible now or do you accept the suggestion ?
Regards
admin Accepted Answer
Admin
Hi,
sorry this is possible..and suggestions are always welcome. We will consider to add this feature.
  1. more than a month ago
  2. Features Request
  3. # 1
HDcms Accepted Answer
Content Protected
  1. more than a month ago
  2. Features Request
  3. # 2
admin Accepted Answer
Admin
Hi,
you can remove inserted tag from Admin Panel (http://docs.easy-profile.com/index.php/article/social-network-configuration)->Tags Manager

While waiting to be compatible with joomla tags
We still need to consider to add this feature, so for now if you need tags then the best way is to use Social Network plugin built in tags manager
  1. more than a month ago
  2. Features Request
  3. # 3
HDcms Accepted Answer
HI,
Until compatibility with joomla tags, I want to remove the ability to create your tags. I had looked at the documentation. I can not do it, you have a screenshot?
I will not use your tags because there will be a migration problem after and currently there may be too many duplicates (unlike joomla tags which also allows cross search)
Regards
  1. more than a month ago
  2. Features Request
  3. # 4
admin Accepted Answer
Admin
Hi,
I want to remove the ability to create your tags
Sorry this is not possible natively, to do this you can consider to add following JS code to your template:
jQuery(document).bind('ready ajaxStop',function(){jQuery('input#tags').parent().hide();});


Almost Joomla templates allow you to add custom Javascript code from Extensions->Templates->Styles
  1. more than a month ago
  2. Features Request
  3. # 5
HDcms Accepted Answer
Hi,
Ok but I can not do it now with protostar
This is not urgent, can you put it in parameter in a future version?
Thanks
  1. more than a month ago
  2. Features Request
  3. # 6
admin Accepted Answer
Admin
Hi,
also protostar support this, but unfortunately this is not well documented.

Anyway, to do this you can create the file /templates/protostar/js/user.js and put the javascript code in this file.

Tip: same way for CSS style, but the file is /templates/protostar/css/user.css

These files will be not overwritten during Joomla update in order to not loss your customizations.
  1. more than a month ago
  2. Features Request
  3. # 7
HDcms Accepted Answer
Content Protected
  1. more than a month ago
  2. Features Request
  3. # 8
admin Accepted Answer
Admin
Hi,
the "module" "Popular Tags" is always displayed. Can you hide it so empty?
yes, sorry I have forgot it :D

To remove it please follow these steps:
- Access to Admin Panel (http://docs.easy-profile.com/index.php/article/social-network-configuration)
- Go to Theme Manager
- Choose "SocialNetwork Theme"
- Choose file Elements/blocks/tags_block.ctp on left menu
- Click on button "Copy"*** and copy it in "Blue Theme"
- Come back to Theme Manager and choose "Blue Theme"
- You will see your override to customize, basically you need to remove all content from this file

NOTE: This way create a override for layout file called "Elements/blocks/tags_block.ctp" and after future upgrade you does not loss your override.
  1. more than a month ago
  2. Features Request
  3. # 9
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.