Remove the "added by", "last edited by" and "view change" line

Andrew White July 18, 2012

We want to remove the "added by", "last edited by" and "view change" line from page header for anonymous users. Is this possible?

1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 18, 2012

Not possible in onDemand. It is pretty easy in the downloaded version for the "Global Look and Feel" theme. You can edit the "Page Layout" and replcae the following line:

#parse ("/decorators/includes/page-metadata.vm")

with

#if ($action.remoteUser)
        #parse ("/decorators/includes/page-metadata.vm")
#end

I won't work in onDemand because customizing layout is a restricted option. The other choice is Javascripts which also doesn't work in onDemand.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events