I want to change the node layout, so I add a node template page, but how does it get used by this theme?

Comments

dreed47’s picture

I'm not sure what you are asking. If you added a node template file and called it node.tpl.php then it should automatically be used by this theme when ever you are viewing a node.

Zabu’s picture

hmm seems like it doesn't, the file is named node.tpl.php, and the code used in it seems to be good
I guess that's not possible that drupal doesn't use it?

Zabu’s picture

now it works, but there is another problem.. whatever I change (visual layout), it will only change when you're logged in
guest users will just see the same page all time, no matter what I change to the layout.. I don't get it

I think this theme doesn't have the right code to display things how they should (this theme is different coded than another theme)