Peter Anselmo
Forum Replies Created
-
@jimmytortuga
Oh Noes! If you can, could you send me an email to peter@studio66design.com? Good stuff to include would be your wordpress version, an example URL, and any customisations (such as slugs defined in bp-config.Cheers,
PeterJust tagged 0.4.0 as Stable. Requires BP version 1.5. If you’re running an earlier version, don’t upgrade Group Docs.
Cheers,
PEterThe Development Version has been updated with some changes. Anyone who knows what that means is welcome to give it a whirl. I hope to have a new release out soon.
Cheers,
PeterOkay, Fired up the 1.5, looking into it now.
Forum: Plugins
In reply to: [Event Calendar / Scheduler] [Plugin: Event Calendar / Scheduler] Fatal errorYou have two calendar plugins both installed and they are conflicting with each other. Disable one and your problem will go away.
Forum: Plugins
In reply to: [Event Calendar / Scheduler] [Plugin: Event Calendar / Scheduler] Fatal ErrorThis is because you’re still running PHP4. You should upgrade to PHP5 ASAP, it’s faster, more secure, will be the minimum requirement for WordPress after 3.1
Forum: Plugins
In reply to: [Group Documents] [Plugin: Group Documents] CSS configHi,
Yup Yup, functions.php is where to put it. Now that I think about it, it may also have to go inside an action hook. So it would look like:function mytheme_remove_styles() {
wp_deregister_style(‘bp-group-documents’);
}
add_action(‘template_redirect’,’mytheme_remove_styles’,10);Once again, I havn’t tested that, so it may need tweaking.
Forum: Plugins
In reply to: [Group Documents] [Plugin: Group Documents] CSS configHi,
I used wp_enqueue_style() to link all of the CSS pages. Thus, you can use wp_deregister_style() to safely unlink the css pages without altering the core plugin. You’ll want to look in include/cssjs.php for more information about where the scripts are called and what action they are tied to.It will be something along the lines of wp_deregister_style(‘bp-group-documents’). Please note, I have not tested that, and you may need to tweak it.
Cheers,
PeterI’m very grateful this plugin was not removed from WordPress. I just discovered it, and It’s chock full of great code. If you can’t get it to work, that’s fine, But some of us that know PHP view WP plugins as a starting point, not an ending point.
Remember, you didn’t pay anything for this. You got more than you paid for. Plugin developers usually work on WP projects in their spare time, with little or no reimbursement. Be nice to them 🙂
Forum: Plugins
In reply to: [Plugin: Group Documents] Suggestion: Tags or Folders for Documentsjuniperlee,
Thanks for giving my plugin a whirl. I’ve got good news for you! Categories are almost done being implemented, and will be included in the next update. Stay Tuned!Forum: Plugins
In reply to: [Plugin: Group Documents] Works with WordPress single but..dcservices,
I did some research, and I found that any plugin using the built-in group plugin template (including all plugins using the Group Extension API) conflict with chat in this manner. It’s not a bug in Group Documents. Thanks again for the good eye, and letting me know what’s going on.Forum: Plugins
In reply to: [Plugin: Group Documents] Works with WordPress single but..Hi,
Thanks a ton for the feedback. I didn’t know about the conflict with ajaxChat, I’ll look into it. Hopefully I can just rename a variable somewhere to fix that.I like your idea of being able to choose whether or not the particular group uses documents. I’ll add it to the roadmap, although I can’t promise any timeline.
Thanks again.
PeterForum: Plugins
In reply to: Fail Plugin Activation if missing required components@wild
Did you ever find a solution to this? I’ve been looking, and haven’t found a clean way to both display an error message, and keep the plugin from activating.