2012-03-15, 21:12:25
(This post was last modified: 2012-03-15, 21:14:39 by melissathom.)
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:
normaly you have
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:
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?
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?