It's common practice on "stuff" blogs to reference where you found something. These links are usually labeled source, or VIA. I'm trying to set up something similar on my drupal install.
When creating content, a user should be able to enter a website name, and url, and I'd like to have this link at the bottom, below their post.
I'm sort of on my way. Right now I've created two fields: SourceName and SourceURL. I can get both of these to display below the post, but obviously I want to plug the SourceURL field into an anchor so that it becomes an actual link.
In a article I have a field of type list with multiple selection, let's say "interests":
1.cars
2.music
3.sport
So that user is able to select one or more fields at ones.
How could I display a list of those "interests" with a count of related articles.
like:
cars(2)
music(10)
sport(7)
(1 article could have 1,2 or 3 categories selected at ones)
and by clicking one of this category - get a list of articles, that have this value?
I need to create the ability for each page node to have a number of downloads attached to it. So if I have a page called 'about me' the downloads could be
Let's say I have two different content types, Blog Entry and Article, and both of them are aggregated on the main page of my site.
I'm looking for a way to display the content type name in the post itself, so that even though both types are displaying in the same stream of content, you can easily tell which are personal (Blog Entry) and which are supposed to be informative (article).
We are thinking about using the Organic Groups (with Panels in Drupal 7) to build a community site, consisting of a set of inter-related groups (with some members of the community having full access, and some having restricted access or no access to particular groups).
I'm learning the D7 CCK and slightly higher than newbie level. While creating a custom content type, I've got the "Add New Field" and "Add existing field" section OK, but I'm also expecting to see an "Add group" at the bottom. It's not there. Has this been taken away in D7?