mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-12 14:21:03 +00:00
Update write on reply , now can be view from who came message
This commit is contained in:
@@ -84,7 +84,7 @@ echo "re1:".$message->reply['topic']; }} ?>" maxlength="35" onkeyup="copyElement
|
|||||||
<div class="line bbLine"></div>
|
<div class="line bbLine"></div>
|
||||||
|
|
||||||
<textarea id="message" name="message" onkeyup="copyElement('body')" tabindex="3" class="textarea write message"><?php if(isset($message->reply['message'])) { echo " \n\n_________________________
|
<textarea id="message" name="message" onkeyup="copyElement('body')" tabindex="3" class="textarea write message"><?php if(isset($message->reply['message'])) { echo " \n\n_________________________
|
||||||
Reply:
|
Reply: ".$database->getUserField($id,'username',0)."
|
||||||
\n".stripslashes($message->reply['message']); } ?></textarea>
|
\n".stripslashes($message->reply['message']); } ?></textarea>
|
||||||
<div id="message_preview" name="message_preview" class="message"></div>
|
<div id="message_preview" name="message_preview" class="message"></div>
|
||||||
</div>
|
</div>
|
||||||
@@ -163,4 +163,4 @@ if(!is_int($i/2)){ echo "</tr>"; }else{ echo "<td></td>";}
|
|||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<span style="color: #DD0000"><b>Warning:</b> you can't use the values <b>[message]</b> or <b>[/message]</b> in your message because it can cause problem with bbcode system.</span>
|
<span style="color: #DD0000"><b>Warning:</b> you can't use the values <b>[message]</b> or <b>[/message]</b> in your message because it can cause problem with bbcode system.</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user