This plug-in does not seem to work with plugin Profiler.
The profile directory page is not being replaced by the login required page even though its selected in the Page Restrict Admin.
What's happening is that its displaying the page configured as restricted in Admin page AND the "login page" on the same page for both the online directory page and user profile page.
I am thinking its because of the extra "current_page_item" value" (this is from the view source):
<li class="page_item page-item-196 current_page_item"><a href="http://marikinahighschoolalumni.com/blog/?page_id=196" title="Alumnis">Alumnis</a></li>
This is how a working page looks like from view source:
<li class="page_item page-item-258"><a href="http://marikinahighschoolalumni.com/blog/?page_id=258" title="Featured">Featured</a></li>
If anybody was able to make this work - please let me know.