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.
Simple problem that I can't find a solution for.
I have a "regular" feed for visiors, which contains only a teaser. However, our "partner" site (we share some content) wants to automate the process of adding our content to their site and needs a full text of articles in a feed.
I'm using RSS Views to generate a feed for regular users (I just created an url alias for rss.xml), however the format of the feed (whether it contains a teaser or full text) seems to be globally set in admin/content/rss-publishing, so I can only choose one format for all feeds.
I have user pictures enabled, and plan to have every author given a slick thumbshot for their profile, displayed right next to their blog posts. But I only want to photo showing for the content type of blog. I also plan to have news on the site, not caring who posts it. A few editors will do this, but I don't want their photos. For news, the author is not the focus. So can I suppress user pictures for a content type of "news" that I created?
I found that module 'comment notify' utilizes the init field of the user table. I posted an issue about that - http://drupal.org/node/119566.
The init field seems to be used to retain the email address that is supplied at account creation, and is retained when changes are made. The changes are stored in the 'mail' field.
I've set up a site with Bryght.com's hosting service, and I'm pretty happy. However, their base set of modules (listed here http://support.bryght.com/supported-modules) includes no way to download/export my user data.
I have created a content type with cck. One of the fields is called name and this field requires multiple values per node. Typically each node will have twenty to thirty names that need to be entered.
CCK by default allows you to enter three values for each time you update the node. So in order to create a node with 27 names I have to do the following:
Create the node with three of the names.
Edit the node and add three more names.
Then repeat the last step seven more times.