The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Remove "Last Edited By" in phpbb2

5 posters

Go down

Solved Remove "Last Edited By" in phpbb2

Post by ToTheFuture November 11th 2011, 10:27 pm

How to do this in phpbb2? Very Happy Thank you.
ToTheFuture
ToTheFuture
Forumember

Posts : 374
Reputation : 15
Language : English, Français

Back to top Go down

Solved Re: Remove "Last Edited By" in phpbb2

Post by Darren1 November 11th 2011, 11:00 pm

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
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: Remove "Last Edited By" in phpbb2

Post by Bloodhound1958 November 15th 2011, 4:33 am

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

Bloodhound1958
Bloodhound1958
Forumember

Posts : 136
Reputation : 3
Language : English

Back to top Go down

Solved Re: Remove "Last Edited By" in phpbb2

Post by kirk November 15th 2011, 5:19 am

this should do it.

Code:
<span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span>
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: Remove "Last Edited By" in phpbb2

Post by Bloodhound1958 November 18th 2011, 4:14 am

Worked like a charm! thanks Guys! Smile
Bloodhound1958
Bloodhound1958
Forumember

Posts : 136
Reputation : 3
Language : English

Back to top Go down

Solved Re: Remove "Last Edited By" in phpbb2

Post by ToTheFuture November 27th 2011, 6:11 pm

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.
ToTheFuture
ToTheFuture
Forumember

Posts : 374
Reputation : 15
Language : English, Français

Back to top Go down

Solved Re: Remove "Last Edited By" in phpbb2

Post by Darren1 November 27th 2011, 11:58 pm

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
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: Remove "Last Edited By" in phpbb2

Post by Jophy November 28th 2011, 2:47 am

Topic Solved & Moved

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

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum