Search Results for 'wordpress'
-
AuthorSearch Results
-
July 7, 2010 at 6:37 pm #84641
In reply to: “Submit” button missing from sign-up page
Pisanojm
ParticipantHave you tried with all plugins disabled by BP? Are you using Current versions of plugins/BP/WordPress?
July 7, 2010 at 6:32 pm #84639Jeff Sayre
ParticipantI’m sorry that you are still having issues with deep integration of bbPress with WordPress. Many sites have an integrated bbPress install. In fact, @r-a-y has helped you extensively with the issue of bbPress integration into WordPress, pointing to many resources to help you accomplish that goal. If you are having trouble successfully performing a deep integration of bbPress with WordPress, then you should post on the bbPress or WP forums or ask for help on one of the blog articles to which Ray pointed you. (Have you searched for articles on bbPress and WordPress deep integration?)
By the way, with the exception of using bbPress for group forums within BuddyPress, bbPress and BuddyPress will never integrate site wide as BuddyPress is a plugin that sits on top of WordPress. What you are really talking about is integration of WP’s user tables with bbP’s user tables, so that they share their user data. BuddyPress does not store login information. BuddyPress does not authenticate users. Those functions are performed by WordPress. This site’s forums (BP.org) used to have an integrated bbPress install with WP. The forums were simply skinned to look like they were BuddyPress themed. But, they were a separate theme controlled by bbPress.
Let’s get this thread back on topic. I ask that you please refrain from taking this thread off topic anymore as it is impolite to the OP.
July 7, 2010 at 5:52 pm #84633alanchrishughes
ParticipantbbPress won’t integrate with Buddypress either.
July 7, 2010 at 5:20 pm #84631In reply to: Filtering out Activity Stream stuff
rich! @ etiviti
Participantif a site owner does not care about certain activity items at all – block em:
https://wordpress.org/extend/plugins/buddypress-block-activity-stream-types/July 7, 2010 at 12:48 pm #84593In reply to: Avatars aren’t shown after the upgrade
ronia
Participant@bennadler – Thanks! But it is not WordPress MU – it is WordPress 3 as multisite (sub directories) – the code is not working.
July 7, 2010 at 11:55 am #84585Paul Wong-Gibbs
KeymasterI’ve not seen anyone integrate simple press into the activity stream, so you’ll probably have to do that up yourself.
July 7, 2010 at 9:12 am #84566In reply to: TwentyTen child theme for BuddyPress
Marco Giustini
ParticipantLet me know how it works Buddypress… I have a WP 3.0 Multiuser install with Buddypress 1.2.5 and I wish to have a network like WordPress.com. I need a common admin bar for all the network sites, so the users coming from the other sites can access to the network services (groups, forums, activity, pm, etc..) of the main site. So I need a unique template for all the sites. To do that, I cannot use the BP-Twentyten template but I converted the Twentyten template, using the BuddyPress Template Pack plugin. So now I have a template I can use on Buddypress based main site and also on the slave sites. The only problem is that this new template needs the BuddyPress Template Pack plugin to work. Actually I’m working on a test install, I need for the production install a common template independent from the plugin, but I have no coding skills to make it working. Can you help me?
July 7, 2010 at 5:33 am #84555In reply to: Need to get this fixed BEFORE installing BuddyPress
paulhastings0
ParticipantAh, then you’re in the wrong forums. These forums are just for BuddyPress and it’s related issues (hence why it’s called buddypress.org, not wordpressthemes.org
). You should try contacting the Mensa theme owners/creators. Look in your style.css page for contact info. Good luck!July 7, 2010 at 2:56 am #84544In reply to: how to access to bbpress admin from buddypress??
alanchrishughes
ParticipantYeah I installed them both locally using MAMP.
I tried it again tonight and when I log in to bbpress it will log me in to buddypress, but when I log in to buddypress it doesn’t log me in to bbpress. I went in to buddypress to the forum setup tab and did the integration from an existing forum thing, but that just set up the groups forums again. I created a group and stated a forum and topic, the group appeared as a subforum on bbpress and the posts appeared there. When I posted on in it bbpress it appeared in the group on buddypress, and group posts appear on bbpress.
I went back to the forum setup tab and it said:
“NOTE: The forums directory will only work if your bbPress tables are in the same database as your WordPress tables. If you are not using an existing bbPress install you can ignore this message.”
Which is something over my head, I don’t even know what a table is.
July 7, 2010 at 2:12 am #84541In reply to: Avatars aren’t shown after the upgrade
bennadler
MemberHere is the code I used. Put this in bp-custom.php in your plugins folder, and it should correctly display your user’s BP avatar across an entire WordPress MU install. Lemme know if it works!

function nfm_bp_avtar_upload_path_correct($path){
if ( bp_core_is_multisite() ){
$path = ABSPATH . get_blog_option( BP_ROOT_BLOG, ‘upload_path’ );
}
return $path;
}
add_filter(‘bp_core_avatar_upload_path’, ‘nfm_bp_avtar_upload_path_correct’, 1);function nfm_bp_avatar_upload_url_correct($url){
if ( bp_core_is_multisite() ){
$url = get_blog_option( BP_ROOT_BLOG, ‘siteurl’ ) . “/wp-content/uploads/”;
}
return $url;
}
add_filter(‘bp_core_avatar_url’, ‘nfm_bp_avatar_upload_url_correct’, 1);Originally found here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/custom-avatars-arent-shown-on-single-blogs-in-wpmu/
July 7, 2010 at 2:03 am #84538In reply to: User lost activation email
Philo Hagen
ParticipantI’m pretty new to Buddypress and WordPress. Launched my first site today with 95% of the “i can’t find my registration” emails solved by directing them to their spam folders. But beyond that I have three that can’t find their email, say it’s not in their spam folder, and I need to get em in. Opened phpadmin and didn’t see a “wp_signsup” listing. Checked out “wp_users” and found user_activation_key and there’s a list of 30 things and two of them have keys next to them. They’re different keys. How do I know which one to use? And how exactly do I use it. Do I go to the mydomain.com example url above and enter this key and then that gets them in? Or do I give them the key and they do that? Any insights most appreciated.
July 6, 2010 at 11:43 pm #84528In reply to: Missing avatars with WP3.0 & BP1.2.5
Doug
Participant@r-a-y – That is a reference to the current live site, which is built of of WordPress 2.7 (not WPMU). To build this new site (dev.neoncon.com) copied the DB and files to dev and did upgrades from there. So, those references, which only exit within posts, should be broken.
The issue is with new uploads, specifically the avatars for members and groups.
July 6, 2010 at 10:35 pm #84515In reply to: How do you add/invite a friend?
Ali Erkurt
ParticipantHello caplain. You can use plugins for this. I’m using Invite Anyone. You can search Extend section by typing “invite” and visit WP Plugins Directory at https://extend.wordpress.org/plugins
July 6, 2010 at 8:56 pm #84509In reply to: Syncing with friendfeed
LPH2005
ParticipantFor Blog postings, you might try Glenn Slaven’s plugin. I haven’t tried it with WP 3.0.
https://wordpress.org/extend/plugins/friendfeed-comments/
You could also go with Disqus or Intense Debate … to synch comments in blog postings.
For activity stream … I have not tried this … but … use tweestream to sync between site and twitter, use FriendFeed tool to keep twitter and FriendFeed synchronized … that should do the trick at the basic level.
July 6, 2010 at 8:18 pm #84501In reply to: Avatars aren’t shown after the upgrade
ronia
ParticipantWordpress 3
Buddypress 1.2.5.2
Fresh new installations
(No upgrades, no conversions, just Multisite/multiblog and subdirectory from the beginning)
Sample blog post – http://kmela.net/kc/newdemo/2010/07/06/new-post-one/
Sample activity stream – http://kmela.net/kc/members/newdemo/activity/User newdemo is confused as she uploaded her avatar from BP but cannot see that in her blog comment
July 6, 2010 at 5:09 pm #84468In reply to: how to access to bbpress admin from buddypress??
r-a-y
KeymasterI hate repeating myself but the reason I mention the renaming is BuddyPress uses the “forums” slug by default, so if you installed standalone bbPress at /forums/, there will be a slug conflict.
Did you even install standalone bbPress?
On a properly-integrated bbPress and WordPress install, you can login at standalone bbPress and you will be logged in at WordPress and vice versa. I’ve done this on multiple occasions and it works.
July 6, 2010 at 4:15 pm #84454In reply to: Avatars aren’t shown after the upgrade
r-a-y
Keymaster@ronia , @alierkurt –
Try the newest release — BP 1.2.5.1 — and see if that works:
https://downloads.wordpress.org/plugin/buddypress.1.2.5.1.zipJuly 6, 2010 at 2:28 pm #84440Mark
Participant@boonebgorges Sorry, I wasn’t very explicit. I am visiting the user’s profile while logged in as an admin, which gives me the Admin options in the admin bar, including the option to “delete this user”. That way, it doesn’t work.
I’m sure I can delete the user from within the WordPress interface, but that is what I want to avoid. So I want to find out what could be causing this BP error.
July 6, 2010 at 2:27 pm #84439In reply to: Buddypress version of wordpress 'mystique' theme?
José M. Villar
ParticipantHi there. Thanx for the tuts & info.
Any chance of updating malleable for BP theme ? I see you removed it from xfactor site.July 6, 2010 at 12:24 pm #84427In reply to: Buddypress version of wordpress 'mystique' theme?
thekmen
Participant@anaxent sorry for the late reply, been away for a few days.
Yes, the current version of the theme on http://bp-theme-converts.com/mystique-with-buddypress/ works with BP 1.2.5.
Feel free to post any issues or support for plugins you want on the forums there.July 6, 2010 at 11:57 am #84422In reply to: Delete Account ends up with 404
Boone Gorges
KeymasterIf you’re experiencing problems deleting users via the WP user management panel, then it’s probably not strictly speaking a BuddyPress problem. You might try deactivating BP (deactivate BP-dependent plugins first!) for a moment, to see if you’re able to delete members with BP turned off. If not, then your problem is WordPress related.
July 6, 2010 at 10:18 am #84417In reply to: Delete Account ends up with 404
medani
Participantwe didn’t solve this…
We have updatet the installation to WordPress 3.0 and the newest Buddy press Version….has anyone any ideas or the same problem??
July 6, 2010 at 8:08 am #84413In reply to: RESOLVED: Crazy WordPress question
@mercime
Participant@BillboardFamily you’re welcome. Codex is your friend
https://codex.wordpress.org/ and https://codex.buddypress.org/home/July 6, 2010 at 4:52 am #84396In reply to: Avatars aren’t shown after the upgrade
ronia
ParticipantI have made fresh, clean installs of WP 3 as multisite and Buddypress 1.2.5. While everything works OK avatars uploaded at BP are not shown in WP blog, blog comments etc
I posted a demo link at https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-show-bp-avatars-in-wordpress-blogs/
Does the demo version ay buddypress.og works okay with WP multisite blogs – is there any demo?
This bug is actually making Buddypress 1.2.5 unusable.July 6, 2010 at 4:03 am #84395In reply to: Search returns 404 Error
BillboardFamily
Participanti understand that. I wanted to get this working before attempting the BP install, but I never got an answer over at wordpress.org, and everyone here is very knowledgeable.
-
AuthorSearch Results