<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JComments Archive - Pixelfriedhof</title>
	<atom:link href="https://pixelfriedhof.com/en/tag/jcomments-en/feed/" rel="self" type="application/rss+xml" />
	<link>https://pixelfriedhof.com/en/tag/jcomments-en/</link>
	<description>IT-Blog, Fotoblog, Travelblog, Nerdstuff</description>
	<lastBuildDate>Tue, 04 Feb 2020 12:59:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://pixelfriedhof.com/wp-content/uploads/2022/02/cropped-My-project-3-32x32.png</url>
	<title>JComments Archive - Pixelfriedhof</title>
	<link>https://pixelfriedhof.com/en/tag/jcomments-en/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Using Recaptcha 2 with Joomspirit Theme Template for JComments</title>
		<link>https://pixelfriedhof.com/en/using-recaptcha-2-with-joomspirit-theme-template-for-jcomments/</link>
					<comments>https://pixelfriedhof.com/en/using-recaptcha-2-with-joomspirit-theme-template-for-jcomments/#respond</comments>
		
		<dc:creator><![CDATA[megaadmin]]></dc:creator>
		<pubDate>Thu, 31 Jan 2019 17:30:01 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[JComments]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomspirit]]></category>
		<category><![CDATA[Recaptcha]]></category>
		<guid isPermaLink="false">http://pixelfriedhof.com/?p=187</guid>

					<description><![CDATA[<p>If you want to use the "Joomspirit Theme" for "JComments" in combination with Recaptcha v2, you have to change the template files a little bit. Here is the documentation.</p>
<p>Der Beitrag <a href="https://pixelfriedhof.com/en/using-recaptcha-2-with-joomspirit-theme-template-for-jcomments/">Using Recaptcha 2 with Joomspirit Theme Template for JComments</a> erschien zuerst auf <a href="https://pixelfriedhof.com/en">Pixelfriedhof</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you want to use the &#8220;Joomspirit Theme&#8221; for &#8220;JComments&#8221; in combination with Recaptcha v2, you have to change the template files a little bit. Here is the documentation.</p>
<p>In this blog post I assume that you are already using the version of &#8220;JComments&#8221; of &#8220;exstreme&#8221; adapted for Recaptcha v2.<br />
If not, you can download it here and then install it via the Joomla package management via upload:</p>
<p><a href="https://github.com/exstreme/Jcomments-Recaptcha2">https://github.com/exstreme/Jcomments-Recaptcha2</a></p>
<p>But if you want to switch to the free <a href="http://www.template-joomspirit.com/free-joomla-extension/product/free-jcomments-template/category_pathway-14" target="_blank" rel="noopener noreferrer">&#8220;Joomspirit Theme&#8221; template from Joomspirit for JComments</a> like I do, you will notice that the recaptcha relevant modifications in this template don&#8217;t take effect and that instead of the captcha box you only get a text &#8220;recaptcha&#8221; displayed.&nbsp;</p>
<p >Keine Produkte gefunden.</p>
<p>To fix this, go via FTP to the folder /ROOT/components/com_jcomments/tpl and copy the directory &#8220;JoomSpirit_theme&#8221; to the new name &#8220;JoomSpirit_theme_with_recaptcha&#8221;.</p>
<p>In the copied directory search for the file &#8220;tpl_form.php&#8221; and open it in the editor you trust.</p>
<p>In or near line 130 you will find the following entry:</p>
<pre xml:lang="php">[code]if ($html != '') {[/code]</pre>
<p>Replace this code completely with :</p>
<pre xml:lang="php">[code]if ($html == 'recaptcha') {
// Recaptcha
$recaptcha = JCaptcha::getInstance('recaptcha', array('namespace' =&gt; 'anything'));
echo $recaptcha-&gt;display('recaptcha', 'dynamic_recaptcha_1','g-recaptcha');
}
elseif ($html != '') {[/code]</pre>
<p xml:lang="php">
<p>Now you only have to activate the new version &#8220;JoomSpirit_theme_with_recaptcha&#8221; of the template under the settings of &#8220;JComments&#8221; in the tab &#8220;Layout&#8221;.<br />
The CSS-files of the cloned template can now be customized and the comment form can be beautified.</p>
<p>Der Beitrag <a href="https://pixelfriedhof.com/en/using-recaptcha-2-with-joomspirit-theme-template-for-jcomments/">Using Recaptcha 2 with Joomspirit Theme Template for JComments</a> erschien zuerst auf <a href="https://pixelfriedhof.com/en">Pixelfriedhof</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://pixelfriedhof.com/en/using-recaptcha-2-with-joomspirit-theme-template-for-jcomments/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
