Search Results for 'wordpress'
-
Search Results
-
Topic: Is BuddyPress right for me?
I run a small network called the Youth Bloggers Network, a WordPress and bbPress powered site which currently lacks some features that BuddyPress offers. I am wondering if using WordPress MU and BuddyPress is the best option for my network: http://youthbloggers.net/.
People who join the network usually have their own blog already, so the WordPress MU part is not necessary for me. However, the features BuddyPress provides including Friends, Private Messaging, and Groups appeal to me very much. I am wondering if it is worth switching over to BuddyPress right now. I understand that it is still under development and requires a lot of work to get things up and running – including a theme that matches the current look of my site.
Are there any BuddyPress users willing to share their thoughts on BuddyPress, and if they think it is right for me?
I ran across this little gem while looking for a php class for ‘modified pre-order tree trasversal’. Try saying that three times real quick. No idea how I arrived at ‘WordPress Hooks & Filters Flow’ but I’m glad I did.
bp is entirely event driven in nature. Everything responds to or creates events that wp calls actions and filters. This script analyzes a live wp install and dumps all the actions/filters like so:
wp
* Priority 1 :
1. bp_core_set_uri_globals()
2. bp_core_setup_globals()
3. bp_activity_setup_globals()
4. bp_blogs_setup_globals()
5. friends_setup_globals()
6. groups_setup_globals()
7. messages_setup_globals()
8. bp_wire_setup_globals()
9. xprofile_setup_globals()
* Priority 2 :
1. bp_core_add_settings_nav()
2. bp_core_setup_nav()
3. bp_activity_setup_nav()
4. bp_blogs_setup_nav()
5. friends_setup_nav()
6. groups_setup_nav()
7. messages_setup_nav()
8. bp_wire_setup_nav()
9. xprofile_setup_nav()
10. bp_show_home_blog()
11. bp_show_register_page()
12. bp_show_activation_page()
* Priority 3 :
1. bp_core_setup_session()
2. bp_activity_action_sitewide_feed()
3. bp_activity_action_personal_feed()
4. bp_activity_action_friends_feed()
5. bp_forums_setup()
6. groups_action_join_group()
7. messages_action_view_message()
8. messages_action_delete_message()
9. messages_action_bulk_delete()
10. xprofile_action_delete_avatar()
11. xprofile_action_new_wire_post()
12. xprofile_action_delete_wire_post()
* Priority 4 :
1. groups_screen_group_admin_edit_details()
2. groups_screen_group_admin_settings()
3. groups_screen_group_admin_avatar()
4. groups_screen_group_admin_manage_members()
5. groups_screen_group_admin_requests()
6. groups_screen_group_admin_delete_group()
* Priority 5 :
1. bp_core_directory_members_setup()
2. bp_core_search_site()
3. bp_blogs_directory_blogs_setup()
4. groups_directory_groups_setup()
* Priority 6 :
1. bp_core_get_random_member()
2. bp_blogs_redirect_to_random_blog()
3. groups_redirect_to_random_group()
* Priority 10 :
1. bp_core_catch_no_access()
2. bp_core_add_js()
3. xprofile_add_js()
What you see above is bp’s wake up event ‘wp’, the bp functions that hook it and the sequence they are called. Way cool! In my particular install there are:
Number of hooks 293
Number of registered filters / actions : 673
I get to see all of them live and in person. You can too. From Ozh’s description of this utility:
WordPress Hooks & Filters Flow
4 blablas On: 2006/05/16 Viewed: 6774 times
Basically, a plugin for WordPress creates a PHP function (a filter or an action) which is called when a particular event (a hook) occurs, for example when a post is printed or when a comment is posted (for more info about hooks, filters and action, check the Codex)
When developping a new plugin, you sometimes encounter unexpected behaviors from your code, which can originate from a filter conflict : another PHP function with a higher priority was triggered before your own function, and processed the same bits you’re trying to pass through your function.
That’s why when developping plugins, it’s important to be well aware of what I call the Filter Flow : for each hook, which functions are called in which order ?
So, I wrote this script : WordPress Hooks & Filters Flow
I thought other developers might be interested.
http://planetozh.com/blog/my-projects/wordpress-hooks-filter-flow/
Hi everyone,
I’m new to BuddyPress and I had a search on this forum before adding this new topic. Unfortunately I didn’t find anything.
I already have a standard (not MU) WordPress website with almost 100 users. Everyone with their profile and posts. I’m planning to migrate to a social network platform for my users, and I’d like to export users and their data into WordPressMU/BuddyPress.
Is there any workaround or plugin, to do this?
Thanks in advance for your help.
Topic: Can not change the Theme.
I’ve installed wordpress MU and it works correctly. Then i installed buddypress but when i moved the themes into the correct folders and changed them in the ADMIN settings the theme did not change to the buddy press theme. any suggestions?
Topic: smtp plugin?
One of the biggest email service provider (in my country) doesn’t like emails which are not send through smtp. So my question is if there is a working smtp plugin available for wordpress+mu & buddypress?
thanks
So I have successful installed wordpress mu plus buddy press and absolutely love it. Only one slight problem, I think the htaccess / mod rewrite for the registration urls are messing up
And try and click create a free account or sign up and I end up at
http://fanbud.com/wp-login.php?redirect_to=http://fanbud.com/register
Any ideas on how to fix this
Hello
http://weblogplaza.com/2009/02/21/updated-to-wordpress-27/
On this page something goes wrong with the sidebar div, it’s the same problem for other articles when you view them.
Home, blog itself and member pages work fine.
I use latest SVN, 1209
