I have the mailhandler module installed and it's running great except for one problem: all posts done through mailhandler have comments disabled by default. After the post has been made I can go into the post, administer it and turn on comments. But this is annoying and I'd like to have comments be enabled automatically. Does anyone know how to do this?
I have a problem that when i enable clean urls I cannot access any of the pages in my site. Basically I keep getting forwarded back to the index.php page.
This has been raised in another thread in the support forums but I have a specific question that hasn't been answered there and that thread seems to have died.
I have installed drupal and want to change the theme. I have loaded the theme and changed it to the default theme. The layout changes however nothing else does (i.e font, colour, logo etc). The same theme worked fine in my test installation in a subdomain.
I want to access the database using the functions provided by Drupal. But it's totally kicking my butt. I'm able to access the database using PHP and MySQL statements, but I run into problems when trying to use (db_query, db_fetch_object, etc.). I don't understand these functions and I'm unsure if I have the syntax correct for the SQL select statement.
hi. i am wondering how one would go about styling nodes with a certain taxonomy term. all i need is to insert a "class="tax_1"" into the node div, but i can figure out how to do that with Xtemplate.
perhaps it is similar to how the {sticky} tag works?
hi. i am wondering if it is possible to sort flexinode nodes by a certain type. i have created a field "date" for an event content type and would like to sort by date so that the events are displayed in chronological order. can i go into flexinode.module and add something somewhere to do this?