<?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>
									How to put video controls code in posts - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-put-video-controls-code-in-posts/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 11 Aug 2026 08:47:59 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to put video controls code in posts</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-put-video-controls-code-in-posts/paged/3/#post-58308</link>
                        <pubDate>Thu, 16 Sep 2021 18:07:14 +0000</pubDate>
                        <description><![CDATA[Now that works fine now
thanks very much]]></description>
                        <content:encoded><![CDATA[<p>Now that works fine now</p>
<p>thanks very much</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>gilbau</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-put-video-controls-code-in-posts/paged/3/#post-58308</guid>
                    </item>
				                    <item>
                        <title>RE: How to put video controls code in posts</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-put-video-controls-code-in-posts/paged/3/#post-58305</link>
                        <pubDate>Thu, 16 Sep 2021 14:46:22 +0000</pubDate>
                        <description><![CDATA[@gilbau,
Open wp-content/plugins/wpforo-emoticons/wpforosmile.php find
wpforo_strip_shortcodes
and dellete it.]]></description>
                        <content:encoded><![CDATA[<p>@gilbau,</p>
<p>Open <span style="color: #008000">wp-content/plugins/wpforo-emoticons/wpforosmile.php <span style="color: #000000">find</span></span></p>
<pre class="c-mrkdwn__pre" style="margin: 4px 0px;padding: 8px;font-size: 12px;line-height: 1.50001;border: 1px solid var(--saf-0);border-radius: 4px;color: #1d1c1d;font-style: normal;font-weight: 400;letter-spacing: normal;text-align: left;text-indent: 0px;text-transform: none" contenteditable="false" data-stringify-type="pre">wpforo_strip_shortcodes</pre>
<p><span style="color: #008000"><span style="color: #000000">and dellete it.<br /></span></span></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-put-video-controls-code-in-posts/paged/3/#post-58305</guid>
                    </item>
				                    <item>
                        <title>RE: How to put video controls code in posts</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-put-video-controls-code-in-posts/paged/3/#post-58302</link>
                        <pubDate>Thu, 16 Sep 2021 13:43:14 +0000</pubDate>
                        <description><![CDATA[Thanks again , so i delete this code in functions.php but in my main forum the problem remain atthe elite video shortocde  dont work
And i check in comparing all the files between my test w...]]></description>
                        <content:encoded><![CDATA[<p>Thanks again , so i delete this code in functions.php but in my main forum the problem remain at https://www.vivrenu.com/forum-du-naturisme/reportages-emissions-tv/1974-08-04-ina-congres-naturiste/ the elite video shortocde  dont work</p>
<p>And i check in comparing all the files between my test website and the main website and there is no other differences in the files. So I think you have change another third thing </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>gilbau</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-put-video-controls-code-in-posts/paged/3/#post-58302</guid>
                    </item>
				                    <item>
                        <title>RE: How to put video controls code in posts</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-put-video-controls-code-in-posts/paged/3/#post-58294</link>
                        <pubDate>Thu, 16 Sep 2021 09:22:26 +0000</pubDate>
                        <description><![CDATA[@gilbau,
Go to wp-content\plugins\wpforo\wpf-includes open function.php and delete the below code
$text = preg_replace(&#039;#(?:{\w+})?:+:#iu&#039;,                     &#039;&#039;, $text);]]></description>
                        <content:encoded><![CDATA[<p>@gilbau,</p>
<p>Go to <strong><span style="color: #339966">wp-content\plugins\wpforo\wpf-includes </span></strong><span style="color: #339966"><span style="color: #000000">open function.php and delete the below code<br /></span></span></p>
<pre contenteditable="false">$text = preg_replace('#(?:{\w+})?:+:#iu',                     '', $text);</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-put-video-controls-code-in-posts/paged/3/#post-58294</guid>
                    </item>
				                    <item>
                        <title>RE: How to put video controls code in posts</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-put-video-controls-code-in-posts/paged/3/#post-58276</link>
                        <pubDate>Wed, 15 Sep 2021 15:06:14 +0000</pubDate>
                        <description><![CDATA[Thank you for that, but what was the problem because I have to correct it in an other website
I saw you ad in tools menu and Options to control and filter post content
, div(class id style...]]></description>
                        <content:encoded><![CDATA[<p>Thank you for that, but what was the problem because I have to correct it in an other website</p>
<p>I saw you ad in tools menu and <span>Options to control and filter post content</span></p>
<p>, div(class id style)</p>
<p>But it seems that there is another thing i dont see</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>gilbau</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-put-video-controls-code-in-posts/paged/3/#post-58276</guid>
                    </item>
				                    <item>
                        <title>RE: How to put video controls code in posts</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-put-video-controls-code-in-posts/paged/2/#post-58274</link>
                        <pubDate>Wed, 15 Sep 2021 13:36:44 +0000</pubDate>
                        <description><![CDATA[Our Developers fixed the problem. You can deactivate the credentials that you gave us.]]></description>
                        <content:encoded><![CDATA[<p>Our Developers fixed the problem. You can deactivate the credentials that you gave us.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-put-video-controls-code-in-posts/paged/2/#post-58274</guid>
                    </item>
				                    <item>
                        <title>RE: How to put video controls code in posts</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-put-video-controls-code-in-posts/paged/2/#post-58124</link>
                        <pubDate>Mon, 13 Sep 2021 11:16:07 +0000</pubDate>
                        <description><![CDATA[@gilbau,
We will need admin credentials to check why the plugin doesn&#039;t work on 1.9.9, please send it to infogvectors.com]]></description>
                        <content:encoded><![CDATA[<p>@gilbau,</p>
<p>We will need admin credentials to check why the plugin doesn't work on 1.9.9, please send it to infogvectors.com</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-put-video-controls-code-in-posts/paged/2/#post-58124</guid>
                    </item>
				                    <item>
                        <title>RE: How to put video controls code in posts</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-put-video-controls-code-in-posts/paged/2/#post-58099</link>
                        <pubDate>Sat, 11 Sep 2021 12:10:14 +0000</pubDate>
                        <description><![CDATA[So i have change all my video codes as
old code
&lt;video controls=\&quot;controls\&quot; width=\&quot;100%\&quot; height=\&quot;auto\&quot;&gt;
new code
&lt;video controls=\&quot;controls\&quot; width=\&quot;auto\&quot; height=\&quot;350\&quot;&amp;...]]></description>
                        <content:encoded><![CDATA[<p>So i have change all my video codes as</p>
<pre contenteditable="false">old code
&lt;video controls=\"controls\" width=\"100%\" height=\"auto\"&gt;
new code
&lt;video controls=\"controls\" width=\"auto\" height=\"350\"&gt;</pre>
<p> </p>
<p>and that works</p>
<p> </p>
<p>But still remain the elite video shortcode that dont work in wpforo 1.99</p>
<p>https://www.vivrenu.com/forum-du-naturisme/reportages-emissions-tv/1974-08-04-ina-congres-naturiste/</p>
<p>and works in wpforo 1.96</p>
<p>https://test.vivrenu.com/forum-du-naturisme/reportages-emissions-tv/1974-08-04-ina-congres-naturiste/</p>
<p>and yes it is a wordpress video shortcode which is already activated in <span>Dashboard &gt; Forums &gt; Settings &gt; Features Tab</span></p>
<p>The issue seems not to come from shortcode as i can use other shortcodes like this https://fr.wordpress.org/plugins/photo-gallery/#description</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>gilbau</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-put-video-controls-code-in-posts/paged/2/#post-58099</guid>
                    </item>
				                    <item>
                        <title>RE: How to put video controls code in posts</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-put-video-controls-code-in-posts/paged/2/#post-58091</link>
                        <pubDate>Sat, 11 Sep 2021 10:17:43 +0000</pubDate>
                        <description><![CDATA[Posted by: @gilbau 
and the short code for elite video player also dont work

If that is a WordPress sort code, you need to activate Enable WordPress Shortcodes in Post Content option fro...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="22589" data-postid="58075" data-mention="gilbau">
<div class="wpforo-post-quote-author"><strong> Posted by: @gilbau </strong></div>
<p>and the short code for elite video player also dont work</p>
</blockquote>
<p>If that is a WordPress sort code, you need to activate <span style="color: #3c434a;font-size: 14px;font-style: normal;font-weight: bold;letter-spacing: normal;text-align: left;text-indent: 0px;text-transform: none;background-color: #ffffff;float: none">Enable WordPress Shortcodes in Post Content</span> option from Dashboard &gt; Forums &gt; Settings &gt; Features Tab</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-put-video-controls-code-in-posts/paged/2/#post-58091</guid>
                    </item>
				                    <item>
                        <title>RE: How to put video controls code in posts</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-put-video-controls-code-in-posts/paged/2/#post-58087</link>
                        <pubDate>Sat, 11 Sep 2021 08:49:07 +0000</pubDate>
                        <description><![CDATA[Posted by: @gilbau 
but i think there is an another general problem with others video for example like 
with the source code 

The same was here, the height was 0px.]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="22589" data-postid="58075" data-mention="gilbau">
<div class="wpforo-post-quote-author"><strong> Posted by: @gilbau </strong></div>
<p>but i think there is an another general problem with others video for example like </p>
<p><a class="wpforo-auto-embeded-link" href="https://www.vivrenu.com/forum-du-naturisme/postid/2204970/" target="_blank" rel="nofollow noopener">https://www.vivrenu.com/forum-du-naturisme/postid/2204970/</a></p>
<p>with the source code </p>
</blockquote>
<p>The same was here, the height was 0px.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-put-video-controls-code-in-posts/paged/2/#post-58087</guid>
                    </item>
							        </channel>
        </rss>
		