<?xml version="1.0"?>
<rss version="2.0"><channel><title>General discussion Latest Topics</title><link>https://forum.jreviews.com/forum/116-general-discussion/</link><description>General discussion Latest Topics</description><language>en</language><item><title>Using category as the control field for custom field values</title><link>https://forum.jreviews.com/topic/32301-using-category-as-the-control-field-for-custom-field-values/</link><description><![CDATA[<p>
	I have a custom field that I would like to use as a tags field - with different tag values available to select depending on the category of the listing. For example:<br />
	Cat 1 -&gt; tag1, tag2, tag3 available to select<br />
	Cat 2 -&gt; tag3 only available to select<br />
	<br />
	I have the impression this is possible as the following text appears when setting up an array of values:<br />
	<em>"You can use the {fieldvalue}, {category}, {parent_category}, {listing_type} tags. The category tags will work only if you modify the click2search urls for each field to use the 'cat' parameter instead of 'criteria'. The listing type tag will only work if either 'cat' or 'criteria' parameters are used in the URL."</em><br />
	<br />
	However, I think I am misreading or misunderstanding, because I cannot get this to work at all. <br />
	<br />
	Any pointers for using category as the control field? <br />
	<br />
	Thanks in advance.
</p>
]]></description><guid isPermaLink="false">32301</guid><pubDate>Mon, 13 Feb 2023 17:52:57 +0000</pubDate></item><item><title>Toggle Switch off by default ?</title><link>https://forum.jreviews.com/topic/31093-toggle-switch-off-by-default/</link><description><![CDATA[
<p>
	Hi,
</p>

<p>
	As it is right now, the Toggle Switch  ( Narrow results matching all options ) is set to On as default, is there a way to have this set to off by default ? Cant find where to change this.
</p>

<p>
	Cheers
</p>

<p>
	 
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="10605" href="https://forum.jreviews.com/uploads/monthly_2019_05/toggle3.png.9541ee1776975c0a3aaa13d2cfc77879.png" rel=""><img alt="toggle3.png" class="ipsImage ipsImage_thumbnailed" data-fileid="10605" data-ratio="26.97" width="267" src="https://forum.jreviews.com/uploads/monthly_2019_05/toggle3.png.9541ee1776975c0a3aaa13d2cfc77879.png" /></a>
</p>

<p>
	 
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="10603" href="https://forum.jreviews.com/uploads/monthly_2019_05/toggle.png.24e162ebeaea0d95dddd16c3332f0163.png" rel=""><img alt="toggle.png" class="ipsImage ipsImage_thumbnailed" data-fileid="10603" data-ratio="44.27" width="524" src="https://forum.jreviews.com/uploads/monthly_2019_05/toggle.png.24e162ebeaea0d95dddd16c3332f0163.png" /></a>
</p>
]]></description><guid isPermaLink="false">31093</guid><pubDate>Mon, 27 May 2019 23:00:07 +0000</pubDate></item><item><title>change a custom field from text to integer</title><link>https://forum.jreviews.com/topic/31816-change-a-custom-field-from-text-to-integer/</link><description><![CDATA[<p>
	to be able to use the "filter range slider" I have to switch from a text field to an integer. in the text field are already only integer numbers stored.<br />
	I didn't find anything about it quickly, so maybe someone can help me briefly on what I have to pay attention to or whether it works so easily at all.
</p>
]]></description><guid isPermaLink="false">31816</guid><pubDate>Wed, 03 Mar 2021 17:08:31 +0000</pubDate></item><item><title>Doing a little customization of the search module...</title><link>https://forum.jreviews.com/topic/32272-doing-a-little-customization-of-the-search-module/</link><description><![CDATA[<p>
	I would like to place my advanced search module in in the upper right (navigation it to look something like THIS - A single keyword search field, grey background, <em>Search...</em> placeholder text, and search button with icon
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://forum.jreviews.com/uploads/monthly_2023_01/1484392175_Searchmoduleinmainmenu.png.a84d4e20f63b1fc5f9e275a88a560c2d.png" data-fileid="14977" data-fileext="png" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="14977" data-ratio="8.80" width="1000" alt="277526185_Searchmoduleinmainmenu.thumb.png.34714b609712129d1d9da4b8a50a8e18.png" src="https://forum.jreviews.com/uploads/monthly_2023_01/277526185_Searchmoduleinmainmenu.thumb.png.34714b609712129d1d9da4b8a50a8e18.png" /></a>
</p>

<p>
	<strong>Is this something that can be done in the THEME CUSTOMIZATION section of the module dashboard?</strong>
</p>
]]></description><guid isPermaLink="false">32272</guid><pubDate>Tue, 10 Jan 2023 18:46:02 +0000</pubDate></item><item><title>Use Developer Events to delete cache</title><link>https://forum.jreviews.com/topic/31309-use-developer-events-to-delete-cache/</link><description><![CDATA[
<p>
	Hi Everybody,
</p>

<p>
	I am planning to use Joomlas Page Cache Plugin or Speedcache. After someone creates or update a listing, we have to wait until the cache is cleared. For Admins, it's easy to clear the cache in the backend, but for public or registreds users it's not. So I am trying to delete the cache after a listing was updated or changed.
</p>

<p>
	First I tried Regular Labs "Cache Cleaner". Cache Cleaner can also clear Joomla! cache automatically when you save (or apply) an article or other item. You can also enter a comma separated list of other tasks to consider as a save. Tasks can include things like publish, unpublish, delete, etc.... But this won't work with JReviews. I tried "save,_save,publish,....
</p>

<p>
	After that I tried to use Developer Events like "listing_was_updated" to trigger the Frontend Secret URL from CacheCleaner like that:
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted">
<span class="pun">&lt;?</span><span class="pln">php
</span><span class="com">/**
 * @package     JReviews
 * @author      ClickFWD LLC (https://www.jreviews.com)
 * @copyright   Copyright (C) 2010-2018 ClickFWD LLC
 * @license     GNU GPL version 3 or later
 */</span><span class="pln">
</span><span class="kwd">namespace</span><span class="pln"> </span><span class="typ">JReviews</span><span class="pln">\Events</span><span class="pun">;</span><span class="pln">

</span><span class="kwd">defined</span><span class="pun">(</span><span class="str">'MVC_FRAMEWORK'</span><span class="pun">)</span><span class="pln"> </span><span class="kwd">or</span><span class="pln"> </span><span class="kwd">die</span><span class="pun">;</span><span class="pln">

</span><span class="kwd">use</span><span class="pln"> S2App</span><span class="pun">;</span><span class="pln">
</span><span class="kwd">use</span><span class="pln"> </span><span class="typ">Clickfwd</span><span class="pln">\Event\BaseEvent</span><span class="pun">;</span><span class="pln">
</span><span class="kwd">use</span><span class="pln"> </span><span class="typ">JReviews</span><span class="pln">\Events\Traits\Helpers</span><span class="pun">;</span><span class="pln">
</span><span class="kwd">use</span><span class="pln"> </span><span class="typ">JReviews</span><span class="pln">\Events\Traits\Listing</span><span class="pun">;</span><span class="pln">

S2App</span><span class="pun">::</span><span class="kwd">import</span><span class="pun">(</span><span class="str">'EventTrait'</span><span class="pun">,[</span><span class="str">'helpers'</span><span class="pun">,</span><span class="str">'listing'</span><span class="pun">],</span><span class="str">'jreviews'</span><span class="pun">);</span><span class="pln">

</span><span class="kwd">class</span><span class="pln"> </span><span class="typ">ListingWasUpdated</span><span class="pln"> </span><span class="kwd">extends</span><span class="pln"> </span><span class="typ">BaseEvent</span><span class="pln">
</span><span class="pun">{</span><span class="pln">
	</span><span class="kwd">use</span><span class="pln"> </span><span class="typ">Helpers</span><span class="pun">;</span><span class="pln">
	</span><span class="kwd">use</span><span class="pln"> </span><span class="typ">Listing</span><span class="pun">;</span><span class="pln">
	
</span><span class="com">// create a new cURL resource</span><span class="pln">
$ch </span><span class="pun">=</span><span class="pln"> curl_init</span><span class="pun">();</span><span class="pln">

</span><span class="com">// set URL and other appropriate options</span><span class="pln">
curl_setopt</span><span class="pun">(</span><span class="pln">$ch</span><span class="pun">,</span><span class="pln"> CURLOPT_URL</span><span class="pun">,</span><span class="pln"> </span><span class="str">"https://secreturl...."</span><span class="pun">;</span><span class="pln">
curl_setopt</span><span class="pun">(</span><span class="pln">$ch</span><span class="pun">,</span><span class="pln"> CURLOPT_HEADER</span><span class="pun">,</span><span class="pln"> </span><span class="kwd">false</span><span class="pun">);</span><span class="pln">

</span><span class="com">// grab URL and pass it to the browser</span><span class="pln">
curl_exec</span><span class="pun">(</span><span class="pln">$ch</span><span class="pun">);</span><span class="pln">

</span><span class="com">// close cURL resource, and free up system resources</span><span class="pln">
curl_close</span><span class="pun">(</span><span class="pln">$ch</span><span class="pun">);</span><span class="pln">
</span><span class="pun">}</span></pre>

<p>
	Do you have any idea to clean the cache after listings are created or updated?
</p>

<p>
	Best regards
</p>

<p>
	Daniel
</p>
]]></description><guid isPermaLink="false">31309</guid><pubDate>Sun, 17 Nov 2019 14:48:25 +0000</pubDate></item><item><title>Submission Page</title><link>https://forum.jreviews.com/topic/32118-submission-page/</link><description><![CDATA[<p>
	Was wondering how to edit the information on the top of the Submission Instructions page.  I want to add in some legal disclaimer and need to know if it's an override or a text file I need to edit to do this.  See attached image.
</p>

<p>
	Thank you
</p>

<p><a href="https://forum.jreviews.com/uploads/monthly_2022_03/submission.PNG.154d78add57644ead6dc0f23bb9c9e6a.PNG" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="14294" src="https://forum.jreviews.com/uploads/monthly_2022_03/submission.PNG.154d78add57644ead6dc0f23bb9c9e6a.PNG" data-ratio="59.07" width="562" class="ipsImage ipsImage_thumbnailed" alt="submission.PNG"></a></p>]]></description><guid isPermaLink="false">32118</guid><pubDate>Mon, 07 Mar 2022 18:31:23 +0000</pubDate></item><item><title>JReviews 3.x changelog</title><link>https://forum.jreviews.com/topic/32227-jreviews-3x-changelog/</link><description><![CDATA[<p>
	Hi all,
</p>

<p>
	Unfortunately we are still on JReviews 3.x and before switching over to 4 I would like to upgrade to the most recent 3.x version (which seems to be 3.13.5). The changelog for 3.x seems to be gone (but I would like to review the changes between versions 3.10.5 and 3.13.5 - where can I find the old changelog?
</p>

<p>
	I understand that 3.x is not supported any more but it would be nice to still be able to access the old changelog though ...
</p>

<p>
	Regards,
</p>

<p>
	Hans
</p>
]]></description><guid isPermaLink="false">32227</guid><pubDate>Tue, 01 Nov 2022 18:04:14 +0000</pubDate></item><item><title>Field Option to Field Option relationship with radiobuttons does not work?</title><link>https://forum.jreviews.com/topic/32063-field-option-to-field-option-relationship-with-radiobuttons-does-not-work/</link><description><![CDATA[<p>
	We want to have a relationship between 2 fields with type Radio Buttons.
</p>

<p>
	Field A (Type Radio Buttons)<br />
	Field Option 1<br />
	Field Option 2<br />
	Field Option 3
</p>

<p>
	Field B (Type Radio Buttons)<br />
	Field Option 1a<br />
	Field Option 2a<br />
	Field Option 3a
</p>

<p>
	Now we want to to set the relationship for example from Field B Field Option 1a to Field A Field Option 2<br />
	But we dont see the Control Field and Control Value. Why?
</p>
]]></description><guid isPermaLink="false">32063</guid><pubDate>Mon, 27 Dec 2021 17:35:33 +0000</pubDate></item><item><title>Custom fields displayed in module position</title><link>https://forum.jreviews.com/topic/32200-custom-fields-displayed-in-module-position/</link><description><![CDATA[<p>
	I want to create a module that has some of custom field data displayed in it from a listing.
</p>

<p>
	I know I can do what I want using the related listings widget, but then I can only display it in the component position with all the other listing related data.
</p>

<p>
	I'd like to be able to take the related field widget information or even a banner and use it on one of the side panel module positions.  This way I can take select field data and place it on the side of the page, such as contact information or other related information from the viewed listing.
</p>

<p>
	Any ideas?
</p>

<p>
	Thanks
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">32200</guid><pubDate>Thu, 08 Sep 2022 17:23:42 +0000</pubDate></item><item><title>Limit the number of displayed items in a category</title><link>https://forum.jreviews.com/topic/32199-limit-the-number-of-displayed-items-in-a-category/</link><description><![CDATA[<p>
	Hi, I want to limit the number of displayed items in a category
</p>

<p>
	If i enter 100 for Page total in Category List menu ( and 10 items per page ) pagination correctly shows 10 pages<br />
	BUT if I enter url  www.site.com/category-url?page=15 it will continue to show other items and pagination is Total 100 - (141-100 displayed)
</p>
]]></description><guid isPermaLink="false">32199</guid><pubDate>Wed, 07 Sep 2022 22:22:09 +0000</pubDate></item><item><title>Auto feature listing based on user group ?</title><link>https://forum.jreviews.com/topic/32092-auto-feature-listing-based-on-user-group/</link><description><![CDATA[<p>
	Hello, 
</p>

<p>
	i have a corporate joomla group (premium) and i am looking to auto feature their listing in some categories, is this possible ?
</p>
]]></description><guid isPermaLink="false">32092</guid><pubDate>Mon, 24 Jan 2022 14:23:13 +0000</pubDate></item><item><title>Card Text Format Issue</title><link>https://forum.jreviews.com/topic/32181-card-text-format-issue/</link><description><![CDATA[<p>
	I am having an issue with a listing module.
</p>

<p>
	Follow this link <a href="https://missingpersonscenter.org/missing-persons-directory/local-missing-people" rel="external nofollow">https://missingpersonscenter.org/missing-persons-directory/local-missing-people</a><br />
	<br />
	The field text is all in caps and I don't know how to simply make it display First letter caps instead.
</p>

<p>
	Any suggestions?
</p>

<p>
	Thanks
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">32181</guid><pubDate>Wed, 17 Aug 2022 18:24:21 +0000</pubDate></item><item><title>Importing to a "single select" field</title><link>https://forum.jreviews.com/topic/32156-importing-to-a-single-select-field/</link><description><![CDATA[<p>
	I haven't tried an import like this until now but I have a "single select" field setup as jr_cuisine for food types as per the attachment.
</p>

<p>
	When I import the data for the "Value" column, I thought that what people would see in the listing is the corresponding data in the "Text" column. So when importing the "Value" of afghan (all in lowercase) I should see the "Text" of Afghan (mixed case) in the listing. But the listing just shows the lowercase data from the "Value" column.
</p>

<p>
	I see that the data is stored as "*afghan*" in jr_cuisine so I just imported using lowercase which might be wrong. I also see in the documentation (attachment 2) that a sample shows using mixed case. So I tried editing a listing by capitalizing the first character of data in the jr_cuisine field but that didn't change it to uppercase. It still remained lowercase as per the "Value" column.
</p>

<p>
	The third attachment shows a listing sample with the cuisine being Italian.
</p>

<p>
	What am I doing wrong?
</p>

<p><a href="https://forum.jreviews.com/uploads/monthly_2022_06/capture.png.7f0df76fae54129390dac83687e3074b.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="14510" src="https://forum.jreviews.com/uploads/monthly_2022_06/capture.png.7f0df76fae54129390dac83687e3074b.png" data-ratio="72.41" width="957" class="ipsImage ipsImage_thumbnailed" alt="capture.png"></a></p>
<p><a href="https://forum.jreviews.com/uploads/monthly_2022_06/capture2.png.86c106bfc1e7858af10a2426e70579ca.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="14511" src="https://forum.jreviews.com/uploads/monthly_2022_06/capture2.png.86c106bfc1e7858af10a2426e70579ca.png" data-ratio="39.58" width="763" class="ipsImage ipsImage_thumbnailed" alt="capture2.png"></a></p>
<p><a href="https://forum.jreviews.com/uploads/monthly_2022_06/capture3.png.569d1440f4a483caff94218523b180a7.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="14512" src="https://forum.jreviews.com/uploads/monthly_2022_06/capture3.png.569d1440f4a483caff94218523b180a7.png" data-ratio="77.47" width="679" class="ipsImage ipsImage_thumbnailed" alt="capture3.png"></a></p>]]></description><guid isPermaLink="false">32156</guid><pubDate>Sun, 26 Jun 2022 19:48:07 +0000</pubDate></item><item><title>Hide jr-media-update Button</title><link>https://forum.jreviews.com/topic/32155-hide-jr-media-update-button/</link><description><![CDATA[<p>
	Hey,
</p>

<p>
	is it possible to hide the jr-media-update Button when user upload images to listings?
</p>

<p>
	In my case it would be the "Informationen zum Update" Button. Cause we dont really know the function of this button.
</p>

<p>
	thanks <span>:)</span>
</p>

<p><a href="https://forum.jreviews.com/uploads/monthly_2022_06/1207323461_Bildschirmfoto2022-06-24um19_19_54.png.b71009f7541a5c13eb3e3729969a51d7.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="14506" src="https://forum.jreviews.com/uploads/monthly_2022_06/2086650304_Bildschirmfoto2022-06-24um19_19_54.thumb.png.3cf3fc9cc275df24ca2b150ef8b528fe.png" data-ratio="82.42" width="910" class="ipsImage ipsImage_thumbnailed" alt="Bildschirmfoto 2022-06-24 um 19.19.54.png"></a></p>]]></description><guid isPermaLink="false">32155</guid><pubDate>Fri, 24 Jun 2022 17:20:44 +0000</pubDate></item><item><title>Limiting the number of listings returned in a proximity search</title><link>https://forum.jreviews.com/topic/32152-limiting-the-number-of-listings-returned-in-a-proximity-search/</link><description><![CDATA[<p>
	I have a banner section for each listing with multiple proximity searches embedded in it that look like:
</p>

<ul>
	<li>
		<a href="https://travel.com/component/jreviews/search-results?order=distance&amp;jr_radius=45.0&amp;jr_latitude=34.0783650&amp;jr_longitude=-118.4750030" rel="external nofollow">https://[domain]/component/jreviews/search-results?order=distance&amp;jr_radius=45.0&amp;jr_latitude=34.0783650&amp;jr_longitude=-118.4750030</a>
	</li>
	<li>
		<a href="https://travel.com/component/jreviews/search-results?cat=101,102,104,123,124,147&amp;order=distance&amp;jr_radius=45.0&amp;jr_latitude=34.0783650&amp;jr_longitude=-118.4750030" rel="external nofollow">https://[domain]/component/jreviews/search-results?cat=101,102,104,123,124,147&amp;order=distance&amp;jr_radius=45.0&amp;jr_latitude=34.0783650&amp;jr_longitude=-118.4750030</a>
	</li>
	<li>
		<a href="https://travel.com/component/jreviews/search-results?cat=97,98,99,107&amp;order=distance&amp;jr_radius=45.0&amp;jr_latitude=34.0783650&amp;jr_longitude=-118.4750030" rel="external nofollow">https://[domain]/component/jreviews/search-results?cat=97,98,99,107&amp;order=distance&amp;jr_radius=45.0&amp;jr_latitude=34.0783650&amp;jr_longitude=-118.4750030</a>
	</li>
</ul>

<p>
	I see the setting: Configuration Settings -&gt; General -&gt; Maximum database query LIMIT
</p>

<p>
	That is set at 100 on my site but that doesn't affect the above type of search queries which can return thousands of rows of listings.
</p>

<p>
	In order to increase speed, is there another setting to limit the maximum number of listings returned?
</p>

<p>
	Thanks. -- Rik
</p>
]]></description><guid isPermaLink="false">32152</guid><pubDate>Fri, 17 Jun 2022 04:54:12 +0000</pubDate></item><item><title>List only one business but show multiple locations in detailed view</title><link>https://forum.jreviews.com/topic/32137-list-only-one-business-but-show-multiple-locations-in-detailed-view/</link><description><![CDATA[<p>
	G'day,
</p>

<p>
	I'm interested in your support to reduce the repeated businesses listed in my business directory. At this stage, I have a business with several different locations.
</p>

<p>
	Is there:
</p>

<ol>
	<li>
		A way of hiding the repeated listings so only one copy of the business is listed in the 'show all businesses' menu item?
	</li>
	<li>
		Showing all of the business' locations in the detail page of the business using location tabs or related listings?
	</li>
</ol>

<p>
	Ultimately, I would like to avoid having multiple listings hogging the blog layout (see <a href="https://andacod.com/view-all-businesses" rel="external nofollow">https://andacod.com/view-all-businesses</a>) 
</p>

<p>
	Cheers,
</p>

<p>
	Andrew
</p>
]]></description><guid isPermaLink="false">32137</guid><pubDate>Mon, 25 Apr 2022 09:52:39 +0000</pubDate></item><item><title>Order by field</title><link>https://forum.jreviews.com/topic/32033-order-by-field/</link><description><![CDATA[<p>
	I have a custom field of jr_startdate for events.  When adding "jr_startdate" in the Order by field in Listing Types Manager, some events are out of order in the listing page.  I've tried "jr_startdate ASC" with no difference in events still being out of order.
</p>

<p>
	If I am doing this incorrectly, how can I have the listing page (from a menu item) sort events by date?
</p>
]]></description><guid isPermaLink="false">32033</guid><pubDate>Sun, 28 Nov 2021 20:00:26 +0000</pubDate></item><item><title>Current User Only set to no but with limitations</title><link>https://forum.jreviews.com/topic/32131-current-user-only-set-to-no-but-with-limitations/</link><description><![CDATA[<p>
	I have a Custom Field with the type Related Listing. The setting with Related Listings - Current user only is set to no. Is there a way that Claimed listings are not displayed for all users.
</p>
]]></description><guid isPermaLink="false">32131</guid><pubDate>Tue, 12 Apr 2022 12:29:17 +0000</pubDate></item><item><title>Display on Detail View the date when listing was updated</title><link>https://forum.jreviews.com/topic/32129-display-on-detail-view-the-date-when-listing-was-updated/</link><description><![CDATA[<p>
	Hi, is there a way to display on Detail View the date when listing was updated (modified)?
</p>

<p>
	Tnx
</p>
]]></description><guid isPermaLink="false">32129</guid><pubDate>Mon, 04 Apr 2022 21:34:11 +0000</pubDate></item><item><title>Show Cover image on different position?</title><link>https://forum.jreviews.com/topic/32121-show-cover-image-on-different-position/</link><description><![CDATA[<p>
	Is it possible to change the position from listing cover images?
</p>

<p>
	We want to show the cover images as a full width header like on your demo page the map at the top.
</p>
]]></description><guid isPermaLink="false">32121</guid><pubDate>Wed, 16 Mar 2022 20:38:48 +0000</pubDate></item><item><title><![CDATA[Latitude Issue (0.0000000) - North & South Poles]]></title><link>https://forum.jreviews.com/topic/31735-latitude-issue-00000000-north-south-poles/</link><description><![CDATA[<p>
	I just setup listing pages using the GPS coordinates of the North &amp; South Poles.
</p>

<p>
	Although I could input the latitude of zero degrees for each location, if I clicked on the resulting pages I would get a 404 "Not found" status error.
</p>

<p>
	Altering the latitude to 0.0000001 for each page allows the pages to be viewed normally.
</p>

<p>
	I'm not sure if this is a bug or if something is wrong on my end?
</p>
]]></description><guid isPermaLink="false">31735</guid><pubDate>Thu, 07 Jan 2021 19:56:29 +0000</pubDate></item><item><title>How to show additional info if a user check a radio button?</title><link>https://forum.jreviews.com/topic/32119-how-to-show-additional-info-if-a-user-check-a-radio-button/</link><description><![CDATA[<p>
	We just want to show an info Text, if the user click "Yes" or "No" on a radio buttons field.<br />
	We already tried to use the description in the field options, but it dont work.
</p>

<p>
	how we can add this info text?
</p>
]]></description><guid isPermaLink="false">32119</guid><pubDate>Tue, 08 Mar 2022 17:56:36 +0000</pubDate></item><item><title>Claim Listing Pop Up - Extra Fields?</title><link>https://forum.jreviews.com/topic/32120-claim-listing-pop-up-extra-fields/</link><description><![CDATA[<p>
	At the moment, if the user click the "Claim Listing" Button a Pop Up will be shown and the user could write some text.
</p>

<p>
	Would it be possible to add there some fields so we could ask the user direct for his name, mail and so on?
</p>
]]></description><guid isPermaLink="false">32120</guid><pubDate>Tue, 08 Mar 2022 18:11:59 +0000</pubDate></item><item><title>Article and module tinymce editoe adds empty p tag</title><link>https://forum.jreviews.com/topic/32116-article-and-module-tinymce-editoe-adds-empty-p-tag/</link><description><![CDATA[<p>
	Hi Alejandro,
</p>

<p>
	I know this is not a jreviews thing just wanted to see if you can reproduce this.
</p>

<p>
	In an article or custom module using the tinymce editor in source mode add some html like:
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="tag">&lt;div</span><span class="pln"> </span><span class="atn">class</span><span class="pun">=</span><span class="atv">"container"</span><span class="tag">&gt;</span><span class="pln">
  </span><span class="tag">&lt;div</span><span class="pln"> </span><span class="atn">class</span><span class="pun">=</span><span class="atv">"row"</span><span class="tag">&gt;</span><span class="pln">
    </span><span class="tag">&lt;h2&gt;</span><span class="pln">Header first added</span><span class="tag">&lt;/h2&gt;</span><span class="pln">
	</span><span class="tag">&lt;p&gt;</span><span class="pln">some markup added first</span><span class="tag">&lt;/p&gt;</span><span class="pln">
  </span><span class="tag">&lt;/div&gt;</span><span class="pln">
</span><span class="tag">&lt;/div&gt;</span></pre>

<p>
	click the ok button then go back into the source mode editor and add this for a second div container html markup before/above the first div container:
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="tag">&lt;div</span><span class="pln"> </span><span class="atn">class</span><span class="pun">=</span><span class="atv">"container"</span><span class="tag">&gt;</span><span class="pln">
  </span><span class="tag">&lt;div</span><span class="pln"> </span><span class="atn">class</span><span class="pun">=</span><span class="atv">"row"</span><span class="tag">&gt;</span><span class="pln">
    </span><span class="tag">&lt;h2&gt;</span><span class="pln">Header second added above</span><span class="tag">&lt;/h2&gt;</span><span class="pln">
	</span><span class="tag">&lt;p&gt;</span><span class="pln">some markup added second above the first markup</span><span class="tag">&lt;/p&gt;</span><span class="pln">
  </span><span class="tag">&lt;/div&gt;</span><span class="pln">
</span><span class="tag">&lt;/div&gt;</span></pre>

<p>
	 
</p>

<p>
	it should look like this
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="tag">&lt;div</span><span class="pln"> </span><span class="atn">class</span><span class="pun">=</span><span class="atv">"container"</span><span class="tag">&gt;</span><span class="pln">
  </span><span class="tag">&lt;div</span><span class="pln"> </span><span class="atn">class</span><span class="pun">=</span><span class="atv">"row"</span><span class="tag">&gt;</span><span class="pln">
    </span><span class="tag">&lt;h2&gt;</span><span class="pln">Header second added above</span><span class="tag">&lt;/h2&gt;</span><span class="pln">
	</span><span class="tag">&lt;p&gt;</span><span class="pln">some markup added second above the first markup</span><span class="tag">&lt;/p&gt;</span><span class="pln">
  </span><span class="tag">&lt;/div&gt;</span><span class="pln">
</span><span class="tag">&lt;/div&gt;</span><span class="pln">
</span><span class="tag">&lt;div</span><span class="pln"> </span><span class="atn">class</span><span class="pun">=</span><span class="atv">"container"</span><span class="tag">&gt;</span><span class="pln">
  </span><span class="tag">&lt;div</span><span class="pln"> </span><span class="atn">class</span><span class="pun">=</span><span class="atv">"row"</span><span class="tag">&gt;</span><span class="pln">
    </span><span class="tag">&lt;h2&gt;</span><span class="pln">Header first added</span><span class="tag">&lt;/h2&gt;</span><span class="pln">
	</span><span class="tag">&lt;p&gt;</span><span class="pln">some markup added first</span><span class="tag">&lt;/p&gt;</span><span class="pln">
  </span><span class="tag">&lt;/div&gt;</span><span class="pln">
</span><span class="tag">&lt;/div&gt;</span></pre>

<p>
	click ok and go back into the source editor.
</p>

<p>
	Are you getting an empty set of &lt;p&gt;&lt;/p&gt; tags between the first container closing div and second container opening div like this:
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="tag">&lt;div</span><span class="pln"> </span><span class="atn">class</span><span class="pun">=</span><span class="atv">"container"</span><span class="tag">&gt;</span><span class="pln">
  </span><span class="tag">&lt;div</span><span class="pln"> </span><span class="atn">class</span><span class="pun">=</span><span class="atv">"row"</span><span class="tag">&gt;</span><span class="pln">
    </span><span class="tag">&lt;h2&gt;</span><span class="pln">Header second added above</span><span class="tag">&lt;/h2&gt;</span><span class="pln">
	</span><span class="tag">&lt;p&gt;</span><span class="pln">some markup added second above the first markup</span><span class="tag">&lt;/p&gt;</span><span class="pln">
  </span><span class="tag">&lt;/div&gt;</span><span class="pln">
</span><span class="tag">&lt;/div&gt;</span><span class="pln">
</span><span class="tag">&lt;p&gt;&lt;/p&gt;</span><span class="pln">
</span><span class="tag">&lt;div</span><span class="pln"> </span><span class="atn">class</span><span class="pun">=</span><span class="atv">"container"</span><span class="tag">&gt;</span><span class="pln">
  </span><span class="tag">&lt;div</span><span class="pln"> </span><span class="atn">class</span><span class="pun">=</span><span class="atv">"row"</span><span class="tag">&gt;</span><span class="pln">
    </span><span class="tag">&lt;h2&gt;</span><span class="pln">Header first added</span><span class="tag">&lt;/h2&gt;</span><span class="pln">
	</span><span class="tag">&lt;p&gt;</span><span class="pln">some markup added first</span><span class="tag">&lt;/p&gt;</span><span class="pln">
  </span><span class="tag">&lt;/div&gt;</span><span class="pln">
</span><span class="tag">&lt;/div&gt;</span></pre>

<p>
	 
</p>

<p>
	I'm only seeing this in joomla 4 on my upgraded site and also a vanilla joomla 4.1 install I tested. Already posted on joomla forums about it but no answers there or github. Over the years this has come up several times but never was an answer for it. No one has been able to reproduce this except the ones seeing it occur. Every time editing an article or module the editor is adding these tags throughout content, causing empty space on the front end view.
</p>

<p>
	Just wanted to see if you can reproduce this so I can report to joomla I'm not the only one. I don't need you to troubleshoot this as I will let joomla do that if they can.
</p>

<p>
	Thanks! <br />
	<br />
	<br />
	<br />
	 
</p>
]]></description><guid isPermaLink="false">32116</guid><pubDate>Thu, 03 Mar 2022 20:50:50 +0000</pubDate></item><item><title>Polynesian Okina (punctuation) character</title><link>https://forum.jreviews.com/topic/32114-polynesian-okina-punctuation-character/</link><description><![CDATA[<p>
	A little explanation first....
</p>

<p>
	The "okina" character which looks like a reverse single quote mark is defined in the Wikipedia as:
</p>

<p>
	"The ʻokina (Hawaiian pronunciation: [ʔoˈkinɐ]), also called by several other names, is a unicameral consonant letter used within the Latin script to mark the phonemic glottal stop, in many Polynesian languages." See this <a href="https://en.wikipedia.org/wiki/%CA%BBOkina" rel="external nofollow">Link</a>.
</p>

<p>
	My JR 3.13.1 MySQL database is setup to use the utf8mb4 character set with unicode_ci so I assumed the "okina" character would be permitted.
</p>

<p>
	However, when I try to use the "okina" character online <em>when editing a listing</em> (any field that I've tested), it truncates the word starting with the "okina" character. If you cut and paste one of the samples in this message you can see what I mean.
</p>

<p>
	So the city named Kāneʻohe in "Hawaii" gets truncated and saved as "Kāne" instead of the entire word. Likewise, the state name Hawaiʻi becomes "Hawai".
</p>

<p>
	I'm wondering whether utf8mb4 doesn't allow for the "okina" character? Or, is there another character set that I need to use?
</p>
]]></description><guid isPermaLink="false">32114</guid><pubDate>Tue, 01 Mar 2022 00:56:10 +0000</pubDate></item></channel></rss>
