Search Results for 'buddypress'
-
AuthorSearch Results
-
June 28, 2009 at 8:07 pm #48216
In reply to: Avatar from Register Page not being created
vito687
ParticipantBuddypress 1.0.2 just installed and the same issue exists please any help would be appreciated
June 28, 2009 at 5:32 pm #48215In reply to: Redirect to root after Login
Ted Mann
ParticipantIf anyone is looking to hack the adminbar so that when users log in, they stay on the current blog they’re on, just edit the bp-core-adminbar.php file and change the reference to $bp->root_domain, under the “log in and sign up links” section, to $current_blog. Also, I took out the redirect as well. So, my login widget now looks like this:
// **** "Log In" and "Sign Up" links (Visible when not logged in) ********
function bp_adminbar_login_menu() {
global $bp;
if ( !is_user_logged_in() ) {
echo '<li class="bp-login no-arrow"><a href="' . $current_blog . '/wp-login.php">' . __( 'Log In', 'buddypress' ) . '</a></li>';
// Show "Sign Up" link if registrations are allowed
if ( get_site_option( 'registration' ) != 'none' ) {
echo '<li class="bp-signup no-arrow"><a href="' . bp_signup_page(false) . '">' . __( 'Sign Up', 'buddypress' ) . '</a></li>';
}
}
}June 28, 2009 at 3:36 pm #48214Greg
ParticipantSure thing. I was originally scared off by a “forbidden” message from trac, but discovered that I simply needed to log in there using my buddypress.org credentials.
June 28, 2009 at 2:45 pm #48213Jeff Sayre
Participantthe confirmation email is not sent to newly registered users
It seems that WPMU is doing its duties fine. PHP is responsible for taking care of the mail sending. The issue is most likely with your mail server. Check your mail server’s logs.
If you continue to see this behavior, you should contact your host.
found this on my error log…
[27-Jun-2009 13:20:07] PHP Warning: array_merge() [function.array-merge]:
Concerning the array_merge() error, that function has to do with registering new user blogs. This does not affect the initial registration of new users nor the sending of registration emails. There is a fix for this particular issue in this thread.
—
June 28, 2009 at 2:33 pm #48211In reply to: avatar background color if image too small
Jeff Sayre
ParticipantThis is not an bug with BuddyPress. This is not a bug with anything else either.
There is a minimum image file size (50px by 50px) that must be uploaded for avatars. If the file is smaller in width and/or height than the minimum required, the extra pixels will be black.
You could change the minimum file dimensions, but it seems to me that the set minimum is more than sufficient.
June 28, 2009 at 10:09 am #48208In reply to: bbPress – There was an error posting that topic.
3306610
Inactivehi, I am having a similar issue. When I try to post a topic, as admin or otherwise, I get the same error – “There was an error posting that topic.”
It posts to the forum though, I can see it there, but it just does not show up on the buddypress front-end. I do have that line ($bb->bb_xmlrpc_allow_user_switching = true;) in bb-config.php
Any thoughts would be greatly appreciated. thanks.
June 28, 2009 at 8:35 am #48207Sandeep Ramamoorthy
Participantfound this on my error log…
[27-Jun-2009 13:20:07] PHP Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/MY DOMAIN PATH/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-signup.php on line 261
June 28, 2009 at 8:10 am #48205In reply to: 500 Error after uploading BuddyPress 1.0.2
John James Jacoby
KeymasterWho is your web host? My next guess is this is an out-of-memory situation. Others have encountered this with hosts like 1and1 and GoDaddy, and have fixed it by increasing the amount of memory available in their php.ini files.
Do a search through the forums and see if you can find anything relevant that helps out. If not report back.
June 28, 2009 at 4:59 am #48198Sandeep Ramamoorthy
ParticipantDid it…But still it shows the same..
Hence i re-installed buddypress.Now its fine.
But still,the confirmation email is not sent to newly registered users…
i dunno whether its due to my server of the script…
i have stared a new topic to remove the e-mail verification process…
June 28, 2009 at 1:29 am #48195In reply to: New Member Profile Information Not Displaying
connorg
ParticipantOnly the BuddyPress theme has the Member Profiles that I am having trouble with.
June 27, 2009 at 8:10 pm #48186In reply to: Pesky [p] [/p] tags showing on homepage?
Tracedef
ParticipantEDIT: Fixed by: upgrading taking the following from the buddypress download – /buddypress/bp-forums/bbpress-plugins/buddypress-enable.php moving to bbPress plugin folder and overwrite the existing one.
I’m on 1.0.2 and still have the issue on the home page, but it is limited to Group Forum posts that are listed. The group forum posts themselves also have them, while the posts that show in BBPress do not ….
June 27, 2009 at 7:52 pm #48184In reply to: Removing Userbar Login
Paul Wong-Gibbs
Keymasterremove_action( 'bp_adminbar_menus', 'bp_adminbar_login_menu', 2 );
Put it into/make a file called bp-custom.php. I think it lives in /plugins/buddypress/, but I’m sure someone will correct me if it isn’t.
June 27, 2009 at 7:47 pm #48183peterverkooijen
ParticipantWordPress MU 2.7.1 + BuddyPress 1.0.1.
Was this issue fixed in version 1.0.2? I will upgrade, test and report back, but any info on this from your side is appreciated.
Clearing the browser cache should not be necessary. Regular users could try registering different accounts from the same computer as well. You can’t tell them to first clear the cache before trying to register.
June 27, 2009 at 7:32 pm #48181In reply to: Registration is not working
Jeff Sayre
ParticipantSwitch to the default BuddyPress themes and deactivate all plugins except BuddyPress. Try the registration process again. If it works, switch to the FaceBuddy theme. Try registration again. If it is still working, activate one of the plugins, etcetera.
You must distill your BP environment down to the lowest common denominator–default themes, no plugins except BudddyPress activated–and see if everything works with that set up. If so, you then add one thing back at a time (first your custom theme, then one plugin at a time) until the problem occurs again.
Let us know what you discover.
June 27, 2009 at 5:04 pm #48179In reply to: activity-stream per Blogs, Groups, Friends, etc.
Andy Peatling
Keymastertestbp.org always runs the latest development copy. You’ll see features in 1.1 appear there before they appear in the final releases of BuddyPress. It provides a place to test new things as they are developed.
June 27, 2009 at 2:58 pm #48176In reply to: upgrading to BP1.0.2
Kunal17
ParticipantJeff,
Thanks for the advice. Looking at https://trac.buddypress.org/browser/trunk/bp-themes?rev=1468, I see a few changes in both the member as well as the home theme to make them compatible with Firefox 3.5. The other changes are 2 months old (which would make them older than BP1.0 that I was running before I updated)
Sorry to trouble you, but can you confirm that this is all that has changed in 1.0.2. I believe that even in the listed changes on the blog post, this is the only change that could correspond to the default themes. Ive tried to dig further, but I am not very familiar with the trac system.
June 27, 2009 at 2:47 pm #48175In reply to: upgrading to BP1.0.2
Jeff Sayre
ParticipantAnother question: Are there any upgrades to the default member & home themes from 1.0 to 1.0.2?
Yes. There have been an number of changes and improvements. You have two choices:
- Make a copy of the v1.0.2 default themes and modify those copies to match your current theme customizations
- Or, go through the changesets in trac starting here and look for any theme changes and then make those in your current themes
June 27, 2009 at 2:09 pm #48174In reply to: activity-stream per Blogs, Groups, Friends, etc.
Paul Wong-Gibbs
KeymasterIt’s running the trunk version of BuddyPress. The filtered activity streams is a feature that is going to come in BuddyPress 1.1 – see this roadmap for details.
I’d strongly recommend against running the trunk copy, before you ask
June 27, 2009 at 11:43 am #48171In reply to: Pesky [p] [/p] tags showing on homepage?
Paul Wong-Gibbs
KeymasterUpgrade to BuddyPress 1.0.2, and read this post: https://buddypress.org/blog/news/buddypress-102/#comment-1173.
It will not correct any existing items in your Site Wide Activity, but new items will be fixed.
June 27, 2009 at 11:42 am #48170In reply to: Forum Notice to Site Wide Activity Bug
Paul Wong-Gibbs
KeymasterUpgrade to BuddyPress 1.0.2, and read this post: https://buddypress.org/blog/news/buddypress-102/#comment-1173.
It will not correct any existing items in your Site Wide Activity, but new items will be fixed.
June 27, 2009 at 11:42 am #48169Paul Wong-Gibbs
KeymasterFor the thing with [p] tags and similar in the Site Wide Activity widget:
Upgrade to BuddyPress 1.0.2, and read this post: https://buddypress.org/blog/news/buddypress-102/#comment-1173.
It will not correct any existing items in your Site Wide Activity, but new items will be fixed.
June 27, 2009 at 11:41 am #48168In reply to: Group Creation stops at step 3 ….
Paul Wong-Gibbs
KeymasterUpgrade to BuddyPress 1.0.2, and read this post: https://buddypress.org/blog/news/buddypress-102/#comment-1173.
It will not correct any existing items in your Site Wide Activity, but new items will be fixed.
June 27, 2009 at 11:40 am #48167In reply to: bbCode in Discussions
Paul Wong-Gibbs
KeymasterYes. Upgrade to BuddyPress 1.0.2, and read this post: https://buddypress.org/blog/news/buddypress-102/#comment-1173.
It will not correct any existing items in your Site Wide Activity, but new items will be fixed.
June 27, 2009 at 8:12 am #48161In reply to: BuddyPress Showoff: Post your links
Kunal17
ParticipantSome really nice websites on this list. Would be awesome if everyone wrote the plugins you were using too.
June 27, 2009 at 5:40 am #48160In reply to: BuddyPress Showoff: Post your links
thestasi
ParticipantCold war fiction website.
Almost finished, just ironing out the differences between firefox and ie.
Once done will have a go at installing mediawiki too.
Comments on the theme would be great as not visually great at these things.
Thanks to Mike @ AvenueK9 as his template was the base for the site.
-
AuthorSearch Results