1

Topic: Recent Discussion Mod

Hello, i've been searching for one of these on the forums for a while now, and have yet to find one. It displayes the recent discussions, such as on the main page of http://punbb.org/.

Sorry i'f im being too much of a problem, but I would really like to have this mod. wink

Re: Recent Discussion Mod

Read the extern.php file
there are many ways to do
the easiest is to include this in the index of your homepage

include('http://host.com/forums/extern.php?action=new&show=10&fid=5');

3

Re: Recent Discussion Mod

Ok thanks a bunch.. smile

Re: Recent Discussion Mod

anytime

Re: Recent Discussion Mod

I am unable to open a URL fstream with php on my server or at least that's the error that it keeps telling me... is there any other way I can do this other than the include'fullpath' ?

As far as I know there is no way to change the fstream open setting since the server doesn't take kindly to requests....

Re: Recent Discussion Mod

I've gotten the pages to show the latest active forum topics, but I would also like to not have the full title truncated and to also have the authors name added to the list - how can I accomplish this???

Re: Recent Discussion Mod

bluedigitalmedia wrote:

I've gotten the pages to show the latest active forum topics, but I would also like to not have the full title truncated and to also have the authors name added to the list - how can I accomplish this???

up!