Hi there,
I've just installed the advanced forum module, everything is working fine, except for the creation of new forum topics.
When I want to view the topics of a particular forum, the header line tells me:
"You are not allowed to post new content in forum."
Then i came by a module called "forum access" and thought i was missing this. So i installed this module, but I keep getting the same failure.
I already checked the access control page, to see if i was missing something.
Even as a site admin, I am not able to create new forum topics.
Any help is appreciated...
Thanks
P.S.
I am using drupal 5.7 and the latest dev of "advanced forum" module
Comments
Comment #1
michelleAdvanced forum has nothing to do with access control. Kicking this over to the forum queue.
Michelle
Comment #2
speis commentedHi michelle,
i considered your answer to my issue above, and I tested my forum leaving the "advanced forum" module disabled, and surprisingly enough i was able to post a new topic! without the error above.... are you sure it's not module related?
In which way does this "topic creation field" gets changed by the advanced forum module in relation to the core "forum module" ?
Gr,
Comment #3
speis commentedComment #4
michelle"In which way does this "topic creation field" gets changed by the advanced forum module in relation to the core "forum module" ?"
It doesn't. That's why I kicked this back to the forum module. I haven't the foggiest idea what would cause this.
Michelle
Comment #5
speis commentedStrange, please have a look at my site:
I now have "advanced forum" disabled, and you can see it displays "post a new topic" in the top of the page.
Please let me know after you have checked it, so i can enable the "advanced forum" module again, and see my problem...
Comment #6
michelleI don't know what good seeing it would do, but go ahead. This is working just fine on many other sites so I don't know what to tell you.
Michelle
Comment #7
michelleActually, I see what's wrong, and I was right; it's nothing to do with advanced forum. Your forums have become disassociated from the vocabulary. See http://drupal.org/node/90214
Michelle
Comment #8
speis commentedThanks, I tried the steps referenced on http://drupal.org/node/90214, but i am still receiving the same error with "advanced forum" enabled.
Gr.
Comment #9
michelleWell, that _should_ fix it. I don't know what else to try, sorry, and I'm too swamped to try and troubleshoot it further. Putting this back in the proper queue because this is a core forum issue. I gave it a more descriptive title. Hopefully someone else can help.
Good luck,
Michelle
Comment #10
michelleYou're in luck... I managed to screw up my own site so badly trying to fix an obscure bug that I broke my forums in the process and had to take the time to figure this out. Here you go:
INSERT INTO `YOUR_DATA_BASE_NAME`.`vocabulary_node_types` (`vid`, `type`) VALUES ('1', 'forum');
Replace YOUR_DATA_BASE_NAME with the name of your database and '1' with the ID of your forum vocabulary.
Michelle
Comment #11
matthew_ellis24 commentedmany thanks that fixed it for me
Matt
Comment #12
speis commentedThanks Michelle, have you also found out why this row was missing in the table?
Comment #13
michelleI imagine I lost it somehow with enabling and disabling the forum module over and over while I was trying to fix another problem. Beyond that, no idea. Some obscure forum bug, I guess.
Michelle
Comment #14
joshua_cohen commentedGreat catch. I'm glad this was resolved.
Josh
Comment #15
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #16
amariotti commentedI have done exactly what was explained above. Is there something else that I might be missing? I'm going to go and try to remove all forums and start fresh. I'll post the results.
Update... seems to fix the issue if you remove the main "forum" vocabulary item and then start over by adding a new container. Very strange.