I tried this mod and couldnt get it to work. I edited the profile.php file like the read me suggested but I crashed my forum hmm

Hi,

In the header of my website I have a Login Link. How can I have it redirect back to the main page of my website after a user logs in?

Is there a way I can have a "Logout" link on my main site page?

Thanks,

webcoder

I've been trying to get this work also, and I'm getting this error

Warning: require(./include/functions.php) [function.require]: failed to open stream: No such file or directory in /home/webcoder/web/html/forum/extern.php on line 127

Fatal error: require() [function.require]: Failed opening required './include/functions.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/webcoder/web/html/forum/extern.php on line 127

I'm using this code

<?php
$_GET['action'] = 'active';
require('forum/extern.php');
?>       

I have database connection code at the top of the page I'm trying to get the topics to show up on

4

(1 replies, posted in PunBB 1.2 troubleshooting)

Hey Everyone,

I'm new to using PunBB and I like it so far smile

I just have a couple of questions....

What file do I edit to add additional links to menu?


is there like an integration guide somewhere? I'd like to integrate this into my website, but not quite sure how to go about doing it?

Thanks

webcoder