I'm running a few Drupal sites and planning more.
All sites are completely separate, but maintenance would be much simpler if there was just one codebase. Despite hours of reading, I just don't get how to make it work. I'd happily write it up for other users if someone can help. Here is the position:
Drupal is installed in the root of www.examplesite.com, and there is a subdomain newsite/examplesite.com. Each has its own database.
How to display a Menu/block "User login" without the two items "Create new account" and "Request new password" ? I want to see only the two blank fields "Username" and "Password".
It seems it's not a basic Drupal setting (I'm a newbie).
I ask this question because I plan to administrate my site with pre-registered users / passwords.
Thanks in advance for your help.
When I create a menu item to something like my FAQ and place it in a menu item linked to 'node/28' it works fine from any section such as administration, or 'my blog'..
however when I create a block in which i have the following: <a href="node/13">ad info</a>
it does not work properly on some pages such as administration or 'my blog'.. it appends the 'node/13' to the end of the current URL (as is expected)..