#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Oct 4, 2013 8:56:02 GMT -8
Ah-ha.. Sorry for the confusion, and glad it's working.
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 21, 2024 19:29:06 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 19, 2013 16:57:32 GMT -8
Todge, this is overlapping my Word/Character Count (plugin), is there a way to margin-top it or something so that it's a bit lower?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Nov 19, 2013 17:31:11 GMT -8
Yup.. Put this in your Global Header..
<style type="text/css"> .admin_note { margin-top: 20px; } </style>
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 21, 2024 19:29:06 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 25, 2013 16:23:24 GMT -8
Hey Todge, question for you I was attempting to reduce my amount of plugins and figured I could achieve a similar effect to this through layout templates, so I did that and then realized that it didn't "save" the edits. Posting for help, I was told that basically a plugin that stored them would need to be made. So I figured I'd go back to using Admin Note but found the same problem seems to persist even with this plugin in use. If a staff member edits a post and includes a "staff edit" reason, then that staff member goes back in to edit it, the edit is gone. I was hoping, for hopefully obvious reasons, the edit could remain there so that the staff edit can be fully functional for logs, important comments, etc. To read the thread I'm referencing where a plugin was suggested for storage, see this thread So basically, is there a way to include a "storage" to this plugin, by chance? Or perhaps come up with a "Companion" for it ( Wormopolis style ;D) that includes storage? So that past staff edits remain when you go back and edit it again. Ideally, when you edit in a Staff Edit (or admin note) and then go back into edit it again, the previous edit reason is simply text in the Edit reason area so you can either leave it, change it, or add onto it, like a normal post.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Nov 25, 2013 16:51:09 GMT -8
Hi ₪» ⅀ ƪ Ƒ «₪, The one problem with the is the limited space available. The Admin Note uses the 'Edit Reason' field for storage, and that is limited to 150 characters. The other way it could be done is to rewrite it to use a post key instead, then you'd have 4000 characters to play with.
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 21, 2024 19:29:06 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 25, 2013 16:56:44 GMT -8
Hmm.. I don't mind having a max of 150 characters I can enter but I assume you're saying after 150 or 4,000 (whichever used) characters are stored, on the entire forum, the past "edits" would start disappearing?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Nov 26, 2013 10:43:39 GMT -8
That would depend on what the code tells it to do, but basically, yes.
The 150 character limit is the TOTAL limit on each post, all reasons would have to fir into that limit.
And the current code should already allow that. If you re-edit a post, the current Admin Note should be displayed in the field, ready for you to replace, edit or add to at your leisure.
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 21, 2024 19:29:06 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 26, 2013 13:51:53 GMT -8
I have admin note installed and it disappears when you go re-edit, even if a member without staff powers edits their post it disappears. Could having coding in the layout template affecting the "edit reason" area change the plugin? Because that would explain it, if so
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Nov 26, 2013 15:39:49 GMT -8
If a member without staff powers attempts to edit their post then the Admin Note is hidden from them, to stop them from removing notes added by staff members, but if a staff member edits a post, then any previous Admin Note should be their for them to edit.
If it's removed even for staff members, how are you leaving one in the first place?
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 21, 2024 19:29:06 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 26, 2013 15:44:57 GMT -8
No, I mean if a member edits their post, the edit reason in the post disappears, not that it doesn't show up in the Posting Page area. It doesn't show up in the thread anymore. If a staff edits a post that had a reason in it before, it's no longer in the input area and when you save the post it's missing there as well.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Nov 26, 2013 15:55:06 GMT -8
Strange..
A template can upset most of the plugins if it changes the cells those plugins are targeting or using as a reference, so it's quite likely that yours is messing with this one.
Do you have a test account I can log in to your forum with? I'd need to see the post editing page to try and track down this problem.
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 21, 2024 19:29:06 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 26, 2013 16:38:38 GMT -8
Nevermind, Todge, it's fixed up. I went back and added in the exact default coding for the edit reason in posting page and post list layout template and it's working fine now =) Much appreciated for the help ^^
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Nov 26, 2013 17:53:32 GMT -8
Glad you got it sorted.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Nov 30, 2013 9:10:56 GMT -8
Something has obviously changed... I'll take a look.
Thanks.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Dec 1, 2013 8:53:09 GMT -8
I couldn't replicate that error, but on testing, it looks like you have the permissions set to 'Staff'.
To the right of the plugin, in the management area, click the 'Edit' button and make sure 'Everyone' can view the plugin.
|
|