I want that all Forummembers and Guests will see all Threads/Topics in the channels. Actual all see only threads/topics of the last 30days. I tried the SQL Query - but I received a error message: SQl Query ausführen Query UPDATE forum SET daysprune = -1 Nachricht von vBulletin Es trat ein Fehler beim Ausführen des Querys auf. Folgende Informationen wurden zurückgegeben. Fehler-Nummer: 1146 Fehler-Beschreibung: Table 'db558340749.forum' doesn't exist
Announcement
Collapse
No announcement yet.
Show all Threads - not only last 30days
Collapse
X
-
Show all Threads - not only last 30days
I want that all Forummembers and Guests will see all Threads/Topics in the channels. Actual all see only threads/topics of the last 30days. I tried the SQL Query - but I received a error message: SQl Query ausführen Query UPDATE forum SET daysprune = -1 Nachricht von vBulletin Es trat ein Fehler beim Ausführen des Querys auf. Folgende Informationen wurden zurückgegeben. Fehler-Nummer: 1146 Fehler-Beschreibung: Table 'db558340749.forum' doesn't exist
Tags: None
-
Don't run self created queries on the database unless you are sure you know what you're doing - you can easily break your site, and support will only be able to advise restoring from backup.
Go to any forum, and edit the page in Site Builder.
Edit the Channel Display Module, and set "Latest Activity Date Range" to "All Time".
Save all the way back out.
This should change the setting for all forums.
Related Topics
Collapse
-
by notatallHi,
I'm trying to create a query which will show the user all updated threads after his last login.
Query:
?searchJSON=%7B%22last%22%3A%7B%22from%22%3A%22lastVisit%22%7D%2C%22view%22%3A%22topic%22% 2C%22starter_only%22%3A+1%2C%22sort%22%3A%7B%22lastcontent%22%3A%22desc%22%7D%2C%22exclude _type%22%3A%5B%22vBForum_PrivateMessage%22%5D%7D...-
Channel: Support Issues & Questions
Mon 7 Sep '15, 5:30am -
Comment