Closed (fixed)
Project:
ecard
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2012 at 00:54 UTC
Updated:
16 Mar 2012 at 16:20 UTC
Can I replace the card page with a panel page?
Comments
Comment #1
kars-t commentedHi
the card itself is some entity. Maybe a node. The form and display are fields. So yes you can override this with panels and use the fields as you like.
Comment #2
emkamau commentedHi
thanks for the reply. I was able to override the node page for my ecard content type with a panel page. The other thing now is that the ecard form simply shows up in panels (also in Display Suite) as a single entity. So I can include it as is on the panel page. I would like to access the individual form fields of the ecard form, so that I can have, say, the message displayed separately from the sender name etc. Is this possible? I'm not a coder, but I'll be happy to test :)
emk
Comment #3
kars-t commentedHi
basically Panels can display different fields of an entity. But the form fields are one array within the Form API. You would have to implement a theming file for this. No this can't be done by panels.