Code for Fun!!

Leave a Reply to Wesley R. Elsberry Cancel Reply

Comment as a guest.

  1. I don’t understand why you managed to split the plugin into two different directories at then /plugin level. Excellent work!

    ah yes, that was an oversight, I know. this will be corrected in the next release & you’ll just have a directory which you’ll have to drop in the plugin’s folder. πŸ™‚

  2. hello, iÒ€ℒm install plugin iG-Syntax Hiliter, iÒ€ℒm active the plugin and have error my blog

    Warning: main(/home/percy/public_html/b9/wp-content/plugins/ig_syntax_hilite/geshi.php/wp-content/plugins/ig_syntax_hilite): failed to open stream: No such file or directory in /home/percy/public_html/b9/wp-content/plugins/ig_syntax hiliter plugin/syntax_hilite.php on line 31

    Fatal error: main(): Failed opening required Γ’β‚¬Λœ/home/percy/public_html/b9/wp-content/plugins/ig_syntax_hilite/geshi.php/wp-content/plugins/ig_syntax_hiliteÒ€ℒ (include_path=Ò€ℒ.:/usr/lib/php:/usr/local/lib/phpÒ€ℒ) in /home/percy/public_html/b9/wp-content/plugins/ig_syntax hiliter plugin/syntax_hilite.php on line 31

    help me please..

  3. Same issue as mine. From your wp-content/plugin directory:

    mv ‘ig_syntax hiliter/ig_syntax_hilite’ .

    Amit, I think you’d better solve this issue real soon πŸ˜€

  4. Amit, I think you’d better solve this issue real soon

    C’mon guys, we are talking about a plugin used by programmers etc. & you are behaving like a bunch of newbies who are unable to install a plugin or unable to follow instructions written in plain english!! πŸ˜‰ πŸ˜›

  5. Hey! Thanks for this! Is terrific.

    I am curious, though, if there is a set of tags for “command prompt” usage ? For example, I want to write out instructions from the linux command line or the Mac terminal. Anything to add to make that happen ? Or just use plain ? Thanks again!

    Damon

  6. Congrats man for this great plugin, I really need it for my blog, it’s really useful to highlite the linux commands.

    Thanks again and keep up the great job!!!

  7. Pingback: systemBash
  8. I just wanted to clarify my above posting – iG:Syntax Hiliter is a great plugin and the installation is easy – it has many configurable options and is a great choice for your code highlighting needs! Thanks for the plugin and keep up the great work!!!

  9. Hmm, I haven’t had time to look at this in last few months, but rest assured that this will be tackled when I start working on the next release which is sort of due now. For now, please accept my apologies. πŸ™‚

  10. hi, i’m a happy user of your iG:Syntax Hiliter plugin until recently i found out that the keyword group url created by GeSHi will have an extra tag behind it, this make mu blog not xhtml valid anymore. i dun think it’s ur plugin problem, but i would like to know how to disable the keyword group link.

    however i found out from GeSHi documentation that to disable keyword group url i only need to put

    1. $geshi->set_url_for_keyword_group($group, '');

    but may i know where should i put that in ur plugin?

    thanks πŸ™‚

  11. Yeah, the extra tag is not plugin’s problem. In the plugin file “syntax_hilite.php”, you can put that line to disable the group URL after line 138 which is:

    1. $geshi->set_header_type(GESHI_HEADER_DIV);

    but make sure its outside the line number “if” statement:

    1. if(IG_LINE_NUMBERS) {

    That should remove the keyword links. Also, you can manually remove them from the language files as well.

  12. Hmm, well, maybe this function is not available for the GeSHi v1.0.7.6 which came with the last version of plugin. You should open your language file(s) & remove the keyword URLs yourself. But remember to backup your language file(s) before you do it.

  13. too bad πŸ™ for now i just comment out the url function in GeSHi.php instead of removing the url in each of my languange file. anyway thanks for ur suggestions, hope the next release will be better, and keep up the good work πŸ™‚

  14. Hi there and congrats to that superneat plugin.

    I think I’ve found a minor bug in it though.
    When typing a less-than condition, the blank space behind the less-than sign gets stripped out.

    if (gna < blabla) { trace('cheers'); } [/as]

  15. Pingback: seePyou
  16. hi,

    i using this plugin but not working on my blog.

    wp installed differen directory “site.com/wp/”

    i change

    $igsyntax_hiliter_path = get_settings(‘siteurl’).”/wp-content/plugins/ig_syntax_hilite”;

    get_settings(‘siteurl’) or get_settings(‘site.com’) none not working.

    help me please. thanks

  17. hi again πŸ™‚

    $igsyntax_hiliter_path = get_settings(‘siteurl’).”/wp-content/plugins/ig_syntax_hilite”;

    “siteurl” working

    thanks πŸ˜‰

  18. i got problems since the new wordpress 2.1

    the highlighter escapes to much eg. this code line:
    $encoder->get_crypt_source();
    results in:
    $encoder->get_crypt_source();

Sliding Sidebar