I think I was messing around with it when I added the HTML plugin. So that might be probably why lol.

I can't figure out why.

When someone makes a post the tags <p></p> start before his post and ends after. This doesn't affect admins, just every other user.

Example

<p>Hi all, im new here!</p>

Anyone.......?

When your viewing the forum catagorys; here it says, "Forum, Topics, Post, Last Post"

On "Last Post"
"2007-12-04 23:00:33 by AdamTopic: TEST"
                                          ^^ How do you space that? I've tried looking into the viewforum.php, but I'm not exactly sure what to look for without messing anything up. If anyone could help me i'd appreciate it smile

How exactly does this code work?

Where exactly do I put it?

What I'm doing is creating a new folder with the index.html (E.G - example.com/movies), but my forums would be (example.net/forum) so how would I be able to block out non-registered users with that code that way?

matt1298 wrote:

yup.

if ($pun_user['g_id'] == PUN_GUEST)
error($lang_common['No permission']);

As long as you have your page, intergrated with punbb it will work. all you do is add it, and if they are not logged in it will tell them they cant access. if they are logged in, it will carry on

where do I add that exactly lol? The HTML part of my webpage?

Let me try to explain a little.

I created a page which I want password protected, but I only want people who are registered members on my forums to be able to view it, otherwise they get a unauthorization error.

Does anyone have a script, mod, TUT of some sort that shows step by step on how to set this up? This would be much appreciated!