Your ultimate PunBB resource!
You are not logged in.
## ## ## Mod title: Sort Posts Mod ## ## Mod version: 1.0.2 ## Works on PunBB: 1.2.10 ## Release date: 2005-12-17 ## Author: B. Rasmus Anthin (scratty@gmail.com) ## ## Description: This mod enables each user to select whether he/she wants ## to sort the posts in chronological (PunBB standard) or ## reverse chronological order by a checkbox in the profile ## page -> Display -> "Set your options for viewing posts". ## ## Affected files: profile.php ## viewtopic.php ## lang/English/profile.php ## lang/Swedish/profile.php ## ## Affects DB: new user option: ## 'reverse_posts' ## ## Notes: This mod is compatible with the subforum mod ## (no additional changes needed). ## ## There is a collision with the Real Name mod at ## section 16-17. So make sure to add u.realname in the ## query to keep the Real Name mod intact (or make a diff ## if you're uncertain). There might be a collision with ## Calendar mod on this row too, so be vigilant. ## ## Skip the swedish translation at 22-23 if you don't have ## swedish installed. ## ## Line numbers might be slightly off, so use the ## search/find function primarily. ## ## Updating: version: affects sections/db: ## 1.0.1 16-17, 18-19, no database change. ## ## History: version: changes: ## 1.0.1 Post id's are now displayed correct when ## sorting in reverse chronological order. ## 1.0.2 Added readme_Easy_Poll.txt for instructions ## on how to get post order to affect polls ## too. ## ## DISCLAIMER: Please note that "mods" are not officially supported by ## PunBB. Installation of this modification is done at your ## own risk. Backup your forum database and any and all ## applicable files before proceeding. ## ##
Offline