Search Results for 'buddypress'
-
AuthorSearch Results
-
August 11, 2012 at 8:03 am #139126
In reply to: [Resolved] Downgrade to prior version
Crew Pass
Participant@identity1998 – I checked and I am also having problems with the search.
I am using Custom Community Pro. I think I will contact them and ask if they can have a look at the problems.
August 11, 2012 at 7:09 am #139125In reply to: No way to register (and other issues).
thoughtbludgeon
MemberTaking a second look, it appears as if all the buddypress pages are blank. Activity, Groups, and Members are all just blank pages. Register doesn;t even appear in the page navigation. The menu bar is showing all of the BP menu items – but they all give me a 404.
August 11, 2012 at 3:48 am #139121In reply to: How to change navigation order in profile menu
9087877
Inactive@modemlooper lol! I should know this already! I have your awesome plugin installed on multiple localhost testing sites. Thanks for the reminder!
August 11, 2012 at 3:28 am #139120In reply to: How to change navigation order in profile menu
August 11, 2012 at 2:03 am #139119In reply to: Banned user can still reply
LIB53
MemberBuddypress 1.6, using the BuddyPress Default theme. The user is shown as banned in the Admin > Members list. The user cannot create forum topics, forum replies, or write new updates in the group. In a green box underneath the group description it states “You have been banned from this group.” when that user visits the group. It’s a public group. The banned user can still read everything, and he can reply to activity feed entries.
This was possible on previous versions of buddypress (1.5.6 i think) and I was wiping and re-installing wordpress and buddypress on two different servers (local and online) both producing the same results with fresh installs. I really had nothing to do that day… My site ended up only using private groups and I thought this was intended so I didnt mention it before.
August 11, 2012 at 1:21 am #139118EllsWeb
ParticipantYes, there does seem to be a few issues.
While buddypress is claiming that there isn’t a need to network activate, making it work on a subsite doesn’t seem to be as easy as one might expect. I haven’t figured out how to get past the permissions thing on subsite, but network activating in the base site also doesn’t seem to connect to the subsites. They don’t seem to know buddypress is activated. Kind of frustrating, but when someone shares the secrets with the rest of us, it will be quite a nice install, I presume..Also, with themes that are compatible with v1.56, are they still compatible with 1.6? Or do the new files need to be moved to the theme directory to make everything work right? I ask these questions because of the problem I seem to be having with not being able to find buddypress profile from the subsites.. I am being directed to the WordPress profile, not buddypress, from the subsites.
August 10, 2012 at 10:20 pm #139114In reply to: 1.6 Update Help – Pages
Boone Gorges
Keymaster@joshualedetnet (and others having the issue) – Could you help us to debug by putting the following into your bp-custom.php or theme’s functions.php file?
`add_filter( ‘bp_do_redirect_canonical’, ‘__return_false’ );`
And then let us know whether the redirect problem stops. (If it does, you’re welcome to leave that line in there until there’s a fix – it simply disables a new canonical URL feature.)
August 10, 2012 at 10:13 pm #139113theBestProgrammers
ParticipantPlease share the solution provided by @djpaul, I am also facing the same problem. I hope it will help many others.
August 10, 2012 at 9:38 pm #139111Paul Wong-Gibbs
KeymasterNot out of the box. If you are creating a *brand new* BuddyPress site, you don’t need to use the Group Forums at all. I recommend that you:
1) Go to Settings > BuddyPress > components, disable the “Group Forums” component. Save.
2) Go to the Pages menu, and delete the “Forums” page which BuddyPress would have created for you.
3) Go to Settings > bbPress settings, and scroll right down to the bottom. You’ll see a box labelled something like “enable BuddyPress integration”. Tick it, save.
4) That’s all!August 10, 2012 at 9:35 pm #139110In reply to: [Resolved] Cannot add a new forum topic in groups
Paul Wong-Gibbs
Keymaster@queenieb Which plugin was causing problems?
August 10, 2012 at 9:20 pm #139109In reply to: BP Registration Spam – again
August 10, 2012 at 9:15 pm #139108In reply to: BP Registration Spam – again
Haraldo88
Member@4ella: so here’s the official answer from Login Ninja: “Unfortunately Login Ninja doesn’t support BuddyPress forms.” So how are you using it in BuddyPress???
August 10, 2012 at 9:03 pm #139107In reply to: [Resolved] Cannot add a new forum topic in groups
August 10, 2012 at 8:58 pm #139106In reply to: [Resolved] Show posts written by user on profile
valuser
ParticipantThere is (was) a plugin bp-posts-on-profile at https://wordpress.org/extend/plugins/bp-posts-on-profile/ though it is very out of date and hasn’t been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress and BuddyPress.
I have tried it out with bp 1.6 and wp 3.4.1 and with a host of other bp plugins in a multisite and also in a multi-network local test site.
As far as Multi-Site/Multi-Network it was unsatisfactory as it only drew in blog posts from the main blog.
It did not draw in posts from (say) a group blog.
However for anyone who authored a post on the Main Blog it dragged in that post and showed it on their profile under the tab Posts
Those more qualified might look at the code and see if it would take much to have it brought fully up to date and multi-site compatible.
However as all relevant details including of posts are included in the members activity tab it probably is not as vital as other plugin development ?
On that note is there any kind of group funding facility for plugin development. So that those who want but can’t could collectively fund those who can ? or would something like that ever work ?
August 10, 2012 at 8:49 pm #139105In reply to: [Resolved] Downgrade to prior version
identity1998
MemberI am using the Genesis Framework with Genesis Connect. There’s a new version available today that fixed my problems, http://www.studiopress.com/support/showthread.php?t=113196&highlight=buddypress
August 10, 2012 at 7:58 pm #139100In reply to: 1.6 Update Help – Pages
August 10, 2012 at 7:57 pm #139099In reply to: 1.6 Update Help – Pages
Joyce
Member@mercime – I am new to Buddypress so I am slowly figuring things out. I use the same template for the groups and members. I use the template that came with BuddyPress when I installed it. I have noticed the redirects as well. I can try renaming the file folders, do I do that through cPanel or WordPress?
August 10, 2012 at 7:44 pm #139096frank tredici
MemberThanks @RogerCoathup.
I actually did Google it…i thought I needed a BP login.
So I tried
`get_currentuserinfo();
echo $current_user->user_login;`But I get nothing.
Then I tried `bp_loggedin_user_id()` and I get the ID NUmber — getting closer.
To I tried `bp_loggedin_user_login()` but that fails to get me the user_login. It must not be a defined function call.
Also tried `bp_loggedin_user()` and `bp_loggedin_user_name()` — nothing.
Tried `$user_login` — no good…
August 10, 2012 at 7:41 pm #139095In reply to: 1.6 Update Help – Pages
@mercime
Participant@joshualedetnet For online visitor, it’s not a matter of page not displaying but a matter of too many redirects as tested in two browsers. I know you mentioned you deactivated the plugins, but did you also deactivate mu-plugins and/or bp-custom.php by renaming file/folders as well and all at the same time? Are you using custom Page Templates for your Members and Groups Directories?
Chrome – This webpage has a redirect loop. The webpage at http://welovejoshualedet.com/groups/ has resulted in too many redirects. etc, etc. Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.
Firefox – The page isn’t redirecting properly. Firefox has detected that the server is redirecting the request for this address in a way that will never complete. etc. etc.
August 10, 2012 at 7:06 pm #139092Roger Coathup
ParticipantYes, it’s standard WordPress – did you Google?
https://codex.wordpress.org/Function_Reference/get_currentuserinfo
If you want their BP paths (profile URL) etc. then: https://codex.buddypress.org/developer-docs/the-bp-global/
August 10, 2012 at 6:55 pm #139091jaimebib
ParticipantHey @Mebo cool site! noticed that you have different registration forms for different type of users, would you mind sharing how you created that?
Cheers, Jaime
August 10, 2012 at 6:52 pm #139090In reply to: BP Registration Spam – again
Haraldo88
Member@4ella: I see now that Login Ninja is a paid ($15) Envato/WebFactory plugin. Only sold 135 copies. But when I tested the Captcha on the WebFactory site, it showed a standard WordPress login screen. But I’m using BuddyPress with its Registration screen (and currently using SI Captcha on that). Will it work on BuddyPress? Is that what you’re doing? Thanks.
August 10, 2012 at 6:26 pm #139089In reply to: GRA4 – BuddyPress plugin or replacement?
modemlooper
ModeratorOuch!
August 10, 2012 at 6:23 pm #139088In reply to: GRA4 – BuddyPress plugin or replacement?
@mercime
Participant@lunchgirl @modemlooper GRA4 has been removed from the WP Plugin Extend. It was “phoning home” without user knowing it among others #7 https://wordpress.org/extend/plugins/about/guidelines/
@lunchgirl if you’ve already installed/activated the plugin, I can only recommend that you delete it from your installation.
August 10, 2012 at 6:21 pm #139086In reply to: BP Registration Spam – again
Haraldo88
Member -
AuthorSearch Results
Marking this as resolved.