Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Front End User Login Plugin (XML Or Database - ver: 3.0)
#97
I have ticked a page as 'members only', but in this page i included a html page.
So in the template i wrote the following:

Code:
<!-- REAL CONTENT -->
       <div id="fc">
       <h3><?php get_page_title(); ?></h3>
       <p>    
       <?php include('reg.php'); ?>
       </p>
        </div>
       <!-- REAL CONTENT END -->

normaly you have

Code:
<!-- REAL CONTENT -->
       <div id="rc">
       <h3><?php get_page_title(); ?></h3>    
       <?php get_page_content(); ?>
        </div>
       <!-- REAL CONTENT END -->

the second choice nobody can see the content.
But in the first you can see the content if you don't logged in.

You said:

Quote:So there is a conflict. Does the guestbook also allow you to use a php tag in a template file rather then using {guestbook} ? If so you can put that php code inside the conditional example you can find at the user-management->help page.

As you see, I don't have a conflict. How can i set the page, that nobody nonlogged in can see?

- - - - - - - - - - - - - -

When do you finished the version 3.1?
And can you add a page where users can edit the passwords?
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 SlazZe - 2012-03-15, 21:12:25



Users browsing this thread: 1 Guest(s)