Using the Content Profile with the core Forum module together causes that the names of the forum topics/nodes in the forum topic lists are replaced by the node titles of the node author's profile nodes (without links to the nodes). When I have deactivated the Content Profile module, this issue disappeared and the right node titles with links appeared again in the forum topic list.

Comments

gapple’s picture

Status: Active » Closed (duplicate)

I can confirm this, though it can be solved by disabling either content_profile or realname module, so it seems that there is a relationship between the two.

  • template_preprocess_forum_topic_list() calls theme('forum_submitted')
    • template_preprocess_forum_submitted() calls theme('username')

After which the $topic->title variable is modified.

There seem to be several related issues in the RealName module, but this looks like the primary one for this instance:
#606364: Author name instead of subject/title in forum topic list

I'll close this issue as a duplicate for now.