Quote from: Valconeye on November 01, 2003, 12:26:26 AM
any luck with a limit? it would be really nice to limit by month, like just show 2 months, or 3 or 4 etc...
you can edit NewsArchive.php,
search for
ORDER BY m.posterTime DESC;") or database_error(__FILE__, __LINE__);
replace with
ORDER BY m.posterTime DESC
LIMIT 0,30") or database_error(__FILE__, __LINE__);
where 0 is the start of the record, and 30 is the limit
so in the next page you can put: LIMIT 30,30 and next: LIMIT 60,30
Quote from: crash5456 on November 06, 2003, 05:07:15 AM
I applied this mod yesterday and my news fader disappeared on me.
Can anyone tell me what might have happened and how to fix it.
Thx in Advance
This mod does NOT change anything in Settings.php nor settings table in the database.
Just check in Admin Center -> Forum Preferences to enable your news fader
or maybe you overwrote or deleted a file accidentally? like fader.js
@crash5456: if you never used the News.php, i dont think you'll need this feature. Basically how to use this mod is the same way as you use News.php, just the action name is different. Please read NewsPHP_ReadMe.txt in your yabb folder