Welcome to Geeklog, Anonymous Thursday, December 11 2025 @ 10:19 am EST
Geeklog Forums
VB Code highlighter
Status: offline
HighKing Scott
Forum User
Newbie
Registered: 05/10/11
Posts: 5
Location:Malvern, Arkansas
Is there a plugin for Geeklog that will highlight VB code in Stories?
23
19
Quote
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1582
Hi,
The jquery plugin bring syntax highlighter from alex gorbatchev and a brushe for Visual Basic (vb, vbnet) is available.
http://alexgorbatchev.com/SyntaxHighlighter/manual/brushes/
Ben
The jquery plugin bring syntax highlighter from alex gorbatchev and a brushe for Visual Basic (vb, vbnet) is available.
http://alexgorbatchev.com/SyntaxHighlighter/manual/brushes/
Ben
19
16
Quote
Status: offline
HighKing Scott
Forum User
Newbie
Registered: 05/10/11
Posts: 5
Location:Malvern, Arkansas
Quote by: %3A%3ABen
Hi,
The jquery plugin bring syntax highlighter from alex gorbatchev and a brushe for Visual Basic (vb, vbnet) is available.
http://alexgorbatchev.com/SyntaxHighlighter/manual/brushes/
Ben
I'm sure this works, but I'm not comfortable re-writing PHP code which is why I asked if there was a plugin for geeklog.
16
23
Quote
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1582
Yes jQuery plugin is a plugin for geeklog and to highlight VB code you will need to edit 1 line in private/plugins/jquery/functions.inc file ( near line 148 ) :
change from
to
Ben
change from
Text Formatted Code
$str .= ' brushes: [\'Xml\', \'JScript\', \'CSharp\', \'Plain\', \'Php\'],' . LB;to
Text Formatted Code
$str .= ' brushes: [\'Xml\', \'JScript\', \'CSharp\', \'Plain\', \'Php\', \'Vb\'],' . LB;Ben
19
18
Quote
Status: offline
HighKing Scott
Forum User
Newbie
Registered: 05/10/11
Posts: 5
Location:Malvern, Arkansas
Quote by: %3A%3ABen
to
Ben
Yes jQuery plugin is a plugin for geeklog and to highlight VB code you will need to edit 1 line in private/plugins/jquery/functions.inc file ( near line 148 ) :
change from
Text Formatted Code
$str .= ' brushes: ['Xml', 'JScript', 'CSharp', 'Plain', 'Php'],' . LB;to
Text Formatted Code
$str .= ' brushes: ['Xml', 'JScript', 'CSharp', 'Plain', 'Php', 'Vb'],' . LB;Ben
I made the change as you suggested above and when I put the code in between the (code | /code) tags I get the following result
http://screencast.com/t/cUQwBA9pc
Is there a special function that I need to put with the "Code" tags?
19
15
Quote
Status: offline
HighKing Scott
Forum User
Newbie
Registered: 05/10/11
Posts: 5
Location:Malvern, Arkansas
Geeklog strips the "Class" from the tag, so I tried to add it into the config filter, but that did'nt work either...
Is there any detailed documentation on this or do you just through it out there?
Is there any detailed documentation on this or do you just through it out there?
23
21
Quote
Status: offline
HighKing Scott
Forum User
Newbie
Registered: 05/10/11
Posts: 5
Location:Malvern, Arkansas
Don't worry about it, I just deleted the plugin. I'll use screenshots instead.
19
24
Quote
All times are EST. The time is now 10:19 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content