inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 22, 2014 2:00:54 GMT -8
|
|
inherit
190024
0
Nov 6, 2015 21:17:35 GMT -8
Ace Of Charts
136
February 2013
aceofcharts
|
Post by Ace Of Charts on Sept 25, 2014 5:15:32 GMT -8
I remember requesting this, and I think it's a wonderful idea, but it doesn't work correctly in my forum (I think it's because we use a content box in our footer, or perhaps because we have the date and person on the same row); merely having it installed caused our edit footer to disappear entirely, so I've temporarily deleted it.
I think the solution may be to add in a call for putting this in the Post List layout template wherever you want it to go (if I remember correctly, you did this with the Karma system); in that case, it shouldn't make any surrounding coding angry.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 25, 2014 7:53:49 GMT -8
its written to append the edit count into the same box where "last edit" appears. it shouldnt be removing anything since there isnt any coding in it to take that away.
but as usual, the the template mavericks always find some new way to configure things that kill the chances of a plugin finding a target. I picture an old man walking around a parking lot with a car key, but the lot is filled with spaceships, dinosaurs, evil clowns, pine trees, etc...
I will add in a way to target a fixed element.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 26, 2014 23:14:14 GMT -8
v1.0.1 submitted
added target element option for templates that have removed "last edit" field
|
|
inherit
190024
0
Nov 6, 2015 21:17:35 GMT -8
Ace Of Charts
136
February 2013
aceofcharts
|
Post by Ace Of Charts on Sept 27, 2014 15:03:16 GMT -8
So, given you have three different target types, how do I actually put this in where I want it to show up? Something like one of these?
$[edit_count]
<span class="edit_count"/>
I just need a bit more explanation on how I'm supposed to type out the entire target element.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 27, 2014 18:28:44 GMT -8
doesnt use template variables. those would get replaced by the template comnverter anyways. you need an element with class="editcount_target"
|
|
inherit
190024
0
Nov 6, 2015 21:17:35 GMT -8
Ace Of Charts
136
February 2013
aceofcharts
|
Post by Ace Of Charts on Sept 27, 2014 18:59:33 GMT -8
You keep saying that but how do I do it? XD How do I type such an element? I get that the class type is "editcount_target" but what do I put it in exactly? A span? A div? What will work?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 27, 2014 19:15:48 GMT -8
ANY element you want. in the template for the post you can put it where you want it to show. just like you have edited the mini-profile templates before.
since you removed the last edit spot (where it would normally show), you can put your new element in wherever you want it to be
|
|
inherit
190024
0
Nov 6, 2015 21:17:35 GMT -8
Ace Of Charts
136
February 2013
aceofcharts
|
Post by Ace Of Charts on Sept 27, 2014 20:30:40 GMT -8
Well then I need to know what the heck I did wrong, because as last time, my edit footers are disappearing.
{if $[post.edited]} <div class="content-box float-right" style="background-color:#88BBFF;border-color:#000099;border-width:2px"> <font size="1"> <img src="http://i1149./o592/AceOfCharts/Website-Related/Moriya%20Shrine%20Forums/Non-Nav%20Buttons/Pencil_zps21ebe489.png"> <i>This post has been edited.</i> <br> Last edited $[post.edited.date] by $[post.edited.by_user]. <br> {if $[post.edited.reason]} <b>Reason:</b> $[post.edited.reason] {else}<i> (No specific reason was given for the edit.)</i> <br>{/if} <span class="editcount_target"/> </font> </div><br><br><br> {/if}
That's my entire edit footer (below that is the signature stuff, of course).
Tell me what it is I have done wrong.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 27, 2014 21:39:11 GMT -8
spans are dual tag elements. meaning you have to have an open and close.
<span></span>
|
|
inherit
190024
0
Nov 6, 2015 21:17:35 GMT -8
Ace Of Charts
136
February 2013
aceofcharts
|
Post by Ace Of Charts on Sept 28, 2014 6:35:33 GMT -8
If you'd be so kind, then, as to drop by and have a look at things then, since I fixed it as you've said - I changed it to <span class="editcount_target"></span> - and my edit footers are still vanishing. If I am doing as you've said, then I cannot fathom what I'm still managing to somehow do wrong.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 28, 2014 12:20:48 GMT -8
you likely have it right, except you are testing on an alter post. alter posts dont show last edits because it was showing the normal author instead of the author. try it on a regular account post.
|
|
inherit
190024
0
Nov 6, 2015 21:17:35 GMT -8
Ace Of Charts
136
February 2013
aceofcharts
|
Post by Ace Of Charts on Sept 28, 2014 19:23:26 GMT -8
Now I feel stupid. It never occurred to me that my problem might be that I was using an Alter post.
It does show up in non-Alter posts that have been edited since the time of the plugin's installation (as it should).
Although...the edit footer was properly showing up for my Alter posts previously (before installing the Edit Tracker)...is there something odd about the Edit Tracking System that it doesn't like Alter posts? XD
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 28, 2014 19:56:28 GMT -8
shouldnt be. edit tracking doesnt remove anything, it just adds. you can double check that by disabling edit tracker and seeing if it shows back up again.
Im pretty sure about the alter plugin removing last edit though. I think someone complained about it showing edits so my solution at the time was to just remove it. I can probably make it put the alter name down there as well, but in the case of someone else editing it it wont change the name. especially in the circumstance that you were using your regular account to do the edit on your alter and you WANTED it to look like your normal account made the edit. because it made things so complicated, I opted to just remove the last edit field.
|
|
inherit
208888
0
Jan 5, 2018 9:59:16 GMT -8
Emerald
Hello there.
522
May 2014
emeralddaff
|
Post by Emerald on Jan 5, 2015 8:31:33 GMT -8
|
|