hoekiesda
Forum Replies Created
-
Forum: Plugins
In reply to: [Category Posts Widget] getting blank page after adding articleSOLVED
Downloaded and installed the plugin again. Now the plugin doesnt complain at activation and the above mentioned behavior is gone. But still the plugin throws some Notices in Debugmode, which could easily be fixed by testing if an array key exists, e.g.
if(!empty($instance['title']))
typo at line 546:
$_SERVER[ 'HTTPS' ] == 'Off';
Forum: Plugins
In reply to: [Breadcrumb NavXT] [Plugin: Breadcrumb NavXT] 3.7.0 is broken becauseWP_DEBUG mode is on at development, this is when i try the new version before it goes live (WP_DEBUG off). I asume this is the same settings for you before you publish a new version and therefore i don’t accept notices ??
Notice: Undefined index: mainsite_title in /srv/www/project/httpdocs/wp-content/plugins/breadcrumb-navxt/breadcrumb_navxt_admin.php on line 286
Same for mainsite_prefix on line 286 and mainsite_suffix on the same line.
Notice: Undefined index: post_member_taxonomy_type in /srv/www/project/httpdocs/wp-content/plugins/breadcrumb-navxt/mtekk_admin_class.php on line 580
Member is a custom-type without taxonomies.
I’ll come back for #2 and trust me, I really want your Plugin to be perfect!
Forum: Plugins
In reply to: [Search Unleashed] [Plugin: Search Unleashed] error when Re-indexingSame here, except it mentions line 276 (nggfunctions.php) first.
Deactivating NextGEN Gallery (Version 1.6.2) solves the error(s), and re-indexing works fine. But this doesn’t solve my problem.
Forum: Fixing WordPress
In reply to: Disable Comments RSS Feed in wp_headpunkyb9’s code might work fine. Yet, having a look at function post_comments_feed_link in wp-includes/link-template.php, this works better:
function remove_comments_rss( $for_comments ) { return ''; } add_filter('post_comments_feed_link_html','remove_comments_rss');
Forum: Fixing WordPress
In reply to: Disable Comments RSS Feed in wp_headPunkyb9’s code is a nice solution. How do I apply it for the (also useless) tag feed?
Forum: Fixing WordPress
In reply to: Performance issues with too many static pages2.8.5 still the same problem…
I would be interested in a better separation in the permalink setup for pages and posts. A simple /content/ or /static/ as keyword for the pages would do the trick!
H.