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.
Note - when I refer to teaser here - this is not content that appears in the content. So - this is not a teaser in the way we think of the teaser of e.g a page node when displayed on the /node page.
I need to have a block that randomly picks one of these nodes and shows the title and the teaser content.
And a link to show the node where the title and main content is shown - but _not_ the teaser text.
I started with CCK. Added a title and two text fields - one for teaser and one for content.
I wanted to use the referral.module; so far it is working fine - things are written to db - and its 'looks well running' from view of a user - but the referrer never got any 'referred users' listened.
At the moment I am using this software to allow each of my members to create their own blogs.
I have added about 10 of the 4.7 themes and they work fine.
Can someone please tell me how I can set things up so that each one of my bloggers can choose their own theme that will appear when anyone looks at their blog ?
Can this be done with the standard setup, or is there a module I need to add ?
Sorry for the newb question, but I have messed around for a few hours trying to figure this out.
I need to add one more categorie in my profile module, but not in new tab. I need to show this categorie(s) in the same page, like is maked in drupal register.
It's would be something as, e.g:
---User Info---------
- Nome
- Email
- Password
---------------------
---Address Info------
- City
- State
- Postal Code
- Country
---------------------
---Preferences--------
- Favorite Movie
- Favorite Sport
- Favorite Color
---------------------
I'm using panels and the views module together. I'm trying to make a top, right, left, bottom panel where the right and left section are from pages created by the views module. My problem is that I would like the title of that view at the top of the panel area. It goes to the main page title instead. Is there any way to enter a title for a section of a panel page?