thank you, i tried your idea but it does not work here. Besides, i want to display it on the website's homepage, not in the forum index page itself...
1 2005-12-23 12:12
Re: include extern.php does not work (4 replies, posted in PunBB 1.2 troubleshooting)
2 2005-12-23 11:51
Re: about extern.php (2 replies, posted in PunBB 1.2 troubleshooting)
it outputs results in html LI tags.
just add a wrapper <ul> before and </ul> after your php include line, and style it inside your css the way you want it!
3 2005-12-23 11:49
Topic: include extern.php does not work (4 replies, posted in PunBB 1.2 troubleshooting)
hello,
punBB is an excellent forum, thanks a lot to the dev team !
I'm trying to display the latest posts on the frontpage. it does not work, it states that the file is missing, yet, if i copy/paste the url and access the file 'extern.php' directly, i get the content expected.
I searched throughout the forum but nothing i've found helped so far.
Can you?
here is the link to my (under construction) website: http://www.paternel.be/
PS: i tried the following
include ("http://www.paternel.be/forum/extern.php?action=active");
include $_SERVER['DOCUMENT_ROOT'].'/forum/extern.php?action=active';
require $_SERVER['DOCUMENT_ROOT'].'/forum/extern.php?action=active';
<!--#include virtual="forum/extern.php?action=new&show=10&fid=1" -->
but nothing worked.