solved - Active Topics

Get help with installation and running phpBB 3.0.x here. Please do not post bug reports, feature requests, or MOD-related questions here.
Get Involved
Forum rules
END OF SUPPORT: 1 January 2017 (announcement)
User avatar
TheInquistor
Registered User
Posts: 304
Joined: Tue Jun 19, 2007 11:36 pm

solved - Active Topics

Post by TheInquistor »

This was just brought to my attn. When clicking view active topics link on forums, we only see gloabal announcements. Is this default? I want to say that there are mods to modify this, but wanted to ask before i go tweakin on the code
Last edited by JimA on Sun Mar 14, 2010 7:48 am, edited 2 times in total.
Reason: Topic icon changed
[noob]ME[/noob]
User avatar
KevC
Support Team Member
Support Team Member
Posts: 72536
Joined: Fri Jun 04, 2004 10:44 am
Location: Oxford, UK

Re: Active Topics

Post by KevC »

There was a bug in the previous versions whereby the option was on regardless of the admin panel option. This has now been fixed and so the default 'no' option is actually working correctly.

Admin panel
General
Manage forums
Click the green cog next to the forum you want to include

Display active topics: yes
Submit

You can turn it on for all forums by using this query on your database. NB you may need to change the table prefix to your own.

Code: Select all

UPDATE phpbb_forums SET forum_flags = forum_flags | 16 WHERE forum_type < 2;
-:|:- Support Request Template -:|:-
Image
"Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb"
User avatar
TheInquistor
Registered User
Posts: 304
Joined: Tue Jun 19, 2007 11:36 pm

Re: Active Topics

Post by TheInquistor »

i thankyou. i will do as said.

what exactly decides a topic is active anyway? is it posts only?
[noob]ME[/noob]
User avatar
TheInquistor
Registered User
Posts: 304
Joined: Tue Jun 19, 2007 11:36 pm

Re: Active Topics

Post by TheInquistor »

i just went thru all of the forums as mentioned and noticed that all of the forum catergories have the active topic to yes. but when i resynced all the catergories, view active topics still only shows global announcements. im actually not sure tho what else should show or what makes a topic active.

and if i have the moderator forum active, permission will keep those without access from seeing it...right?
[noob]ME[/noob]
User avatar
ric323
Former Team Member
Posts: 22910
Joined: Tue Feb 06, 2007 12:33 am
Location: Melbourne, Australia
Name: Ric

Re: Active Topics

Post by ric323 »

TheInquistor wrote:i just went thru all of the forums as mentioned and noticed that all of the forum catergories have the active topic to yes...
Categories don't contain posts, only forums contain posts.
You need to set this option to "yes" in the forums, not in the categories containing the forums.
The Knowledge Base contains solutions to many common problems!
How to fix "Doesn't have a default value" and "Incorrect string value: xxx for column 'post_text' " errors.
How to do a clean re-install of the latest phpBB3 version.
Problems with permissions? Read phpBB3 Permissions
User avatar
TheInquistor
Registered User
Posts: 304
Joined: Tue Jun 19, 2007 11:36 pm

Re: Active Topics

Post by TheInquistor »

if i am sure the permission will keep them out, i will just db them all to yes. will they
[noob]ME[/noob]
User avatar
ric323
Former Team Member
Posts: 22910
Joined: Tue Feb 06, 2007 12:33 am
Location: Melbourne, Australia
Name: Ric

Re: Active Topics

Post by ric323 »

TheInquistor wrote:if i am sure the permission will keep them out, i will just db them all to yes. will they
I don't understand what you are asking.
Is this related to what you were asking about active topics?
The Knowledge Base contains solutions to many common problems!
How to fix "Doesn't have a default value" and "Incorrect string value: xxx for column 'post_text' " errors.
How to do a clean re-install of the latest phpBB3 version.
Problems with permissions? Read phpBB3 Permissions
User avatar
TheInquistor
Registered User
Posts: 304
Joined: Tue Jun 19, 2007 11:36 pm

Re: Active Topics

Post by TheInquistor »

it sounds like the database option will fix the issue, i was just leary because of moderator forums. but i believe the permissions will work. just didnt know if a database edit would override permissions.

and what is an active topic. what designates a topic active?
[noob]ME[/noob]
User avatar
JimA
Former Team Member
Posts: 7833
Joined: Thu Jul 31, 2008 5:54 am
Location: The Netherlands
Name: Jim Mossing Holsteyn

Re: Active Topics

Post by JimA »

A database edit won't override permissions. The only thing the database query Kevin gave you will do is enable the "Display active topics" flag for every forum, which you'd otherwise have to do manually. It doesn't touch or override anything related to permissions. ;)

A topic is active when there has been posted in it in the last 7 days. However at the bottom of the "View active topics" page is a checkbox where you can decide the timeframe. :)
Jim Mossing Holsteyn - Former Community Team Leader
Knowledge Base | Documentation | Board rules

If you're having any questions about the rules/customs of this website, feel free to drop me a PM.
User avatar
TheInquistor
Registered User
Posts: 304
Joined: Tue Jun 19, 2007 11:36 pm

Re: Active Topics

Post by TheInquistor »

excellent. i will consider this topic solved
[noob]ME[/noob]

Return to “[3.0.x] Support Forum”