Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hey, I've just installed nodeword module and I can't seem to allow registered users to input keywords when they submit content, can someone tell me how to allow them to do this please?
I have the issue with Category Module. When I create the container I can see it, when I am logged to the site as a user, but i can see nothing, when I am visiting the site as a anonymous user. I cannot find the setting, when to enable it for the anonymous user to see it?
Can I install drupal on my hosting like this:
1. set everything up on my local computer (using php & mysql on my computer),
2. after finished, I upload all the files to my hosting
3. using PhpMyAdmin on my computer I export all the drupal database
4. using phpMyAdmin on my hosting I import the drupal database I just exported on step 3
Will drupal run exactly the same as on my local computer? I want to do this to save time as I'm still using dial-up.
Hi! I am attempting a community with user groups (using the og module) and I would like a wiki page of with the same name as the og name to be created. I am looking at the og.module code, under the function og_insert_group($node) section, I have attempted things like calling the liquid_insert_page(); and so on, but it doesnt work (as I suspected), cause it seems more complicated than that.
Is there any idea how i can do this? Do i have to call a node function? I really appreciate any help on this! Thanks! :)