09-20-2014, 06:57 PM
(This post was last modified: 02-12-2019, 05:43 PM by dragonexpert.)
This plugin adds the most recent threads to your index page.
Compatibility: 1.8.1 or higher
Latest Version: 17.0
Languages: English, German
Features:
- Uses the forum permission system
- Ajax refreshing every 30 seconds
- 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.
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 recentthread.php to your inc/plugins folder.
2) Click the link that says Run Upgrade Script in the plugin's description.
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: 17.0
Languages: English, German
Features:
- Uses the forum permission system
- Ajax refreshing every 30 seconds
- 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.
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 recentthread.php to your inc/plugins folder.
2) Click the link that says Run Upgrade Script in the plugin's description.
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.