After upgrading to 3.3.0, you may notice that the Sign In link doesn't show the pop-up anymore.
To fix this:
Add directly below it
Save and Repeat with any other skins that has been affected.
To fix this:
- Log into your Admin CP
- Click on "Look and Feel" > "Manage Template Sets"
- Click on the name of the template set you wish to edit
- In the left hand menu, select 'globalTemplate' under 'Global Templates'
- In the HTML code, scroll down until you see the following code right at the end of the template
{$stats['task']}
<if test="includeLightboxDoReal:|:$this->settings['do_include_lightbox_real']">
{parse template="include_lightbox_real" group="global" params=""}
</if>
Add directly below it
<if test="!$this->memberData['member_id']">
{parse template="inlineLogin" group="global" params=""}
</if>
Save and Repeat with any other skins that has been affected.











