It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
What code do I remove to remove the "added by" and "view change" and keep last edited by and the date on each site page?
Allo,
This can be changed in the <Confluence installtion drectory>/confluence/pages/viewinfo.vm. We can change line 9 from...
$action.getText('added.by.user.last.edited.on.date', ["#usernameLink ($page.creatorName)","#usernameLink ($page.lastModifierName)","$action.dateFormatter.format( $page.lastModificationDate )"])
to...
$action.getText("Last edited $action.dateFormatter.format( $page.lastModificationDate )")
Which will show it as 'Last edited date'. The only problem with this solution is that it would be English only because I had to shoe horn in the 'Last edited' part. This could be customized further of course but this is fastest thing I could think of.
Cheers,
Andrew
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHi Community! Kesha (kay-sha) from the Confluence marketing team here! Can you share stories with us on how your non-technical (think Marketing, Sales, HR, legal, etc.) teams are using Confluen...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.