Hi ppl,

the issue refers to my site www.trustsquare.com which i have recently migrated on to Drupal. I also got a custom review module developed from one of the person i met here only.

My issue is that i need to theme my content type "flexinode-1" but when i create a node-flexinode and replace this line

<?php print $content ?>

with this

<div class="inline"> <img src="/ <?php print $node->flexinode_1->filepath ?> "> </div>
<div class="summary"> <?php print $node->flexinode_2; ?> </div>

all the information shown on this page http://www.trustsquare.com/products/nokia_6230-11.html like the ranking and rating, as well as reviews associated with the product do not show up.

Can somebody here help me please? I also tried to use fleximax patch for flexinode but that does not allow php so cannot go with it.

I need to theme my flexinode-1 but need to retain all the information which show up with node.tpl.php

thanks for reading, hope i get a solution to this problem soon.

Sham

Comments

netceo’s picture

please read flexinode-node as flexinode-node.tpl.php

NetCEO