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.
Is there a way to automatically add a class to certain HTML-tags?
For instance, when a user posts a message with a blockquote in it, and while allowing only certain types of HTML-tags, I want to add a class to the tag.
Hi
I want to install box_grey theme, which used phptemplate. But in download page, i can't see the link to download box_grey theme. Where can i get it? Is it your site problem or not? If so, please fix for me as i want to download that theme. Thank you.
I need to format the #help information that drupal outputs, but I´m encountering some problems. For example, at the administration page it shows this info:
<p id="help">
<p>Welcome to the administration section. Below are the most recent system events.</p>
</p>
So we have one paragraph with one id, and inside another paragraph. The problem is that I don´t know how to create a rule to format the second paragraph. I´ve tried with this:
short question: Is there a way to let Drupal display a logo.jpg image file instead of the hard-coded logo.png in theme.inc?
Or do I have to embed my custom logo.jpg in my page template statically? => Downside: Administer -> themes -> configure -> Logo image settings will not work anymore for this template.