Welcome to weSEO

Login

Welcome back, nice to see you again.

Register - it's free!

Comment, spread your love, communicate

Welcome back!

Nickname:

Password:

Lost your Password?

Create your new Account

Nickname:

Mailadress:

eggzys User Blog

Syntax Highlighter with WebSPELL

Here's a short tut on how to add SyntaxHighlighter support in webspell bbcode.

1. Download the script
2. Open your index.php and find

Code:
1.
<script src="js/bbcode.js" language="jscript" type="text/javascript"></script>

add after:
Code:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
<script type="text/javascript" src="scripts/shCore.js"></script>
     <script type="text/javascript" src="scripts/shBrushBash.js"></script>
     <script type="text/javascript" src="scripts/shBrushCpp.js"></script>
     <script type="text/javascript" src="scripts/shBrushCSharp.js"></script>
     <script type="text/javascript" src="scripts/shBrushCss.js"></script>
     <script type="text/javascript" src="scripts/shBrushDelphi.js"></script>
     <script type="text/javascript" src="scripts/shBrushDiff.js"></script>
     <script type="text/javascript" src="scripts/shBrushGroovy.js"></script>
     <script type="text/javascript" src="scripts/shBrushJava.js"></script>
     <script type="text/javascript" src="scripts/shBrushJScript.js"></script>
     <script type="text/javascript" src="scripts/shBrushPhp.js"></script>
     <script type="text/javascript" src="scripts/shBrushPlain.js"></script>
     <script type="text/javascript" src="scripts/shBrushPython.js"></script>
     <script type="text/javascript" src="scripts/shBrushRuby.js"></script>
     <script type="text/javascript" src="scripts/shBrushScala.js"></script>
     <script type="text/javascript" src="scripts/shBrushSql.js"></script>
     <script type="text/javascript" src="scripts/shBrushVb.js"></script>
     <script type="text/javascript" src="scripts/shBrushXml.js"></script>
     <link type="text/css" rel="stylesheet" href="styles/shCore.css"/>
     <link type="text/css" rel="stylesheet" href="styles/shThemeDefault.css"/>
     <script type="text/javascript">
          SyntaxHighlighter.config.clipboardSwf = 'scripts/clipboard.swf';
          SyntaxHighlighter.all();
     </script>


3. Open your src/func/bbcode.php and find
Code:
1.
2.
$content = preg_replace("#\[center]#si", "<center>", $content);
          $content = preg_replace("#\[/center]#si", "</center>", $content);

Add after:
Code:
1.
2.
$content = preg_replace("#\[syntax=php\](.*?)\[/syntax\]#si", '<pre class="brush: php;">\\1</pre>',$content);
          $content = preg_replace("#\[syntax=css\](.*?)\[/syntax\]#si", '<pre class="brush: css;">\\1</pre>',$content);


4. Save your bbcode.php and upload

As you can see I only added php and css brush. If you want to add more of them you need to edit
Code:
1.
[syntax=css\]

and:
Code:
1.
<pre class="brush: css;">

replace css with the brush you want to use.

BBCode is



Example:
http://img403.imageshack.us/img403/7279/syntax.jpg

Avatar
Pascalmh - 27.11.2009 - 19:09
Good read!

Will add this to weSEO :)

Avatar
atxx - 29.11.2009 - 00:33
hm instead of adding every language just parse them in a variable ?! and it would be great if you use this http://code.google.com/p/syntaxhighlighter/

Avatar
Pascalmh - 30.11.2009 - 10:09
eggzy uses the newer Version of the Script you linked atonixx ;)

Avatar
Charlotte29 - 20.01.2010 - 03:36
On this site only we can see some article just about this topic. Thanks to you the good sides of <a href="http://www.primewritings.com/buy.php">order now</a> are obvious. I really know that after it is not really hard to receaive high quality <a href="http://www.primewritings.com">essay writing format</a> from essays writing corporation.

Your comment
Name
E-Mail (used for Gravatar)
Homepage
No Avatar
Security Code