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
1 2008-05-03 04:01
Re: DownloadMod 1.1 (12 replies, posted in PunBB 1.2 modifications, plugins and integrations)
2 2008-04-29 21:34
Topic: Login redirection & Logout Link? (0 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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
3 2008-03-31 23:28
Re: include('http://host.com/forums/extern.php?action=active'); (49 replies, posted in PunBB 1.2 troubleshooting)
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 2008-03-31 23:03
Topic: A Couple Of Questions (1 replies, posted in PunBB 1.2 troubleshooting)
Hey Everyone,
I'm new to using PunBB and I like it so far
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