SmartFAQ is developed by The SmartFactory (https://www.smartfactory.ca), a division of InBox Solutions (https://www.inboxsolutions.net)

How do I display all forum topics from the beginning, instead of the last 100 days?
For NewBB < 2.0.1: modules/newbb/viewforum.php:
$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); ... $forum_selection_since .= \'\';


The value 1000 represents \"From the beginning\", so change the \": 100\" to \": 1000\". For NewBB >= 2.0.1: Go to Module Preference: [img align=lefthttps://xoops.org/uploads/img41f4c1f7432cf.jpg[/img]
Change the 'Since' default value to 1000.


The comments are owned by the author. We aren't responsible for their content.
user

 from the beginning in newbb forum


too many people waiting for this a long time
thanks in advance

 
user

 Can someone explain which bit to change?


Sorry, I know when someone rexplains it i will feel daft.

Yet at present I can not understand which bit needs editing, to make it show since beginning.

Can someone tell me is it the highlighted number you have to change to 1000 or add a bit?

Thxz

 
user

 Re: Can someone explain which bit to change?


The value in the screen shot "Since" Default Value needs to be changed to 1000, default is 100.

 
user

 Re: Can someone explain which bit to change?


Thxz done it
Peace B with U

 
user

 Re: Can someone explain which bit to change?


To ADD to this, in CBB the value is 0 to add in admin

 


Login

Who's Online

1097 user(s) are online (1 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 1097


more...

Donat-O-Meter

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

Did you know ?

MySQL 4.1 upwards uses an authentication protocol based on a password hashing algorithm that is incompatible with that used by older clients, including PHP 4.

Random question

What is the difference between all the categories in the notification Options block of the forum module (Thread, Forum, Global)?