Search Results for 'wordpress'
-
AuthorSearch Results
-
March 7, 2010 at 2:59 pm #67095
In reply to: how do i disable members from creating groups?
rich! @ etiviti
Participantonly problem with removing the link:
<?php echo bp_get_root_domain() . '/' . BP_GROUPS_SLUG . '/create/' ?>someone could still access the url directly to start the process.I went ahead and created a plugin (waiting on repo request on wordpress.org) to disable the steps and show a ‘new groups creation is closed’ message. Also added in a midlevel-cap to allow another set of users the ability to create private/hidden + w/forums. I may expand this to restrict other steps in the group creation process (as other plugins using the group extension api may add in their own step)
Basically the plugin removes the $bp->groups->group_creation_steps – adds in a custom position 0 step to display a closed page.
March 7, 2010 at 2:25 pm #67094Andrea Rennick
ParticipantIf it’s related to user blogs, you’re better asking over at the wpmu forums,
https://mu.wordpress.org/forums/view/all-topics
Where there are plenty of topics discussing just this very thing. (Yes, it’s possible, yes there are plugins)
March 7, 2010 at 1:48 pm #67092In reply to: Most effective/stable events plugin?
MrMaz
ParticipantIf you guys can agree on an existing GPL events plugin that works in WordPress I might consider extending it or forking it to work with BuddyPress. The one that David Lewis mentioned looks promising, and I would probably fork that one since it hasn’t been updated for 9 months (depending on what the author has to say).
March 7, 2010 at 6:52 am #67081In reply to: BuddyPress AND Community Blog
Mariusooms
ParticipantThe GroupBlog plugin does not fit into that structure really well. While it does some of it, it really is going a different direction in its approach. You’d be best to take a look at this plugin:
https://wordpress.org/extend/plugins/bp-community-blogs/
It is no longer under development for a year and will not be updated either. It will not work with 1.2, but it does do what you desire. You could at least use that as a starting point and port the code to bp1.2.
March 7, 2010 at 4:05 am #67072MrMaz
Participantquery_posts() is expecting an array to passed to it for the arg ‘category__not_in’. It looks like you are passing it a string of ids separated by commas. get_exclude_categories_loop() should be returning an array.
query_posts(array('category__not_in' => array(2,6)));See multiple category handling here:
https://codex.wordpress.org/Template_Tags/query_posts
This is not valid PHP:
<?php
query_posts(array('category__not_in' => array(get_exclude_categories_loop))); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>This is:
<?php
query_posts( array( 'category__not_in' => get_exclude_categories_loop() ) ); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>March 7, 2010 at 1:36 am #67065In reply to: Most effective/stable events plugin?
David Lewis
ParticipantI was actually going to use this one since I don’t need registration or payment: https://wordpress.org/extend/plugins/calendar/
March 7, 2010 at 12:55 am #67062In reply to: BuddyPress admin bar is not showing on site
gaysurfers
ParticipantI am using WordPress 2.9.2.
March 6, 2010 at 11:06 pm #67055In reply to: BuddyPress-Links 0.3 FINAL is here at last
MrMaz
ParticipantYou are correct, that is a bug. Thanks for the report.
You can change that manually, or check out the 0.3 branch, as I have just committed that fix…
svn co https://plugins.svn.wordpress.org/buddypress-links/branches/0.3
Thanks!
March 6, 2010 at 9:48 pm #67048schwooba
ParticipantYou could try this WordPress plug-in…’wp-members. Works for me.
March 6, 2010 at 8:41 pm #67041In reply to: Testing new theme, Hybrid as a parent
thekmen
ParticipantJust uploaded a slighter newer version with some CSS updates & support for the BuddyPress Links plugin.
http://xfactor-blogs.com/downloads/
@Arun thanks for pointing that out, will fix it on the next update.
March 6, 2010 at 7:51 pm #67037In reply to: How to search other than members and groups
r-a-y
KeymasterThere’s a plugin for group tags, but that categorizes the groups and not the activity content:
https://wordpress.org/extend/plugins/buddypress-group-tags/
Andy mentioned that the code for global activity search exists, it just needs a frontend.
March 6, 2010 at 5:54 pm #67025In reply to: Facebook-Like-Chat Plugin for Buddypress?
m@rk
ParticipantThanks Dfa327… but where to download? The repository at wordpress.org doesn’t seem to be updated?
March 6, 2010 at 5:06 pm #67018In reply to: Turn off links for profile fields
Boone Gorges
KeymasterThanks for the plug, Erich

https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/ is the plugin you’re thinking of. I updated it about a week ago to work on versions of BP 1.2+ (though you should definitely let me know if it does not work!).
@Nick – the plugin will do what you want. Check out the readme file, which will explain how to make it work.
@gregfielding – That’s a good idea, but at the moment BP is not set up in a way that makes it easy to create those check marks with a plugin. Maybe I’ll submit a core patch that does it, as I’d like to see it too.
March 6, 2010 at 4:37 pm #67016In reply to: Most effective/stable events plugin?
peterverkooijen
ParticipantIn my site I use this plugin. It has all the basic functions I need – RSVP, confirmation emails, payment bridge, etc. – but the interface is a mess. It also has no BP integration, but I don’t really need that in my project.
I had planned to restructure, rewrite and expand the plugin, also including the excellent jQuery plugin FullCalendar. I’m very interested to see what Erwin and Marius Ooms come up with! A connection with groups, Buddypress’ killer app imho, sounds like a great idea as well.
But for my project I really need a solid event management tool, like a self-hosted version of eventbrite.com, integrated with the BP members database. I don’t really need a solution that allows members to create events or put stuff on a calendar.
Will Erwin and Marius solutions be an event management tool or more like an expanded community calendar? I’d encourage them to look into the EdgeTechWeb plugin…
EDIT:
Actually, the EdgeTechWeb plugin is really ugly. I need alternatives…
Advanced Events Registration (based on EdgeTechWeb’s…?)
…
March 6, 2010 at 2:42 pm #67004In reply to: new version of BuddyPress Rate Forum Posts
epsi
ParticipantI like to try any plugin and, hei…
@Dwenaus, this Rate Forum Posts plugin looks cool.It is fine in my localhost but I found this error in live site
http://iluni-ftui.org/groups/situs-iluni/forum/
WordPress database error You have an error in your SQL syntax;
check the manual that corresponds to your MySQL server version for the right syntax to use near
‘WHERE object_type = ‘bb_post’ AND meta_key = ‘rfp_rating’ AND object_id = 1′ at line 1 for query
SELECT meta_value FROM WHERE object_type = ‘bb_post’ AND meta_key = ‘rfp_rating’ AND object_id = 1
made by require, require_once, do_action, call_user_func_array, bp_core_do_catch_uri, load_template, require_once, locate_template, load_template, require_once, do_action, call_user_func_array, rfp_after_topic_title, rfp_get_post_rating_signed, rfp_get_post_rating
It solved by adding code below in rate.inc.php
require_once ABSPATH.’bb-config.php’;
global $bb_table_prefix, $bb_meta_table;
$bb_meta_table = $bb_table_prefix . ‘meta’;
Thanks for the plugin.
Now it works. But since I’m still a WP noob.
I don’t know if it is politically correct.
March 6, 2010 at 2:28 pm #67003Okfalls
ParticipantHi to all those people that watched at at times gave me feedback on my troubles getting BP to work on my site. The short answer… I had BP installed on my “localhost”. So what I finally ended up doing was to export my localhost SQL and then imported it to my server at Powweb. It worked… Now I am just tweaking my install and ironing out the way I would like the site to look.
So to those that watched and answered my hiccups “thank you” I appreciate you taking the time to pass on your expertise.
All the best,
Rod
March 6, 2010 at 10:04 am #66984In reply to: Turn off links for profile fields
Nick Watson
ParticipantHmm well, I did a search, and that name seems very familiar, but it appears that it’s the same plugin as the one I have installed:
https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/
my problem is getting them to be NOT links, unless someone uses the tags
Thanks, I think that was maybe the old name for it??
March 6, 2010 at 9:03 am #66981In reply to: Bug: BuddyPress to WordPress profile syncing broken
paulhastings0
ParticipantSomebody? Anybody?
March 6, 2010 at 7:58 am #66978tagnu
MemberOkfalls, can u post your logs?
March 6, 2010 at 7:51 am #66977tagnu
MemberThank you all. Thank you itoube for the link, it gave me more idea on de-activating plugins.
.
If anyone has trouble wit the sql check the following:
SELECT * FROM wp_options WHERE option_name = 'active_plugins';Yes the problem was with a plugin – Postie
I had kept this one enabled all the time. When I again re-checked with my local installation I found the issue.
I apologize for being hasty

Well, it works cool now.

Steps followed:
- Disabled all plugins (inlcuding Postie)
- Installed Bbpress
- Applied bbpress theme
- Enabled (postie)
Thank you all for your time..
March 6, 2010 at 6:18 am #66975zageek
ParticipantTry changing the theme to Kubrick and see if you still get the white screen, then it might be a theme related issue.
March 6, 2010 at 2:11 am #66959In reply to: domain mapping not working properly
Anointed
ParticipantI had this one installed by Andrew over at the premium site some time ago:
/*
Plugin Name: WordPress MU Domain Mapping
Plugin URI: http://ocaoimh.ie/wordpress-mu-domain-mapping/
Description: Map any blog on a WordPress MU website to another domain.
Version: 0.4.3
Author: Donncha O Caoimh
Author URI: http://ocaoimh.ie/
*/
domain mapping works everywhere, just not on buddypress pages.
Well.. it works, but the problem is that buddypress is picking up the subdomain instead of the mapped domain in all of the activity stream, profile, etc… links.
If I am on any page not belonging to buddypress, then the url’s are correctly pointing to the mapped domain.
March 5, 2010 at 11:08 pm #66949mlovelock
Participant‘deactivating’ a plugin doesn’t always quite cut it. It’s worth completely removing plugins from the plugin folder (delete, move elsewhere) and then add them back in one by one to activate.
March 5, 2010 at 10:45 pm #66946Andrea Rennick
ParticipantDid you read the error logs?
March 5, 2010 at 9:32 pm #66939Okfalls
ParticipantHello again.. all plugins deactivated went to activate ? and the “white screen again” renamed bp-loader.php and I got the site back. I am at a loss on what to do next.
Rod
-
AuthorSearch Results