Closed (fixed)
Project:
Galleria
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 May 2009 at 10:58 UTC
Updated:
22 May 2009 at 12:40 UTC
Hi, is there a way how to make node text appear above Galleria? Currently the code is generated in the following way:
<div class="content">
<div id="galleria-content">
...
</div>
Node text goes here.
</div>
I'd like to have
<div class="content">
Node text goes here.
<div id="galleria-content">
...
</div>
</div>
It would be great to add an option for selecting the text position directly into Galleria settings.
Btw, thanks for this module and for all the support here!
Comments
Comment #1
Mark Theunissen commentedYou can do this, just go to the "Manage fields" section of the content type and drag-n-drop the Galleria to be above the node's body.
The URL you're looking for would be something like admin/content/node-type/galleria/fields
Comment #2
petrd commentedThanks for the pointer. It's a lightweight site running without CCK. Once I installed it, I was able to solve my problem.
Still, from the usability point of view, I think there could be a hint on the Galleria settings page, for example below the listbox. Something like
for those who don't have CCK installed
and
for those who have it. People like me would appreciate this :)
Just my 2 cents...
Comment #3
Mark Theunissen commentedThanks, I have added this message to the admin form.