Page 1 of 1

Multiple Nodes Templates

Posted: Fri Aug 22, 2014 1:57 pm
by zap
Hi folks.

As I'm digging deeper into the skin creations there are a few questions related to nodes.

I use the thumbnail script from Hopki

Now I want to integrate the map but showing the markers/nodes on the map should have a different layout.
When I drag the nodes on the map, they apply the layouts defined from the thumbnails.

How to proceed ?
Tried with containers but no real luck.
Any instruction in tutorials or on the web on this subject using multiple instances of nodes ?

Kind Regards

Re: Multiple Nodes Templates

Posted: Fri Aug 22, 2014 5:32 pm
by zap
My mistake

Look here
http://ggnome.com/wiki/Using_Node_Marke ... ode_images

My issue was more related to the thumbnail template from Hopki and when you use it, this technique does not work out of the box.
Still checking, but there is a variable set for the thumbs which I'm actually missing to reconfigure...

Re: Multiple Nodes Templates

Posted: Fri Aug 22, 2014 6:06 pm
by Hopki
Hi Zap,
Only the element with the ID markertemplate will work with drag and drop.

You can have many markertemplates, just add null to the end of the one not in use, can be anything but I use null.

Example:
thumbnail = markertemplate
map = markertemplatenull

Dragging nodes from the tour browser will make thumbnails.

thumbnail = markertemplatenull
map = markertemplate

Now dragging nodes will make map hotspots.

If you have more markertemplates then just add null01, null02, null03 etc and just rename the one you want to use.
Regards,
Hopki