Hello, I have two types of users, regular and artists, how do I remove jreviews app from users. I want to remove jreviews "My listings" from Profile type "users"
NIK FARIS wrote:
Hello Michael,
Did you mean the app for this: http://screencast.com/t/fepSXG9o2 ? If you don't want to display only for one profile type, you need to add a checking in the app file, if the profile type is A, don't proceed. If you can provide us your FTP, I can show you a sample code for the checking.Since this is not our app, I am not sure the code structure.
NIK FARIS wrote:
Hello Michael,
I've added a sample code in this file ../media/com_easysocial/apps/user/mylistings/widgets/profile/view.html.php, http://screencast.com/t/97qYCEbzo . As you can see there I added a checking if the profile id is equal to 1, don't show the listing (return).