Search Results for 'wordpress'
-
AuthorSearch Results
-
July 17, 2010 at 8:23 am #85983
sicksight
ParticipantHey @modemlooper !

Thanks for your reply, but it doesn´t work… To remove the action bp_get_displayed_user_nav(), I need the hook to which the function to be removed is hooked.
https://codex.wordpress.org/Function_Reference/remove_actionI think bp_get_displayed_user_nav()… isn´t hooked anywhere!

Edit: Need a function like
replace_action( $function_to_replace, $function_to_add, $priority, $accepted_args )!
Like str_replace in php, or something!^^July 17, 2010 at 12:49 am #85960In reply to: new version of BuddyPress Rate Forum Posts
José M. Villar
ParticipantHi there, when I first rate a post, this msg appears:
Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/wordpress-mu/wp-settings.php on line 765
Deprecated: Assigning the return value of new by reference is deprecated in /opt/lampp/htdocs/wordpress-mu/wp-settings.php on line 780
If I refresh, everything goes back to normal.
Using WPMU 2.9.2, BP 1.2.3 and malleable for BP 0.0.7 on localhost.Regards,
July 16, 2010 at 9:50 pm #85930In reply to: Some basic questions….
r-a-y
Keymaster1) Yes, this is possible via this plugin – http://www.justin-klein.com/projects/wp-fb-autoconnect
2) Yup, BP offers profiles with avatar uploading / cropping.
3) By P2P, I believe you mean the activity stream. You can disable that in the admin area.
4) It depends what you mean by “simple forum”. The forums in BuddyPress do not offer a universal backend to administrate topics. Also, an important distinction you need to know is BuddyPress uses a concept known as “groups”. You need to create a group before you can enable a forum. This is similar to way Facebook works with fan pages. If you need a traditional forum (with forum categories, admin interface), stick to your bbPress install.If you just want profiles, you can enable just the profiles component and turn off the rest.
The fundamental difference between BuddyPress and bbPress is this:
-bbPress is a forum
-BuddyPress is a social networking scriptI believe it’s possible to have extended profiles and avatars on your bbPress install as well. There should be a few plugins out there that does the job.
Re: future of bbPress – it’s pretty much confirmed that bbPress will become a WordPress plugin some time late this year (in fact, work has begun!). Standalone bbPress will cease to exist. However, there are plans to provide backwards compatibility to the new plugin via an import script.
July 16, 2010 at 6:53 pm #85917Jesse
ParticipantThanks a lot! I was surprised that there was that many errors but I guess i’ll just go with it!
July 16, 2010 at 5:31 pm #85915r-a-y
KeymasterYou can ignore notices for the most part; it’s something the BP core dev team needs to clean up, but won’t affect the functionality of BP.
I believe you have WP_DEBUG defined in wp-config.php, if you do, uncomment that line.
July 16, 2010 at 5:23 pm #85914In reply to: Community Blog – does it work?
r-a-y
KeymasterTry the BP Groupblog plugin instead:
https://wordpress.org/extend/plugins/bp-groupblog/It’s been awhile since I’ve used BP Community Blog (back in the ol’ BP 1.0 days), but I believe it allows you to give a group access to an existing blog to post at. This wouldn’t be on the BP frontend. It’s more of a WP admin thing. Just glanced the code a bit, and I *think* the code should still hold up…
July 16, 2010 at 5:18 pm #85911In reply to: Add Buddypress to WordPress Blog
r-a-y
KeymasterYou don’t need the BP Template Pack if you’re doing this.
What you’ll need to do is:
1) Deactivate the BP Template Pack plugin.
2) Activate the BuddyPress Default theme on your blog.
3) Setup WP 3.0 in network mode as a subdirectory install.
4) Create a new user blog and activate whatever theme you want on this new blog.July 16, 2010 at 4:27 pm #85906In reply to: Group Administration
r-a-y
KeymasterTry Boone’s BP Group Management Plugin:
https://wordpress.org/extend/plugins/bp-group-management/July 16, 2010 at 3:55 pm #85901In reply to: Selling your items added for members blogs?
techguy
ParticipantI’ve only ever seen ones that the blog owner sells stuff. I wonder if https://wordpress.org/extend/plugins/wp-e-commerce/ or other WP plugins have been tested on WPMU so that blog owners could sell stuff too.
July 16, 2010 at 10:49 am #85883gpo1
Participant@hnla, The events plugin for BP1.1(dev) had no time to update it,but if we all ask the developer for this great plugin with eventbrite for adapt it for BP
https://wordpress.org/extend/plugins/the-events-calendar/Eventbrite for The Events Calendar now has one piece of standalone functionality. This plugin includes a series of shortcodes that will allow the embedding of Eventbrite Widgets into WordPress post/page/sidebar content. Want to sell tickets or show a registration form for an Eventbrite event that you didn’t create yourself from WordPress? Now you can.
Eventbrite for The Events Calendar
Sell tickets directly from your post
Extensive template tags for customization
MU Compatible
Many of the amazing features of Eventbrite – directly from WordPress
Use shortcode to place any event ticketing on any postJuly 16, 2010 at 10:03 am #85878gpo1
ParticipantIf we can get the developer to amend this event for BP,would be great!
https://wordpress.org/extend/plugins/the-events-calendar/July 16, 2010 at 9:01 am #85874In reply to: If BP is enable conditional tag
Archie Webmaker
ParticipantYou are right, I should have explained.
I am making theme both compatible for WP and BP by using something like this
<?php if (get_option(‘gangmei_switch_platform’) == ‘buddypress’) { ?>
<?php include(TEMPLATEPATH . ‘/_inc/member-search.php’); ?>
<?php } else { include(TEMPLATEPATH . ‘/_inc/search-form.php’); } ?>This work 100%
( If buddypress is enable from theme option page, it will show the buddypress member search form
else it will show the wordpress search form)But i want something like I said.
July 16, 2010 at 8:02 am #85865In reply to: Conditionally loading sidebars
@mercime
ParticipantYou will need to go over the conditional tags for WordPress and BuddyPress sections
https://codex.buddypress.org/developer-docs/conditional-template-tags/
https://codex.wordpress.org/Conditional_TagsJuly 16, 2010 at 4:20 am #85853Carlos Perez
ParticipantCheck this out, maybe it helps
http://wpmu.org/using-jquery-with-wordpress-a-quick-crash-course-and-performance-tips/July 16, 2010 at 3:40 am #85852PeD
ParticipantHi @Burkie .. Do you have any idea when EventPress will be released? Looking at the site, development seems to have stopped.. http://gsocevents.wordpress.com/
Also, I’m not able to see the “Create Event” page anywhere! I can see the /events/ page but that’s it.
Has anyone come across this problem?
July 16, 2010 at 2:19 am #85849@mercime
ParticipantWhat did you install before you had that problem? If plugin, rename the folder of the plugin you installed in plugins folder via FTP or cpanel. If that doesn’t work, access your database and check if you’re still admin.
July 16, 2010 at 1:17 am #85844In reply to: Password controlled signup?
intimez
ParticipantMaybe this work for you:
https://buddypress.org/community/groups/wordpress-mu-secure-invites/July 15, 2010 at 9:39 pm #85829In reply to: [Resolved] Sort by Role
Lance Willett
ParticipantWhy not just use a group for this?
There isn’t a way to do this in BuddyPress without writing your own code to do it. You could use WP_User_Search to look up users, it is defined in
/wp-admin/includes/user.phpstarting near line 637.Here’s an example from http://www.clarksonenergyhomes.com/wordpress/2009/03/16/wp-get-users-by-role-function/ (found via Google).
function get_users_with_role ( $role ) {
// gets all users with specified role
$wp_user_search = new WP_User_Search( '', '', $role );
return $wp_user_search->get_results();
}
This type of user search is intended for use in Administration Panels, not on public-facing pages. So be sure you know why you’re exposing that information before you do it. I’d urge against ever showing a member’s user role publicly. It’d probably be much better to use a Group for those users and display them that way — based on their membership in a certain group instead of their user role.
July 15, 2010 at 8:52 pm #85827In reply to: New buddypress install
Ema
ParticipantHi there,
The same problem!
Tried to change permalink to all others options, but with no success. What exactly should I write down in permalink, and what options to chose? (Url – http://localhost/wbook/…?…/)
Anyway, I am testing Buddypress in localhost on WampServer2.0f for Windows;
Using WordPress 3.0 and the last version of Buddypress.If not, tell me what to change in .htaccess file which looks like this:
# BEGIN WordPress
RewriteEngine On
RewriteBase /wbook/
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wbook/index.php [L]# END WordPress
Please keep in mind, I am not an expert in WordPress and English language.
Thanks, Ema
July 15, 2010 at 8:24 pm #85824Paul Wong-Gibbs
KeymasterFor any future additions to core, I think we’ll make an effort to update on http://bpdevel.wordpress.com/.
July 15, 2010 at 7:20 pm #85801In reply to: How does WordPress/Buddypress work?
Hugo Ashmore
ParticipantI posted a ticket on this and a quick and dirty solution, which I can pastebin if required
Needs to go in a bp-custom.php file in the plugins folder
It’s basic but got a bit fed up having to manually get to dashboard.
July 15, 2010 at 7:11 pm #85798In reply to: bp-group-calendar – not updating group activity
r-a-y
KeymasterWould be interested to see this code, as well as Derek’s changes to it.
I hate what WPMU-Dev did to the free plugins section on their site. Luckily, most of all the good WPMU plugins are now hosted on wordpress.org!
July 15, 2010 at 6:42 pm #85791In reply to: Sending Mass PM as admin possible?
David Lewis
ParticipantI use this plugin http://www.vincentprat.info/dev/wordpress-plugins/email-users/
July 15, 2010 at 6:31 pm #85785In reply to: How does WordPress/Buddypress work?
r-a-y
KeymasterOops… sorry the “My Blogs” menu only shows up if you’re using network mode in WP 3.0! This isn’t necessary unless you want to allow your users to create independent blogs on your site. Sorry for the crummy advice there!
You can always visit the dashboard manually by going to:
example.com/wp-admin/You can also customize the BuddyBar to include a link to the dashboard manually as well.
July 15, 2010 at 6:28 pm #85784In reply to: How does WordPress/Buddypress work?
roelant
ParticipantI really don’t see this “My blogs”! The only thing I see is the My activity, notifications and Visit menu. But there is no way to enter my dashboard!

-
AuthorSearch Results