wpberliner
Forum Replies Created
-
Forum: Plugins
In reply to: Tagcloud in sidebar for Nextgen galleryAlex, do you have any advice on this?
Forum: Plugins
In reply to: Tagcloud in sidebar for Nextgen galleryYes, I have tried that, but somehow it didn’t work.
Would be so grad, if Alex could include such functionality in one of the future versions.
Forum: Plugins
In reply to: Tagcloud in sidebar for Nextgen galleryNo one? 🙁
Forum: Plugins
In reply to: Nextgen Slideshow does not center or fitThank you, but I already did this and could not find any css problem to be the cause of this strange behavior.
Forum: Plugins
In reply to: Tagcloud in sidebar for Nextgen galleryWell, in the meantime I found several websites, which referred to different versions of Nextgen, how some shortcodes have changed etc.
For one thing there is the
[tagcloud]commmand, which generates a usual tag cloud. Disadvantages are that it is to my knowledge not applicable in the sidebar, it does not necessarily show all tags and others report that it disappears as soon as one tag is clicked.Then there other shortcodes like
[nggtags album=XX,YY,ZZ]which will only show albums with those tags. Nice, but not exactly what I was looking for.So, in the end I am still searching for a way to display all tags, which have been assigned to a gallery, in the sidebar and then to click for example on “Uncle Tom”, what should lead to the display of all pictures with uncle Tom on them.
If you have any suggestions, it would be great, as it would ease the handling of a large gallery (500+ pics) a lot.
Best regards
Forum: Plugins
In reply to: Nextgen Slideshow does not center or fitDear Paullo51: I am sorry to say that I cannot provide the link, as the gallery is intended to be for a private audience. But thanks for the offered help.
Dear all: I have switched to the cooliris plugin now and I find it very nice. However, I would still like to know what went wrong with the imagerotator slideshow, as I could not figure that out until now.
If anyone has a clue, I would be interested in it.
Best regards
Forum: Fixing WordPress
In reply to: Switch to PHP5: cannot browse folderTurns out it was the php.ini memory limit after all. Increasing the memory limit in the gd.thumbnail.inc did not work. Unfortunately debugging this was a bit hard, because the function that read the file contents was suppressing all error messages and it was not easy to trace it to this point.
With the increased memory limit, creating thumbnails works with PHP4, however PHP5 still shows various problems throughout wordpress, not specific to the gallery.Forum: Fixing WordPress
In reply to: Switch to PHP5: cannot browse folderNope, small images don’t work neither. And I have set the memory limit in gd.thumbnail.inc to 200M! 🙁
Forum: Fixing WordPress
In reply to: Switch to PHP5: cannot browse folderBy the way, I cannot create thumbnails either. Perhaps this is related to the bug above.
The thumbnail problem occurs in PHP4 and PHP5. CPU goes to 100% and an error occurs, just stating “1”.
Forum: Fixing WordPress
In reply to: Switch to PHP5: cannot browse folder* Operating System : Linux (64 Bit)
* Server : Apache/2.2.3 (Debian) DAV/2 mod_fastcgi/2.4.2 mod_ssl/2.2.3 OpenSSL/0.9.8c
* Memory usage : 40.57 MByte
* MYSQL Version : 5.0.32-Debian_7etch6-log
* SQL Mode : Not set
* PHP Version : 5.2.0-8+etch13
* PHP Safe Mode : Off
* PHP Allow URL fopen : On
* PHP Memory Limit : 256M
* PHP Max Upload Size : 10M
* PHP Max Post Size : 8M
* PCRE Backtracking Limit : 500000
* PHP Max Script Execute Time : 30s
* PHP Exif support : Yes ( V1.4 )
* PHP IPTC support : Yes
* PHP XML support : YesGraphic Library
* GD Version : 2.0 or higher
* FreeType Support : Yes
* FreeType Linkage : with freetype
* T1Lib Support : Yes
* GIF Read Support : Yes
* GIF Create Support : Yes
* JPG Support : Yes
* PNG Support : Yes
* WBMP Support : Yes
* XPM Support : No
* XBM Support : No
* JIS-mapped Japanese Font Support : NoForum: Fixing WordPress
In reply to: Problem with migration to PHP5This advice (http://wordpress.org/support/topic/css-stylesheet-admincss-not-working-in-firefox-weird-output?replies=30#post-1434388) worked.
Add this line to wp-config.php
define(‘SCRIPT_DEBUG’, true);
I just don’t know, what it means and why this helped.
Forum: Fixing WordPress
In reply to: Problem with migration to PHP5Well, I might have another lead. Perhaps you can make any sense out of it.
So for testing reasons I switched back to PHP4, where the display of the admin section is fine. Now I use the web developers toolbar from firefox and disable one by one the css style sheets (yes, I know I said style sheets twice ;)).
I got the exact same broken display as with PHP5, when I disable the css information coming from http://domain.com/blog/wp-admin/load-styles.php?c=1&dir=ltr&load=global,wp-admin,dashboard&ver=466b2454247efc0a3125372b6b862725
So, the question might be, why PHP5 cannot get CSS from that file? The permissions are the same as for every other file in wp-admin.
Any suggestions?
Forum: Fixing WordPress
In reply to: Problem with migration to PHP5I am sorry. That did not work. But thanks for the advice.
If you have any further suggestions, I would appreciate it.
Forum: Fixing WordPress
In reply to: Problem with migration to PHP5You mean the basic wp directory?
Forum: Fixing WordPress
In reply to: Problem with migration to PHP5What do you mean?