Search Results for 'buddypress'
-
AuthorSearch Results
-
January 7, 2011 at 5:21 pm #102160
bruteforce9
MemberI have the same problem. @djpaul, is it extremely hard to release a new version of buddypress? 1.2.8?
Mine off by 7 hours
January 7, 2011 at 4:51 pm #102153In reply to: Friend request – wp-login redirects?
rocketpoprich
MemberI’ve experienced this problem as well, here is my work around. This fixes my particular grief with this defect, but is not particularly kosher (modifying core plugin files, be careful with your updates) so your mileage may vary.
In /wp-content/plugins/buddypress/bp-friends/bp-friends-notifications.php edit the variable $all_requests_link on line 14. This is the link sent in your friend requests e-mail that breaks if you are not logged in.
What you will attempt to do now is change this variable to include /wp-login.php?redirect_to=the_link_you_want_to_login_redirect to. reauth=1 is added in case the person is logged in, they will be redirected to the correct place also and not bypassed.
In the end your line 14 variable $all_requests_link should read:
` $all_requests_link = “http://www.yourdomain.com/wp-login.php?reauth=1&redirect_to=”.bp_core_get_user_domain( $friend_id ) . BP_FRIENDS_SLUG . ‘/requests/’; `
Please change yourdomain.com in this variable to your actual domain.
Good luck and lets hope this defect gets fixed the right way, soon.
See official bug trac for more updates on this bug: https://trac.buddypress.org/ticket/2647
January 7, 2011 at 4:06 pm #102148In reply to: Alignment issue with BuddyPress
gonefishingboard
MemberThe file is from Activity folder. But I also have to edit the index.php in groups forums and other folders so they all align correctly.
January 7, 2011 at 4:03 pm #102146In reply to: Alignment issue with BuddyPress
gonefishingboard
MemberSorry for any confusion. In the top menu bar click the “Sign-up” link and look at the registration boxes and you will see that they are aligned to the left of the theme. I am trying to get all the pages in buddypress to align with theme. If you set up an account you will see that all of the pages are aligned to the far left of the screen.
January 7, 2011 at 3:09 pm #102143bigtweet
ParticipantI have found a possible bug in the BlogsMU Theme that can account for the group creation bug scenario exactly as described by Anointed.
I posted some details along with a proposed fix here:
http://premium.wpmudev.org/forums/topic/buddypress-group-creation-bug-in-blogsmu-theme-with-proposed-fixEven if one isn’t using the BlogsMU theme, it is possible that the same scenario I described in the link above could occur with an incorrect URL reference in another theme.
I’m wondering if it might be better/safer if BuddyPress avoided cookies altogether in the group creation process and instead relied on the URL to carry state information?
– Scott
January 7, 2011 at 3:01 pm #102142In reply to: Error in messaging system
ultimateuser
ParticipantI did a fresh install of WordPress and Buddypress but still have problems. I moved the topic to:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/error-in-buddypress-messaging-please-help/#post-newJanuary 7, 2011 at 2:56 pm #102141David Bisset
ParticipantWas there any progress on this? I was interested in the same thing, whether if it’s code or an actual plugin.
Thanks!
January 7, 2011 at 9:05 am #102134In reply to: warnings on buddypress forum
Apostolos Gazepis
MemberThis problem has been solved in the newest version of buddypress 1.2.7
January 7, 2011 at 8:46 am #102133In reply to: Convert a WordPress Theme to a BuddyPress Theme
kulinfx
MemberWhen I install the buddypress template pack plugin and activate it my site gets broken doesnt work, then i deleted the files from the server for the plugin and then the site started working.
To make sure i installed it twice both times it didnot work so i had to delete the plugin, is there any way where by I could get the plugin to work.
January 7, 2011 at 7:41 am #102131Bigjimmysisco
MemberEvery single timestamp related to buddypress is off. Every one. When I post a status update, at first it says 0 seconds ago: then I refresh the page and it says 7 hours. My host and wordpress are correct time because comments have correct time. Should I go back to no 1.2.5.2?
January 7, 2011 at 7:31 am #102129In reply to: Blogatize.net – The Social Blog Network
Romik84
Member@gunju2221 thank you. No, I don’t use that. Honestly, hear about that first time
.@crashutah I am using dedicated server with WP-Super cache. I am planning to change my host provider (maybe Hostgator?) and I would love to hear some tips if you have for a good performance and good price
.January 7, 2011 at 7:23 am #102126January 7, 2011 at 7:21 am #102125Bigjimmysisco
MemberI just installed wordpress and buddypress today, so everything is new

Just for a tester, I de-updated the plugin from 1.2.7, to 1.2.6, time still broken.
De-updated again to 1.2.5, and times are correct!
January 7, 2011 at 7:15 am #102124Paul Wong-Gibbs
KeymasterWell, throw me a clue here. Was your BuddyPress always like this? Did the times break when upgrading to BP 1.2.7? Or WP 3.0.4?
January 7, 2011 at 6:55 am #102122Trixler1094
MemberI have this problem also. I think it’s pretty poor of buddypress.
I tried setting the time zone in wordpress to New York, setting the time earlier so it set it to “5 hours”, realizing that, from LA, being 9 hours, maybe going further would solve it.
Setting to Moscow Russia I figured would fix the problem, but then it just says “sometime ago”
I NEED to have Times working, because everything is archived through time on my site, (cough cough, @djpaul 👿
January 7, 2011 at 5:29 am #102119Bigjimmysisco
MemberThis fix, from @r-a-y is outdated: https://trac.buddypress.org/changeset/3142, applied some, does not fix the problem
January 7, 2011 at 5:22 am #102118In reply to: How do I force a login?
bgrun80
ParticipantThanks for the quick replies.
@modemlooper: When I tried your code, it gave me this…
Warning: Division by zero in C:xampplitehtdocswp-contentthemespartyhookupsindex.php on line 10
Warning: Cannot modify header information – headers already sent by (output started at C:xampplitehtdocswp-contentthemespartyhookupsindex.php:4) in C:xampplitehtdocswp-includespluggable.php on line 890@Jalien: I will give it a shot, but I’d really prefer to use my own code and keep plugins to a minimum
I tried this and it worked, but I’m wondering if it will break something else or if it’s bad programming practice. Any thoughts?
if ( !is_user_logged_in() ) :
global $bp;
$bp->signup->step = ‘request-details’;
locate_template( array( ‘registration/register.php’ ), true );
else :
index.php as usualJanuary 7, 2011 at 4:56 am #102112In reply to: Avatars Not Working.
newvisioninfotech
MemberThanks for your replay.
@paul – uploaded avatar saved in /wp-content/uploads/avatars/signups
@mercime – wordpress working on signle site on root. (http://mysite.com)My .htaccess :
# BEGIN WordPressRewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]# END WordPress
@hnla : my site is host on windows server. i was check permission for read/write for IIS user.
but i dont know whats going wrong…..
waiting for your reply.
January 7, 2011 at 3:21 am #102110modemlooper
ModeratorBuddyPress adds extended profiles and groups to a WordPress install. What you want is doable but it wouldn’t be out of the box. You’d have to do some customization.
January 7, 2011 at 3:18 am #102109In reply to: Tasty Kitchen Member Privacy
modemlooper
Moderator@jeffsayre has a privacy plugin due out soon.
January 7, 2011 at 12:17 am #102105In reply to: JPG display in posts
bendingpixels
MemberI did some more digging on WordPress, and what I’m looking for is something like the “Comment Toolbar” plugin. It doesn’t work in buddypress though.

That would be perfect if it did.
January 6, 2011 at 10:29 pm #102099In reply to: Tasty Kitchen Member Privacy
David Carson
ParticipantAnd here’s a link to the original thread which is worth reading through.
https://buddypress.org/community/groups/creating-extending/forum/topic/securing-components-from-non-logged-in-users/I haven’t tested this with the latest version of WP/BP but I’ve used a similar method up to WP 2.9.1 and BP 1.2 without issue.
January 6, 2011 at 10:27 pm #102098Anointed
Participant@dwenaus
This plugin sounds like a great idea. I would love to beta test when it becomes available.January 6, 2011 at 10:19 pm #102096In reply to: HELP!! Member posts on front page
Virtuali
ParticipantThere are several plugins (one quick post) that allow users to post from their buddypress profile.
January 6, 2011 at 10:17 pm #102095In reply to: Error in messaging system
ultimateuser
ParticipantJust did that a minute ago. Deactivated all plugins except Buddypress. Didnt work either…
-
AuthorSearch Results