Having problems installing Drupal? See the Installation Guide for more information.

Book question

Firstly, thanks to all who help dev drupal, it is fantastic.

Regarding the book though, an utterly useful idea, however when I type text with spaces to indent and such, the spaces are lost when I view the content.

Is there any way to save it as 'plain text' with all the spaces I types preserved ?

Could there not be a PHP|HTML/Text|Plain Text option ?

Also, its a shame when I add modules such as image and filestore and weblink, that any node anywhere could not have these item attached.

event.module formatting

in the event. module 1.22
in the detail-textarea only html-formatting is possible. Using text only, returns as line-feed is not accepted. Does not make lines

Customizing home page to avoid some contents

Greetings,

I'm setting up a Drupal at job to manage knowledge. I've installed some modules and use 'node' as front page one. This shows everything on front page, including blogs, projects bugs/tasks/features, etc. and I'd like that only stories will be shown in FP.

Some ideas?

TIA

taxo rss, /node/feed/or/1 ?

In addition to displaying Drupal nodes by category on site, Drupal has category specific RSS feeds for other sites to access your site content. See how the URL format for the RSS feed is very similar to the Taxonomy URL:

/node/feed/or/1,2

This doesn't seem to be working, am I doing something wrong?

And if it would be working, it would be nice to have the orange RSS icon/link change to /node/feed/or/1 instead of /node/feed while on /taxo../page/or/1

sub-directories, drupal and url redirection

Hi,
I'm not sure if this is an "issue" for Drupal or my problem, feedback welcome...

Scene 1:
- install Drupal into a sub-directory of my web site (eg: http://www.oldDomain.org/members)
- create the appropriate include file www.oldDomain.org.members and set the base url in this file to http://www.oldDomain.org/members
- access the site, every thing works fine. But, I do note that the url for form actions (in admin at least) is "/members/..." - base URL of the web page is http://www.oldDomain.org/members

Scene 2:
- people who want the site, want a different domain name. Great nashing of teeth.

Scene 3:
- Get new domain, use a URL redicrection site to forward http://members.newDomain.org to http://www.olddomain.org/members.
- Edit www.olddomain.org.members.php and set the base url to http://members.newDomain.org
- Load up page using new domain address, looks ok, but I note that the url attached to a form action on the Admin page is "/members/..." base URL in web page is http://members.newDomain.org/
- All seems to work, BUT, if I click on a button to submit changes I get the page not found error for "http://members.newDomain.org/members/q=..."

Questions:
Why does a URL of /members/ and a base address of http://www.oldDomain.org/members end up being http://www.oldDomain.org/members ?

Is there anything I can do so that form actios will map through to the new domain of members.newDomain.org correctly?

Backslashes before " and '

Every time I write the characters " and ' in any form of my drupal site they get a \ before them. That's very annoying because all my links are completely broken (in the href="url" I get href=\"url\").

Anyone experienced the same problems?

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal