Hi,
I'd need to add about 1100 articles to a Drupal-site in near future and I'd need to know couple of things about adding them with a php-loop..
I understood that I need to use the node_save-function, not just manually do it the hard way into database, but what's node_submit for?
I got some nodes added with help from http://drupal.org/node/67887, but I'm not getting any reference about added nodes into the drupal logs (/admin/logs), is this normal?
Last two weeks I spent on reading this forum and downloading themes and modules, but still I am not sure how to bite my problem. Basically I try to achieve following:
1. Site will have several sections. Each section should have different colour schema (how to do that?) and each section will have different administrator (how to do that? shall I use organic groups?)
Hi
I have enabled the 'forum' module. I've been adding data to it and it works fine.
However, in order to use a php script of my own I'd like to use MySQL to access the forum data.
Using phpmyadmin I see that there are a huge number of tables in the drupal database.
What is the name of the table that holds the data that I'm adding to the forum?
Working on using Drupal, and have setup the story module and it seems to work quite nicely. One thing we require however is the ability to add links at the bottom of a story which are relevant links.
These relevant links could be other stories within drupal (so other nodes) or an external link such as http://www.google.com.
Is there some way to change the input format for many nodes all at once? The problem is that the image_import module has incorrectly set the permissions on hundreds of imported image nodes, and I need to change the input format to lock them down again.