toppy
Forum Replies Created
-
I was looking for the same feature. Put me down as a plus one on adding that functionality. It would be great to have an individual settings for each taxonomy/category to select whether to show empty terms or not.
In the meantime I’ve modified the src/modules/taxonomy.php with conditionals for my taxonomies and will use the Sitemap modules feature.
Thanks.
Forum: Plugins
In reply to: [MyArcadePlugin Lite] Javascript Error on manual importIt appears it was a memory problem. The memory setting in php.ini was not being used I had to explicitly set it in PHP with ini_set(‘memory_limit’, ‘128M’);
Forum: Plugins
In reply to: [MyArcadePlugin Lite] Javascript Error on manual importBoth BuddyPress and Games-WP-PostRatings (required by Arcade Pulse) cause this problem to occur.
If either of these are active I can’t upload.
Disabling Arcade Pulse will allow me to upload with Games-WP-PostRatings active but NOT with BuddyPress.
I’m now assuming it’s something to do with a server setting as it works on my test box but not the live server.
Forum: Plugins
In reply to: [WP-Cirrus] WP-Cirrus Output Before TextNote: That post was for version 0.6.8. If the problem occurs in newer versions it should be basically the same fix.
Forum: Plugins
In reply to: [Meta Box - WordPress Custom Fields Framework] Clone Field IssueBTW. I notice the array can start beyond the 1st index as I have one field that is starting at index 3. Is this related to the DB fields? They aren’t fully deleting in some cases?
My temporary work around was to re-index the array with array_merge.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Linking to slideshow from one picSomething I’m looking for as well. Either through NextGen or something else.