k_lo_91 0 Report post Posted June 8, 2007 Hey does anyone know how to display the latest forum post on the main page of a website? I'm new to PHP and have no idea what to do. Thanks in advance! Share this post Link to post Share on other sites
Damen 0 Report post Posted June 8, 2007 Hey does anyone know how to display the latest forum post on the main page of a website? I'm new to PHP and have no idea what to do. Thanks in advance! All you have to do is find on your index page what the var name they use to display the latest post in a certain forum. Then edit your main index page and use that var or something like that.Not quite sure, kinda out of it right now. Share this post Link to post Share on other sites
robocz033 0 Report post Posted June 8, 2007 what forum do you use, because if its ipb, it should be pretty simple. but if u tell me, i should be able to write you a code. Share this post Link to post Share on other sites
k_lo_91 0 Report post Posted June 9, 2007 what forum do you use, because if its ipb, it should be pretty simple. but if u tell me, i should be able to write you a code.i plan to use phpbb becasue it is free. unless ipb is free too? Share this post Link to post Share on other sites
Saint_Michael 3 Report post Posted June 9, 2007 Well in order to display posts from a forum you can do it in two ways one is the ipb mod for displaying topics http://mods.invisionize.com/db/index.php/f/7285 or you set up a RSS feed and then use a javascript such as this one http://forums.xisto.com/no_longer_exists/ and display the posts like this http://forums.xisto.com/no_longer_exists/. Share this post Link to post Share on other sites