Hi,
I was wondering if anyone knows the answer to this question. I have made a node for each of my clients. I want them to be able to login and view their node only when they login.
I have Drupal installed in a subdirectory; actually I created a subdomain, so this is how my site looks in the address bar: http://testsite.mysite.com. So, my drupal install went into public_html/testsite
I changed the .htaccess file in /testsite from this:
# Modify the RewriteBase if you are using Drupal in a subdirectory and
# the rewrite rules are not working properly.
# RewriteBase /drupal
I need to be able to create a view that lists all nodes of a given type (that part is easy) that occur during the current month, and a view that does the same for the next month. I see that you can specify a time range from today, but I cannot find any mention of a way to specify the beginning of the current month. I am using CCK and datetime fields, so I need something that will work with CCK.
I'm getting the following error anytime I create a category in a container, or update the category. Other than the error, it seems to be working. I don't have anything in the categories yet, but the categories are there. Any ideas????
user warning: Duplicate entry '10-8' for key 1 query: INSERT INTO category_hierarchy (cid, parent) VALUES (10, 8) in C:\Program Files\xampp\htdocs\drupal\includes\database.mysql.inc on line 120.
Is it possible to add the PDFView fonction in node generated by a module. I'm using the biblio module, and I would like to add the possibilty to download PDF files of the my biblio lists. What would be the php code that I nead and where would I place it ?