Hmmmm, I'm confused. I added the code to extern.php exactly like he said to, but now what? I obviously post the code for The Presentation section, but I don't get the middle part. Any help is appreciated.

Ok, let me start over because I'm starting to confuse my self as well lol. When you say integration, I think of having users being able to login without actually having to be at the forums (like having a text box to entre your user name/password in your index page of your website). Since I'm still kind of new at this, maybe that perception is wrong. Anyway, I want to create a whole different portal on my website- a downloads/web email hub BUT I only want people who have correct logins on PunBB to use it and to gain entrance into it.

So for that to work, I would have to cross check their input with what's in the database and if it's correct, re-direct to the downloads/email hub.

^^^^Now that's how I was thinking on doing it. When you say integration, is there another way/method you were talking about?

After reading some books and thinking of ways I need some more help with this. My original idea was going to create a form and assign those forms as values to variables. The password box would be $userpassword and the login would be $userlogin and I need to think of an if statement on how to cross reference the input with what's stored in the punbb database, so that if $userpassword and $userlogin don't equal what's in the punbb, it returns an error, or if it does, there's a redirect to the member's area page. If that made any sense.

OR.....

Would it be easier to copy login.php and some how change or add a redirect if the if statement is true?

Hey, thanks a lot for that! I'll have to read it over more and see how it works.

Ok, so I'm building a website that has two parts: a static website with punbb forums and a separate member's area. Now my problem is that I want only certain users in a certain user group can access this members only area. I don't want to use a CMS because I want the challenge of constructing my own system, but this is the only part I find really difficult and will need help writing (if anyone is willing to offer, sadly I don't have any payment options though).

Now I was thinking that I would paste the snippet of PHP code and if it's correct, have it redirect to the member's area URL or return an error if the PHP code can't find their user name/password/group ID. I've looked a little bit at the login.php but it doesn't search for the correct group ID. If anyone is willing to construct this code or help me out I'd greatly appreciate it.

Thanks for reading!

6

(1 replies, posted in PunBB 1.2 troubleshooting)

Hi. How do I resolve this? I installed the Image Award mod on it (I'm running punBB v. 1.2.14) and now after I tried to make a post, I get:

Error: Unable to fetch post info.

Yet when I push the back button, I am able to see the post. Any help is appreciated.

Hi. Is there anyway to set punbb up so that an administrator can assign a user a custom rank w/ image that is NOT related to the number of posts that user made? Thanks.

HI all.! I was wondering, how do I enable the [img] tags and how can I let my users link to an off-site Avator?

9

(2 replies, posted in PunBB 1.2 troubleshooting)

Ugh, I must be insane, but where do I look to find the ID of each forum? And how do I add users to user groups? I can't seem to find it anyway. Any help is appreciated.

Ok, thanks alot!

Any help? At least eighteen views and no reply.

Ok, so I'm building a website in plain HTML and I have an install of punBB ready. I'm lazy lol and I don't want to format text every time I need news posted on my front page of the site. So I was wondering, is there any way to integrate punBB so that every post in a specified board is posted on the index.html? I've seen several punBB plug-ins, but I'm not sure what's right for me- or if I just need to copy some code and edit it.