Quote:
Originally Posted by Buddha
is there a way to set this up so that it can display threads from a forum that is installed on another subdomain? say i've got a forum on a.domain.com and i want to display the latest threads on b.domain.com/index.php... how would i go about this?
thanks
|
As long as it's on the same server, you sure can.
All you have to do is change the original include to:
include("/path/to/lastpost3.php");
Also, make sure you change the $forum_url variable to forum A.