Hoşgeldin Misafir

[MOD]PM Quick Reply/Özel Mesaj'da Hızlı Cevap

MiRaT

13 Kas 2017
2,077 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
Kod:
############################################################## 
## MOD İsmi:  Özel Mesaj'da Hızlı Cevap
## MOD yAPIMCISI: god49 < [email protected] > (Garold W. Robinson) www.coffee-clatche.com/mods 
## MOD Description: Allows the user to make a quick reply to a PM without having to change pages 
## MOD Version: 1.0.0 
## 
## Zorluk Seviyesi: Kolay 
## Uygulama Zamanı: 2 Dakika
## Düzenlenecek Dosyalar: privmsg.php, primsgs_read_body.tpl 
## Yüklenecek Dosyalar: N/A (yok) 
############################################################## 
## For Security Purposes, Please Check: http://www.phpbb.com/mods/downloads/ 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/downloads/ 
############################################################## 
## Author Notes: 
## 
############################################################## 
## MOD History: 
## original version
############################################################## 
## Mdou uygulamadan önce lütfen dosyaları yedeklemeyi unutmayın...!
############################################################## 

# 
#-----[ AÇ ]------------------------------------------ 
# 
#   privmsg.php
# 
#-----[ BUL ]------------------------------------------ 
# 
#   'L_DELETE_MSG' => $lang['Delete_message'],
# 
#-----[ SONRASINA EKLE ]------------------------------------------ 
# 
  'L_REPLY'=> $lang['Reply'],
  'L_PREVIEW' => $lang['Preview'],
  'L_SUBMIT' => $lang['Submit'],
#
#
#-----[BUL]------------------------------------------ 
#
#   'MESSAGE_TO' => $username_to, 
#
#-----[SONRASINA EKLE]------------------------------------------ 
# 
   'MESSAGE_REPLY'=> $username,
#
#-----[AÇ]------------------------------------------ 
#
#   /templates/$$$/privmsgs_read_body.tpl
#
#-----[BUL]------------------------------------------ 
#
#   <td>{REPLY_PM_IMG}</td>
#
#-----[SONRASINA EKLE]------------------------------------------
#

<form method="post" action="{S_PRIVMSGS_ACTION}">
<table border="0" cellpadding="3" cellspacing="1" width="300px" class="forumline">
   <tr> 
      <th class="thHead" colspan="2" height="25"><b>PM QUICK REPLY</b></th>
   </tr>
</table>
<table>
<tr>
<td class="row1"><span class="gen"><b>{L_FROM}</b></span></td>
<td class="row2"><span class="genmed"><input type="text" class="post"  name="username" size="25" maxlength="25" tabindex="1" value="{MESSAGE_FROM}" /></span></td>
</tr>
<tr>   
     <td class="row1" ><span class="gen"><b>{L_SUBJECT}</b></span></td>
     <td class="row2" > <span class="gen"> 
      <input type="text" name="subject" size="25" maxlength="25" style="width:240px" tabindex="2" class="post" value="{POST_SUBJECT}" />
      </span> </td>
   </tr>
   </table>
      
      <table width="50%" border="0" cellspacing="0" cellpadding="0">
       <tr> 
         <td colspan="9"><span class="gen"> 
           <textarea name="message" rows="15" cols="35" wrap="virtual" style="width:300px" tabindex="3" class="post">{L_REPLY}</textarea>
           </span></td>
        </tr>
      </table>
   <table>
   <tr> 
     <td  colspan="2" align="left" height="28"> {S_HIDDEN_FIELDS}<input type="submit" tabindex="5" name="preview" class="mainoption" value="{L_PREVIEW}" />&nbsp;<input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="{L_SUBMIT}" /></td>
   </tr>
  </table>
#
#-----[ Kayıt Et/Bütün Dosyalar ]------------------------------------------ 
# 
#Mod Kurulu Bitti