fredcz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upgrading to WP 2.0tipunch has already mentioned the fix for not working localization but it’s actually more complicated if you consider different versions of PHP.
Here is the complete solution known to me so far:
//$MAGIC1 = (int)0x950412de; //bug in PHP 5
//$MAGIC1 = (int) – 1794895138; //bug in PHP 4.4.0
$MAGIC1 = 2500072158;//$MAGIC2 = (int)0xde120495; //bug in PHP 5
//$MAGIC2 = (int) – 569244523;// bug in PHP 4.4.0
$MAGIC2 = 3725722773;Forum: Fixing WordPress
In reply to: Windows Server – Using Permalinks with IIS no apache.As far as I know – there is only one way how to get working parmalinks on Windows and IIS. You have to install (ask your webhosting company to install:) a ISAPI rewrite or similar thing into IIS.
Trick with /index.php/ works only on Apache:(
Forum: Plugins
In reply to: Preview Posts/Drafts PluginHi MattRead,
I have released plugin with the same function few weeks after you and now I have found yours:o( Anyway – I have put both plugins together and result is here: JÄÅ Preview.Forum: Requests and Feedback
In reply to: Preview post?I think that this new plugin is what you are looking for: http://fredfred.net/skriker/index.php/jaeaa-preview
Forum: Plugins
In reply to: IImage Panorama – 360° panoramas in your postsYes – it works with WP 1.5 as you can see there.
Forum: Plugins
In reply to: Five plugins you can’t live withoutI forgot about Kitten’s Spaminator
Forum: Plugins
In reply to: Five plugins you can’t live withoutI should not say that as an author of them but:o)
Polyglot for multilingual posts and stuff like that.
IImage Browser to handle images.
IImage Gallery as the simplest gallery for WP that I know.And from other guys: Backup Restore
Forum: Plugins
In reply to: Update: IImage Browser 1.4.1UPDATE: It’s possible to customize generated code! Try new beta version.
Forum: Plugins
In reply to: Update: IImage Browser 1.4.1Not yet…
Forum: Plugins
In reply to: IImage Browser 1.4 – fix and improvementYes, you can edit JavaScript function getTheCode(imgid) as you want. For example you can change Link to thumb:
<code> htmlCode = "<a href="" + imgid.abs_path.value + imgid.relpath.value + imgid.thumbprefix.value + imgid.file.value + """ + imgtitle + ">"+imgid.thumbprefix.value + imgid.file.value +"</a>";to someting like this:
<code>htmlCode = "<a href="picture.php?myimg=" + imgid.abs_path.value + imgid.relpath.value + imgid.thumbprefix.value + imgid.file.value + """ + imgtitle + ">"+imgid.thumbprefix.value + imgid.file.value +"</a>";Maybe that I’ll add something like this in the future version, but it is not too easy combine PHP and JS:o(
Forum: Requests and Feedback
In reply to: Photo BlogI’have developed new IImage Gallery plugin for WordPress. It’s quite simple but powerful.