flashpixx
Forum Replies Created
-
Forum: Plugins
In reply to: [GeSHi Source Colorer] Can't activateYou don’t use PHP 5.3, see the requirements of the plugin, you need PHP 5.3
Forum: Hacks
In reply to: post / page save keep raw dataNo I can’t change it because in the shortcut block is a lot of code (source code), that need not to be reformated, so I would like to supress any changing of the visual editor
Forum: Plugins
In reply to: [GeSHi Source Colorer] [Plugin: GeSHi Source Colorer] errors in version 0.1fixed in 0.11
You’re right, it’s a lot of work to setup all color styles. I’m OSX / Linux user (and somethimes I use MSVC), so I take a screenshot of my IDE and get the color of the keywords etc from the picture.
I will add some styles to the plugin in the next releases
Thanks for your message. I would like to add more styles, but at the moment I would like to fix the errors first. If you have any time, you can create a style:
Take a look into the “layout.css” in the plugin dir. Disable the “main css” in the plugin options and now you can add your own css style. IMHO I would like to create a style which can be created by CSS only, so every user can set up an own style globally, but I think it is more flexible if the user can set a CSS class for a code block, because each code block can be get its own CSS style and the user can defined this styles in the theme CSS files and I can push different styles to plugin CSS.
Thanks 🙂 I will write it to my to do list
Forum: Plugins
In reply to: [Reference 2 Wiki] [Plugin: Reference 2 Wiki] Parse error happenedThanks for this information 🙂
Forum: Plugins
In reply to: [Reference 2 Wiki] [Plugin: Reference 2 Wiki] Parse error happened@ravisarma: Can you post a log entry or anything else (php.log) ? I need a detailed error message, but I run on all my system PHP 5.3 so I can’t reproduce the error.
Thx
Forum: Plugins
In reply to: [Reference 2 Wiki] [Plugin: Reference 2 Wiki] Parse error happenedGreate thanks to all 😛
I have made a mistake, because I don’t write any information to PHP 5.3. IMHO the update information “uses namespaces” should be enough, so on this changes I will write the information explicite in the future.Forum: Plugins
In reply to: [Reference 2 Wiki] [Plugin: Reference 2 Wiki] Parse error happenedI can create, if there enough people, a fork of the newest version that works without namespaces, so you can run it under PHP 5.2. But I’m thinking that is only a “time solution”, because there are also a lot of security patches in PHP and 5.2 is out-of-date.
See http://en.wikipedia.org/wiki/PHP the namespaces are added 2009-06-30, so I think 3 years are a lot of time to update.HTH
Forum: Plugins
In reply to: [Reference 2 Wiki] [Plugin: Reference 2 Wiki] Parse error happenedCheck your PHP version. The 0.21er version uses PHP namespaces which are supported on PHP 5.3.0 first and later version. You need an update of PHP
Sorry for the late answer, but I’m very busy at the moment
Sorry, this a little bit strange. Exists tis problem with the 0.4 version?
Can you send / post the plugin string, which you use in the article / page (the […] statement).Thx