I'm trying to create content/page as a first user.
After hitting 'Submit' button I am redirected to "The Page cannot be found" window of ie.
By looking at address bar I see that webserver is trying to open the http://localhost/index.php?q=node/22 page (the number of the nodes keeps incrementing after each try)
I assume the addition of the node (page in my case) will be reflected by a new entry in 'node' table of drupal db. The node table remains empty.
I'm trying to control access to specific taxonomies
here's what I'm trying to do:
Taxonomy Category structure setup as follows:
--->Vocabulary = Access (one of these two terms is required for all site content)
-----------> Term = guest (an anonymous, not logged in, user)
-----------> Term = registered (an authenticated, logged in, user)
--->Vocabulary = Learning Center (is applied to site content that is associated with the Learning Center)
I'm working on a drupal site and have made a fixed width theme which I like very much, However, I use the event module and a month view which has an event on every day of the week overflows this width. I don't want to change the whole theme just to accomadate one page, but having the calendar overflow the content area is not acceptable. Is there anyway to just change the theme or css for that page?
Is theree a possibility to make mailhandler/listhandler working with attachments?
I'm using listhandler to archiving mailman maillists on our drupal site.
I already configured mailhandler and it working great until I try to post message to/from forum with attachment.
I configured mailhandler acconunt with Imap.
Posts to other users of mailing list are passing with attachments correctly.
after a week of trying to solve an issue with drupal and a forward url of mine, I still didn't manage to create a working drupal ...
"www.myserver.com/drupal" is the installation path of my drupal installation, and when I go to that URL, everything works fine...
BUT: I want my drupal blog to be reached by the URL: www.mydrupal.net (this is a forward URL that goes to www.myserver.com/drupal)
Hello,
How can I display an external page inside the main screen of Drupal?
So for example when I click on a menu-button named google, I want to show the google-page in the right-screen (i think it's called the body). Do I need a special module?