By sijuwi on
Is there a way to find out what variables (not sure if that is the right word) are available to use in the theme from any module.
All fields comes appear when I use using <?php print $content?> in a cck theme, but when I want to theme all the fields individually and also want to attach the signup form from the signup module, well I can find the code to pull in the signup form. I would guess it is something like <?php print $signup?> but this only brings in a 1 digit. Any help in this matter would be very much appreciated.
Comments
To see variables...
If you want to see to what variables you have access, do install the Content Template module. Written by Jeff Robbins, this module allows you to personalize at a very granular level the styling and position of every variable available. Try it adn you'll see what I mean.