General Community > Scripting Help

Removing Re:topic, etc.

(1/1)

oOTrentOo:


Can anyone help me out with deleting the contents of the large red rectangle? As you can probably tell from my threads, I'm not very confident with editing script yet. :/

oOTrentOo:
Never mind, I figured it out. All I did was delete this from display.template:


--- Code: ---<div class="keyinfo">
                           <div class="messageicon">
                              <img src="', $message['icon_url'] . '" alt=""', $message['can_modify'] ? ' id="msg_icon_' . $message['id'] . '"' : '', ' />
                           </div>
                           <h5 id="subject_', $message['id'], '">
                              <a href="', $message['href'], '" rel="nofollow">', $message['subject'], '</a>
                           </h5>
                           <div class="smalltext">&#171; <strong>', !empty($message['counter']) ? $txt['reply_noun'] . ' #' . $message['counter'] : '', ' ', $txt['on'], ':</strong> ', $message['time'], ' &#187;</div>
--- End code ---

illia:

--- Quote from: oOTrentOo on June 18, 2012, 11:43:39 PM ---Never mind, I figured it out. All I did was delete this from display.template:


--- Code: ---<div class="keyinfo">
                           <div class="messageicon">
                              <img src="', $message['icon_url'] . '" alt=""', $message['can_modify'] ? ' id="msg_icon_' . $message['id'] . '"' : '', ' />
                           </div>
                           <h5 id="subject_', $message['id'], '">
                              <a href="', $message['href'], '" rel="nofollow">', $message['subject'], '</a>
                           </h5>
                           <div class="smalltext">&#171; <strong>', !empty($message['counter']) ? $txt['reply_noun'] . ' #' . $message['counter'] : '', ' ', $txt['on'], ':</strong> ', $message['time'], ' &#187;</div>
--- End code ---

--- End quote ---

Warning!

This will be the cause  does't work button "Modify message". I checked.

Navigation

[0] Message Index

Go to full version