1
Parafal
NewBB is deleting all old threads!
  • 2003/10/22 2:08

  • Parafal

  • Just popping in

  • Posts: 98

  • Since: 2003/6/7 2


I'm using XOOPS version 2.0.3 and I saw that my old thread have been deleted automaticaly.
How can I stop this? I want that all my thread stay like they are.

Where must a change some thing?
Thanks

2
Herko
Re: NewBB is deleting all old threads!
  • 2003/10/22 7:24

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


They are not deleted at all Below each thread there is a pulldown menu with show all posts from the last 100 days. Set that to the time-period you want and you'll have your old posts back

Herko

3
bordacs
Re: NewBB is deleting all old threads!
  • 2003/12/21 15:20

  • bordacs

  • Just popping in

  • Posts: 27

  • Since: 2003/2/4 1


What is the solution to make "From the beginning" as a default view?
I didn't find anywhere to set it.

4
Anonymous
Re: NewBB is deleting all old threads!
  • 2003/12/21 15:56

  • Anonymous

  • Posts: 0

  • Since:


The Solution is to wait for the next Release at the moment there is no way to make "From the beginning" as a default view.

Greetz

5
Olorin
Re: NewBB is deleting all old threads!
  • 2003/12/21 18:01

  • Olorin

  • Just popping in

  • Posts: 50

  • Since: 2003/7/5 1


Well, there is a way, indeed. But you need to hack "viewforum.php". It's very easy even if you don't know PHP at all.

modules/newbb/viewforum.php
line156
BEFORE
Quote:

$sortsince = !empty($HTTP_GET_VARS['sortsince']) ? intval($HTTP_GET_VARS['sortsince']) : 100;
$sel_since_array = array(1, 2, 5, 10, 20, 30, 40, 60, 75, 100);

AFTER
Quote:

$sortsince = !empty($HTTP_GET_VARS['sortsince']) ? intval($HTTP_GET_VARS['sortsince']) : 1000;
$sel_since_array = array(1, 2, 5, 10, 20, 30, 40, 60, 75, 100);

Now "From the beginning" should be the default value.

6
Anonymous
Re: NewBB is deleting all old threads!
  • 2003/12/21 19:42

  • Anonymous

  • Posts: 0

  • Since:


When I talk from no way at the moment, I mean of course the "no hack" way this hack works ok, but for the Future this will be a Setting Option for the Forum...

Login

Who's Online

206 user(s) are online (135 user(s) are browsing Support Forums)


Members: 0


Guests: 206


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits