By Gregor de Lijzer on Saturday, 05 November 2016
Posted in Technical Issues
Replies 6
Likes 0
Views 245
Votes 0
Ok! I did like Mark told me (Thanks a lot!!)
The thing is ...
i want to click on an app on a groups homepage. the link is something like "... /index.php/de/groups/1-my-group/214-planner"
i want to open this in an canvas but it opens me as if it is "embed".
i have a view.html.php under ".../apps/group/planner/groups". this view is called. Shouldn't there be something with an directory with canvas?
in the file"..../apps/group/planner/planner.xml" i defined my app as following ...


<?xml version="1.0" encoding="utf-8"?>
<social type="apps" group="group">
<name>Planner</name>
<element>planner</element>
<version>1.0.0</version>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<installable>true</installable>
<core>false</core>
<views>
<view type="canvas">groups</view>
</views>

....
What do i have to do, make an app under a group page appear as canvas??

Thanks Greg
Currently only profile supports the canvas layout currently.
·
Saturday, 05 November 2016 22:49
·
0 Likes
·
0 Votes
·
0 Comments
·
what a pity!
·
Monday, 07 November 2016 19:42
·
0 Likes
·
0 Votes
·
0 Comments
·
will this be changed in future versions?
·
Monday, 07 November 2016 19:43
·
0 Likes
·
0 Votes
·
0 Comments
·
We might consider adding this in the near future considering that the canvas layout seems to be pretty useful
·
Monday, 07 November 2016 22:55
·
0 Likes
·
0 Votes
·
0 Comments
·
I still need to show my group app in full width (canvas). Where do i have edit code or set a switch to remove the sidebar to get a full width canvas in a group app?
·
Tuesday, 07 February 2017 23:40
·
0 Likes
·
0 Votes
·
0 Comments
·
I am sorry for the delay of this reply,

Currently we do not have canvas layout from the group page, even you put following code from the app xml file, it will still not work.


<?xml version="1.0" encoding="utf-8"?>
<social type="apps" group="group">
<name>Planner</name>
<element>planner</element>
<version>1.0.0</version>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<installable>true</installable>
<core>false</core>
<views>
<view type="canvas">groups</view>
</views>


If you require us to perform the customization for you, you can always request for a quote from us at https://crm.stackideas.com and select "Customizations" . Our sales person would be glad to send you a quote for the customizations that you have requested.
·
Thursday, 09 February 2017 17:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post