Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Automated refresh of page in wiki

Alexander Afonyashin February 1, 2013

Hi,

We have a few pages that have constantly been updated although a lot of users just opened it and make no tries to press F5/refresh in browser. How can this page may be updated on user's browsers without their intervention?

Best regards,

Alexander

2 answers

0 votes
tousifs
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.
February 1, 2013

Hi ,

i suggest you can try "user macro" which always work when page is not in edit mode there you can put the condition for the AutoRefresh.

I can suggest you to upgrade your confluence from wiki to xhtml where auto refresh defect is fixed.

regards,

tousif shaikh.

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 1, 2013

You can't "push" to people's browsers in html, without providing some code that will listen for commands and ask for the new data and kick off the redrawing automatically. This can get quite intricate.

It is however, a doddle to put in code that will make the browser refresh regularly. Add this to the "head" of the pages

<meta http-equiv="refresh" content="600" >

The 600 is the number of seconds it waits between refreshes.

However, it should be used with caution - fi you do it in the global settings, it can refresh on edit pages, destroying what people are working on. You should wrap it in some javascript so that it only happens on "view" pages, and ideally, keep the number down.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events