How do I create forums like here in Drupal.org? I tried creating multiple vocabularies of type forum, but only one of them appears. I'm thinking this is a taxonomy issue ....
I was having a problem on my site. Where users would have no errors. But when I logged in as administrator, I would get:
user error: Can't open file: 'node_counter.MYI'. (errno: 145)
query: UPDATE node_counter SET daycount = '0' in /home/tfiske/public_html/includes/database.mysql.inc on line 90.
I used my ISP's MySQL database tools to find out my node_counter table had 'crashed'. Doing a 'repair' fixed everything. And now the site counters work.
Just wanted to share with everyone else, since when I did a search on node_counter I couldn't find anything.
I've got a Drupal 4.3.2 installation up and running. My provider has a recent PHP-Installation under Apache 1.3.xx with Safemode enabled.
First question: is it possible to patch the ping.module in a way, that it pings other directories (like blogg.de e.g.) than the predefined ones? If so, what do I need to change to make it work? Has perhaps some kind reader a working real life example out there and would be so kind to share it with me?
I am using Drupal 4.4.x CVS. I like that now in comments you can disable the viewing/rating options. Is there a way to disable displaying the name of the author and time of the post from stories and blog entries from the Administration interface? I can do that from the theme, but I'd really like to have something like that in the admin ui. Two author-time related features I'd like is: 1. ability to disable author/timestamp for original author of a blog/story/book page post and 2. have the author/timestamp in the comments made to the said blog entry and stories.
I've been using node image module on 4.3.2 but it isn't working on CVS and while I'm waiting to see if the developer has any ideas (http://drupal.org/node/view/61250) I'm looking for any other in-line image tips & tricks that others might have. The ability to place and display graphics in stories, pages, etc. is important. I have image module working fine, but I need to 'embed' images in pages and nodes. Anyone use something other than node image with CVS Drupal that you like?
I'm having trouble with the forum module on my drupal site.
when a user who's logged in submits a new forum topic the node that gets displayed simply says...
"Submitted by Anonymous on Thu, 01/01/1970 - 01:00"
anyone else get this happen to them? i can't see anything in the database that might indicate it's not been activated or anything like that. i'm at a loss!!!