Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#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

#2 2006-03-19 23:13:28

thebombsite
Archived Plugin Author
From: Exmouth, England
Registered: 2004-08-24
Posts: 3,251
Website

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

#4 2006-03-19 23:23:42

thebombsite
Archived Plugin Author
From: Exmouth, England
Registered: 2004-08-24
Posts: 3,251
Website

Re: "recent forum entries" on homepage?


Stuart

In a Time of Universal Deceit
Telling the Truth is Revolutionary.

Offline

#5 2006-03-19 23:54:39

Jeremie
Member
From: Provence, France
Registered: 2004-08-11
Posts: 1,578
Website

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

#6 2006-03-20 16:05:25

squaredeye
Member
From: Greenville, SC
Registered: 2005-07-31
Posts: 1,495
Website

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?


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

Board footer

Powered by FluxBB