Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Front End User Login Plugin (XML Or Database - ver: 3.0)
A modification is needed to have the good display in backend to editing page :

In user_login.php :
In function user_login_edit() :
replace :
Code:
<div class="leftopt" style="margin-top:20px;">
            <p class="inline">
                <label for="member-only">Members Only:</label>
                <input type="checkbox" value="yes" name="member-only" style="" <?php echo $member_checkbox; ?> />
            </p>
        </div>
by
Code:
<div class="leftopt" style="margin-top:20px;">
            <p class="inline">
                <label for="member-only">Members Only:</label>
                <input type="checkbox" value="yes" name="member-only" style="width:20px;" <?php echo $member_checkbox; ?> />
            </p>
        </div>
        <div class="clear"></div>

And a suggestion :

Make possible to select a specific member to view specific page and not just all members.
The best will be to select all members that can view a specific page.
I don't know if it's possible, but it will be interesting.

Thanks for this plugin Wink
Reply


Messages In This Thread
Example site down, having issues - by Rich_K - 2012-11-14, 07:36:37
login box won't display - by horstuff - 2015-11-20, 04:57:25
Front End User Login Plugin (XML Or Database - ver: 3.0) - by didou038 - 2012-05-06, 21:15:52



Users browsing this thread: 2 Guest(s)