Closed (fixed)
Project:
Advanced Forum
Version:
6.x-2.0-alpha2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2009 at 18:13 UTC
Updated:
7 Dec 2009 at 12:53 UTC
When using the standard forum view (advanced_forum_topic_list), a user's own topics appear twice. Both links go to the same topic.
This only occurs with authenticated users, not with user #1. I've gone over my permissions and don't see anything that should cause duplication.
This began to occur after I upgraded to alpha2.
Comments
Comment #1
fortis commentedreplace forum_access + acl on tac_lite
Comment #2
gorzek commentedI was not using forum_access, but you put me on the right track.
I'm actually using nodeaccess, and by installing tac_lite and enabling it for my forum vocabulary, and unchecking all forum-related options on nodeaccess, the problem was resolved.
Thanks!