Topic: Displaying "Users Online" On My Homepage?

Hi,

I have read through the docs (http://punbb.org/docs/dev.html#syndication) that explain how to include recent posts and users online on my websites homepage but I am still a little unsure how to do it - I tried and it messed up sad

Can anyone provide further assisstance in what to do?

Do I just copy:

include('http://new-york-dolls.com/board/extern.php?action=online');

text into my index.html page and rename it index.php? Thats what I tried but it didn't work. I am probably way off the mark here so hopefully someone can help me out.

Heres a little info:

Website URL: www.new-york-dolls.com
Board URL : www.new-york-dolls.com/board/

Can anyone help? Thanks,

2 (edited by Ludo 2005-03-30 13:57)

Re: Displaying "Users Online" On My Homepage?

Right you must rename your index.html in index.php
When I go here http://new-york-dolls.com/board/extern. … ion=online it seems to work
This also seems to work http://new-york-dolls.com/board/extern. … ion=active

Put for example:
<?php
include('http://new-york-dolls.com/board/extern.php?action=online');
?>


What's the problem. Have you got an error message?

Ludo,

Re: Displaying "Users Online" On My Homepage?

Thanks for your help, it works now. I wasnt adding the " <"php        ...       /> to the code. Cheers for the help Ludo smile