Jump to content


Welcome to DevFuse Forums


Sign In  Log in with Facebook

Create Account
Welcome to DevFuse Forums, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of DevFuse Forums by signing in or creating an account.
  • Start new topics and reply to others
  • Subscribe to topics and forums to get email updates
  • Get your own profile page and make new friends
  • Send personal messages to other members.
 
Guest Message by DevFuse

(View All Products)Featured Products

Donation Tracker


Help fund your forum with donations, setup goals and track member donations. Offer rewards for members donating.

Timeslip System


Have your members submit their race times and share with others. Intergrates with our Garage System.

Videos System


Allows your members to submit their own videos for community viewing. Support is included for all the major video sites.

Garage System


Setup a community Garage when members add their own vehicles with images and modifications.

Form Manager


Build your own forms for your members without coding experience. Support included for pm, email and topics.

Collections System


Build a community database of items for your members. Full features custom fields included.

Tutorial info Visit support topic

  • Added on: Mar 24 2012 04:50 PM
  • Views: 570
 


[3.3.X] Restoring Inline Sign In form

This will fix the login box not showing up after upgrade.

Posted by Chris M. on Mar 24 2012 04:50 PM
After upgrading to 3.3.0, you may notice that the Sign In link doesn't show the pop-up anymore.

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.

Powered by Tutorials 1.5.1 © 2013, by Michael McCune