Support

  1. makers
  2. General
  3. Monday, July 07 2014, 10:18 AM
Hi Easyprofile

I'm using your plugin in a site im making. I'd like to disable some of the features your plugin provides, such as the ability to tag, and the blog, and other stuff like that. Is there a way i can remove these from the frontend in a proper way, other than using CSS?

thanks
admin Accepted Answer
Admin
Hi,
you can disable the plugin or set permissions.

Go to Admin panel (screenshot 1)
Now from left menu go to "Plugin Manager" and disable plugin (like Blog, see screenshot 2)

Tag manager is a core plugin. you can remove this with Theme manager, we must write a documentation. after stable version release.
Override Theme to remove in Tag Block in lists:
- Go to Admin Panel -> Theme Manager
- Click on "Social Network" under Base theme
- on left select the file Elements->blocks->tags_block.cpt
- Click on Copy button and copy it in to Blue Theme
- Go to Admin Panel -> Theme Manager
- Click on Blue Theme
- on left select the file Elements->blocks->tags_block.cpt
- Delete all content and save

If you copy the template file on Blue theme when you update Social Network these file are no overwritten.

Override Theme to remove in Tag Block in various items(video,tipics,):
You can follow same steps of previous but the block are in various files and you must delete only HTML that display the block.
Example. for topic you can delete in file Tipics->view.ctp this code:
<div class="box2">
<h3><?php echo __('Tags')?></h3>
<div class="box_content">
<?php echo $this->element( 'blocks/tags_item_block' ); ?>
</div>
</div>


I hope this will be useful;)
Attachments (2)
  1. more than a month ago
  2. General
  3. # 1
makers Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 2
syn Accepted Answer
Pro
could you pls add this in a future release ? thank you
  1. more than a month ago
  2. General
  3. # 3
syn Accepted Answer
Pro
iam sorry did not see an edit button to change my post
i tried it as you written it and nothin happend...
  1. more than a month ago
  2. General
  3. # 4
admin Accepted Answer
Admin
i tried it as you written it and nothin happend...

Sorry can you explain me better what have you done?

Disable features is simple, above you will find my reply with screenshots
  1. more than a month ago
  2. General
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.