You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I point to Room Unit URL (ex. http://188.166.20.248/drupal/unit/3) nothing is rendered into content, only room unit name as title (H1). I supose rooms_unit.tpl.php is the template. It seems like state, type, beds, etc. are disable with "unset" command.
I have to comment them in order to show any info:
I believe this may be the expected behavior. It's been a while since I've looked at the front end functionality, but I seem to remember that the default workflow was to separate front-end nodes from backend unit entities, and/or create room description content on a separate node which can be linked to the room type, which is supposed to get pulled in automatically on at least the -checkout- booking screen.
I believe the unit entities' "view" page certainly has more work that could be done to improve the default display. @dalareo , can you tell us more about your use case?
When I point to Room Unit URL (ex. http://188.166.20.248/drupal/unit/3) nothing is rendered into content, only room unit name as title (H1). I supose rooms_unit.tpl.php is the template. It seems like state, type, beds, etc. are disable with "unset" command.
I have to comment them in order to show any info:
// unset ($content['state']);
// unset ($content['type']);
// unset ($content['sleeps']);
// unset ($content['bed_arrangement']);
The text was updated successfully, but these errors were encountered: