Remove "Last Edited By" in phpbb2

ToTheFuture at 22h27
11
Nov
2011
How to do this in phpbb2? Very Happy Thank you.
1 Darren1, on 11/11/2011 at 23h00
Hi,

To remove this, please proceed to: Admin panel >> Display > Templates/General > Click on Viewtopic_Body" and in the search box put in "Edit", and it shoukd come around this area
Code:
<div class="clear"></div>
                        </div>
                        <p>
                           {postrow.displayed.EDITED_MESSAGE}
                        </p>
                     </div>
                  </div>
               </div>


Please remove the entire table and save & publish it Smile
2 Bloodhound1958, on 15/11/2011 at 04h33
I've tried this and messed up the whole thing. Mine looks like this...Which line do I remove?

{postrow.displayed.SIGNATURE}
</div>

</div>
<span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="1

3 kirk, on 15/11/2011 at 05h19
this should do it.

Code:
<span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span>
4 Bloodhound1958, on 18/11/2011 at 04h14
Worked like a charm! thanks Guys! Smile
5 ToTheFuture, on 27/11/2011 at 18h11
Remarkably simple, thank you. Razz Now that I've done this, how do I remove the edit field from posting_body (if that is the right place)? This way, there is no box which prompts for an edit reason when a member changes a post.
6 Darren1, on 27/11/2011 at 23h58
Hi,

ToTheFuture wrote:Remarkably simple, thank you. Razz Now that I've done this, how do I remove the edit field from posting_body (if that is the right place)? This way, there is no box which prompts for an edit reason when a member changes a post.


In regards to this;
Head to: Admin panel >> DIsplay > Templates / Post & Private msg > Viewtopic_body. Search for this: edit_reason

and remove this entire code:
Code:
<!-- BEGIN edit_reason -->
         <br />
         <dl>
            <dt><label><span style="font-size:11px">{edit_reason.L_EDIT_REASON}</span></label></dt>
            <dd><input class="inputbox medium" style="width:63%" type="text" name="edit_reason" value="{edit_reason.EDIT_REASON}" maxlength="255"></dd>
         </dl>
         <!-- END edit_reason -->


Save & publish Smile

Also it removes the ability to do so in Blogs without further modifications loove
7 Jophy, on 28/11/2011 at 02h47
Topic Solved & Moved

Note: You can also help the staff member's work by EDITING your topic and marking it as solved.

Similar topics
My suggestions is quite simple really. Remove the "phpBB2 Issues" FAQ questions from the FAQ page on non-phpBB2 forums. If you are unsure of what I am referring to, then please click on this link here
I have decided to go with either phpbb2 or punBB due to both of them offering template editing and phpbb3 doesn't but I am having a hard time figuring out which one is better and which on I should use. Which one do you guys like better and why? I value al
Remove Line Under Links Removing the underline below the links This can be annoying to many people, so here is a fast tutorial to learn how to remove the line under the links. I'll show you how to do it by HTML and CSS - that's the easiest way to do
Replies 1 to 7 on 7 for "Remove "Last Edited By" in phpbb2"
See also
more_less
Informations

7 Replies For the topic :
"Remove "Last Edited By" in phpbb2"

This topic has been viewed 973 times.

Last message :
11/11/2011 at 22h27 by "ToTheFuture"