Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-03-19 22:47:43
- deronsizemore
- Member
- From: Kentucky
- Registered: 2005-11-02
- Posts: 324
"recent forum entries" on homepage?
Hi,
I’m planning on using PunBB for a site I’m designing, and I was wondering if it’s possible to have a section say on the homepage that shows the most recent (lets say 5) entries into the forum? Just a quick teaser to maybe draw attention to the forum and get people to join?
I’m still a little ways off from actually launching this site, or even working on getting the forum set up, so not really looking for a real detailed answer yet. I’m really just curious to know if this can be done and how difficult it would be?
Thanks
Deron
Offline
Re: "recent forum entries" on homepage?
There was a plug-in for that somewhere if you want to trawl the plug-in forum.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#3 2006-03-19 23:18:42
- deronsizemore
- Member
- From: Kentucky
- Registered: 2005-11-02
- Posts: 324
Re: "recent forum entries" on homepage?
cool thanks I’ll look around there and see what I can dig up.
Offline
Re: "recent forum entries" on homepage?
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Re: "recent forum entries" on homepage?
You don’t need the plugin. There’s a simple code, explained in the PunBB manual (well, kinda). Here’s what I use myself :
<h2>Last forum talk</h2>
<ul class="forumRecents">
<?php include('http://shadowrun.fr/forums/extern.php?action=new&show=8'); ?>
</ul>
Offline
Re: "recent forum entries" on homepage?
Jeremie,
that’s helpful, and good to know, thanks. It might be nice to add that in the WIKI somewhere?
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#7 2006-03-20 23:26:06
- deronsizemore
- Member
- From: Kentucky
- Registered: 2005-11-02
- Posts: 324
Re: "recent forum entries" on homepage?
Thanks Stuart for finding that link for me!
Jeremie…NICE! Can’t wait to try it.
Offline
Pages: 1