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.
In the events block, is there a way to have it not display (Story) if the node type is story? I just see nothing gained by the user seeing the node type.
I have written an automatic installer and universal settings.php file that I would like to share back to the community if anyone is interested, but I don't know the best/right way to do that. How do I share it?
Okay, here's what I'm trying to do: (I have the index module that doesn't do it right)
I want to be able to (without doing it by hand) create a index style page, with the alpha/numeric listing on the top, #-A-Z ... but it brings up user name, not titles of the blog posts.
So people would be able to browse alpha-numerically through all the users, to see which ones have a blog.
In a perfect world it would just like the index module only sorting by user name, and only displaying user names of people with more than 0 posts on their blog.
I would much rather have CiviCRM handle the address info for ecommerce.module instead of the address module included with it so that I can reference addresses in CiviCRM without requiring users to enter them twice. Does anyone have any ideas as to how this might be accomplished?
This is with CivicSpace 0.8.2rc4, based on Drupal 4.6.
i'd like to use wikiwyg (http://www.wikiwyg.net/) for editing drupal page content. i'm not a programmer but i could do some attempt on my own in integrating wikiwyg into drupal (via a template?), assuming i get some guidance from some of you drupal gurus.
I have a number of nodes associated to a vocabulary term.
I want to show the teaser list for the term within a node, such as a page.
In a page I might have a heading of 'Recommened movies' then the term teaser list so users can click on the teaser link.
How do I display the teaser list?
I'm hoping it is a simply tag or php call.