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.
I want to display random nodes from a certain Flexinode type in a block. How would I do this? I looked through the forums but couldn't seem to find exactly what I was looking for? If it's out there a link to the node with my answer would be great.
I believe this feature would be welcome by many. But in it's absence, maybe there is a hack to "Node" module that can achieve it?
The basic idea is to be able to insert one or multiple blocks (ads, html, featured articles, etc) between the content.
i want to restrict event postings (possibly others too) to "text-only" (i have created the input type) but want to allow all other node types to accept filtered html.
running drupal CVS
i would assume it's administer --> input formats (aka filter.module)
but there are no further settings.
Is it possible to filter input by node type?
i've also looked in the API code and can't figure out how to implement this.
I'm working on a template in phptemplate where I've got certain blocks that will show up only on certain pages. The blocks are menus. They are positioned in the right sidebar so I'm calling them like this:
<?php print $sidebar_right ?>
My problem is that I want to do a custom bit of code using each block's content as well after the blocks are displayed. Is there any way that I can:
I've got a site running on our intranet, with drupal 4.6.2 installed in /drupal under the web root. I'm ready go to "live" with the site, and make it generally available. I'd like to move it up to the web root itself. Other than editing sites/default/settings.php, and physically moving the content files up one directory, is there anything I need to look out for?
.