Epsillon_ Posted October 22, 2006 Share Posted October 22, 2006 Hi,Sorry I am a big [b]nub[/b] in coding and php.I am making a website for my clan using DreamWeaverWe have phpBB forums.What i want to do is to make a section on the side that shows all the recent topics people have made on the forums. I just want the topic name and a link to the topic.Are there any codes for this. Link to comment https://forums.phpfreaks.com/topic/24784-topic/ Share on other sites More sharing options...
tippy_102 Posted October 23, 2006 Share Posted October 23, 2006 Fetch All will display data from your forum on your site.[url=http://www.phpbbfetchall.com/]http://www.phpbbfetchall.com/[/url] Link to comment https://forums.phpfreaks.com/topic/24784-topic/#findComment-112963 Share on other sites More sharing options...
Epsillon_ Posted October 24, 2006 Author Share Posted October 24, 2006 Thanks,What do i do with that now?If i only want the recent topics on the side. Link to comment https://forums.phpfreaks.com/topic/24784-topic/#findComment-113476 Share on other sites More sharing options...
tippy_102 Posted October 24, 2006 Share Posted October 24, 2006 Tha simple.php file included in the download (the examples directory) shows how to fetch the latest postings from your forum, and includes lots of comments to tell you what has to be changed to make it work on your directory set-up. Work with that to get it displaying what you want, then paste everything above line 126 into the top of your page, and everything below (and including) line 126 where you want it to display on your page. Link to comment https://forums.phpfreaks.com/topic/24784-topic/#findComment-113492 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.