Procedural File: modifier.bbcode.php

Source Location: /bblog/bBlog_plugins/modifier.bbcode.php ( Revision Log )

Page Details

bBlog text formatting plugin

Converts bbcode style tags to html and makes urls clickable. It also highlights code snippets according to the geshi library via the following syntax additions to the bbcode standard:

[code=language]your code here[/code]

supported languages are: actionscript actionscript-french ada apache applescript asm asp bash c c_mac caddcl cadlisp cpp csharp css css-gen d delphi diff div dos eiffel freebasic gml html4strict ini inno java javascript lisp lua matlab mpasm nsis objc oobas oracle8 pascal perl php php-brief python qbasic sdlbasic smarty sql vb vbnet vhdl visualfoxpro xml

Includes
require_once (geshi.php) [line 70]
[ Top ]


Functions
bblog_modifier_bbcode_help  [line 92]

void bblog_modifier_bbcode_help( )

need a description



[ Top ]
identify_modifier_bbcode  [line 75]

void identify_modifier_bbcode( )

need a description



[ Top ]
smarty_modifier_bbcode  [line 583]

void smarty_modifier_bbcode( mixed $message  )

need description



[ Top ]