Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
The core content of my website is photos. I'm currently focusing on user interaction with photos and would like to see working examples of users custom pager for image gallery.
I have the image gallery installed but I want to see various pager styles in action.
please post a link to your gallery and your pager code as well.
Is there a way to find all the $node-> values, or indeed all the variables at all? Some of them are listed on the PHPTemplate pages, but a lot of possibilities seem to be undocumented.
Is there a list anywhere? Apologies if I'm being silly - I've searched everywhere on drupal.org and the net!
I have my own content type "turbo" (by cck module), views for this content type with rss argument for it.
But I want to make theme for this rss output.
To my understanding, $content is a variable of page.tpl.php but I don't understand how to control what content will be shown. I understand the functionality offered within administration to create stories and pages. I understand these are different node types, but I may be missing something.
How can I, for example, show simultaneously a list of teasers for multiple stories and multiple pages? When I throw in the $content variable in my page.tpl.php how can I have more precise control with what nodes I am presenting?