Newly installed, one-week old Drupal installation was up and working fine up until this morning. Now for some reason, I cannot access anything except the home page.
All interior node links and user navigation links are yielding "Page cannot be found" errors.
I'm using the listhandler in conjunction with the mailhandler module to send and receive e-mails to/from a forum on my page.
When I send an e-mail to a mailing list I have setup, I successfully receive the e-mails and they appear in the correct forum.
However, when I post a reply or new forum topic, they don't get sent to the addresses on the mailing list...
I checked the admin log and I see listhandler has produced the correct output. The details show:
I know that I can disable blocks such as navigation and user login from my public pages, but how would I disable some other areas? The ones I'd like to disable are:
- Tabs
- Page metadata - such as "submitted by..", "(categories: drupal newsletter)"
I've got drupal installed and running... So yes I've made an admin account and I am ready to go explore ..
I am reasonably experienced with CMSses and other OS php applications and almost ALL of them have a 'seperate' frontend (site) and backend (admin) ... Is it me or is this just integrated with drupal ?
If yes.. then it would mean that one has to take admin activities into account while designing a new template (theme) for a drupal site!
Hello, this is my problem,
I have a page and in this page I have one textfield and one submit. What I have to do is to verify that the name of the textfield is in a table called "propietarios".Here is the code of the page.When you click the submit button if the user is in the table I have to show the numbers of pets he has(is another field of the table)How can I do that?What I have to put in the url of the form post?