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.
If I were doing this outside drupal I would set the form's action attribute to $_SERVER['PHP_SELF'], surrounded by the appropriate bits which for some reason the forum editor/parser won't accept, but if I try to use this within a drupal page, the index page gets loaded.
While building an infrastructure for a drupal based site and learning drupal in detail, I have been using tools like aggr*2 to automatically create thousands of nodes.
[PRIMARY QUESTION]
Is there a quick and clearn way to clean all the nodes from the drupal database that also cleans the taxonomies and other related data from the drupal database?
[SECONDARY QUESTION]
Is there a quick way to clean all the logs and other large tables created during the above development process?
well the problem is like that, when some body is posting forum or blog page, and if he have no Moderator or Admin access, he can not post topics with comments.
I've checked of administer-> settings ->content types ->Blog/Forum configure , but it's by default Write/Read, and i've give access writes to the authorised users to write comments, but it's not working.
Hello, I'm new to Drupal and I'm also new to Smarty. But nevertheless I'm trying to use Drupal to build a website. And I like the idea to use Smarty for generating the HTML.
I've build a new module (that was easy to do because there's a very usefull tutorial in the handbook) to set up the content of the page and it is shown as I expected (via the variable $content that is referred to in the page.tpl). But in this module I output all the HTML mixed with the data. What I now try to do is to output only the data and use a way to let Smarty-code add the necessary HTML.