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 have a User who says she doesn't see the columns. Needless to say, she finds it impossible to use the site without the navigation menus aligned properly. She is using a Mac to view the site and I am using the CivicSpace stylesheet.
What can I do to help her? Or, what does she need to do?
One person suggested to her to update her JAVA program. Would that cause such a problem?
Installed modules via the the CivicSpace auto-installer. I am having trouble with many of the modules using an email function. My webhost, thinkhost.com, asked something I don't know how to answer.
Can you please elaborate why you need to use an external SMTP server instead of ours? If you want to send
e-mails from our server, you need to use the php mail() function.
Is there a setting in Drupal for whatever they are talking about? How do I answer their question?
I have the authenticated users posts (blog and comment entry)set for mandatory moderation que for approval of site staff approval.
I wist to have a new group that can over ride this restriction .... ie : to post freely (un-moderated).
It appears that only the adm node gets to override this restriction. I dont want this new un-moderated group to have all the control of the administrator node ....... nedds the just be able to post in thier blogs and comment freely with-out approval delay.
My drupal site, which has been working fine for more than a month now, suddenly developed a strange problem today.
When users log in, the credentials are accepted and the first page displays fine.
Selecting any other page after that seem to log out the user!!! (login block appears again, impossible to create contents)
I've checked that drupal correctly sets the cookie in my browser, and that the session record is properly created in the database.
I'd like to add some templatized text in a bunch of pages of the same node-type. I'd like it to be at the top of the content body, and it won't be on all of the pages within the node-type so I couldn't code it into the template file.
I assume that I can create a separate page containing this templatized text and just call it, but can someone tell me how? Also, I would want to retrieve only the body text (not the title).