<?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>
									Soundcloud iframe - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/soundcloud-iframe/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 15 May 2026 08:41:56 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Soundcloud iframe</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/soundcloud-iframe/#post-26654</link>
                        <pubDate>Sat, 04 May 2019 14:30:23 +0000</pubDate>
                        <description><![CDATA[Hi, i researched some solutions to this and found this, apply a css based on user role.In functions.php file add thisadd_filter( &#039;body_class&#039;, function( $classes ){foreach( (array) wp_get_cu...]]></description>
                        <content:encoded><![CDATA[<p>Hi, i researched some solutions to this and found this, apply a css based on user role.</p><p>In functions.php file add this</p><pre>add_filter( 'body_class', function( $classes ){<br />foreach( (array) wp_get_current_user()-&gt;roles as $role ){<br />$classes[] = "user-role-$role";<br />}<br />return $classes;<br />});</pre><p>and in your css file</p><pre>.user-role-customer div#mceu_20{<br />display:none;<br />}</pre><p>edit: all users in my forum are customers (woocommerce)</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>PLEASEDELETEME</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/soundcloud-iframe/#post-26654</guid>
                    </item>
				                    <item>
                        <title>RE: Soundcloud iframe</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/soundcloud-iframe/#post-26651</link>
                        <pubDate>Sat, 04 May 2019 13:35:11 +0000</pubDate>
                        <description><![CDATA[@fabianski,

it would be great to be able to publish an iframe without using codes, I hope for this update.

yes, these changes will be included in the next version release.&nbsp;

I h...]]></description>
                        <content:encoded><![CDATA[<p>@fabianski,</p>
<blockquote>
<p>it would be great to be able to publish an iframe without using codes, I hope for this update.</p>
</blockquote>
<p>yes, these changes will be included in the next version release.&nbsp;</p>
<blockquote>
<p>I have only one more doubt. I do not like to allow all users to have permission to publish html codes, would not I have some way to make this possible only for admin and moderator?</p>
</blockquote>
<p>I'm sorry, but wpForo doesn't have such an option. However, wpForo has a built-in Spam Control which has a "New Registered User" control subFunction. The "New registered user" status is the same "moderation" status.</p>
<p>You can manage the options the Dashboard &gt; Forums &gt; Tools admin page.</p>
<p><a class="wpforo-auto-embeded-link everlightbox-trigger" href="../../../wp-content/uploads/2018/02/wpForo-Spam-Control-New-Registered-User.png" target="_blank" rel="noopener"><img class="wpforo-auto-embeded-image" src="../../../wp-content/uploads/2018/02/wpForo-Spam-Control-New-Registered-User.png" /></a></p>
<p>&nbsp;</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/soundcloud-iframe/#post-26651</guid>
                    </item>
				                    <item>
                        <title>RE: Soundcloud iframe</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/soundcloud-iframe/#post-26648</link>
                        <pubDate>Sat, 04 May 2019 13:19:54 +0000</pubDate>
                        <description><![CDATA[thank you so much, worked very wellit would be great to be able to publish an iframe without using codes, I hope for this update.I have only one more doubt. I do not like to allow all users ...]]></description>
                        <content:encoded><![CDATA[<p>thank you so much, worked very well</p><p>it would be great to be able to publish an iframe without using codes, I hope for this update.</p><p>I have only one more doubt. I do not like to allow all users to have permission to publish html codes, would not I have some way to make this possible only for admin and moderator?</p><p>Currently I disabled with css but this is applied to everyone.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>PLEASEDELETEME</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/soundcloud-iframe/#post-26648</guid>
                    </item>
				                    <item>
                        <title>RE: Soundcloud iframe</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/soundcloud-iframe/#post-26606</link>
                        <pubDate>Sat, 04 May 2019 07:38:18 +0000</pubDate>
                        <description><![CDATA[Hi @fabianski,First of all please add the src, width, height attributes with the iframe tag:iframe(src width height),Probably you&#039;re trying to post the only video without any content, right?...]]></description>
                        <content:encoded><![CDATA[<p>Hi @fabianski,</p><p>First of all please add the src, width, height attributes with the iframe tag:</p><pre>iframe(src width height),</pre><p><a class="wpforo-auto-embeded-link everlightbox-trigger" href="https://wpforo.com/wp-content/uploads/2018/05/wpForo-add-custom-HTML-code.png" target="_blank" rel="noopener"><img class="wpforo-auto-embeded-image" src="https://wpforo.com/wp-content/uploads/2018/05/wpForo-add-custom-HTML-code.png" /></a></p><p>Probably you're trying to post the only video without any content, right? If yes, please try to add some text with it. </p><p>We're preparing a new wpForo version this will be fixed. I mean that you'll be able to insert only the iframe without any additional content. </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/soundcloud-iframe/#post-26606</guid>
                    </item>
				                    <item>
                        <title>Soundcloud iframe</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/soundcloud-iframe/#post-26595</link>
                        <pubDate>Sat, 04 May 2019 02:44:24 +0000</pubDate>
                        <description><![CDATA[I&#039;m not getting a soundcloud iframe.I already added the iframe tag in Forums&gt; Toolpreview shows the content correctly, but when I click Publish I get the message &quot;empy post&quot; and nothing i...]]></description>
                        <content:encoded><![CDATA[<p>I'm not getting a soundcloud iframe.<br />I already added the iframe tag in Forums&gt; Tools</p><p>http://prntscr.com/nk6asy</p><p>The preview shows the content correctly, but when I click Publish I get the message "empy post" and nothing is published<br />http://prntscr.com/nk6ae2</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>PLEASEDELETEME</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/soundcloud-iframe/#post-26595</guid>
                    </item>
							        </channel>
        </rss>
		