inherit
119768
0
Nov 4, 2023 0:57:55 GMT -8
nob
176
February 2008
nob
|
Post by nob on Feb 1, 2013 7:49:57 GMT -8
Last edit notification has started to appear at the bottom of an edited post. Can this be turned off?
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Feb 1, 2013 7:52:31 GMT -8
Last edit notification has started to appear at the bottom of an edited post. Can this be turned off? Go to Admin > Themes > Layout Template > Thread > Posting List Find this on line 32 {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} Replace with this <!--{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}<--
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Feb 1, 2013 8:01:34 GMT -8
Thanks Stinky that's sorted it. Much obliged. No probs. If you ever want it to show again, just remove the stuff that hides it. At the start of that part of the code: <!-- and at the end: -->
|
|
inherit
119768
0
Nov 4, 2023 0:57:55 GMT -8
nob
176
February 2008
nob
|
Post by nob on Feb 1, 2013 8:04:34 GMT -8
Thanks but the threads wouldn't expand, reset to default. should the end bit be the other way round??? <-- should be --> Nope that didn't work that adds <-- and --> to the bottom of the posts.
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Feb 1, 2013 8:45:03 GMT -8
Thanks but the threads wouldn't expand, reset to default. should the end bit be the other way round??? <-- should be --> Nope that didn't work that adds <-- and --> to the bottom of the posts. Omg sorry, I did it the wrong way around in my first post, it should be: <!-- content --> <!--{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}-->
|
|
inherit
119768
0
Nov 4, 2023 0:57:55 GMT -8
nob
176
February 2008
nob
|
Post by nob on Feb 1, 2013 8:49:39 GMT -8
Smashing thanks Stinky now sorted, I missed the ! out when I reversed them. Sorted now, thanks again.
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Feb 1, 2013 8:50:25 GMT -8
Smashing thanks Stinky now sorted, I missed the ! out when I reversed them. Sorted now, thanks again. No probs. Sorry for making that stupid mistake.
|
|