20.09.2014, 14:00
(Dieser Beitrag wurde zuletzt bearbeitet: 11.11.2024, 15:35 von MyBB.de Bot.)
Eine neue Erweiterung wurde veröffentlicht: Thread Icon in Showthread
Zitat:https://github.com/Destroy666x/MyBB-Thre...Showthread
Installation:
Templates troubleshooting:
- Upload everything from upload folder to your forum root (where index.php, forumdisplay.php etc. are located).
- Activate plugin in ACP -> Configuration -> Plugins.
If the icon is not displayed due to theme customizations, you need to apply these changes manually:You may also want to wrap the mentioned variable like this
- Showthread - add {$thread_icon} to any showthread template (showthread by default)
- Printthread - add {$thread_icon} to the printthread template
- Newreply - add {$thread_icon} to any newreply template (newreply by default)
Code:<div style="display: inline-block; vertical-align: middle; padding: 0 3px;">{$thread_icon}</div>
(it's done by default to align the icon vertically).
Translations:
Feel free to submit translation to github in Pull Requests. Also, if you want them to be included on the MyBB mods site, ask me to provide you the contributor status for my project.
Donations:
Donations will motivate me to work on further MyBB plugins. Feel free to use the button in the ACP Plugins section anytime.
Thanks in advance for any input.