View Full Version : flexinode skinning
sifuhall
04-11-2006, 11:26 AM
This question is primarily for elmuerte or anyone else with flexinode experience.
Is it possible to use different layouts with flexinode if I use the defaultvb theme?
If so what would I need to do to accomplish this?
elmuerte
04-11-2006, 01:23 PM
iirc, every flexinode type has it's own node type: $node->type
the first flexinode type has the value "flexinode1"
in the defaultvb.theme file you could simply check what the value is of $node->type and then use a different template file.
sifuhall
04-11-2006, 04:02 PM
Thank you for the info.
It sounds simple enough, I will see what I can do with this.
myetalk
04-12-2006, 09:30 AM
iirc, every flexinode type has it's own node type: $node->type
the first flexinode type has the value "flexinode1"
in the defaultvb.theme file you could simply check what the value is of $node->type and then use a different template file.
Ah, I've tried doing this but it's really hard and failed to find a way yet to do it...
sifuhall
07-12-2006, 09:23 AM
I experimited a bit with this today and got great results.
Myetalk, what issues were you having?