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

fortis’s picture

replace forum_access + acl on tac_lite

gorzek’s picture

Status: Active » Closed (fixed)

I 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!