Documentation

When you activate this addon, it starts recording the visitor's view history in his/her local storage.

You need to put a recent views block to display his/her view history.

The view history is stored in his/her local storage, cannot be viewed by the others.

 

This addon displays a list of recent views, like this;

And here is a sample html output.

<ul class="viewhistory"><li><a href="http://YourSite/index.php/en">MySite :: en</a></li><li><a href="http://YourSite/index.php/en/blog/2016/03">MySite :: Blog :: March 2016</a></li><li><a href="http://YourSite/index.php/en/services">MySite :: Services</a></li><li><a href="http://YourSite/index.php/en/blog/2015/09">MySite :: Blog :: September 2015</a></li><li><a href="http://YourSite/index.php/en/blog/topic/8/movies">MySite :: Blog :: Movies</a></li></ul> 

You can set the number of view lists in the block edit screen (min:1, max: 10). When you add a "recent view" block and click the block, this popup will be displayed.


As for other html/css setting, you can create your own custom templates.

 

*Notice* This addon assumes a page has one "recent views" block. Please do not put two or more "recent views" blocks on one page. If you put two, the javascript may not work correctly. ver.1.0 allows to put two or more blocks on the same page.

 

*Notice* This addon uses a local storage. Browsers which supports HTML5 assumed.