<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Module: BBcode GeSHi (code syntax highlighting)</title>
        <description>This module implements syntax highlighting by extending the BBcode &quot;code&quot; tag. It can be used for adding syntax highlighted program code to messages. For highlighting, the excellent [url=http://qbnz.com/highlighter/]GeSHi[/url] (Generic Syntax Highlighter) package is used.

Some features for this module:

- Support for more than 200 programming languages and growing (see also the [url=http://qbnz.com/highlighter/index.php]GeSHi website[/url]).
- Also supports the phpBB tag [syntax=&quot;language&quot;] .... [/syntax] for those who are used to it.
- Support for the Editor Tools module. Implements a nice drop down menu below the code button.
- Easy configuration of the languages that should be shown in the drop down menu.
- Line numbering can be enabled for a code block easily from this drop down menu as well.

[code]
Changelog:
----------

2011-07-22 v1.0.5

    - Fixed a really edge-case MSIE8 CSS rendering issue with this module.
      The issue caused MSIE8 to ignore parts of the total CSS code,
      resulting in random page rendering issues.

    - Upgraded the included GeSHi package to version to 1.0.8.10.

    - Fixed PHP warning:
      Deprecated: Function split() is deprecated in ... bbcode_geshi.php

    - Fixed incorrect stripping of leading white space. Only leading white
      lines have to be stripped.

    - Improved rebuilding the CSS cache for this module, by also rebuilding
      it when the bbcode_geshi.php module file is updated. This improves
      rebuilding the cache during module development and after upgrades.

    - The CSS code now only contains the code for the activated languages
      in the module configuration.

2010-06-08 v1.0.4

    - Upgraded the included GeSHi package to version to 1.0.8.8.

2009-06-16 v1.0.3

    - Upgraded the included GeSHi package to version to 1.0.8.4.

2008-01-24 v1.0.2

    - Made the language string case insensitive, so both [code=lang]
      and [code=LANG] will work.

2008-01-24 v1.0.1

    - Minor fix in the CSS to make line number appear correctly in MSIE.

2008-01-23 v1.0.0

    - Initial release.

[/code]</description>
        <link>https://www.phorum.org/phorum5/read.php?62,127363,127363#msg-127363</link>
        <lastBuildDate>Mon, 18 May 2026 07:45:26 -0400</lastBuildDate>
        <generator>Phorum 5.2.22</generator>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,162378#msg-162378</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,162378#msg-162378</link>
            <description><![CDATA[ I have a bit of a problem. I updated Phorum to the latest version. I first used the older version of Ghesi, then 1.0.5, then the latest available 1.0.9. but the problem does not go away. When inserting code (any language) containing a single quote, something strange happens when the code is rendered - a semi-colon is generated after the quote. I say &quot;generated&quot; because the db entry is fine.<br />
<br />
As an example:<br />
<br />
<pre class="php bbcode_geshi"><div class="head">Language: PHP</div><span class="kw1">echo</span> <span class="st0">&quot;&lt;select name=';competition';&gt;&quot;</span><span class="sy0">;</span>
<span class="kw1">while</span><span class="br0">&#40;</span><a href="http://www.php.net/list"><span class="kw3">list</span></a><span class="br0">&#40;</span><span class="re0">$competitionName</span><span class="br0">&#41;</span> <span class="sy0">=</span> <span class="re0">$result</span><span class="sy0">-&gt;</span><span class="me1">fetch_row</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span>
<span class="kw1">echo</span> <span class="st0">&quot;&lt;option value=';<span class="es4">$competitionName</span>';&gt;&quot;</span><span class="sy0">;</span>
<span class="co1">//another example</span>
<span class="kw1">echo</span> <span class="re0">$there</span> <span class="sy0">.</span> <span class="st_h">';and'</span><span class="sy0">;</span> <span class="sy0">.</span> <span class="re0">$here</span><span class="sy0">;</span></pre>
<br />
Note I did not add the semi-colons appearing here above -  I submitted the code without the semi-colons. Before I go to Ghesi, am I missing something?]]></description>
            <dc:creator>Thomas_1</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Mon, 14 Oct 2019 04:44:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,149267#msg-149267</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,149267#msg-149267</link>
            <description><![CDATA[ I released version 1.0.5 of the BBcode GeSHi module. The main work on this module was to get the broken jumpmenu working again on this site for MSIE8 (and possible other versions of that browser). Something in the CSS for this module (unfortunately I&#039;m still not 100% sure what exactly) caused the CSS code for the jumpmenu to be fully ignored. I other browsers, this issue did not occur. Version 1.0.5 works around this browser issue.<br />
<br />
Full changelog:<br />
<pre class="bbcode">
    - Fixed a really edge-case MSIE8 CSS rendering issue with this module.
      The issue caused MSIE8 to ignore parts of the total CSS code,
      resulting in random page rendering issues.

    - Upgraded the included GeSHi package to version to 1.0.8.10.

    - Fixed PHP warning:
      Deprecated: Function split() is deprecated in ... bbcode_geshi.php

    - Fixed incorrect stripping of leading white space. Only leading white
      lines have to be stripped.

    - Improved rebuilding the CSS cache for this module, by also rebuilding
      it when the bbcode_geshi.php module file is updated. This improves
      rebuilding the cache during module development and after upgrades.

    - The CSS code now only contains the code for the activated languages
      in the module configuration.
</pre>]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sat, 23 Jul 2011 21:23:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,144797#msg-144797</guid>
            <title>Re: Error on formatting some languages</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,144797#msg-144797</link>
            <description><![CDATA[ Thanks for the notice. I upgraded the package. It now contains version 1.0.8.8 of GeSHi. There were some small changes needed in the generation of the required CSS-code, but I think that all is functional in the new package.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 08 Jun 2010 05:59:56 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,144795#msg-144795</guid>
            <title>Re: Error on formatting some languages</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,144795#msg-144795</link>
            <description><![CDATA[ <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;atid=670231&amp;aid=2897604&amp;group_id=114997" target="_blank"  rel="nofollow">GeShi 1.0.8.5 fixes the error</a> with the HTML fragments in the source code. I&#039;m looking foward to a new version of the plugin.]]></description>
            <dc:creator>deamon</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 08 Jun 2010 02:05:56 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,142159#msg-142159</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,142159#msg-142159</link>
            <description><![CDATA[ GeSHi 1.1.1 is from June 2006.<br />
The included GeSHi 1.0.8.4 is from May 2009, I doubt that 1.1.1 fixes that.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 01 Dec 2009 05:09:38 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,142158#msg-142158</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,142158#msg-142158</link>
            <description><![CDATA[ The error status is still &quot;unresolved&quot; but maybe it is fixed in GeSHi 1.1.1 [<a href="http://sourceforge.net/projects/geshi/files/" target="_blank"  rel="nofollow">sourceforge.net</a>]. I&#039;d test it, if you would make a package with this version.]]></description>
            <dc:creator>deamon</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 01 Dec 2009 04:26:55 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,141907#msg-141907</guid>
            <title>Re: Error on formatting some languages</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,141907#msg-141907</link>
            <description><![CDATA[ Keep me posted. If something&#039;s fixed in GeSHi, I will upgrade the package.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sat, 14 Nov 2009 08:05:12 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,141897#msg-141897</guid>
            <title>Re: Error on formatting some languages</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,141897#msg-141897</link>
            <description><![CDATA[ Thanks for your reply. It looks to me like a GeSHi bug too. I <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;atid=670231&amp;aid=2897604&amp;group_id=114997" target="_blank"  rel="nofollow">reported this bug</a>.]]></description>
            <dc:creator>deamon</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sat, 14 Nov 2009 03:57:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,141543#msg-141543</guid>
            <title>Re: Error on formatting some languages</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,141543#msg-141543</link>
            <description><![CDATA[ Sounds like an issue with the GeSHi library. Did you check if this is a known issue for GeSHI?]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 27 Oct 2009 15:38:00 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,141539#msg-141539</guid>
            <title>Error on formatting some languages</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,141539#msg-141539</link>
            <description><![CDATA[ When Groovy or Java 5 code is formatted, the code is cluttered with parts of URLs. <br />
<br />
Instead of <br />
<pre class="bbcode">
class Box</pre>
I see<br />
<pre class="bbcode">
class 5.0%2Fdocs%2Fapi%2F&quot;&gt;Box</pre>
Real life example: [<a href="http://www.groovy-forum.de/read.php?3,6348" target="_blank"  rel="nofollow">www.groovy-forum.de</a>] (BBcode GeSHi (code syntax highlighting) (version 1.0.3))]]></description>
            <dc:creator>deamon</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 27 Oct 2009 14:00:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,138708#msg-138708</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,138708#msg-138708</link>
            <description><![CDATA[ Which brings me back to my earlier question: &quot;I know it sounds lame, but please check if you really have the module enabled.&quot; ;-) Good to hear that it&#039;s solved, because you got me worried there for a second. Have fun with it!]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 16 Jun 2009 18:15:14 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,138705#msg-138705</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,138705#msg-138705</link>
            <description><![CDATA[ BBCode was for whatever reason turned off. It works now.]]></description>
            <dc:creator>deamon</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 16 Jun 2009 17:29:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,138704#msg-138704</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,138704#msg-138704</link>
            <description><![CDATA[ Well, the toolbar is there. Only the buttons aren&#039;t showing ;-)<br />
Can we see your site live somewhere? That could make it easier to determine what the issue is here. I&#039;ve never seen it happening, so right now I am kind of clueless.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 16 Jun 2009 17:22:32 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,138703#msg-138703</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,138703#msg-138703</link>
            <description><![CDATA[ Thanks for your help and updating the module. I have put the new files on the server but only the standard editor toolbar disappeared and nothing else happend :-( Even deleting the module and the according database row in the settings table don&#039;t help.]]></description>
            <dc:creator>deamon</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 16 Jun 2009 17:06:41 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,138697#msg-138697</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,138697#msg-138697</link>
            <description><![CDATA[ I am not sure what would go wrong for you. This Phorum install is running 5.2.11 with the 1.0.2 Geshi BBcode module and things are working well here. I know it sounds lame, but please check if you really have the module enabled.<br />
<br />
Is there no formatting done at all or do you see standard [code] block formatting like the main BBcode module does? If that is the case, then version 1.0.3 of the GiSHi module might help.<br />
<br />
As for the new version of GiSHi: I updated the GeSHi version in version 1.0.3 of this module to 1.0.8.4. I will upload the new BBcode GeSHi module package to the start of this thread right after posting this message.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 16 Jun 2009 15:25:56 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,138687#msg-138687</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,138687#msg-138687</link>
            <description><![CDATA[ I use Phorum 5.2.11 with the BBcode GeSHi module 1.0.2 but it doesn&#039;t work. Code is not highlighted when using tags like [ code=c] and no drop down for selecting a language appears. The module is activated.<br />
<br />
Any ideas?<br />
<br />
PS: An update to GeSHi 1.0.8.4, released on the 23rd of May, 2009 would be nice, since it supports <a href="http://www.scala-lang.org" target="_blank"  rel="nofollow">Scala</a>.]]></description>
            <dc:creator>deamon</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 16 Jun 2009 10:39:04 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,134821#msg-134821</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,134821#msg-134821</link>
            <description><![CDATA[ Perfect ;)]]></description>
            <dc:creator>deboutv</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 18 Nov 2008 12:42:59 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,134819#msg-134819</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,134819#msg-134819</link>
            <description><![CDATA[ Sure. Try out version 1.0.2 that I uploaded to the start of this thread.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 18 Nov 2008 10:42:57 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,134818#msg-134818</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,134818#msg-134818</link>
            <description><![CDATA[ Ok, I understood, PHP /= php... <br />
<br />
Is it possible to be not case sensitive on the language name? <br />
<br />
PS: The menu is ok now (I don&#039;t know why, maybe a cache issue).]]></description>
            <dc:creator>deboutv</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 18 Nov 2008 10:04:02 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,134817#msg-134817</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,134817#msg-134817</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Maurice Makaay</strong><br />
Is it activated at all on the modules screen?<br />
<br />
Did you check [code] or things like [code =php]?</div></blockquote>
<br />
Yes, it is correctly written <pre class="php bbcode_geshi"><div class="head">Language: PHP</div> <span class="br0">&#40;</span>no extra space nor \ before or inside<span class="br0">&#41;</span><span class="sy0">.</span> 
&nbsp;
<span class="br0">&#91;</span>quote<span class="br0">&#93;</span><span class="kw1">If</span> you did<span class="sy0">,</span> was the language specified enabled on the settings page?<span class="br0">&#91;</span><span class="sy0">/</span>quote<span class="br0">&#93;</span>
&nbsp;
I don<span class="st_h">';t understand, in the settings, it is for language which appears in the dropdown menu. 
&nbsp;
[quote]Did you enable &quot;Extend the code button for the Editor Tools?&quot; to enable the dropdown list?[/quote]
&nbsp;
Yes</span></pre>]]></description>
            <dc:creator>deboutv</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 18 Nov 2008 09:58:40 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,134636#msg-134636</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,134636#msg-134636</link>
            <description><![CDATA[ Yeah, I did ;-) The issue is that [code] is handled by the bbcode module, but the Geshi code highlighting module has its own bbcode parsing mechanism. That module was written before the new bbcode module was finished. The Geshi module needs a rewrite to let the BBcode module handle the parsing. After that, escaping would work.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 11 Nov 2008 18:49:15 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,134624#msg-134624</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,134624#msg-134624</link>
            <description><![CDATA[ hmm, looks like the code block can overtake the signature if not properly terminated.  It would also appear that the escape character is not supported by the BBcode GeSHi module, thus \[<b></b>code] works but not \[<b></b>code=php] (unless sneaky [b][/b]&#039;s are added).<br />
<br />
EDIT: aww, you fixed it the easy way :-(]]></description>
            <dc:creator>Joe Curia</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 11 Nov 2008 11:11:10 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,134623#msg-134623</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,134623#msg-134623</link>
            <description><![CDATA[ Is it activated at all on the modules screen?<br />
<br />
Did you check [code] or things like [code =php]?<br />
<br />
If you did, was the language specified enabled on the settings page?<br />
<br />
Did you enable &quot;Extend the code button for the Editor Tools?&quot; to enable the dropdown list?]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 11 Nov 2008 10:47:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,134622#msg-134622</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,134622#msg-134622</link>
            <description><![CDATA[ Hi, <br />
<br />
This plugin does not work at all for me. Code tags are not parsed, syntax neither and the drop down list does not appear. <br />
<br />
What is wrong? <br />
<br />
I have phorum-5.2.9a]]></description>
            <dc:creator>deboutv</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 11 Nov 2008 10:30:19 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,133720#msg-133720</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,133720#msg-133720</link>
            <description><![CDATA[ That&#039;s the exact first step to handle. Create a real plain text formatter. Thanks for that. For the rest of the requirements, I think that switching to the new bbcode parser will help a lot. In that parser, I can already assign syntax=plaintext as a default for the code block. That way, no special parsing has to be done to recognize the plain text format with line numbers. I can simply let GeSHi handle all formatting for code blocks. Additionally, it would strip quite a bit of code from the GeSHi mod, because a big part of its logic is parsing related.<br />
<br />
I don&#039;t think this one would take an awful lot of work. I&#039;ll see if I can spend my lunch on it somewhere this week.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Mon, 06 Oct 2008 18:14:48 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,133719#msg-133719</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,133719#msg-133719</link>
            <description><![CDATA[ You put me into programming (or deprogramming) mode when you said that it might need an extra formatting type.  I stripped a language file of all characteristics, called it plaintext.php and it was ready to go.  This will allow the code block to have line numbers added without any other formatting taking place, other than the standard green brackets and purple numbers.  Evidently those are built in.<br />
<br />
So, with this file uploaded into the bbcode_geshi/geshi/geshi/ folder you can type [code=&quot;plaintext&quot; number=&quot;2&quot;]test[/code] and be good to go.  However, you will need to do some work to your mod to have ready support for this.  I see two ways:<br />
<ol type="1"><li> Edit the phorum_mod_bbcode_geshi_format function to recognize [code number=&quot;X&quot;] as plaintext. </li><li> Edit the editor tools addins to not set &quot;Plain text&quot; as NULL but rather to add the =&quot;plaintext&quot; to the code section. </li></ol>
<br />
Or you can disregard this and go a better way, hopefully aided in some small way by my work. ;-)]]></description>
            <dc:creator>Joe Curia</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Mon, 06 Oct 2008 17:15:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,133718#msg-133718</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,133718#msg-133718</link>
            <description><![CDATA[ I think that would be a request for this module indeed. I guess it might need an extra formatting type. I&#039;d have to look into that. I&#039;m mainly a geshi user and don&#039;t know much about the internals.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Mon, 06 Oct 2008 15:57:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,133714#msg-133714</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,133714#msg-133714</link>
            <description><![CDATA[ I&#039;m not sure if this is a request for this mod or for the bbcode mod, but is it possible to add the ability to display line numbers for plain text code?<br />
<br />
Right now, if no code type is selected the output with line numbers is:[code number=&quot;3&quot;] test [/code] (ie, the code block is simply not interpreted.)]]></description>
            <dc:creator>Joe Curia</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Mon, 06 Oct 2008 13:40:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,133586#msg-133586</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,133586#msg-133586</link>
            <description><![CDATA[ Sorry, but I have a hard time understanding what your question is. Do you want to assign different colors to the syntax highlighting? I can see that these default colors need improvement to make them better visible.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 02 Oct 2008 03:02:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,127363,133583#msg-133583</guid>
            <title>Re: Module: BBcode GeSHi (code syntax highlighting)</title>
            <link>https://www.phorum.org/phorum5/read.php?62,127363,133583#msg-133583</link>
            <description><![CDATA[ Hi¡ great mod¡<br />
	but¡<br />
I have a problem, to select different languages, I show the same color., perl,php,etc<br />
<br />
<img src="http://i33.tinypic.com/339nlo7.png" class="bbcode" border="0" /><br />
<img src="http://i38.tinypic.com/5xjtxe.png" class="bbcode" border="0" /><br />
	<br />
Edit try to hand some of the php languages (perl, php), this genshi in the folder, but also continues to show me that color in default.<br />
<br />
Why could happen?<br />
<br />
Thanx¡]]></description>
            <dc:creator>OzX</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Wed, 01 Oct 2008 21:27:40 -0400</pubDate>
        </item>
    </channel>
</rss>
