<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Make forum column clickable - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/make-forum-column-clickable/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 11 Apr 2026 17:59:16 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Make forum column clickable</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/make-forum-column-clickable/paged/2/#post-27926</link>
                        <pubDate>Thu, 13 Jun 2019 20:20:59 +0000</pubDate>
                        <description><![CDATA[Okay, I swapped out your divs for the generic divs and all seems to be working.Still not what I would consider to be mobile friendly, but it&#039;s a start.Here&#039;s my final JS:add_action( &#039;wp_head...]]></description>
                        <content:encoded><![CDATA[<p>Okay, I swapped out your divs for the generic divs and all seems to be working.</p><p>Still not what I would consider to be mobile friendly, but it's a start.</p><p>Here's my final JS:</p><pre>add_action( 'wp_head', function () { ?&gt;<br />&lt;script&gt;<br />// For Forum info divs<br />jQuery(document).ready(function($) {<br />jQuery(".wpforo-forum-info").click(function(){<br />window.location = $(this).find("a:first").attr("href");<br />return false;<br />});<br />// For Extended layout topic titles<br />jQuery(".wpf-forum-item").click(function(){<br />window.location = $(this).find("a:first").attr("href");<br />return false;<br />});<br />// For Threaded layout topic titles<br />jQuery(".wpf-thread").click(function(){<br />window.location = $(this).find("a:first").attr("href");<br />return false;<br />});<br />	// For Topics<br />$(".wpforo-topic-info").click(function(){<br />window.location = $(this).find("a:first").attr("href");<br />return false;<br />});<br />});<br /><br />&lt;/script&gt;<br />&lt;?php } );</pre><p>And my final CSS (to show the hand on desktop): </p><pre>div.wpforo-forum-info:hover {<br />    cursor: hand;<br />    cursor: pointer;<br />    opacity: .9;<br />}<br /><br />div.wpf-forum-item:hover {<br />    cursor: hand;<br />    cursor: pointer;<br />    opacity: .9;<br />}<br /><br />div.wpf-thread:hover {<br />    cursor: hand;<br />    cursor: pointer;<br />    opacity: .9;<br />}<br /><br />div.wpforo-topic-info:hover {<br />    cursor: hand;<br />    cursor: pointer;<br />    opacity: .9;<br />}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>cherry</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/make-forum-column-clickable/paged/2/#post-27926</guid>
                    </item>
				                    <item>
                        <title>RE: Make forum column clickable</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/make-forum-column-clickable/paged/2/#post-27925</link>
                        <pubDate>Thu, 13 Jun 2019 20:03:48 +0000</pubDate>
                        <description><![CDATA[@cherry,The code does work for the limited scenarios on my dev board. You have to use the div and selector IDs appropriate to what your board uses and substitute those in the snippet provide...]]></description>
                        <content:encoded><![CDATA[<p>@cherry,</p><p>The code does work for the limited scenarios on my dev board. You have to use the div and selector IDs appropriate to what your board uses and substitute those in the snippet provided by me. Each layout; Extended,Q&amp;A,Threaded,Simplified will use unique div structures.</p><pre>Example:<br /><br />// For Simplified layout forum divs<br />jQuery(document).ready(function($) {<br />jQuery("#wpforo #wpforo-wrap &gt; div.wpforo-main.wpft-forum &gt; div.wpforo-content &gt; div.wpfl-2 &gt;").click(function(){<br />window.location = $(this).find("a:first").attr("href");<br />return false;<br />});</pre><p>It might prove impossible to make topic divs clickable in certain layout formats.</p><p>Use your browser developer tools to find the appropriate div IDs</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>VereK</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/make-forum-column-clickable/paged/2/#post-27925</guid>
                    </item>
				                    <item>
                        <title>RE: Make forum column clickable</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/make-forum-column-clickable/paged/2/#post-27923</link>
                        <pubDate>Thu, 13 Jun 2019 18:00:23 +0000</pubDate>
                        <description><![CDATA[This isn&#039;t working at all on mine. I pasted it exactly as you have it on the code snippets js clone (screenshot attached).It didn&#039;t reject it this time, but it isn&#039;t working
snippetFail.png]]></description>
                        <content:encoded><![CDATA[<p>This isn't working at all on mine. I pasted it exactly as you have it on the code snippets js clone (screenshot attached).</p><p>It didn't reject it this time, but it isn't working.</p><p><a href="https://cherrysoda.nu/wom/community/">https://cherrysoda.nu/wom/community/</a></p>
<div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1560448823-snippetFail.png" target="_blank"><i class="fas fa-paperclip"></i>snippetFail.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>cherry</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/make-forum-column-clickable/paged/2/#post-27923</guid>
                    </item>
				                    <item>
                        <title>RE: Make forum column clickable</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/make-forum-column-clickable/paged/2/#post-27921</link>
                        <pubDate>Thu, 13 Jun 2019 17:07:40 +0000</pubDate>
                        <description><![CDATA[There are snippet code templates in the plugin for PHP,CSS and JS, clone a JS template, edit it, rename it to whatever.I tested this snippet now on a dev board, it works on mobile (Opera &amp;am...]]></description>
                        <content:encoded><![CDATA[<p>There are snippet code templates in the plugin for PHP,CSS and JS, clone a JS template, edit it, rename it to whatever.</p><p>I tested this snippet now on a dev board, it works on mobile (Opera &amp; Chrome) and desktop.</p><p>Full code:</p><pre>add_action( 'wp_head', function () { ?&gt;<br />&lt;script&gt;<br />// For Forum info divs<br />jQuery(document).ready(function($) {<br />jQuery(" &gt; div &gt; div.wpforo-forum-info").click(function(){<br />window.location = $(this).find("a:first").attr("href");<br />return false;<br />});<br />// For Extended layout topic titles<br />jQuery(document).ready(function($) {<br />jQuery("#wpforo #wpforo-wrap &gt; div.wpforo-main.wpft-topic &gt; div.wpforo-content &gt; div.wpfl-1 &gt;").click(function(){<br />window.location = $(this).find("a:first").attr("href");<br />return false;<br />});<br />// For Threaded layout topic titles<br />jQuery("#wpf-cat-18 &gt; div.wpf-threads &gt; div.wpf-thread-list &gt; div").click(function(){<br />window.location = $(this).find("a:first").attr("href");<br />return false;<br />});<br />});<br />});<br /><br />&lt;/script&gt;<br />&lt;?php } );</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>VereK</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/make-forum-column-clickable/paged/2/#post-27921</guid>
                    </item>
				                    <item>
                        <title>RE: Make forum column clickable</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/make-forum-column-clickable/paged/2/#post-27919</link>
                        <pubDate>Thu, 13 Jun 2019 16:56:44 +0000</pubDate>
                        <description><![CDATA[Okay, this is where I currently am with it.. let me know what&#039;s good or bad or just plain wrong.. it all seems to be working on PC. Still nothing on mobile.// For Forum info divs - if you ha...]]></description>
                        <content:encoded><![CDATA[<p>Okay, this is where I currently am with it.. let me know what's good or bad or just plain wrong.. it all seems to be working on PC. Still nothing on mobile.</p><pre>// For Forum info divs - if you have links in your forum description they will only be clickable from within the forum, not on the main index. <br />jQuery(document).ready(function($) {<br />$(".wpforo-forum-info").click(function(){<br />window.location = $(this).find("a:first").attr("href");<br />return false;<br />});<br />// For Extended layout topic titles<br />$(".wpf-forum-item").click(function(){<br />window.location = $(this).find("a:first").attr("href");<br />return false;<br />});<br />// For Threaded layout topic titles<br />$(".wpf-thread").click(function(){<br />window.location = $(this).find("a:first").attr("href");<br />return false;<br />});<br />// For Topics<br />$(".wpforo-topic-info").click(function(){<br />window.location = $(this).find("a:first").attr("href");<br />return false;<br />});<br />});</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>cherry</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/make-forum-column-clickable/paged/2/#post-27919</guid>
                    </item>
				                    <item>
                        <title>RE: Make forum column clickable</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/make-forum-column-clickable/#post-27918</link>
                        <pubDate>Thu, 13 Jun 2019 16:41:57 +0000</pubDate>
                        <description><![CDATA[Okay so the error happens even when I put the working code in the snippets plugin, so I&#039;m testing this outside of the snippets plugin, directly in the JS of the plugin.For the first sectionj...]]></description>
                        <content:encoded><![CDATA[<p>Okay so the error happens even when I put the working code in the snippets plugin, so I'm testing this outside of the snippets plugin, directly in the JS of the plugin.</p><p>For the first section</p><pre>jQuery(document).ready(function($) {<br />jQuery(" &gt; div &gt; div.wpforo-forum-info").click(function(){<br />window.location = $(this).find("a:first").attr("href");<br />return false;</pre><p>If I remove  &gt; div &gt; div, then it works just as the other code did (it's pretty much the same). But leaving that in doesn't work at all and the column is not clickable.</p><p>As for the other two sections, I wouldn't begin to know where to even start on editing them to work.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>cherry</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/make-forum-column-clickable/#post-27918</guid>
                    </item>
				                    <item>
                        <title>RE: Make forum column clickable</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/make-forum-column-clickable/#post-27917</link>
                        <pubDate>Thu, 13 Jun 2019 16:29:38 +0000</pubDate>
                        <description><![CDATA[Thanks so much for your help.So I added this code in the code snippets plugin and the first error I got was &lt; on line 1. So I removed the script lines and now the error I get is:The code ...]]></description>
                        <content:encoded><![CDATA[<p>Thanks so much for your help.</p><p>So I added this code in the code snippets plugin and the first error I got was &lt; on line 1. So I removed the script lines and now the error I get is:</p><p>The code snippet you are trying to save produced a fatal error on line 3:</p><p><strong>syntax error, unexpected '$', expecting variable (T_VARIABLE)</strong></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>cherry</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/make-forum-column-clickable/#post-27917</guid>
                    </item>
				                    <item>
                        <title>RE: Make forum column clickable</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/make-forum-column-clickable/#post-27915</link>
                        <pubDate>Thu, 13 Jun 2019 16:18:50 +0000</pubDate>
                        <description><![CDATA[Negate the hassle of child themes and updates overwriting your edits by installing:on the wordsNot sure what you mean by &quot;words&quot; so here is a quick n dirty snippet to cover a few scenarios (...]]></description>
                        <content:encoded><![CDATA[<p>Negate the hassle of child themes and updates overwriting your edits by installing: https://wordpress.org/plugins/code-snippets/</p><blockquote><p>clicking on the words</p></blockquote><p>Not sure what you mean by "words" so here is a quick n dirty snippet to cover a few scenarios (not tested yet):</p><pre>&lt;script&gt;<br />// For Forum info divs - if you have links in your forum description they will only be clickable from within the forum, not on the main index. <br />jQuery(document).ready(function($) {<br />jQuery(" &gt; div &gt; div.wpforo-forum-info").click(function(){<br />window.location = $(this).find("a:first").attr("href");<br />return false;<br />});<br />// For Extended layout topic titles<br />jQuery(document).ready(function($) {<br />jQuery("#wpforo #wpforo-wrap &gt; div.wpforo-main.wpft-topic &gt; div.wpforo-content &gt; div.wpfl-1 &gt;").click(function(){<br />window.location = $(this).find("a:first").attr("href");<br />return false;<br />});<br />// For Threaded layout topic titles<br />jQuery("#wpf-cat-18 &gt; div.wpf-threads &gt; div.wpf-thread-list &gt; div").click(function(){<br />window.location = $(this).find("a:first").attr("href");<br />return false;<br />});<br />});<br />});<br /><br />&lt;/script&gt;</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>VereK</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/make-forum-column-clickable/#post-27915</guid>
                    </item>
				                    <item>
                        <title>RE: Make forum column clickable</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/make-forum-column-clickable/#post-27911</link>
                        <pubDate>Thu, 13 Jun 2019 14:50:00 +0000</pubDate>
                        <description><![CDATA[So I found this:allows me to achieve what I want to do on desktop, but it doesn&#039;t work on mobile. It also requires me to add JS, which could be overwritten on plugin update.Has anyone been a...]]></description>
                        <content:encoded><![CDATA[<p>So I found this: <a href="https://ctrlq.org/code/19639-turn-div-clickable-link">https://ctrlq.org/code/19639-turn-div-clickable-link</a></p><p>Which allows me to achieve what I want to do on desktop, but it doesn't work on mobile. It also requires me to add JS, which could be overwritten on plugin update.</p><p>Has anyone been able to do this?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>cherry</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/make-forum-column-clickable/#post-27911</guid>
                    </item>
				                    <item>
                        <title>Make forum column clickable</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/make-forum-column-clickable/#post-27834</link>
                        <pubDate>Wed, 12 Jun 2019 23:30:50 +0000</pubDate>
                        <description><![CDATA[Hi,I&#039;d like my forum to be more mobile friendly and clicking on the words is harder because they&#039;re small. How can I make it so the entire column is clickable, not just the words?Thanks!]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p><p>I'd like my forum to be more mobile friendly and clicking on the words is harder because they're small. How can I make it so the entire column is clickable, not just the words?</p><p>Thanks!</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>cherry</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/make-forum-column-clickable/#post-27834</guid>
                    </item>
							        </channel>
        </rss>
		