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 finally got clean URLs enabled yesterday and today I just noticed that my forums are not accessible.
I originally installed a SMF forum and wrapped it in a Drupal page. Then I decided to just use the built-in Drupal forum so that my users wouldn't have to register separately for the forum. I kept the old forum around in case I decide to use it again someday (I really prefer SMF/phpbb-type forums over the Drupal forum...it's so limited).
However, now that clean URLs are enabled, my old SMF forum is the only one accessible via:
I've set up a couple of feeds using Aggregator2, and have 1 or 2 items from each feed promoted to the front page. That works great.
However, all the feed items have me (admin) listed as the author. Is there a way to have each item labeled with the original author's name rather than the user who created the feed?
For that matter, can an Aggregator2 item be automatically assigned a category? I did not see a way to do that when setting up the feed.
This is a quick question about hiding flexinode custom content type field names when they are published.
Say I want to make a custom content type with a title(default field), body of text, image, and a few other fields. When I publish this content type I don't actually want to see.
some title
body:
someText
image:
someImage
...
I thought I saw a hack for hiding these by defining their names within html comment tags but that still outputs the colons.
I'm trying to implement the Project module on a drupal version of my site company. The caracteristics of this module looks to be nice for us, but I'm having troubles for have it running.
The main issue is that I can't configure the /settings/project/status page which appears completely white (no header, no menu, no body, nothing). I guess that here I can't configure the status categories list which I would like to adapt to our needs.
I am having with a taxonomy based navigation system. In my admin > categories I have defined a main navigation vocabulary and terms for that vocabulary that match the different sections and sub-sections of my site. I am using the shortcuts module to render those nested terms as links on my page.
This makes for a quick set up my site architecture. When I map my content to the individual terms, my content will show up in abbreviated form there and with a separate link to that contents individual node.