- Kód: Vybrať všetko
##############################################################
## MOD Title: Short quote
## MOD Author: JanoF < webmaster[treska]pcforum.sk > (Jan Fecik) http://www.pcforum.sk/
## MOD Description: This MOD be instrumental to short quote :o)
## MOD Version: 1.0.1
##
## Installation Level: Easy
## Installation Time: 3 minutes
## Files To Edit: posting.php
## Included Files:
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
## Generator: MOD Studio
##############################################################
## 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: Update 22.10.2005 - Thanks Yoz
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
posting.php
#
#-----[ FIND ]------------------------------------------
#
$quote_username = ( trim($post_info['post_username']) != '' ) ? $post_info['post_username'] : $post_info['username'];
$message = '[quote="' . $quote_username . '"]' . $message . '[/quote]';
#
#-----[ REPLACE WITH ]------------------------------------------
#
$quote_username = ( trim($post_info['post_username']) != '' ) ? $post_info['post_username'] : $post_info['username'];
{
$message = preg_replace('/(\[quote=(.*?)\]((.|)*)\[\/quote\][\s]*)/si',"",$message);
}
$message = '[quote="' . $quote_username . '"]' . $message . '[/quote]';
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Edite by Leachim - kódy do code prosím





News
![Validate my Atom 1.0 feed [Valid Atom 1.0]](http://validator.w3.org/feed/images/valid-atom.png)