I've setup a drupal site and its working as it should be I think.
But I'm having difficulties in working out how to format the body of the nodes. From some of the content on drupal.org I see there are lots of secion heading on some pages that are underlined for the full width of the page. How do you do this?
All that I have seen is the html formatting but I assume there is some other way of doing the formatting without html.
I have just installed the mypage module and I think it's quite good with much potential. One quirk I have about it is that I cannot move the 'build my page link' away from the 'my account' parent. I have gone through the code an have yet to come up with a solution that I like. I want to have this link as it's own link, without a parent. I believe it has to do with the 'BUILD_LOCATION' type. Any suggestions?
Does this Drupal Forum have a board for "just practicing" when someone is trying to figure out how to use it without clogging up the topic discussions? Another webboard the I'm on does this. It has a web board called something like "Practice" so that people can experiment with postings before they get involved in discussions.
Hi, I'm new to Drupal (well, Civicspace) and I LOVE IT. I would like to contribute to this project, so I thought maybe this may help someone out. Like many people, I was using Menalto's Gallery, and once I installed Drupal, I was unable to use it because I kept getting a message that said.
Fatal error: Failed to initialize session module in /PATHTOGALLERY/gallery/session.php on line 51
Forgive me if this isn't the correct forum to place this post, but I have a question/scenario...
I would like to setup a site using Drupal. However, I don't want it to be a membership site. I would like the ability to easily add content to my site without having to worry about anyone else signing up or adding content.
I know I can set the option where only admin can create new accounts. However, if I do that, the login block will still be visible to everyone else. If I remove the login block, then how do I, as the admin, login?
I wanted to change the maximum dimension for avatars to be 40x40px, so I opened the user.module and replaced all instances of 85x85, which is the default to 40x40. :o Forgive me I'm a designer. :) I don't know if that's the way or not, but now the user/ account settings/ upload picture description still says 85x85. What else do I have to change? Thanks a lot!