Page 1 of 1

cataloger + AJAXStarRatingBar how?

Posted: Fri Jun 26, 2015 2:59 pm
by galograff
hello
how to integrate the module cataloger + AJAXStarRatingBar?

Code: Select all

<div class="catalog_item">

<div class="content">
 {$text} {$notes}
<div class="social">
<div id="vk_like"></div>
<div class="fb-share-button" data-href="https://developers.facebook.com/docs/plugins/" data-layout="button_count"></div>
</div><div class="cls"></div><div>
{cms_module module='AJAXStarRatingBar' group=article vote_id=$content_id redirect='1' }</div>
<div class="cls"></div>
<div id="disqus_thread"></div>
<div class="cls"></div>
<span class="recomend">Рекомендуем к прочтению</span>
{cms_module module='Cataloger' action='random' sub_template='recent-page' count='3' alias='/'}
</div>
This code does not send the value total_votes total_value

Code: Select all

{cms_module module='AJAXStarRatingBar' group=article vote_id=$content_id redirect='1' }
modules
CMS Made Simple™ 1.9.4.3
AJAXStarRatingBar 0.9.2
Cataloger 0.9

Re: cataloger + AJAXStarRatingBar how?

Posted: Mon Jun 29, 2015 4:03 pm
by JohnnyB
Check out CGFeedBack. It can do star ratings and seems much easier to implement imo.

Re: cataloger + AJAXStarRatingBar how?

Posted: Tue Jun 30, 2015 9:42 am
by galograff
JohnnyB wrote:Check out CGFeedBack. It can do star ratings and seems much easier to implement imo.
ok thank you try . I will write about the result .