By adrien on Friday, 20 October 2017
Posted in General Issues
Likes 0
Views 352
Votes 0
Hello

It appears in ES2.1 apps link have moved to the top menu and now call for view profile instead of previous canvas
All my custom apps get:
The view profile does not exist for this app.
Do you have any recommendations to make my apps compatible with ES2.1 ?

Thank you.
Hey Adrien,

Yep, that is correct. Were you previously using the canvas view or the embed view? If you used the canvas view earlier, it's just renaming your view from canvas to profile and you are good to go. For instance, previously the calendar canvas app uses:

OLD:
/media/com_easysocial/apps/user/calendar/views/canvas/view.html.php

NEW:
/media/com_easysocial/apps/user/calendar/views/profile/view.html.php

OLD:
class CalendarViewCanvas extends SocialAppsView

New:
class CalendarViewProfile extends SocialAppsView
·
Friday, 20 October 2017 22:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the prompt reply,

This is what I tested, I wanted to make sure no other change was involved.

Have a nice weekend!
·
Saturday, 21 October 2017 01:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome, have a nice weekend too.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Saturday, 21 October 2017 11:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post