inherit
Graphics Ninja
3
0
Nov 19, 2012 12:17:26 GMT -8
Ryan Roos
Wordsmyth
35,133
November 2003
ryan
|
Post by Ryan Roos on Nov 9, 2012 12:48:07 GMT -8
You want to remove the Last Edit text from showing in a post after you edit that post?Go to Themes > Layout Templates and Click on Thread. Then Click the tab Post List Scroll to lines 32-34 {if $[post.edited]} <div class="edited_by"><span class="italic">Last Edit:</span> $[post.edited.date] by $[post.edited.by_user]{if $[post.edited.reason]}: $[post.edited.reason]{/if}</div> {/if} Delete the code above. Save changes. No more Edit text. You just edited your forum template.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 9, 2012 12:52:13 GMT -8
Also, to add to this. You can also remove the "Edit Reason:" text on the modify post page. Just so your members don't type out a reason, just to not have it show.
Go to Admin Home > Themes > Layout Templates > Posting Page and on the Posting Page tab
Scroll to lines 51-56
{if $[form.updated_reason.input]} <div class="edit_reason content-box pad-all-double"> <label>Edit Reason (optional):</label> <div>$[form.updated_reason.input]</div> </div> {/if}
And remove that.
|
|
inherit
178825
0
Nov 13, 2024 11:25:29 GMT -8
spiceelicious
Not a blond bimbo
1,076
April 2012
spiceelicious
|
Post by spiceelicious on Nov 10, 2012 12:26:06 GMT -8
Thanks so much. I hate the last edited by function.
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Nov 12, 2012 13:57:18 GMT -8
What if you only want it to show to staff?
|
|
inherit
172993
0
Jul 18, 2023 10:28:06 GMT -8
Pheobe Black
141
October 2011
pheobeblack
|
Post by Pheobe Black on Apr 28, 2013 15:56:31 GMT -8
YAY! Thanks! Now I can edit things and not have to worry about people asking WHY I edited it. I think with the reason thingy, you shouldn't really need the 'last edited' thing. So this is another reason I love v5! :3
|
|
inherit
231062
0
May 14, 2016 14:41:30 GMT -8
StyxTx
27
April 2016
dm147227
|
Post by StyxTx on Apr 23, 2016 11:01:49 GMT -8
Thanks for this!
|
|
inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Apr 28, 2016 11:02:27 GMT -8
What if you only want it to show to staff? {if $[post.edited] && $[current_user.is_staff]} <div class="edited_by"><span class="italic">Last Edit:</span> $[post.edited.date] by $[post.edited.by_user]{if $[post.edited.reason]}: $[post.edited.reason]{/if}</div> {/if} simply add the red. also i know i'm replying to an old post but i'm just putting this here in case anyone finds this thread and wants to know the answer.
|
|
SafeInSanity
Junior Member
Falling in love with Proboards again!
Posts: 424
inherit
23917
0
Feb 27, 2020 11:29:13 GMT -8
SafeInSanity
Falling in love with Proboards again!
424
May 2004
wiki
|
Post by SafeInSanity on Apr 4, 2017 6:48:29 GMT -8
Thanks so much. I hate the last edited by function. I agree. I wish Proboards would remove this on v6. (very tacky) Maybe they could make it so that only admins can see who last edited a post? That would be much nicer.
|
|
Kami
Forum Cat
Posts: 40,198
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,198
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Apr 4, 2017 7:21:16 GMT -8
Thanks so much. I hate the last edited by function. I agree. I wish Proboards would remove this on v6. (very tacky) Maybe they could make it so that only admins can see who last edited a post? That would be much nicer. There's no need to remove this function, as many people DO actually use it (plus it helps in the event of any disputes to have timestamps on last edit, and so on). If you don't like it you always have the option of removing it. I fail to see why a function that most people on this service actively use for legitimate purposes should be removed.
I mean for the record I dislike it for myself but that by no means indicates a lack of widespread use.
|
|