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.
Can some body please tell me how I distribute my content using RSS (XML). I am using Drupal 4.6. What module should I use? Is the.
Is it the aggregator module? Di I only receive syndicated content using aggregator. I want to distribute my content. Thanks
If I select "projects" from the menu, I get a page which shows "Home" "projects" "Projects" but no data. if i select "my projects then the appropriate projects are listed. How do I get them to the "Main" Projects page?
I want a user to be logged in like the first root user account. On registration the user gets logged automatically. Rather than waiting for the email. The email should still be sent. This is just to streamline registrations for this one site, because they need to be registered to do certain things. IE take a survey. And we don’t want to chase users away because it is multiple steps just to get to the survey and other pages. I also want it then to redirect back to the referring page on registration.
I see that in /block/configure/ there is a setting for "Page specific visibility settings" that says: Show if the following PHP code returns TRUE (PHP-mode, experts only).
Are there any examples of this? Any practical applications that someone can share?
I have a need where this might come in handy. I have a block that I want to appear on SOME /taxonomy/term pages but not others - based on if the term is part of "taxonomy X" or not.
That is, I want to be able to say "Show this block only if the page is displaying items from a specific taxonomy".
I've got several taxonomy selection boxes enabled, and it takes up a lot of vertical page space. I've limited the size of a couple by changing them from multiple to single, but there are still 2 that are large, selection boxes.
I'd like to change the way they look.
1) change the width of the selection box so they are more uniform
2) change the height of the multiple="multiple" selection box so they'll be smaller
3) float:left; the multiple="multiple" selection boxes so they'll take up less space vertically.