<?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>
									wpForo Syntax Highlighter - gVectors Team - Forum				            </title>
            <link>https://gvectors.com/forum/wpforo-syntax-highlighter/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 19 Aug 2026 05:39:52 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Is there no (Copy Code) button?</title>
                        <link>https://gvectors.com/forum/wpforo-syntax-highlighter/is-there-no-copy-code-button/</link>
                        <pubDate>Mon, 08 Jul 2024 20:59:58 +0000</pubDate>
                        <description><![CDATA[I like syntax highlighter but with an addon focused on code, curious why it doesn&#039;t include the button that many sites have that people can click on a button typically found at top of code t...]]></description>
                        <content:encoded><![CDATA[<p>I like syntax highlighter but with an addon focused on code, curious why it doesn't include the button that many sites have that people can click on a button typically found at top of code that says Copy Code which would put it in there clipboard so they can paste somewhere.<br /><br /></p>
<p>If I was designing Syntax Highlighter I would include the copy code button but make it available to possibly members (or certain groups only) and if its possible prevent anyone not a member of the group to not even highlight and copy code.  Would help force people to join and become a member if they want the code.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-syntax-highlighter/">wpForo Syntax Highlighter</category>                        <dc:creator>Dennis Hosang</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-syntax-highlighter/is-there-no-copy-code-button/</guid>
                    </item>
				                    <item>
                        <title>Hide Pre Code for Guest</title>
                        <link>https://gvectors.com/forum/wpforo-syntax-highlighter/hide-pre-code-for-guest/</link>
                        <pubDate>Sat, 06 Mar 2021 10:27:38 +0000</pubDate>
                        <description><![CDATA[Is there a way to hide pre code for guests
Example via CSS class &quot;.logged-in&quot;
Pre Code display:none; for Guest 
but &quot;display: none;&quot; can be deactivated in the CSS by the guests]]></description>
                        <content:encoded><![CDATA[<p>Is there a way to hide pre code for guests</p>
<p>Example via CSS class ".logged-in"</p>
<p><a title="Pre Code display:none; for Guest " href="https://www.tutrix.de/forum/wpforo-forum-addons-anpassen-integrieren/wpforo-custom-fields-benutzerdefinierte-felder-im-beitrag/" target="true">Pre Code display:none; for Guest </a></p>
<p>but "display: none;" can be deactivated in the CSS by the guests</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-syntax-highlighter/">wpForo Syntax Highlighter</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-syntax-highlighter/hide-pre-code-for-guest/</guid>
                    </item>
				                    <item>
                        <title>How to highlight HTML code?</title>
                        <link>https://gvectors.com/forum/wpforo-syntax-highlighter/how-to-highlight-html-code/</link>
                        <pubDate>Tue, 26 Jan 2021 18:09:14 +0000</pubDate>
                        <description><![CDATA[Hello,
How can you highlight HTML/XML code with this plugin?
As soon as I try to post HTML content as &quot;code&quot;, wpForo remove all tags, or just display the HTML tags (even worse).
Same for ...]]></description>
                        <content:encoded><![CDATA[<p>Hello,</p>
<p>How can you highlight HTML/XML code with this plugin?</p>
<p>As soon as I try to post HTML content as "code", wpForo remove all tags, or just display the HTML tags (even worse).</p>
<p>Same for XML or Handlebars.</p>
<p> </p>
<p>Example:</p>
<p>Attached file: HTML in Visual Code</p>
5175
<p> </p>
<p>Without "code":</p>
<p>&lt;li class="sfx flexrow sfx-line"&gt;<br />&lt;div class="sfx-data"&gt;<br />&lt;input type="text" name="sfxLine" value="" placeholder="d20, d6, df..." /&gt;<br />&lt;/div&gt;<br />&lt;div class="sfx-data"&gt;<br />&lt;input type="text" name="sfxLine" value="" placeholder="1, 20, 6..." /&gt;<br />&lt;/div&gt;<br />&lt;div class="sfx-data sfx-double"&gt;<br />&lt;select name="sfxLine"&gt;<br />{{selectOptions specialEffectsMode localize=true}}<br />&lt;/select&gt;<br />&lt;/div&gt;<br />&lt;div class="sfx-controls"&gt;<br />&lt;a class="sfx-control sfx-delete" title='{{localize "DICESONICE.Delete"}}'&gt;&lt;i class="fas fa-trash"&gt;&lt;/i&gt;&lt;/a&gt;<br />&lt;/div&gt;<br />&lt;/li&gt;</p>
<p> </p>
<p>With "code":</p>
<p> </p>
<pre>&lt;li class="sfx flexrow sfx-line"&gt;<br />&lt;div class="sfx-data"&gt;<br />&lt;input type="text" name="sfxLine" value="" placeholder="d20, d6, df..." /&gt;<br />&lt;/div&gt;<br />&lt;div class="sfx-data"&gt;<br />&lt;input type="text" name="sfxLine" value="" placeholder="1, 20, 6..." /&gt;<br />&lt;/div&gt;<br />&lt;div class="sfx-data sfx-double"&gt;<br />&lt;select name="sfxLine"&gt;<br />{{selectOptions specialEffectsMode localize=true}}<br />&lt;/select&gt;<br />&lt;/div&gt;<br />&lt;div class="sfx-controls"&gt;<br />&lt;a class="sfx-control sfx-delete" title='{{localize "DICESONICE.Delete"}}'&gt;&lt;i class="fas fa-trash"&gt;&lt;/i&gt;&lt;/a&gt;<br />&lt;/div&gt;<br />&lt;/li&gt;</pre>
<p> </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-syntax-highlighter/">wpForo Syntax Highlighter</category>                        <dc:creator>Mathias Latournerie</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-syntax-highlighter/how-to-highlight-html-code/</guid>
                    </item>
							        </channel>
        </rss>
		