Nainstaloval jsem další mod - "Easy Quick Reply 004", který vloží, jak název napovídá, zjednodušený formulář na odpověď do tématu.
Pokud se podíváte do složky "optional", která je v instalačním balíčku, tak v ní najdete modifikaci modu, která přidá do "Easy Quick Reply" smajlíky
Mod musí být instalován na CH 2.1.6e a můžete ho stáhnou tady.
Češtinu najdete tady.
Code: Select all
##############################################################
## MOD Title: Easy Quick Reply
## MOD Author: reddog < N/A > (N/A) http://www.reddevboard.com/
## MOD Description: an easy quick reply developed only for categories
## hierarchy. The visual confirmation for guests
## is available if this option is enabled from
## Messages options Menu in the General Configuration.
## MOD Version: 0.0.4
## MOD Compatibility: 2.0.22 (require categories hierarchy 2.1.6e)
##
## Installation Level: Easy
## Installation Time: 5 Minutes
## Files To Edit: 2
## viewtopic.php
## templates/subSilver/viewtopic_body.tpl
## Included Files: 2
## root/language/lang_english/lang_extend_eqr.php
## root/templates/subSilver/quick_reply_box.tpl
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
##############################################################
## MOD History:
##
## 2007-07-20 - Version 0.0.4
## - compatible with categories hierarchy 2.1.6e
## 2006-07-22 - Version 0.0.3
## - typo in quick_reply_box.tpl
## - little improvements in viewtopic.php
## 2006-07-17 - Version 0.0.2
## - problem with poll
## 2006-07-16 - Version 0.0.1
## - first version
##
##############################################################