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've got a friend who is looking for a new CMS system for his site, and he's been picking my brain about Drupal. One thing, though, is that he really wants to use frames in his site design (don't ask me why, I don't get it either) -- and, near as I can determine, Drupal doesn't work very well with a framed theme. CSS, HTML, JavaScript, yes; frames, no.
I'm new to drupal and only at the php tweaker level. I've searched the previous forum posts and existing modules and not found what I'm looking for. I'm running 4.6.
Here's what I'd like to do:
The default display of terms on the page is:
Term | Term | Term | Term
I'd like to display them like this:
Vocabulary: Term
Vocabulary: Term
Vocabulary: Term1, Term2, Term3
The Vocabulary should not be a link but the terms should be links. Most of my Vocabulary items only have one term but a couple could have multiple.
I want to change the display of event listings in the sidebar.
The default display is event title, time to event (e.g. 7 days), the type of post (i.e. event) and the link to iCal.
I would prefer event title, start date and start time.
Running Drupal 4.6, flexinode (with which I created an event type) & the event module.
I'm comfortable with php if mods are required - just need to know where to look. Of course if there's an alternative which doesn't require code changes that would be much better.
It seems to be an issue with setting up restricted basic auth folders under a Drupal install. I was able to get it working by setting up a subdomain, but I would like to know how to do this without a subdomain.