Search found 4 matches

by uwed
Tue May 29, 2007 11:51 pm
Forum: [3.0/Olympus] New features discussion
Topic: How to create login forphpbb3 on website
Replies: 16
Views: 117181

Re: How to create login forphpbb3 on website

Hi,

I seem to use this post as my personal brain storm area :D

Anyway, I just worked out how the log out link shoud look like or at least nearly shoudl look like.

echo '<a href="'.$phpbb_root_path.'/ucp.php?mode=logout&sid='.$user->data['session_id'].'&redirect='.$returnAddress.'">Logout</a ...
by uwed
Tue May 29, 2007 10:35 pm
Forum: [3.0/Olympus] New features discussion
Topic: How to create login forphpbb3 on website
Replies: 16
Views: 117181

Re: How to create login forphpbb3 on website

Hi,

What I have done so far is that I added the following few lines of phpbb3 code to the page where I need the login dialogue:
<?php
//phpbb3 login, user session management
$phpbb_root_path = './vernon_forum/';
$returnAddress ='../index.php';
//including phpBB3 stuff
define('IN_PHPBB ...
by uwed
Mon May 28, 2007 8:07 pm
Forum: [3.0/Olympus] New features discussion
Topic: How to create login forphpbb3 on website
Replies: 16
Views: 117181

Re: How to create login forphpbb3 on website

Hi,

Thanks a lot for your reply! Could you please explain in a little bit more detail how to use that code on separate php (non forum) page? From what I see I guess this code checks whether the user is logged in or not. But how do I create the login itself?

Thanks,
Uwe
by uwed
Mon May 28, 2007 1:18 am
Forum: [3.0/Olympus] New features discussion
Topic: How to create login forphpbb3 on website
Replies: 16
Views: 117181

How to create login forphpbb3 on website

Hi Guys,

Bare with me if that's the wrong forum, it is sometimes hard to work out where to ask what.

I was wondering if there is any guidance available how to create a user login for phpBB3 on a separate website? We have done that already with phpbb2, but obviously things have changed and I am a ...