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.
1) If I need hierarchically organised site with forums, pages and galleries in the navigation tree, with access permissions, is taxonomy right choise for me? And is it the ONLY one?
I've set up several input filters and they're all working fine. I would only like to set that filter 1 can only be used for articles and filters 2 and 3 are for forums only. How should I do this?
I want to have my primary links displayed in the left sidebar on some pages and in other custom regions on other pages. My question is how can I make a copy of the primary links block so that I can have the primary links in differenet places?
I'm having trouble with inherited (I think it's inherited) css in panels. I have padding on the left and right sides of items within each panel. I think the value is 1em, but I can't seem to find the source and can't get rid of the formatting without getting messy and countering it with -1ems everywhere. As you can see in my sample, I don't have the same problem with the headers, only images and paragraphs. I'd appreciate if anybody has an idea of where this inherited css is coming from. It's been driving me mad and I'm almost willing to pay good money for an answer (almost :). I don't know very much about php, but from what I do know, I haven't been able to track down any formatting (other than layout) that's generated dynamically with the php templates or engine. I'm willing to accept though that I could be totally wrong.
In addition, when I created a css background in the top panel, it doesn't clear my graphic although there is a clear:both tag in my panels layout template.
An explaination of the code. This is code output from my browser. The content is a teaser, although I get the same problem with any content I apply to a panel using panels. There are a couple of css classes that have been added and these are what I assume are causing the problem ('panel-custom', 'node-11' (id) as well as it's class 'node teaser page'). I tried overriding these in my .css files, but with only partial success.
I'd like to use revisions in that way, that contents can be edited by some users, but until they are not released by the admin user, they remain in the old - released - revision.
I tried:
- set default type for content to "not released" - but until the content is released it is not accessible for anyone :-(
- set default type for content to "release" and "make a new revision" - but then the new (bad?) revision is already online :-(