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 can't find a module or a built-in-block for creating a block with recent new nodes listed. I'd like it to list nodes of a particular type, whether they are "promoted to front page" or not.
I have been churning away at a Drupal site and have it close. Just a few tweaks.
I am pleased with how the site is looking except for a consistent page rendering issue. I am running 4.7 with the voodoo_dolly theme. In addition to core stuff I am using the View, eCommerce, Web Links, Skype Support, Taxonomy_Access, and Image modules.
We just finished a migration of a site with aout 600 stories in it to Drupal. I turned on the comments module and new nodes are the only nodes that appear with comment links displayed. How do I make comments display for all nodes?
I made the news line using taxonometry terms based on story submission by users. The only thing I need also that news submitted by users should be placed in Approval queue thus moderators or administrators could be either confirm or reject the news like they do with comments. I could not do this. Can you suggest any solution?
There is an additional question to this. Is is possible to add the name of moderator who accepted the news to the news. Like this: submitted by John Smith, accepted by Jeremy Scott?
I'm just trying to theme my flexionodes. I've been using the snippets from the handbook.
Works great for teasers, and full nodes. But when I try to create a tabular view, I only get the titles. I'd like one of the custom fields, but definitely want the taxonomy terms.
I've written a flexinode-n.tpl.php. I've customised the teaser display, and full node display, but haven't mentioned tabular view at all. Should I be tailoring this in the same way, or should it just work?
There's no mention I can find of customising the tabular view.
I added a PHP block to pull out user name, ID and picture and the result listed ID 0 every time, so in an effort to get rid of it, I removed user 0 in the user table. The printout looked good, but soon as I signed out, the fun began, with it reporting "Trying to get propery of non-object in bootstrap.inc on line 574," "Undefined property: stdClass::$uid in session.inc on line 35" (and line 441).
Even truncating the session and cache tables didn't help.