<?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>
									Where can I find and edit the file with login/register links on the JS popup - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/where-can-i-find-and-edit-the-file-with-login-register-links-on-the-js-popup/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 10 Aug 2026 23:06:13 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Where can I find and edit the file with login/register links on the JS popup</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/where-can-i-find-and-edit-the-file-with-login-register-links-on-the-js-popup/#post-28181</link>
                        <pubDate>Thu, 20 Jun 2019 20:11:38 +0000</pubDate>
                        <description><![CDATA[it sure works !!! thank you so much for the help :)]]></description>
                        <content:encoded><![CDATA[<p>it sure works !!! thank you so much for the help :) </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>moenagy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/where-can-i-find-and-edit-the-file-with-login-register-links-on-the-js-popup/#post-28181</guid>
                    </item>
				                    <item>
                        <title>RE: Where can I find and edit the file with login/register links on the JS popup</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/where-can-i-find-and-edit-the-file-with-login-register-links-on-the-js-popup/#post-28163</link>
                        <pubDate>Thu, 20 Jun 2019 12:15:20 +0000</pubDate>
                        <description><![CDATA[I’ll try that as soon as I get back home, I shall do the same to the register link too with another JS code via that plugin to replace the register link?]]></description>
                        <content:encoded><![CDATA[<p>I’ll try that as soon as I get back home, I shall do the same to the register link too with another JS code via that plugin to replace the register link?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>moenagy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/where-can-i-find-and-edit-the-file-with-login-register-links-on-the-js-popup/#post-28163</guid>
                    </item>
				                    <item>
                        <title>RE: Where can I find and edit the file with login/register links on the JS popup</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/where-can-i-find-and-edit-the-file-with-login-register-links-on-the-js-popup/#post-28162</link>
                        <pubDate>Thu, 20 Jun 2019 12:06:50 +0000</pubDate>
                        <description><![CDATA[Hi @moenagy,Please follow the steps:1. Install the Simple Custom CSS and JS plugin: Add the following JS code via the plugin jQuery(document).ready(function(){    jQuery(&#039;#wpf-msg-box a[href...]]></description>
                        <content:encoded><![CDATA[<p>Hi @moenagy,</p><p>Please follow the steps:</p><p>1. Install the Simple Custom CSS and JS plugin: <a href="https://wordpress.org/plugins/custom-css-js/">https://wordpress.org/plugins/custom-css-js/</a></p><p>2.  Add the following JS code via the plugin </p><pre>jQuery(document).ready(function(){<br />    jQuery('<span style="color: #ff00ff"><strong>#wpf-msg-box</strong></span> a').replaceWith('&lt;span class="lrm-login"&gt;Login&lt;/span&gt;');<br />});</pre><p>This works after the page loading. </p><p> If you remove the <span style="color: #ff00ff"><strong>#wpf-msg-box </strong></span>selector from the code above, it'll replace all login links (wpForo). </p><p>Another way is changing the <span style="color: #ff0000"><em><strong>add_footer_html()</strong></em></span> function in <span style="color: #0000ff"><em><strong>wp-content/plugins/wpforo/wpf-includes/class-template.php</strong></em></span> file. </p><p>The second one is not the update safe way. </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/where-can-i-find-and-edit-the-file-with-login-register-links-on-the-js-popup/#post-28162</guid>
                    </item>
				                    <item>
                        <title>RE: Where can I find and edit the file with login/register links on the JS popup</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/where-can-i-find-and-edit-the-file-with-login-register-links-on-the-js-popup/#post-28147</link>
                        <pubDate>Wed, 19 Jun 2019 20:21:13 +0000</pubDate>
                        <description><![CDATA[this image to give you a better understanding ,I made a minor change in Chrome inspeact element to &lt;span class=&quot;lrm-login&quot;&gt;Login&lt;/span&gt; ... and it it is able to load the login wi...]]></description>
                        <content:encoded><![CDATA[<p>this image to give you a better understanding ,<br />I made a minor change in Chrome inspeact element to &lt;span class="lrm-login"&gt;Login&lt;/span&gt; ... and it it is able to load the login window I want.  Where is that file, can't find it anywhere at all !! I'm only able to find the CSS related to the message box, I need to edit the box it self, not the CSS !! </p><p>please don't tell me there is no way to do that, then I can't use this software ! </p>
<div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1560975673-11.jpg" target="_blank"><i class="fas fa-paperclip"></i>11.jpg</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>moenagy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/where-can-i-find-and-edit-the-file-with-login-register-links-on-the-js-popup/#post-28147</guid>
                    </item>
				                    <item>
                        <title>Where can I find and edit the file with login/register links on the JS popup</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/where-can-i-find-and-edit-the-file-with-login-register-links-on-the-js-popup/#post-28144</link>
                        <pubDate>Wed, 19 Jun 2019 16:21:28 +0000</pubDate>
                        <description><![CDATA[Hi , im aware that you can setup custom login/register links in the members admin of wpforo.my question is , if I’m not logged in and click on add new topic it comes with the JS pop up sayin...]]></description>
                        <content:encoded><![CDATA[<p>Hi , im aware that you can setup custom login/register links in the members admin of wpforo.</p><p>my question is , if I’m not logged in and click on add new topic it comes with the JS pop up saying “please login or register” where can I find that file and that code to edit manually. </p><p> I have a POP UP login / register modal plugin , the login link for that modal is a CSS class and not an actual link .. so basically my question is , how can I add that CSS class to the login link of ONLY the Js pop up of wpforo, or just tell me where that file is please and ill code it myself.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>moenagy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/where-can-i-find-and-edit-the-file-with-login-register-links-on-the-js-popup/#post-28144</guid>
                    </item>
							        </channel>
        </rss>
		