Realname break forum module
QuiptimeGroup - October 19, 2009 - 15:27
| Project: | RealName |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Activated realname module corrupt the output of template_preprocess_forum_topic_list(). The topic title does not appear. Instead, the real name is used. The real name of user create the topic.
An dsm output of $variables['topics'] in template_preprocess_forum_topic_list() display completely erroneous values.

#1
I have tested the real name settings.
The problem occurs with the option "Override username theme". If this option is checked, there is the reported bug.
But,
uncheck the option "Override username theme" is not the solution! That produces a new problem:
Threads show the real name.
Comments show the user name.
#2
Try the patch #21 from #579040: Some bugfixes. Hopefully this helps.