Hi

i would to split the node content, and to do that, i need the code to use to display the gallery in the node splitted display like this :

print $node->gallitems['#value'];

this doesnt work...and i dont know what the right way to display the gallery...

ex: http://www.lycee-brise-lames.fr/sortie-test

thanks for helping

Comments

jcmc’s picture

Hi aipes,

i have not understand your goal. Can you explain what do you want to having as result?

aiphes’s picture

i would to "wearing the text", you know like in print graphic, where the text turn aroud the image, i can do the same with float, but i must split the node content, here is a part of the code :

<div id="galerie-node"><?php print $node->ganame;  ?> </div>
    <div class="content">
      <?php //print $content; ?>
 <?php //affichage corps du texte
     print $node->content['body']['#value'] ?>
        
    </div>

and the css

 #galerie-node{
     float: right;
     background: red;
}
aiphes’s picture

it's exactly what i want to do :
http://simple.puntolatinoclub.de/category/gallery-assist/examples/exampl...

what the way to be done ?

EDIT: still layout problem, float of the gallery container is good, but i cant put the container before the content of the node with the weight setting...bad

aiphes’s picture

Title: How to find GA variables » How to find GA variables and gallery container position
Version: 6.x-1.14 » 6.x-1.15
aiphes’s picture

Title: How to find GA variables and gallery container position » gallery container position weight doesnt work
Category: support » bug
jcmc’s picture

Category: bug » support

I have tested GA at version 1.14 to search this issue but in all versions, all the posibilities to align and/float float and possitioning the container (above or below of body) are working correctly.

I belive that you have this issue on your installation but I can't reproduce it in all my tests.

In http://pruebas.puntolatinoclub.de I have created two nodes to show the functionalities. You have a admin acount there. There is installed the version 1.14 because it is the last of my tests regarding this issue.

aiphes’s picture

ok i go to see that, what the login/pass to connect ?
if i cant solve this, i will do a node.tpl whith variables to show the gallery where i want..

on http://eipes.assist-series.com , i would to assign GA to a content type to reproduce my case, but the assignments display is empty, still after choosing content type in extras...on a gallery node type , the float work well but its not my website case...

jcmc’s picture

Hello aiphes,

it is not the same that you make self in http://eipes.assist-series.com/node/2 .
It is the node you have created.
You can send to me a grafik that shows me what do you want achive.

Escuse me for the delayed answer.

Regards
Juan Carlos

aiphes’s picture

ok it seems to work on a new content type assignment...i think it will be great to add to the documentation module, that is important to respect an order to enable/activate module functionalities...
i've seen that in the way order to activate Image Cache module and GAIC...if you enable one before or after the other, presets folders doesn't be well created on server...

about Settings permissions. : when a check Gallery Assist (GA) settings::Common ; nothing appear under common on node edit mode...if i do the same think for Gallery Assist (GA) settings::Layout, page layout is available but if i check settings in particular, it works...strange, rights permissions trouble ? is global settings assignment is overrided by specific assignment settings ?

idem on the assignment content type choice....if you create content before assignment, it will doesn't work...I've the example on my under construction website...hope you could add this to the doc.