I want to show the view tracker information only to admin users.I tried two options here.
The requirement is to track the information of all the users who visited the page but the tracking information is visble to only admin users.Hope i'm clear.
When you use the Viewtracker macro inside a show-if block, it won't get executed for the other users and won't increase their view counters. But you could hide the output of the main Viewtracker macro and use the undocumented Viewtracker-Report macro to display the data in read-only mode:
{viewtracker:hide=true}
{show-if:group=confluence-administrators}
{viewtracker-report}
{show-if}
Hope this helps
Cheers
Remo
Thanks Remo this is working but i changed a little bit to show the report in "hide and collapse" view i added the {viewtracker} macro inside {show-if}
{viewtracker:hide=true}
{show-if:group=confluence-administrators}
{viewtracker}
{show-if}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi guys, this might be a newbe question, but where do I insert this wikimarkup code. I'm using Confluence 5.3 and no wikimarkup macro is available or any other place i can find.... thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jorge, There is an insert menu that is indicated by a + (plus sign). Click that and select wiki markup. It will open a dialog box where you can put the wiki markup.
Regards,
Kay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.