i created a simple flexi -- 3 text fields & 1 text area -- then display them using node-flexinode-1.tpl.php (phptemplate). that all works just fine (thank you, lynn).
i then added the flexis to my book. they show up in the "table of contents" but the navigation that should be at the bottom of the page -- prev | up | next -- does not show.
my tpl file does not modify $links at the bottom; all the other usual drupie links are there.
I've searched around for this in these forums and abroad. I'm using the menu block from the taxonomy_dhtm module. How do I get my taxonomy_dhtml module to display:
I want to cross-link content from different nodes like on drupal.org
The problem is that I know only how to make links using "a" tag. Is there any module or ерьер like that to make links from one page to another?
Thanks
I am having a problem with the image module creating thumbnails and previews (works fine on another site, same host). Can some one point me to how/where the image module creates the thumbnail and preview files. On the site where it works, the image module creates a file for the original, preview and thumbnail. On the machine where it fails, the only file created has the original filename.
After a long wait, I've switched from 'xtemplate' to 'php template' and jumped right in to modifying everything. In the beginning, I just did'nt get it. Now, I can't believe how easy it is and why I had so much trouble.
Anyway, I've been to http://drupal.org/node/35728 and have used many of the snippets there. I've also gone through the forums and found many snippets not listed at the above link that are very useful.