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.