gerobe
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: 3.1 RC2: Blank lines with with TinyMCEDefault Twentyten
Forum: Alpha/Beta/RC
In reply to: 3.1 RC2: Blank lines with with TinyMCEYes, did the same with my clean install:
New Article, switch to HTML, copy and paste the code above into the text area, switch back to visual an back again to HTML and it shows
[caption id="attachment_6120" align="alignleft" width="220" caption="Caption under image"]<img class="size-medium wp-image-6120" title="title" src="http://www.domain.com/wp-content/images/image.jpg" alt="alt text" width="220" height="165" />[/caption] First paragraph with some text. Second paragraph with some text.And switching back again to visual shows a too big line-space between the paragraphs.
Forum: Alpha/Beta/RC
In reply to: 3.1 RC2: Blank lines with with TinyMCEI just installed a clean WordPress-Installation 3.1 RC2 with no plugins and was able to reproduce this error (with Firefox and Safari for Windows as test-browsers).
Make sure, that the paragraph 1 begins right after the [/caption] and is on the same line.
Forum: Alpha/Beta/RC
In reply to: 3.1 RC2: Blank lines with with TinyMCEI normally do not use the html mode and stay in visual.
I noticed this bug when reading the final post in my blog. the space between the paragraphs got bigger and bigger, because EVERY time the post is edited and saved with the visual editor a new nbsp-line is added.
If you save the code 10 times using the visual editor you will habe 10 lines with a nbsp in them.
Forum: Alpha/Beta/RC
In reply to: 3.1 RC2: Blank lines with with TinyMCEJust entered a ticket for this. Example:
[caption id="attachment_6120" align="alignleft" width="220" caption="Caption under image"]<img class="size-medium wp-image-6120" title="title" src="http://www.domain.com/wp-content/images/image.jpg" alt="alt text" width="220" height="165" />[/caption]First paragraph with some text. Second paragraph with some text.becomes
[caption id="attachment_6120" align="alignleft" width="220" caption="Caption under image"]<img class="size-medium wp-image-6120" title="title" src="http://www.domain.com/wp-content/images/image.jpg" alt="alt text" width="220" height="165" />[/caption] First paragraph with some text. Second paragraph with some text.after switching to visuell and back to HTML in the editor.
I think I found the reason, why it worked for some people and for some not.
In the code passage that amynmcgrath listed, replace
CURRENT_DATE()withdate('Y-m-d')This worked for me.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Improve Additional Pages FeatureI would love such a feature to.
Maybe a mass importer from a csv-file or a way to include (compine) another static sitemap.Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] Greyed-out tag-text does not disappearYes, found out, that this is because Version 3 of WordPress and the Plugin 1.5 are not compatible. Updated to V2 of the plugin and now everything works fine.
Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] upgrade instructions in readme.txtThank you!
I now updated to version 2.0rc2.
I found an error, which I would like to report. I’m not sure if it’s because of the transferred data or a general problem with rc2.
I had quotes (“) in the name of a field title. The field title was correctly transferred to Version 2, but after editing and saving the field data, everything was messed up. Instead of one field there were as many as quotes in the title with entries like “/””.
So maybe quotes in a field title are not masked correctly or something like that and screw up the data.
Forum: Plugins
In reply to: [Plugin: pagebar]Conflict with rss feed (or powerpress)It seems to me that there is a general problem with the Pagebar2-Plugin (Ver. 2.55) and WordPress 2.9. I also had an error message
Warning: array_reverse() [function.array-reverse]: The argument should be an array in /htdocs/wp-includes/rewrite.php on line 790after upgrading. If I deactivate the Pagebar2-Plugin the error is gone. It appears no matter if PowerPress is active or not. Also with version 1.0.4 of PowerPress.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Watermark Silently FailingYes. Even downloaded them with an FTP-Client to see if the watermark is there. But it isn’t.
My config:
* Betriebssystem : Linux
* Server : Apache
* Speicherverbrauch : 18.2 MByte
* MySQL Version : 4.0.27-standard
* SQL Modus : Nicht gesetzt
* PHP Version : 5.2.6
* PHP Safe Mode : Aus
* PHP Allow URL fopen : An
* PHP Memory Limit : 128M
* PHP Max Upload Größe : 2M
* PHP Max Post Größe : 8M
* PHP Max Script Execute Time : 30s
* PHP Exif Modul : Ja ( V1.4 )
* PHP IPTC Modul : Ja
* PHP XML Modul : Ja* GD Version : bundled (2.0.34 compatible)
* FreeType Support : Ja
* FreeType Linkage : with freetype
* T1Lib Support : Nein
* GIF Read Support : Ja
* GIF Create Support : Ja
* JPG Support : Ja
* PNG Support : Ja
* WBMP Support : Ja
* XPM Support : Nein
* XBM Support : Ja
* JIS-mapped Japanese Font Support : NeinForum: Plugins
In reply to: [Plugin: NextGEN Gallery] Watermark Silently FailingI also have the problem, that the watermark is not working with WP 2.7 and NextGEN 1.02. I had no problem with 2.6.x an NGG 0.9x.
After marking the pictures and choosing create watermarks, the progress-bar is dislayed and I get the message, that the task is done, but the pictures still do not have a watermark.
I use a png-File for the watermark (the same as for version 0.9x). Any ideas?