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.
This has probably been asked before but how can you stop drupal from putting in paragraph and break tags... it messing up my formating, I tried the css hack option but no luck
I have tried using the line break converter but there looks to be a bug(4.5.7b) when you turn off line breaks on the filtered html I need to try install a new version 4.7.5b to see if the problem has been fixed
I'm using excerpt.module so my teasers are distinct pieces of text compared to the body. I'd like to display both the teaser _and_ the body within node-*.tpl.php but if I print_r($node) in the template file, variables like nid, type, title, uid, status etc. are set but teaser isn't.
Is there a way to populate the teaser so it is available to my template file? (I can always do a database query from the template file, but that seems a bit ugly).
I experienced an odd error today. I tried to edit a user as the admin and got this error:
Forbidden
You don't have permission to access /user/2/edit on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
etc..
I'm the top level admin, this is user 2 and I was trying to change the user from one role to another one. What could be causing this? I would assume that one of the permissions on a folder or file is lower than it should be?
I have added poll on my site applicblue.com but it seems it only works for people who are logged in. I mean since I am logged in, I see the poll but when I logged out, I only saw poll results (you too can see that, you will only see results, no poll). I want anyone(anonymous users) to vote as well. How can I do this.
I've been editing a node which contains PHP, and I've found that it when I try to submit it, I need to log in again. This will happen even if I've been editing the node for less than a minute. This problem doesn't happen when I'm editing other nodes.