1.12.7 i starsze - Eliminowanie wielkich liter
krystianr - 13-06-2010, 16:41 Temat postu: Eliminowanie wielkich liter
Przekształca kapitaliki w postach na zwykłe litery.
Kod: | ##############################################################
## MOD Title: Disable All CAPS MOD
## MOD Author: morpheus2matrix < morpheus@2037.biz > (Morpheus) http://morpheus.2037.biz
## MOD Adapted : krystianr < krystianr93@wp.pl > Krystian Rudnicki www.e-gry.xaa.pl
## MOD Description: This MOD will allow you to disable all the CAPS in a message
## MOD Version: 1.0.5
## Compatibility for phpbb2 : 2.0.6
## Comaptibility for przemo : 1.12.6p4
##
## Installation Level: Easy
## Installation Time: 1 Minutes
## Files To Edit: 1
## includes/functions_post.php
##
## Included Files: N/A
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## A good addition should be to check if we are after a dot
## Maybe in a next version ;-)
##
##############################################################
## MOD History:
##
## 2003-11-22 - Version 1.0.0
## - Initial Release
##
## 2010-06-13 - Version 1.0.5
## - Update do phpbb2 by przemo
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
############################################################## |
|
|
|