Can somebody put me on the right track when it comes to implementing some Drupal-supported stuff (like a blog, articles, etc) into my own website?
I am a new Drupal user, though I am experienced with making layouts and coding websites using HTML and CSS.
I want to create my own "static" website layout and (separately) have a drupal kit installed to organise my blog entries, my view counter, my articles etc. --> I want "pieces of PHP" implemented into my static-ish pages so they show the content of the said blogs/...
My D7 database of over 100 tables imports fine on two servers but on another server the import stalls at the 21st table = 'cache_menu'. On a good import this table show as 1.5MB (the biggest of all the tables), but on the stalled import it is 480KB =
Can anyone please tell me could this import stall be caused by some server setting - memory limit etc or what does the 'cache_menu' table do and how can I reduce its size?
Hi
I´m using some Drupal 6 installations with nice video integration (swf tools).
Now I´m going to run a Drupal 7 site with podcast and video streams - therefore I noticed the media module http://drupal.org/project/media
My question: I read a lot about, but I miss a clear and easy how to tutorial and some basic understandings. Are there some tutorials and basic tips around?
I am setting up htaccess to authenticate against the drupal db (mysql in my case).
Everything is fine, I get to the point where Apache looks up the user in the right
table, and challenges the password. Thats where the success ends.
I end up with "invalid password" no matter what i do.
The mod_auth_mysql supports Plaintext, Crypt_DES, Crypt_MD5, MySQL and MD5.
I have tried them all, but it seems drupal is doing some kind of magic to the passwords stored in the database.
My question is, can I make drupal use any of the above hashing algorithms?
I want to build a website in a dev environment and but I'd like to use the final domain name for the multi-site setup as if I was installing Drupal on the live domain name.
For instance, even if I'm developing on http://mysite.localhost, I'd like to install Drupal in sites/johndoe.com
I have a pretty sophisticated question (at least for a newbie).
I just started with panels and views and those modules are great.
But I came to a point where I need some help.
I want to show related nodes to another node (lets call the type dossier). Node Type dossier has a Panel Layout.
So I can add Nodes in the panel via Add Content (on a region) -> existing node. This works fine, but the added node is on EVERY dossier, not only on the one I added it (for sure I know why). Is it possible to add a node only for one nid?