Recent Topics

1 Mar 22, 2011 06:05    

My b2evolution Version: 4.0.4

I have been trying to find a modern (and working!) code syntax highlight plugin for b2evo, but can't seem to find one. The existing plugins seems to all be unsupported and not working.

Help please?

/ JP

2 Mar 22, 2011 12:11

The one shipped with b2evo works just fine. Make sure you create/edit code blocks in HTML view

[codeblock lang="php" line="1"]<?php
// my php code
$e = '123';
?>[/codeblock]

3 Mar 22, 2011 12:28

While I get line-lumbers, it doesn't seem to do syntax highlighting of anything other than CSS, PHP and XML. I want for C++.

sam2kb wrote:

The one shipped with b2evo works just fine. Make sure you create/edit code blocks in HTML view

[codeblock lang="php" line="1"]<?php
// my php code
$e = '123';
?>[/codeblock]

4 Mar 22, 2011 12:33

It doesn't support C++ then


Form is loading...