new forum feature->topics with no replies

Announcements about the forum or services itself
Locked
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

new forum feature->topics with no replies

Post by Red Squirrel »

When you view any topic, on the bottom you will see the 10 last topics that don't have replies. This is to make it easier to notice new topics since I think that's what causes the lack of activity - no one actually checks for new topics. Don't forget there's also the view new posts link on top that is really helpful. ;)

I figured this would not be hard to code and it was not, so I did it. vB has a mod for this but I could not find a IB one.

Archived topic from Iceteks, old topic ID:1807, old post ID:15031
Honk if you love Jesus, text if you want to meet Him!
User avatar
rovingcowboy
Posts: 1504
Joined: Wed Dec 18, 2002 10:14 pm

new forum feature->topics with no replies

Post by rovingcowboy »

:lol: B)

cool feature here red. i always clicked the new posts link on top and the todays most active threads link on the bottom.

but this is real handy as it is loaded on the message thread and we dont have to wait for the page to reload.

only is this for all forum messages? or just the forum your in at the time?

that might be a dumb question as i just seen the answer my self :lol:

:awesome:

Archived topic from Iceteks, old topic ID:1807, old post ID:15033
roving cowboy/ keith
User avatar
Wren
Posts: 2881
Joined: Sat Jan 25, 2003 7:36 pm

new forum feature->topics with no replies

Post by Wren »

I always look for new posts first. When you talk about writing code, there's nothing I can add, don't have a clue on that! :blink:

Archived topic from Iceteks, old topic ID:1807, old post ID:15041
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

new forum feature->topics with no replies

Post by Red Squirrel »

It's for the whole board. I could easly make it for only the forum you're viewing, but I rather just show the overall. I was also going to make it show what forum it's in, but it would require a SQL query for each topic, so you'd have 11 SQL queries instead of 1, just for a little feature like this, no thanks. :D The reason is because the topic table only shows the forum ID and not the name, so I'd have to make a query to get the forum name from the forum ID. But anyway, that's beyond what most care about. :lol:

Archived topic from Iceteks, old topic ID:1807, old post ID:15048
Honk if you love Jesus, text if you want to meet Him!
Locked