I would like to display the output of the graphviz filter module which is actually an image + links to other site stujf:

Here is a sample of what the function ccm_graphviz_taxo() I used for the test returns:


Only local images are allowed.


...

I tried the following code in the node's body:

$G = ccm_graphviz_taxo();
" rel="lightframe[][my caption]">TaxoFrame
" rel="lightmodal[][my caption]">TaxoModal

In both TaxoFrame TaxoModal cases the node itself is displayed.

Here is the link to the test node:
http://www.controlchainmanagement.org/node/994

Is this really something Lightbox can do?
If yes, where am I wrong?

Thanks for help

Comments

jvieille’s picture

The html code sample return by my ccm_graphviz_taxo() function was wiped of the post
here it is

<div class="graphviz graphviz-" gif="">
<img usemap="#G" title="" src="http://www.controlchainmanagement.org/sites/controlchainmanagement.org/files/graphviz/6ad8b26af6b2ffb00126e8d616eb4c11.gif">
<map name="G" id="G">
<area coords="3936,29 3925,22 3895,15 3849,10 3790,7 3725,5 3660,7 3602,10 3555,15 3525,22 3515,29 3525,37 3555,43 3602,49 3660,52 3725,53 3790,52 3849,49 3895,43 3925,37" alt="" title="D-Enterprise System taxonomy" href="/admin/content/taxonomy/edit/vocabulary/2" id="node1" shape="poly">
...
</map>
</div>