mikkox Posted June 16, 2011 at 11:27 PM Share Posted June 16, 2011 at 11:27 PM hello Sorry to come again with this request... In fact Kristian gave me the solution in a previous topic here : http://www.reviewsforjoomla.com/forum/index.php?topic=12739.0 The problem is this solution worked fine when using old Jreview 2.2 version and now with the new version 2.3 the code and theme file related to OwnerReply have totally changed... Actually the new code inside "review_layout.thtml" is this one: <?php if(!$this->ajaxRequest && $Access->canAddOwnerReply($listing,$review)):?> <!-- OWNER REPLY --> <?php if (Sanitize::getInt($listing['Criteria'],'state')!=2) { echo $Routes->ownerReply(__t("Reply to this review",true),$review,array('class'=>'jrButton','id'=>'jr_ownerReplyLink'.$review['Review']['review_id'])); } else { echo $Routes->ownerReply(__t("Reply to this comment",true),$review,array('class'=>'jrButton','id'=>'jr_ownerReplyLink'.$review['Review']['review_id'])); } ?> <?php endif;?> I tried to adapt this code with the follow conditional provided by Kristian: <?php if ($Paid->getVar('ownerReply',$listing) == 'enabled'): ?> <?php echo $Routes->ownerReply(__t("Reply to this review",true),$review,array('id'=>'jr_ownerReplyLink'.$review['Review']['review_id']));?> <?php endif;?> ...but without success :( :( Do you can show me the correct syntax to use please? many thank Link to comment
Alejandro Posted June 17, 2011 at 01:06 AM Share Posted June 17, 2011 at 01:06 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
mikkox Posted June 17, 2011 at 08:12 PM Author Share Posted June 17, 2011 at 08:12 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
CK Loh Posted December 29, 2011 at 04:30 AM Share Posted December 29, 2011 at 04:30 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Kristian Posted December 29, 2011 at 10:53 AM Share Posted December 29, 2011 at 10:53 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
CK Loh Posted December 29, 2011 at 02:33 PM Share Posted December 29, 2011 at 02:33 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Kristian Posted December 29, 2011 at 03:38 PM Share Posted December 29, 2011 at 03:38 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
CK Loh Posted December 30, 2011 at 04:35 AM Share Posted December 30, 2011 at 04:35 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
CK Loh Posted January 1, 2012 at 01:08 PM Share Posted January 1, 2012 at 01:08 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
CK Loh Posted January 2, 2012 at 02:48 PM Share Posted January 2, 2012 at 02:48 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
no particular Posted January 7, 2012 at 10:03 AM Share Posted January 7, 2012 at 10:03 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Kristian Posted January 7, 2012 at 11:02 AM Share Posted January 7, 2012 at 11:02 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
no particular Posted January 7, 2012 at 12:03 PM Share Posted January 7, 2012 at 12:03 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
adam parker1424296087 Posted April 27, 2012 at 01:36 PM Share Posted April 27, 2012 at 01:36 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Kristian Posted April 27, 2012 at 03:51 PM Share Posted April 27, 2012 at 03:51 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
adam parker1424296087 Posted April 27, 2012 at 05:16 PM Share Posted April 27, 2012 at 05:16 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Kristian Posted April 27, 2012 at 05:19 PM Share Posted April 27, 2012 at 05:19 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
adam parker1424296087 Posted April 27, 2012 at 06:06 PM Share Posted April 27, 2012 at 06:06 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Kristian Posted April 27, 2012 at 08:30 PM Share Posted April 27, 2012 at 08:30 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
adam parker1424296087 Posted April 28, 2012 at 03:29 AM Share Posted April 28, 2012 at 03:29 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Kristian Posted April 28, 2012 at 08:28 AM Share Posted April 28, 2012 at 08:28 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
adam parker1424296087 Posted April 28, 2012 at 11:03 AM Share Posted April 28, 2012 at 11:03 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Kristian Posted April 28, 2012 at 05:37 PM Share Posted April 28, 2012 at 05:37 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
adam parker1424296087 Posted April 28, 2012 at 05:41 PM Share Posted April 28, 2012 at 05:41 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Kristian Posted April 28, 2012 at 05:47 PM Share Posted April 28, 2012 at 05:47 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts