Search Results for 'wordpress'
-
AuthorSearch Results
-
July 6, 2010 at 10:35 pm #84515
In 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.
July 6, 2010 at 3:54 am #84391In reply to: How to make a private community?
Pisanojm
Participant@r-a-y I used your code suggestion and some that I found in Restrict User 2 With Viper’s original Restrict User Plugin
Found here http://www.viper007bond.com/wordpress-plugins/registered-users-only/
because I wanted the site to be restricted to registered users only… still allow access to the login/activiate page and ALSO allow access to the feeds…I ended up with this.
// Depending on conditions, run an authentication check
function MaybeRedirect() {
// If the user is logged in, then abort
if ( current_user_can(‘read’) ) return;$settings = get_option( ‘registered-users-only’ );
// Feeds
if ( 1 == $settings && is_feed() ) return;// This is a base array of pages that will be EXCLUDED from being blocked
if ($bp&&($bp->current_component == BP_REGISTER_SLUG ))//buddypress
return;if ( bp_is_register_page() || bp_is_activation_page() || is_page(‘welcome’) ) //buddypress
return;$this->exclusions = array(
‘wp-login.php’,
‘wp-signup.php’,
‘wp-register.php’,
‘wp-activate.php’,
‘wp-cron.php’, // Just incase
‘wp-trackback.php’,
‘wp-app.php’,
‘xmlrpc.php’,
);
It appears to be working… Do you have any thoughts on the above? Thanks
July 5, 2010 at 10:37 pm #84355In reply to: how to access to bbpress admin from buddypress??
r-a-y
KeymasterThere are limitations, but it depends on what you mean by integration!
The tutorials I listed integrates single sign-on with standalone bbPress and WordPress, which consequently means BuddyPress as well.
July 5, 2010 at 10:06 pm #84342In reply to: Avatars aren’t shown after the upgrade
r-a-y
KeymasterOkay, then follow the guide from the previous thread I mentioned:
http://developersmind.com/2010/06/17/upgrading-wordpress-mu-2-9-2-to-wordpress-3-0/Read and implement everything.
Chances are you’re missing the .htaccess edit and moving /wp-includes/ms-files.php to /wp-content/.
July 5, 2010 at 10:02 pm #84339In reply to: Missing avatars with WP3.0 & BP1.2.5
r-a-y
KeymasterFollow the instructions first, primarily you need to edit the .htaccess file and you need to move /wp-includes/ms-files.php to /wp-content/.
FYI, avatars are stored in the uploads directory, which differs depending on what flavor of WordPress you’re using.
For single WP, that would be /wp-content/uploads/.
For multisite, that would be /wp-content/blogs.dir/BP_ROOT_BLOG_ID/files.July 5, 2010 at 9:44 pm #84328In reply to: Missing avatars with WP3.0 & BP1.2.5
r-a-y
KeymasterAvatars are not stored in the DB.
Doug, it looks like you upgraded from WPMU 2.9.2 to WP 3.0. Chances are you did not fully accomplish all the upgrading steps:
http://developersmind.com/2010/06/17/upgrading-wordpress-mu-2-9-2-to-wordpress-3-0/Follow everything listed there.
July 5, 2010 at 9:05 pm #84319In reply to: how to access to bbpress admin from buddypress??
r-a-y
Keymaster@alanchrishughes – It sounds like you want to integrate a standalone version of bbPress with WordPress, I’ve already given you directions on how to do this.
Please do not hijack an old thread, post a new one to discuss your problems, or go on the bbPress forums for help.
*Edit: Here’s another guide that might be easier to follow:
http://www.wpmods.com/integrate-wordpress-bbpressJuly 5, 2010 at 8:53 pm #84315r-a-y
KeymasterWhen you upgraded WPMU to WP 3.0, did you correctly upgrade?
http://developersmind.com/2010/06/17/upgrading-wordpress-mu-2-9-2-to-wordpress-3-0/It also sounds like your BP install is corrupted. Here’s a guide to upgrade BP:
https://codex.buddypress.org/getting-started/upgrading-from-10x/July 5, 2010 at 8:28 pm #84309In reply to: Search returns 404 Error
Jeff Sayre
ParticipantIf you are not yet running BuddyPress, then you will need to visit the WordPress.org support forums. This is a lot of information on this issue. WordPress is the foundation on which the plugin BuddyPress is installed. As you indicate above in your answer to question 6, you do not even have BP installed, so this is purely a WP issue.
July 5, 2010 at 7:25 pm #84301In reply to: Group Tags not working?
footybible
ParticipantI’m having the same issue using it with wordpress 3.0
July 5, 2010 at 6:06 pm #84297In reply to: Buddypress Ajax Chat – Error
Jeff Sayre
ParticipantYou need to contact the plugin author. They have a support group on BuddyPress.org but have not activated their group forum. Please read the readme.txt file or visit the plugin’s page on the WordPress Plugin Repository for information on how to contact them.
As the How-To and Troubleshooting forum is for supporting BuddyPress, and not 3rd-party plugins (especially ones that require payment to have AdSense code removed), I’m closing this thread.
@silversurferes, I’m closing this thread per above reasons. You did not do anything wrong.
July 5, 2010 at 1:13 pm #84285In reply to: How to show BP Avatars in WordPress blogs?
ronia
Participant@johnjamesjacoby Yes Buddypress 1.2.5
July 5, 2010 at 12:24 pm #84283In reply to: How can I know what action, filter, function etc.?
rich! @ etiviti
ParticipantYou can only override functions which are pluggable – I don’t believe any exists within BuddyPress (just the standard wp pluggable.php)
actions are just trigger points that are defined somewhere in the code
https://codex.wordpress.org/Plugin_API#Hooks.2C_Actions_and_Filters -
AuthorSearch Results