Loading...
 
Features / Usability

Features / Usability


Re: Re: Re: How do I integrate js-kit for user rating

posts: 3665 United States

If you want the rating to show on all wiki pages, you'll need to edit the ../templates/styles/YOURSTYLE/tiki-showpage.tpl file. If you want the rating to show on every page, you'll need to edit the ..templates/styles/YOURSTYLE/tiki.tpl file.

Simply add the JS-KIT code:

Copy to clipboard
< div class="js-kit-rating" path="/pageid/{$page_id}" permalink="http://www.yourdomain.com/tiki-index.php?page={page|escape:"url"> < /div> < script type="text/javascript" src="http://js-kit.com/ratings.js"> < /script>



HTH,

-Rick
Need more help? Try TikiWiki for Dummies Smarties or read my Tiki Blog.

There are no comments at this time.