2014-09-20, 06:57 PM
(This post was last modified: 2021-02-09, 08:05 PM by dragonexpert. Edited 3 times in total.)
This plugin adds the most recent threads to your index page.
Compatibility: 1.8.1 or higher
Latest Version: 20.0
Languages: English, German ( Out of date )
Features:
- Uses the forum permission system
- Setting for ajax refresh rate.
- Ajax refreshes disabled after 15 minutes.
- Options for displaying avatars
- Options to exclude certain forums from having threads show
- Easily adjust how many threads you want to show
- Thread title links to the newest post you haven't read
- Username styles are maintained
- Reply count is clickable to bring up the list of who posted
- Variables for relative time, date, and standard time of last post
- Thread titles can be shortened along with an option of breaking at the word or character level.
- Option to select which groups can't use this.
- Option to show formatted thread prefixes.
- Setting to allow Thread Fields from XThreads
- Option to show formatted usernames
- Option to show thread creation date.
- Ability to use on additional pages.
- New file structure makes it easier to maintain for your programmers.
- Option to show breadcrumb forum as either no breadcrumb, partial, or full path.
- Maintenance Script that can be run to insert missing settings, database changes, and templates.
- The master templates are now a .json file so that can be edited and then all themes can be updated to it.
- Option to download the templates for a particular theme as a .json file which could then be uploaded if you want to apply that layout across all themes with 1 click.
- Maintenance script which can check for missing templates and settings and repair them.
Installation:
1) Upload the zip file to your forum root and extract it. The file and folder directory is maintained.
2) Install and Activate in the Admin CP
3) Go to your index template and verify {$recentthread_headerinclude} and {$recentthreadtable} are on the template once each.
4) Customize settings to your liking.
Upgrading:
1) Upload all files in the zip file to the directories.
2) Click the link that says Run Upgrade Script in the plugin's description.
3) To upgrade to version 20, after running the upgrade script, go to Templates & Style and select Recent Threads and update templates. Failure to do this may result in some of the new features not working. If you do not wish to replace all templates, you'll need to look at the templates.json file for any changes.
XThreads Fields
You have two options if you choose to enable it. You can either use the raw data from the database or formatted data. You will place this code in the recentthread_thread template.
Raw: {$threadfields_raw[$tid]['fieldname']}
Formatted: {$threadfields_formatted[$tid]['fieldname']}
Download: http://community.mybb.com/mods.php?action=view&pid=191
Github
https://github.com/dragonexpert/recentthreads
For additional documentation, the read me file is your friend.
Compatibility: 1.8.1 or higher
Latest Version: 20.0
Languages: English, German ( Out of date )
Features:
- Uses the forum permission system
- Setting for ajax refresh rate.
- Ajax refreshes disabled after 15 minutes.
- Options for displaying avatars
- Options to exclude certain forums from having threads show
- Easily adjust how many threads you want to show
- Thread title links to the newest post you haven't read
- Username styles are maintained
- Reply count is clickable to bring up the list of who posted
- Variables for relative time, date, and standard time of last post
- Thread titles can be shortened along with an option of breaking at the word or character level.
- Option to select which groups can't use this.
- Option to show formatted thread prefixes.
- Setting to allow Thread Fields from XThreads
- Option to show formatted usernames
- Option to show thread creation date.
- Ability to use on additional pages.
- New file structure makes it easier to maintain for your programmers.
- Option to show breadcrumb forum as either no breadcrumb, partial, or full path.
- Maintenance Script that can be run to insert missing settings, database changes, and templates.
- The master templates are now a .json file so that can be edited and then all themes can be updated to it.
- Option to download the templates for a particular theme as a .json file which could then be uploaded if you want to apply that layout across all themes with 1 click.
- Maintenance script which can check for missing templates and settings and repair them.
Installation:
1) Upload the zip file to your forum root and extract it. The file and folder directory is maintained.
2) Install and Activate in the Admin CP
3) Go to your index template and verify {$recentthread_headerinclude} and {$recentthreadtable} are on the template once each.
4) Customize settings to your liking.
Upgrading:
1) Upload all files in the zip file to the directories.
2) Click the link that says Run Upgrade Script in the plugin's description.
3) To upgrade to version 20, after running the upgrade script, go to Templates & Style and select Recent Threads and update templates. Failure to do this may result in some of the new features not working. If you do not wish to replace all templates, you'll need to look at the templates.json file for any changes.
XThreads Fields
You have two options if you choose to enable it. You can either use the raw data from the database or formatted data. You will place this code in the recentthread_thread template.
Raw: {$threadfields_raw[$tid]['fieldname']}
Formatted: {$threadfields_formatted[$tid]['fieldname']}
Download: http://community.mybb.com/mods.php?action=view&pid=191
Github
https://github.com/dragonexpert/recentthreads
For additional documentation, the read me file is your friend.