nexusbroadcast
Forum Replies Created
-
Forum: Plugins
In reply to: [PressForward] Plugin Does Not Work With Option TreeI dont know if this will help, but it may put you on the right path.
I am using the Hueman theme. The theme is the problem as the plugin works fine on other themes. I put a band aid on this by commenting out the following lines in /wp-content/themes/hueman/functions/meta-boxes.php
/* ot_register_meta_box( $page_options ); ot_register_meta_box( $post_options ); */
That stopped the fatal error and below all the warnings my content showed up. So next I turned off the warning display in my php.ini
Not the best solution – but it is working for my purposes until they fix Hueman or I switch to something else.
Everything on the site seems to be working.
Forum: Plugins
In reply to: [PressForward] Nominate This – Throws Many Errors – Does not functionI am using the Hueman theme. The theme is the problem as the plugin works fine on other themes. I put a band aid on this by commenting out the following lines in /wp-content/themes/hueman/functions/meta-boxes.php
/* ot_register_meta_box( $page_options ); ot_register_meta_box( $post_options ); */
That stopped the fatal error and below all the warnings my content showed up. So next I turned off the warning display in my php.ini
Not the best solution – but it is working for my purposes until they fix Hueman or I switch to something else.
Everything on the site seems to be working.
woops forgot to tick on the notify me of responses. please respond to this message instead.. why in the world wouldnt that be defaulted on
Did you ever get this fixed? I have the same issue – a different plugin but also the hueman theme. The theme is the problem – try switching to another theme just for testing. I would like to stick with hueman but it looks like I will need to switch to something else.
Forum: Plugins
In reply to: [Front End PM] Message to user buttonDid you get this to work?
Forum: Plugins
In reply to: [Front End PM] Is it possible to send message to multiple users?I need it to mail to groups, ie; contributors , authors, editors, etc
Forum: Plugins
In reply to: [ChangeTip] feature suggestionWhile the developers seem nice enough. They dont respond about my questions of why when I activate this my users cant login to wordpress anymore! So I have been forced to uninstall it. The plugin works fine otherwise – but I have many authors who need to login to the website – they are in fact why I wanted this plugin.
Forum: Plugins
In reply to: [ChangeTip] Hide No's.Is it locking out your users?
Forum: Plugins
In reply to: [ChangeTip] Errors on activationOh well – they have been answering my tickets – but wont address the locking my users out problem. It says its compatible with 4.3.1 but it is not. I think wordpress is the largest community which would use changetip – not a great idea to ignore us.
Forum: Plugins
In reply to: [ChangeTip] Errors on activationI am not the author. This thing only accepts bit coin and then shortly after getting it activated without errors – my users were getting “You’re not allowed” so I have shut it off. The author seems unaware of any issues with it. Bit coin is neat – but I dont think enough people use it. I need a tip plugin that uses simple paypal.
Forum: Plugins
In reply to: [ChangeTip] Errors on activationIf you connect your changetip account the errors will go away. ??
Forum: Plugins
In reply to: [ChangeTip] Errors on activationYup same problem for me 4.3.1
Forum: Plugins
In reply to: [Top Authors] Customising Gravatar etc.Forum: Plugins
In reply to: [WP-No-Tag-Base] [Plugin: WP-No-Tag-Base] possible malfunction?Terrorelfe – make those edits to the plugin and it functions properly. As far as I am concerned it is resolved – the plugin just needs to be updated now. Its a simple edit to fix what you have for now. I am sure the author will make these changes in the next release. Please consider how much you are paying for the software and understand why fixes aren’t released immediately. This is a labor of love for the author, not an attempt to make money. The solution was posted, so lets give the guy a little credit and breathing room. Thanks for the great plugin!
//global $wp_rewrite; //$old_base = $wp_rewrite->get_tag_permastruct(); //$old_base = str_replace( '%post_tag%', '(.+)', $old_base ); //$old_base = trim($old_base, '/'); //$tag_rewrite[$old_base.'$'] = 'index.php?tag_redirect=$matches[1]';
Forum: Plugins
In reply to: [WP-No-Tag-Base] [Plugin: WP-No-Tag-Base] possible malfunction?I was having some odd problems where the permalinks wouldnt work on some articles and even some plugins. I am using the latest version 1.2.2. I would have to go save the permalink settings and they would work again. I am using the WP No Category Base – WPML compatible plugin and I have tried the WP No Category Base plugin from the other author with the same issues. I commented out lines 74 – 78 for old tag base support. So far no more errors. I am also watching this to see if this fixes the issue. So far it seems to resolved the issue with no side effects. Could you explain a bit what these lines are for?