I created a forum with IPB.
After some time, the column that shows the last user's avatar, name and post date is not showing if you're not logged in.
Check: http://forum.fast-gaming.ml
Can you help me? I already checked Guest's permissions.
Hi!
I have a problem with inlineLogin template.
On my forum, i see at the bottom of the page this: "{parse template="inlineLogin" group="global" params=""}".
Screenshoot:
In the template 'globalTemplate' I have the code for inlineLogin:
<if test="!$this->memberData['member_id']">
{parse template="inlineLogin" group="global" params=""}
</if>
How can I solve the problem?