This is the "xand" style based on subsilver2.posey wrote: could you provide a link to the 'xand' style?
Okay , that sounds like an answer but what file should I edit? Would that be the .php files or the templates and css files within the ACP? Also, what kind of code should be added? I am kind of a little new to php so I don't have that much experience.RMcGirr83 wrote:It isn't because of the style. Code would need to be added to the PHP code.
No, you misunderstood me...Lumpy Burgertushie wrote: when I click on the edit icon, I get the standard page. I edit the post. I put in my reason for editing.
I click submit.
I return to the post and both the time edited and the reason edited are there just as they should be. the proper code is in both subsilver2 and in xand.
it does work as it should.
while in subsilver you see the following:----------
Last edited by <username> <date>
Reason: Some reason
That is the word Reason is not displayed at all. That is what I would like to add. Every time a moderator leaves a message this word to be displayed. And the question is if this is possible. I guess the answer is positive but I don't know what files to edit.Last edited by <username> <date>
Some reason
Yes, I have not changed anything of that and all in all I have not altered anything of the html and css files that concern the editing procedure.Lumpy Burgertushie wrote: are you sure that you have all the editing settings correct in the admin panel under the Post Settings section?
{L_REASON}{L_COLON}
before {postrow.EDIT_REASON}
<td class="row2"><span class="genmed">{postrow.EDIT_REASON}</span></td>
<!-- IF postrow.EDIT_REASON --><br /><strong>{L_REASON}:</strong> <em>{postrow.EDIT_REASON}</em><!-- ENDIF -->
<td class="row2"><span class="genmed">{postrow.EDIT_REASON}</span></td>
<td class="row2"><span class="genmed"><strong>{L_REASON}:</strong> {postrow.EDIT_REASON}</span></td>
<td class="row2"><span class="genmed"><strong>{L_REASON}:</strong> <em>{postrow.EDIT_REASON}</em></span></td>
<em>
tags that surround the EDIT_REASON variableBrf wrote:You mean subsilver2's viewtopic_body.html does not have
{L_REASON}{L_COLON}
before{postrow.EDIT_REASON}
Code: Select all
/* Post noticies */
.notice {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
width: 10%;
margin-top: 1.5em;
padding-top: 0.2em;
font-size: 1em;
border-top: 1px dashed ;
clear: left;
line-height: 130%;
}
Code: Select all
<!-- IF postrow.EDIT_REASON -->
<br /><br />
Code: Select all
<div class="notice"></div>