1 sayfadan 1. sayfa

Vbulettin gibi alinti (Quote)

İletiTarih: 01.06.2006, 12:21
murtaza
Kod: Tümünü seç
##############################################################
## MOD Title: VB Style Quoting
## MOD Author: Budweiser < raymond@phpbb-nl.com > (Raymond Teunissen) http://www.phpbb-nl.com
## MOD Description: Change the way of quoting (just like in vBulletin)
## MOD Version: 1.0.0
##
## Installation Level: Easy
## Installation Time: 2-3 Minutes
## Files To Edit: 2
##         - /templates/subSilver/bbcode.tpl
##         - /language/lang_english/lang_main.php
##
## Included Files:    (n/a)
##############################################################
## Author Notes:
##
##############################################################
## MOD History:
##
##   September 08th 2003 - v 1.0.0
##      - Created main features.
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################

#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/bbcode.tpl


#
#-----[ FIND ]------------------------------------------
#

<!-- BEGIN quote_username_open --></span>
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr>
     <td><span class="genmed"><b>{USERNAME} {L_WROTE}:</b></span></td>
   </tr>
   <tr>
     <td class="quote"><!-- END quote_username_open -->
<!-- BEGIN quote_open --></span>
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr>
     <td><span class="genmed"><b>{L_QUOTE}:</b></span></td>
   </tr>
   <tr>
     <td class="quote"><!-- END quote_open -->
<!-- BEGIN quote_close --></td>
   </tr>
</table>
<span class="postbody"><!-- END quote_close -->

#
#-----[ REPLACE WITH ]------------------------------------------
#

<!-- BEGIN quote_username_open -->
<blockquote>
  <span class="gensmall">{L_QUOTE}:</span>
  <hr>
  {L_WROTE} <b>{USERNAME}:</b><br>
<!-- END quote_username_open -->
    <!-- BEGIN quote_open -->
<hr>
</blockquote>
<blockquote>
<span class="gensmall">
    {L_QUOTE}:</span>
    <hr>
    <!-- END quote_open -->
    <!-- BEGIN quote_close -->
<hr>
</blockquote>
      <!-- END quote_close -->

#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php


#
#-----[ FIND ]------------------------------------------
#

$lang['wrote'] = 'wrote'; // proceeds the username and is followed by the quoted text


#
#-----[ REPLACE WITH ]------------------------------------------
#

$lang['wrote'] = 'Originally posted by'; // proceeds the username and is followed by the quoted text

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM


Ayni vbulettin gibi yapiyo
Hos bisi yani

Iyi günlerde kullanin anacim

Sevgiyle

İletiTarih: 01.06.2006, 13:28
NettBrr
Yaptım Çok Saol...

İletiTarih: 01.06.2006, 20:51
tankaya61
yaptım ama hıcbır değişiklik olmadı yanı
ıcınde foto bulunan bır mesajı alıntı yaptım yıne kodlar cıktı
vbulletın gıbı derken baska bırsey mı kastedıyorsun

İletiTarih: 01.06.2006, 21:35
Sergeant Orion
demo varmı?

İletiTarih: 02.06.2006, 15:36
Napster
Bende eskiden localde denemiştim.Paylaşım için teşekkürler.