The file name of the intended user picture is printed with no enclosing img tag or css information at the top of the topic, resulting in it being displayed as text.

Comments

CatInTheHat’s picture

This might only happen if you use phptemplate themes, which I do.

The $picture variable accessed by the theme seems to be set incorrectly, it's not a theme specific problem.

CatInTheHat’s picture

It also displays even if you have disabled user pictures in content but not comments, even though the forum topic itself is not a comment but content.

drewish’s picture

I've also seen this on my site intermittently. I'm using a custom PHPTemplate based template. I hadn't tried to track down the source though.

drewish’s picture

Sorry, forgot to add that it's not just in forum topics, it affects all nodes with a user's picture.

gork’s picture

Version: 4.7.0-beta3 » x.y.z

I had the same problem and discovered it seemed linked to whether or not post information was being displayed for the node type. By turning ON display of post information for node type "page" in the global theme settings for example, i could get back the picture. I worked around this problem by hardcoding the setting into my theme and leaving all boxes checked to include post information on the global theme settings page. Seems to work for now.

magico’s picture

Status: Active » Fixed

Could not reproduce.

Anonymous’s picture

Status: Fixed » Closed (fixed)