<?xml version="1.0"?>
<rss version="2.0"><channel><title>Everywhere Addon Latest Topics</title><link>https://forum.jreviews.com/forum/67-everywhere-addon/</link><description>Everywhere Addon Latest Topics</description><language>en</language><item><title>How far does the integration work?</title><link>https://forum.jreviews.com/topic/32057-how-far-does-the-integration-work/</link><description><![CDATA[<p>
	HI,
</p>

<p>
	Is it just ratings or can you also create events that will appear in the listings. And will it be possible to select a venue that is in the related listings. That off-course in combination with community events.
</p>
]]></description><guid isPermaLink="false">32057</guid><pubDate>Tue, 21 Dec 2021 09:35:45 +0000</pubDate></item><item><title>Everywhere Addon: EasySocial Groups</title><link>https://forum.jreviews.com/topic/32012-everywhere-addon-easysocial-groups/</link><description><![CDATA[<p>
	I'm interested to see how this addon might apply to our EasySocial Groups?
</p>

<p>
	Most of our 300+ groups are related to countries or the states/provinces within those countries.
</p>

<p>
	If someone created a JReviews listing or review related to a country (jr_country) or state (jr_state,jr_country), is there a way to set it up so that review or listing would automatically appear in the appropriate EasySocial group stream for that country or state?
</p>

<p>
	Thanks. -- Rik
</p>
]]></description><guid isPermaLink="false">32012</guid><pubDate>Sat, 30 Oct 2021 21:50:48 +0000</pubDate></item><item><title>EasySocial Groups Add-On and App</title><link>https://forum.jreviews.com/topic/31776-easysocial-groups-add-on-and-app/</link><description><![CDATA[<p>
	Hello,
</p>

<p>
	Just wondering is there a way to to link the ES Groups to JReviews listing by connecting ES Group Ratings to Listing Ratings. ES Groups App should display  JReviews listing ratings and reviews?
</p>
]]></description><guid isPermaLink="false">31776</guid><pubDate>Thu, 04 Feb 2021 02:19:06 +0000</pubDate></item><item><title>EasySocial Pages</title><link>https://forum.jreviews.com/topic/31777-easysocial-pages/</link><description><![CDATA[<p>
	Hello, 
</p>

<p>
	Just wondering is there a way to add ES Pages to the Everywhere Add-on, where listing categories can be linked to ES Pages Profile and create an ES Pages App that should display JReviews listing ratings and reviews just like the ES Profile Apps?
</p>
]]></description><guid isPermaLink="false">31777</guid><pubDate>Thu, 04 Feb 2021 02:28:25 +0000</pubDate></item><item><title>How to show larger EasySocial avatar in listings?</title><link>https://forum.jreviews.com/topic/31686-how-to-show-larger-easysocial-avatar-in-listings/</link><description><![CDATA[
<p>
	Just wondering, i<strong>s there a setting in JReviews or EasySocial that would let me use a larger image for the EasySocial Avatar in JReviews listings?</strong>
</p>

<p>
	I know that there are several sizes that can be used, but I've been testing with a normal JReviews listing that has an image allocated as the EasySocial Profile Picture (avatar) and the smaller image size is allocated for the avatar profile pic. I thought there might be a setting somewhere that would allow the larger image, but can't seem to find one.
</p>

<p>
	 
</p>

<p>
	In my travels, I found the following file and code
</p>

<p>
	<span style="color:#2980b9;">html/components/com_jreviews/jreviews/views/helpers/community.php</span>
</p>

<pre class="ipsCode prettyprint lang-php prettyprinted">
<span class="kwd">public</span><span class="pln"> </span><span class="kwd">function</span><span class="pln"> avatar</span><span class="pun">(</span><span class="pln">$entry</span><span class="pun">,</span><span class="pln"> $options </span><span class="pun">=</span><span class="pln"> </span><span class="pun">[])</span><span class="pln"> </span><span class="pun">{</span><span class="pln"> $defaults </span><span class="pun">=</span><span class="pln"> </span><span class="pun">[</span><span class="pln"> </span><span class="str">'return_url'</span><span class="pln"> </span><span class="pun">=&gt;</span><span class="pln"> </span><span class="kwd">false</span><span class="pun">,</span><span class="pln"> </span><span class="str">'class'</span><span class="pln"> </span><span class="pun">=&gt;</span><span class="pln"> </span><span class="str">''</span><span class="pun">,</span><span class="pln"> </span><span class="str">'text_avatar'</span><span class="pln"> </span><span class="pun">=&gt;</span><span class="pln"> </span><span class="kwd">true</span><span class="pun">,</span><span class="pln"> </span><span class="str">'profile_link'</span><span class="pln"> </span><span class="pun">=&gt;</span><span class="pln"> </span><span class="kwd">true</span><span class="pun">,</span><span class="pln"> </span><span class="pun">];</span><span class="pln"> $options </span><span class="pun">=</span><span class="pln"> array_replace_recursive</span><span class="pun">(</span><span class="pln">$defaults</span><span class="pun">,</span><span class="pln"> $options</span><span class="pun">);</span><span class="pln"> $options</span><span class="pun">[</span><span class="str">'class'</span><span class="pun">]</span><span class="pln"> </span><span class="pun">=</span><span class="pln"> </span><span class="str">'jrAvatar '</span><span class="pun">.</span><span class="pln">$options</span><span class="pun">[</span><span class="str">'class'</span><span class="pun">];</span><span class="pln"> $avatarKey </span><span class="pun">=</span><span class="pln"> </span><span class="typ">Sanitize</span><span class="pun">::</span><span class="pln">getBool</span><span class="pun">(</span><span class="pln">$options</span><span class="pun">,</span><span class="pln"> </span><span class="str">'large'</span><span class="pun">)</span><span class="pln"> </span><span class="pun">?</span><span class="pln"> </span><span class="str">'avatar_lg_path'</span><span class="pln"> </span><span class="pun">:</span><span class="pln"> </span><span class="str">'avatar_path'</span><span class="pun">;</span><span class="pln"> $avatarPath </span><span class="pun">=</span><span class="pln"> </span><span class="kwd">null</span><span class="pun">;</span><span class="pln"> </span><span class="kwd">if</span><span class="pln"> </span><span class="pun">(</span><span class="pln"> isset</span><span class="pun">(</span><span class="pln">$entry</span><span class="pun">[</span><span class="str">'Community'</span><span class="pun">])</span><span class="pln"> </span><span class="pun">&amp;&amp;</span><span class="pln"> </span><span class="pun">!</span><span class="pln">empty</span><span class="pun">(</span><span class="pln">$entry</span><span class="pun">[</span><span class="str">'Community'</span><span class="pun">][</span><span class="str">'avatar_path'</span><span class="pun">])</span><span class="pln"> </span><span class="pun">)</span><span class="pln"> </span><span class="pun">{</span><span class="pln"> </span><span class="kwd">if</span><span class="pln"> </span><span class="pun">(</span><span class="pln"> </span><span class="typ">Sanitize</span><span class="pun">::</span><span class="pln">getBool</span><span class="pun">(</span><span class="pln">$options</span><span class="pun">,</span><span class="pln"> </span><span class="str">'large'</span><span class="pun">)</span><span class="pln"> </span><span class="pun">&amp;&amp;</span><span class="pln"> </span><span class="typ">Sanitize</span><span class="pun">::</span><span class="pln">getString</span><span class="pun">(</span><span class="pln">$entry</span><span class="pun">[</span><span class="str">'Community'</span><span class="pun">],</span><span class="pln"> </span><span class="str">'avatar_lg_path'</span><span class="pun">)</span><span class="pln"> </span><span class="pun">!=</span><span class="pln"> </span><span class="str">''</span><span class="pln"> </span><span class="pun">)</span><span class="pln"> </span><span class="pun">{</span><span class="pln"> $avatarPath </span><span class="pun">=</span><span class="pln"> $entry</span><span class="pun">[</span><span class="str">'Community'</span><span class="pun">][</span><span class="str">'avatar_lg_path'</span><span class="pun">];</span><span class="pln"> </span><span class="pun">}</span><span class="pln"> elseif </span><span class="pun">(</span><span class="pln"> </span><span class="typ">Sanitize</span><span class="pun">::</span><span class="pln">getString</span><span class="pun">(</span><span class="pln">$entry</span><span class="pun">[</span><span class="str">'Community'</span><span class="pun">],</span><span class="pln"> </span><span class="str">'avatar_path'</span><span class="pun">)</span><span class="pln"> </span><span class="pun">!=</span><span class="pln"> </span><span class="str">''</span><span class="pln"> </span><span class="pun">)</span><span class="pln"> </span><span class="pun">{</span><span class="pln"> $avatarPath </span><span class="pun">=</span><span class="pln"> $entry</span><span class="pun">[</span><span class="str">'Community'</span><span class="pun">][</span><span class="str">'avatar_path'</span><span class="pun">];</span><span class="pln"> </span><span class="pun">}</span><span class="pln"> </span><span class="pun">}</span></pre>

<p>
	I've used xdebug to step through it and it seems to set the larger image with
</p>

<pre class="ipsCode prettyprint lang-php prettyprinted">
<span class="pln">$avatarPath </span><span class="pun">=</span><span class="pln"> $entry</span><span class="pun">[</span><span class="str">'Community'</span><span class="pun">][</span><span class="str">'avatar_lg_path'</span><span class="pun">];</span></pre>

<p>
	but then <strong>community.php gets triggerered a second time</strong> and sets the smaller image
</p>

<pre class="ipsCode prettyprint lang-php prettyprinted">
<span class="pln">$avatarPath </span><span class="pun">=</span><span class="pln"> $entry</span><span class="pun">[</span><span class="str">'Community'</span><span class="pun">][</span><span class="str">'avatar_path'</span><span class="pun">];</span></pre>

<p>
	 
</p>

<p>
	The first time was triggered from <span style="color:#2980b9;">html/components/com_jreviews/jreviews/views/themes/default/listings/detail_header.thtml</span><span style="color:#000000;"> </span>with the following code
</p>

<pre class="ipsCode prettyprint lang-php prettyprinted">
<span class="kwd">if</span><span class="pln"> </span><span class="pun">(</span><span class="pln"> </span><span class="pun">!</span><span class="pln">isset</span><span class="pun">(</span><span class="pln">$avatarImg</span><span class="pun">)</span><span class="pln"> </span><span class="pun">)</span><span class="pln"> </span><span class="pun">{</span><span class="pln"> $avatarImg </span><span class="pun">=</span><span class="pln"> $showAuthor </span><span class="pun">?</span><span class="pln"> $Community</span><span class="pun">-&gt;</span><span class="pln">avatarLarge</span><span class="pun">(</span><span class="pln">$listing</span><span class="pun">,</span><span class="pln"> </span><span class="pun">[</span><span class="str">'class'</span><span class="pln"> </span><span class="pun">=&gt;</span><span class="pln"> </span><span class="str">''</span><span class="pun">,</span><span class="pln"> </span><span class="str">'text_avatar'</span><span class="pln"> </span><span class="pun">=&gt;</span><span class="pln"> </span><span class="kwd">false</span><span class="pun">])</span><span class="pln"> </span><span class="pun">:</span><span class="pln"> </span><span class="kwd">false</span><span class="pun">;</span><span class="pln"> </span><span class="pun">}</span></pre>

<p>
	The 2nd time, the below code from  <span style="color:#2980b9;">html/components/com_jreviews/jreviews/views/themes/default/listings/detail_header.thtml</span> seems to be the trigger
</p>

<pre class="ipsCode prettyprint lang-php prettyprinted">
<span class="tag">&lt;span</span><span class="pln"> </span><span class="atn">class</span><span class="pun">=</span><span class="atv">"jrListingAuthor"</span><span class="tag">&gt;</span><span class="pun">&lt;?</span><span class="pln">php echo $Community</span><span class="pun">-&gt;</span><span class="pln">avatar</span><span class="pun">(</span><span class="pln">$listing</span><span class="pun">)</span><span class="pln"> </span><span class="pun">.</span><span class="pln"> $Community</span><span class="pun">-&gt;</span><span class="pln">screenName</span><span class="pun">(</span><span class="pln">$listing</span><span class="pun">,</span><span class="kwd">true</span><span class="pun">,</span><span class="kwd">true</span><span class="pun">);?&gt;</span><span class="tag">&lt;/span&gt;</span></pre>

<p>
	At least, that is what seems to be going on. Anyway regardless, I can't seem to work out where it is getting the options from to decide which sized image to use as the avatar.
</p>

<p>
	Any help would be much appreciated <span class="ipsEmoji">?</span>
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">31686</guid><pubDate>Fri, 13 Nov 2020 13:53:50 +0000</pubDate></item><item><title>Default Easysocial Avatar not shown when using shortcodes</title><link>https://forum.jreviews.com/topic/30834-default-easysocial-avatar-not-shown-when-using-shortcodes/</link><description><![CDATA[
<p>
	I am using the following shortcode in an article (and numerous other places)<br />
	[jreviews type="listings" listing="924" summary="1" editor_rating="0" extension="com_easysocial" tn_size="200x200" tmpl_suffix="_teachers"]
</p>

<p>
	The issue that I am getting is that when the user is assigned a default easysocial avatar on registration, the shortcodes do not show that avatar. If the avatar is specifically uploaded by the user then that avatar will show.
</p>

<p>
	If I don't assign a default avatar on registration and turn on the Easysocial option "Named Based Pictures for Users Without Picture," the avatar is still not shown ( I registered a new user and created a new listing to test this).
</p>

<p>
	If this is expected behaviour, could you perhaps point me in the direction of the relevant file that controls this behaviour?
</p>

<p>
	I first discovered the issue with Easysocial 2.2.4 and JReviews 3.5.1.0.<br />
	I was able to replicate the problem using Easysocial 2.2.7 and JReviews 3.5.2.1<br />
	In both cases I was using Everywhere Addon v.1.0.0.0<br />
	Joomla version was 3.8.12
</p>
]]></description><guid isPermaLink="false">30834</guid><pubDate>Fri, 14 Dec 2018 07:17:28 +0000</pubDate></item><item><title>Is there a way to show the ReviewMe app for Easysocial on the about page rather than the timeline?</title><link>https://forum.jreviews.com/topic/30810-is-there-a-way-to-show-the-reviewme-app-for-easysocial-on-the-about-page-rather-than-the-timeline/</link><description><![CDATA[
<p>
	I've installed the ReviewMe app in conjunction with the Everywhere addon. When loading the Easysocial profile, the Reviewme app appears on the timeline page.
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="9860" src="https://forum.jreviews.com/uploads/monthly_2018_11/Easysocial-Timeline-reviewme.jpg.b3d6be94868ffa9a0518fbecca5e85a9.jpg" alt="Easysocial-Timeline-reviewme.jpg.b3d6be94868ffa9a0518fbecca5e85a9.jpg" /></p>

<p>
	Is it possible to have it display on the About page instead? I've played around with the configuration options, but can't seem to find anything relevant. Below is my current configuration options.<a class="ipsAttachLink ipsAttachLink_image" data-fileid="9859" href="https://forum.jreviews.com/uploads/monthly_2018_11/easysocial-reviewme-configuration-2018-11-27_14-18-11.jpg.0d07be9c983da1cfbe7c9067c697ff51.jpg" rel=""><img alt="easysocial-reviewme-configuration-2018-11-27_14-18-11.thumb.jpg.7f9a8e3e8d9937c5dd859b2567ef7669.jpg" class="ipsImage ipsImage_thumbnailed" data-fileid="9859" src="https://forum.jreviews.com/uploads/monthly_2018_11/easysocial-reviewme-configuration-2018-11-27_14-18-11.thumb.jpg.7f9a8e3e8d9937c5dd859b2567ef7669.jpg" /></a>
</p>

<p>
	If it can't be done in the settings, could you perhaps point me in the direction of the file responsible for it?
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">30810</guid><pubDate>Tue, 27 Nov 2018 03:32:15 +0000</pubDate></item><item><title>How to display everywhere addon ratings/reviews in regular listings?</title><link>https://forum.jreviews.com/topic/30786-how-to-display-everywhere-addon-ratingsreviews-in-regular-listings/</link><description><![CDATA[
<p>
	<strong>Short Version</strong>
</p>

<p>
	Is it possible to use shortcodes or some other method to display Everywhere addon ratings/reviews in regular listings?
</p>

<p>
	From a technical point of view, would it be easier to automatically create a listing than to display everywhere ratings in regular listings?
</p>

<p>
	<strong>Long Version</strong>
</p>

<p>
	I'm using the everywhere addon for easysocial profile reviews. When the user creates a listing, I'd like to display their profile ratings/stars reviews on that listing. The listing itself would not have its own ratings or reviews. Originally, I'd hoped to do it using shortcodes, but after reading the docs I'm pretty sure it can't be done. Is there any other way that I could do it? Possibly with a theme override? or some other method? I guess what I'm really trying to do here is assess the level of complexity involved.
</p>

<p>
	Alternatively, I am thinking to automatically create a listing whenever a new account is created. I've mostly got this sorted (and comparatively it seems to be the easier option), but it is not my preferred method as I didn't want to create a listing until the user was ready and I'm really not fond of creating a dummy listing. From a technical standpoint, which do you think is easier?
</p>

<p>
	If there are other options that perhaps I've overlooked, please let me know!! This is really critical to my site.
</p>

<p>
	 
	</p>
<p>
		 
	</p>
]]></description><guid isPermaLink="false">30786</guid><pubDate>Wed, 14 Nov 2018 04:34:17 +0000</pubDate></item><item><title>Can I use JReviews to rate deals from CMLD?</title><link>https://forum.jreviews.com/topic/30624-can-i-use-jreviews-to-rate-deals-from-cmld/</link><description><![CDATA[
<p>
	Hi,
</p>

<p>
	I'm using a deals component called <a href="https://cmext.vn/products/cmlivedeal" rel="external nofollow">CMLive Deals (CMLD</a>) and I'd like to allow users to rate each deal.  Can I use JReviews to achieve this?  Perhaps with the Everywhere Add-on?  
</p>

<p>
	If not already possible, could I somehow customise Jreviews to achieve this so that these ratings also show up in a customers "My reviews"?
</p>

<p>
	Thanks for your help.
</p>
]]></description><guid isPermaLink="false">30624</guid><pubDate>Wed, 01 Aug 2018 16:48:22 +0000</pubDate></item><item><title>Ratings not showing next to avatar for EasySocial2</title><link>https://forum.jreviews.com/topic/29239-ratings-not-showing-next-to-avatar-for-easysocial2/</link><description><![CDATA[
<p>I believe I’ve found a problem. After upgrading from EasySocial 1.4.6 to EasySocial 2.0.13, I found that ratings stopped showing on the EasySocial user profile next to the avatar (using everywhere addon and Reviewme EasySocial app). I’m using JReviews <strong>v2.7.15.3 </strong>and my JReviews’ EasySocial Apps were updated from JReviews <strong>v2.7.14.4.</strong></p>
<p> </p>
<p><strong>Can someone confirm whether they can replicate this problem or not? </strong></p>
<p> </p>
<p>There is a small chance that it is due to my modifications, but I believe the ratings problem is due to a change in the EasySocial wireframe theme. The file found at <span style="color:#0070c0;">html/components/com_easysocial/themes/wireframe/profile/default.header.php</span></p>
<p>seems to have been replaced with <span style="color:#0070c0;">html/components/com_easysocial/themes/wireframe/profile/default.php</span></p>
<p>and beforeBadges has been removed. Searching for</p>
<p><span style="color:#0000ff;">$this-&gt;render('widgets', 'user', 'profile',</span></p>
<p>gave me the following results.</p>
<p> </p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="https://forum.jreviews.com/uploads/monthly_03_2017/post-26704-0-97095600-1489575098.jpg" data-fileid="8777" rel=""><img src="https://forum.jreviews.com/uploads/monthly_03_2017/post-26704-0-97095600-1489575098_thumb.jpg" data-fileid="8777" class="ipsImage ipsImage_thumbnailed" alt="post-26704-0-97095600-1489575098_thumb.jpg"></a></p>
<p> </p>
<p>By adding</p>
<p><span style="color:#0000ff;">&lt;?php echo $this-&gt;render('widgets', 'user', 'profile', 'beforeBadges', array($user)); ?&gt;</span></p>
<p>to <span style="color:#0070c0;">html/components/com_easysocial/themes/wireframe/profile/default.php</span></p>
<p>the ratings are displayed next to the avatar, but <strong>a new problem arises-the ReviewMe app stops being displayed.</strong></p>
<p> </p>
<p>That's as far as I've got so far. Any input appreciated.</p>
]]></description><guid isPermaLink="false">29239</guid><pubDate>Wed, 15 Mar 2017 10:47:52 +0000</pubDate></item><item><title>EasySocial 2.0 Everywhere - New Review button no action</title><link>https://forum.jreviews.com/topic/28868-easysocial-20-everywhere-new-review-button-no-action/</link><description><![CDATA[
<p>Just reporting as requested. I installed this on my test site. It displays correctly, but the review form does not open when the button is clicked. Let me know if you want login info when you are ready to start working through these.</p>
<p> </p>
<p>I'll post anything else I find as well.</p>
]]></description><guid isPermaLink="false">28868</guid><pubDate>Wed, 02 Nov 2016 23:20:55 +0000</pubDate></item><item><title>Nothing happens when i click to review an jomsocial user</title><link>https://forum.jreviews.com/topic/28841-nothing-happens-when-i-click-to-review-an-jomsocial-user/</link><description><![CDATA[
<p>Hello,</p>
<p> </p>
<p>I don't understand why nothing happens when i click on "add new review" (ajouter un nouvel avis") in the "Reviews of Me" plugin of the jomsocial profile page.</p>
<p>See this little video :</p>
<p><a href="https://youtu.be/lRgwk3Pyj3w" rel="external nofollow">https://youtu.be/lRgwk3Pyj3w</a></p>
<p>many Thanks for your help</p>
<p>Best regards</p>
<p>Arnaud</p>
<p><strong>JReviews v2.7.13.1</strong></p>System Information						Setting									Value								 								<strong>PHP Built On</strong>									Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux								<strong>Database Version</strong>									5.1.73-1+deb6u1								<strong>Database Collation</strong>									latin1_swedish_ci								<strong>Database Connection Collation</strong>									utf8_general_ci								<strong>PHP Version</strong>									5.5.38								<strong>Web Server</strong>									Apache								<strong>WebServer to PHP Interface</strong>									cgi-fcgi								<strong>Joomla! Version</strong>									Joomla! 3.6.4 Stable [ Noether ] 21-October-2016 16:33 GMT								<strong>Joomla! Platform Version</strong>									Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT								<strong>User Agent</strong>									Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0			<p> </p>
]]></description><guid isPermaLink="false">28841</guid><pubDate>Tue, 25 Oct 2016 16:21:35 +0000</pubDate></item><item><title>Everywhere - Wordpress?</title><link>https://forum.jreviews.com/topic/28737-everywhere-wordpress/</link><description><![CDATA[
<p>I would like to use Everywhere Addon with Wordpress but I'm getting mixed information about it's compatibilites.</p>
<p> </p>
<p>This page mentions that it works with BuddyPress: <a href="https://www.jreviews.com/blog/intro-exploring-the-possibilities-for-community-integration" rel="external nofollow">https://www.jreviews.com/blog/intro-exploring-the-possibilities-for-community-integration</a></p>
<p> </p>
<p>However, Everywhere is not listed as a Addon on the Wordpress page?</p>
<p><a href="https://www.jreviews.com/wordpress#add-ons" rel="external nofollow">https://www.jreviews.com/wordpress#add-ons</a></p>
<p> </p>
<p>Fingers crossed it is. </p>
<p> </p>
<p>cheers</p>
<p>Andrew</p>
]]></description><guid isPermaLink="false">28737</guid><pubDate>Fri, 16 Sep 2016 08:04:31 +0000</pubDate></item><item><title>How to hide JomSocial community plugin if empty</title><link>https://forum.jreviews.com/topic/28561-how-to-hide-jomsocial-community-plugin-if-empty/</link><description><![CDATA[
<p>I've been able to add the option in other community plugins to hide the plugin from the user's profile page if it's empty, but because I can't really do that in the jReviews plugins since they will be overridden in the next update, I am not sure how to set it up so if there are no listings, it doesn't leave a message, but rather doesn't enable the plugin at all.  </p>
<p> </p>
<p>The way I've done it in the past is find the public function onProfileDisplay() and then for instance in the easyblog community plugin, I would add this :</p>
<p> </p>
<p> </p>
<div>{</div>
<div>if (!$this-&gt;exists()) {</div>
<div>return;</div>
<div>}</div>
<div> </div>
<div>How would you suggest I go about that in the jreviews community plugins?</div>
<div> </div>
<div>Thanks for your help.</div>
<div> </div>
<div>Adam</div>
]]></description><guid isPermaLink="false">28561</guid><pubDate>Thu, 14 Jul 2016 16:45:50 +0000</pubDate></item><item><title><![CDATA[Video Simulation - Advanced Integration JReviews & Stackideas]]></title><link>https://forum.jreviews.com/topic/28050-video-simulation-advanced-integration-jreviews-stackideas/</link><description><![CDATA[
<p><span style="color:rgb(85,85,85);font-family:Helvetica, Arial, sans-serif;font-size:15px;">Hello everyone !</span></p>
<p><span style="color:rgb(85,85,85);font-family:Helvetica, Arial, sans-serif;font-size:15px;">There are some days, Alejandro updated Everywhere Add-on, so we can now rate EasySocial Groups and Events.</span><br /><span style="color:rgb(85,85,85);font-family:Helvetica, Arial, sans-serif;font-size:15px;">Thank you to him for his great work !!</span><br /><br /><span style="color:rgb(85,85,85);font-family:Helvetica, Arial, sans-serif;font-size:15px;">Now for the integration is perfect, I thought of a few things that would make all the difference to improve the user experience (UX).</span><br /><br /><span style="color:rgb(85,85,85);font-family:Helvetica, Arial, sans-serif;font-size:15px;">Because images are worth more than words, I realized a video simulation.</span></p>
<p> </p>
<p>
</p>
<div class="ipsEmbeddedVideo"><div><iframe src="https://player.vimeo.com/video/157509078?app_id=122963" width="640" height="360" frameborder="0" title="Integration Concept JReviews &amp; Stackideas" allowfullscreen="true"></iframe></div></div> <p><a href="https://vimeo.com/157509078" rel="external nofollow">https://vimeo.com/157509078</a></p>
<p> </p>
<p><span style="color:rgb(85,85,85);font-family:Helvetica, Arial, sans-serif;font-size:15px;">What do you think ?</span></p>
<p><span style="color:rgb(85,85,85);font-family:Helvetica, Arial, sans-serif;font-size:15px;">If you too, you would like this concept become a reality, do not hesitate to manifest you here </span><img src="http://cloud.stackideas.com/media/com_easydiscuss/images/markitup/emoticon-wink.png" alt="emoticon-wink.png" /></p>
<p> </p>
<p>Although this subject concerns more team Stackideas, I also posted a topic here to speak to users JReviews.</p>
<p><span style="color:rgb(85,85,85);font-family:Helvetica, Arial, sans-serif;font-size:15px;">Thank you !</span><br /><span style="color:rgb(85,85,85);font-family:Helvetica, Arial, sans-serif;font-size:15px;">Pakitao</span></p>
]]></description><guid isPermaLink="false">28050</guid><pubDate>Thu, 03 Mar 2016 00:11:34 +0000</pubDate></item><item><title>EasySocial User Reviews</title><link>https://forum.jreviews.com/topic/27999-easysocial-user-reviews/</link><description><![CDATA[
<p>Can you make the EasySocial User Reviews identical to the format of the new Group and Events Applications?</p>
<p> </p>
<p>James</p>
]]></description><guid isPermaLink="false">27999</guid><pubDate>Thu, 25 Feb 2016 22:07:29 +0000</pubDate></item><item><title>Reviews a EasySocial Group, and Link it with a JReviews Listing</title><link>https://forum.jreviews.com/topic/27836-reviews-a-easysocial-group-and-link-it-with-a-jreviews-listing/</link><description><![CDATA[
<div>Hello everybody !</div>
<br><div> </div>
<br><div>Like many people, I also really want my visitors can review for EasySocial Groups with JReviews.</div>
<br><div>It is a request often mentioned on this forum.</div>
<br><div>Ideally I would also like EasySocial this group is attached to a JReviews listing.</div>
<br><div> </div>
<br><div> </div>
<br><div>A company, a product, a event, a movie, a restaurant (…) referenced on JReviews automatically have an EasySocial Group linked.</div>
<br><div>So a customer community, spectator, consumer could exchange through tailored tools : EasySocial Groups. Share blog posts and files, initiate discussions, do polling, etc.</div>
<br><div>I think JReviews is perfect for organizing, stucturer elements.</div>
<br><div>EasySocial Groups is perfect to offer to a community a complete communication space.</div>
<br><div>If the two were combined, it would be wonderful ! :)</div>
<br><div> </div>
<br><div> </div>
<br><div>Concretely, when a user add a new listing in JReviews, a plugin would create a EasySocial Group. Both would be automatically linked.</div>
<br><div>The description, the avatar image and the cover photo could be the same as those that were sent at the time of submission of the listing JReviews.</div>
<br><div> </div>
<br><div>It also requires making Everywhere add-on compatible to EasySocial group to show stars and rating tool.</div>
<br><div>Of course, users can always rate the group since the listing JReviews.</div>
<br><div> </div>
<br><div> </div>
<br><div>In JReviews listing, it would be interesting to view content generated from EasySocial groups (recent discussions, recent blog articles, etc.).</div>
<br><div>There are already modules provided by Stackideas for this. (See 2/2 pictures)</div>
<br><div> </div>
<br><div> </div>
<br><div>I think the difficulty will be to automate the creation of a group EasySocial JReviews when a listing is added. </div>
<br><div>Unfortunately I'm not a developer, but it seems there is a track here : /components/com_easysocial/controllers/groups.php</div>
<br><div>Source : <a href="http://stackideas.com/forums/is-there-a-function-that-i-can-call-to-create-a-group-from-within-my-plugin" rel="external nofollow">http://stackideas.com/forums/is-there-a-function-that-i-can-call-to-create-a-group-from-within-my-plugin</a>
</div>
<br><div> </div>
<br><div> </div>
<br><div>For you can better understand what I imagine, I realized visual simulations. Please see in attachments.</div>
<br><div> </div>
<br><div> </div>
<br><div>1/2 - A JReview Listing with its EasySocial Group Modules</div>
<br><div><a class="ipsAttachLink ipsAttachLink_image" href="https://forum.jreviews.com/uploads/monthly_01_2016/post-26718-0-72949600-1453394480.jpg" data-fileid="8346" rel=""><img src="https://forum.jreviews.com/uploads/monthly_01_2016/post-26718-0-72949600-1453394480_thumb.jpg" data-fileid="8346" class="ipsImage ipsImage_thumbnailed" alt="post-26718-0-72949600-1453394480_thumb.jpg"></a></div>
<br><div> </div>
<br><div>1/2 - Zoom</div>
<br><div><a class="ipsAttachLink ipsAttachLink_image" href="https://forum.jreviews.com/uploads/monthly_01_2016/post-26718-0-69997100-1453394486.jpg" data-fileid="8347" rel=""><img src="https://forum.jreviews.com/uploads/monthly_01_2016/post-26718-0-69997100-1453394486_thumb.jpg" data-fileid="8347" class="ipsImage ipsImage_thumbnailed" alt="post-26718-0-69997100-1453394486_thumb.jpg"></a></div>
<br><div> </div>
<br><div>2/2 - An EasySocial Group with its JReviews Rating Tool</div>
<br><div><a class="ipsAttachLink ipsAttachLink_image" href="https://forum.jreviews.com/uploads/monthly_01_2016/post-26718-0-19489300-1453394492.jpg" data-fileid="8348" rel=""><img src="https://forum.jreviews.com/uploads/monthly_01_2016/post-26718-0-19489300-1453394492_thumb.jpg" data-fileid="8348" class="ipsImage ipsImage_thumbnailed" alt="post-26718-0-19489300-1453394492_thumb.jpg"></a></div>
<br><div> </div>
<br><div>2-2 - Zoom</div>
<br><div><a class="ipsAttachLink ipsAttachLink_image" href="https://forum.jreviews.com/uploads/monthly_01_2016/post-26718-0-90889000-1453394497.jpg" data-fileid="8349" rel=""><img src="https://forum.jreviews.com/uploads/monthly_01_2016/post-26718-0-90889000-1453394497_thumb.jpg" data-fileid="8349" class="ipsImage ipsImage_thumbnailed" alt="post-26718-0-90889000-1453394497_thumb.jpg"></a></div>
<br><div> </div>
<br><div>Images in high-resolution :</div>
<br><div><a href="https://www.flickr.com/photos/139729998@N08/albums/72157661449746564" rel="external nofollow">https://www.flickr.com/photos/139729998@N08/albums/72157661449746564</a></div>
<br><div> </div>
<br><div> </div>
<br><div>Furthermore, a EasySocial Event also deserves to be incorporated into JReviews :)</div>
<br><div> </div>
<br><div>I realize that JReviews Team can not develop all. It depends also to Stackideas developers.</div>
<br><div>This project requires working together.</div>
<br><div> </div>
<br><div>That is why I asked also the question on the Stackideas forum.</div>
<br><div>Stackideas Topic : <a href="http://stackideas.com/forums/reviews-a-easysocial-group,-and-link-it-with-a-jreviews-listing" rel="external nofollow">http://stackideas.com/forums/reviews-a-easysocial-group,-and-link-it-with-a-jreviews-listing</a>
</div>
<br><div> </div>
<br><div>Thank you to kindly consider the matter.</div>
<br>
]]></description><guid isPermaLink="false">27836</guid><pubDate>Thu, 21 Jan 2016 16:57:59 +0000</pubDate></item><item><title>Is it possible to display extra fields for the easysocial profile listing?</title><link>https://forum.jreviews.com/topic/28051-is-it-possible-to-display-extra-fields-for-the-easysocial-profile-listing/</link><description><![CDATA[
<p>I am using the everywhere addon to allow my users to rate each other. What I'd like to do is display extra fields as well like regular listings. I imagine it would look similar to the userprofile addon profile page.</p>
<p>I'm already familiar with EasySocial customization, but I'm not sure about the JReviews side of things, so I'm trying to evaluate whether I can do this or not. In terms of JReviews customization, how difficult would it be to add the fields to the listing for the easysocial profile? Any pointers as to how/where I should start?</p>
<p>Any information you can give me would be a great help. Thanks.</p>
<p> </p>
<p>UPDATE:</p>
<p>If there are better alternative ways of achieving this I would love to hear of them.</p>
]]></description><guid isPermaLink="false">28051</guid><pubDate>Thu, 03 Mar 2016 03:40:22 +0000</pubDate></item><item><title>Editor and user reviews with the Everywhere add-on?</title><link>https://forum.jreviews.com/topic/27802-editor-and-user-reviews-with-the-everywhere-add-on/</link><description><![CDATA[<p>Is it still the case that you <u><strong>can't</strong></u> have both editor and user reviews (just user reviews) with the Everywhere add-on?</p>]]></description><guid isPermaLink="false">27802</guid><pubDate>Wed, 13 Jan 2016 19:25:54 +0000</pubDate></item><item><title>Access of Reviews</title><link>https://forum.jreviews.com/topic/27713-access-of-reviews/</link><description><![CDATA[
<p>Hi,</p>
<p>I want to use everywhere Addon for reviewing jomsocial members. All works fine, but I want to exclude "normal" user from having access to the reviews. How can I do that? Keeping reviews only visible to admins.</p>
<p> </p>
<p>Regards,</p>
<p>Daniel</p>
]]></description><guid isPermaLink="false">27713</guid><pubDate>Tue, 22 Dec 2015 22:49:37 +0000</pubDate></item><item><title>Audio Player in jomsocial my listings plugin</title><link>https://forum.jreviews.com/topic/27472-audio-player-in-jomsocial-my-listings-plugin/</link><description><![CDATA[
<p>I was able to find the audio player function and add it to the my_listings community plugin theme override file.  I know I am missing something because the player displays in the plugin, but it's not finding the audio file(s).  After the category div in the plugin, I added:</p>
<p> </p>
<div>&lt;div id="audioTab"&gt;</div>
<div> </div>
<div>&lt;?php echo $this-&gt;renderControllerView('media','audio',array('id'=&gt;'listing'.$listing['Listing']['listing_id'],'listing'=&gt;$listing)); ?&gt;</div>
<div> </div>
<div>&lt;/div&gt;</div>
<div> </div>
<div>what else do I need to add to display the song(s) that are found in that listing?</div>
<div> </div>
<div>Almost there (and I'm sure there are quite a few other jreviewers that would love to have this feature as well...)</div>
<div> </div>
<div>Adam</div>
<p><a class="ipsAttachLink ipsAttachLink_image" href="https://forum.jreviews.com/uploads/monthly_11_2015/post-23004-0-72710000-1446614380.png" data-fileid="8210" rel=""><img src="https://forum.jreviews.com/uploads/monthly_11_2015/post-23004-0-72710000-1446614380_thumb.png" data-fileid="8210" class="ipsImage ipsImage_thumbnailed" alt="post-23004-0-72710000-1446614380_thumb.png"></a></p>
]]></description><guid isPermaLink="false">27472</guid><pubDate>Wed, 04 Nov 2015 05:19:47 +0000</pubDate></item><item><title>Looking for guidance re. reviews directory...</title><link>https://forum.jreviews.com/topic/6067-looking-for-guidance-re-reviews-directory/</link><description><![CDATA[
<p>Hi all,</p>
<p> </p>
<p>
I'd like to get some advice / guidance on how best to launch a reviews directory using this awesome component. My query is, for someone launching a review directory from scratch, are there any benefits to using JReviews Everywhere with Mosets Tree or SOBI2 as opposed to the built-in directory functionality within JReviews itself? So far it seems to me that the use of the JReviews functionality produces very slick looking listings and reviews pages, but the management of the directory and listings is a bit messy (using com_content categories). Mosets and SOBI seem to enable easier directory management but (in my opinion) the resulting listings and reviews just don't look as good and aren't as usable.</p>
<p> </p>
<p>
Is there anything else that I'm missing, and does anyone have any advice for the best method to choose?</p>
<p> </p>
<p>
Thanks,</p>
<p> </p>
<p>
Jeremy.</p>
]]></description><guid isPermaLink="false">6067</guid><pubDate>Wed, 15 Apr 2009 07:28:34 +0000</pubDate></item><item><title>kunena everywhere addons</title><link>https://forum.jreviews.com/topic/27529-kunena-everywhere-addons/</link><description><![CDATA[<p>You can integrate the addons with component Kunena?</p>]]></description><guid isPermaLink="false">27529</guid><pubDate>Mon, 16 Nov 2015 18:00:39 +0000</pubDate></item><item><title>Positive and negative reviews</title><link>https://forum.jreviews.com/topic/27412-positive-and-negative-reviews/</link><description><![CDATA[<p>Is it possible in Jreviews to do so to reflect both positive and negative reviews</p>]]></description><guid isPermaLink="false">27412</guid><pubDate>Sat, 24 Oct 2015 13:17:50 +0000</pubDate></item><item><title>Everywhere Addon w/EasySocial</title><link>https://forum.jreviews.com/topic/26404-everywhere-addon-weasysocial/</link><description><![CDATA[
<p>Hey JReviews Team!</p>
<p> </p>
<p>It would be a nice addition to have an option in the Everywhere Addon for JReviews to include the person being revieweds avatar in the stream post. The current format is slightly lacking.</p>
<p> </p>
<p>Example: <a href="http://screencast.com/t/DzHbjbApVA" rel="external nofollow">http://screencast.com/t/DzHbjbApVA</a></p>
<p> </p>
<p>Thanks</p>
<p>James</p>
]]></description><guid isPermaLink="false">26404</guid><pubDate>Wed, 25 Feb 2015 22:36:53 +0000</pubDate></item></channel></rss>
