Search Results for 'buddypress'
-
AuthorSearch Results
-
July 20, 2010 at 3:00 pm #86296
In reply to: Buddypress followers plugin
Anton
ParticipantI deleted those users id’s manually out of the bp_follow table
July 20, 2010 at 3:00 pm #86295In reply to: changing the tab order on BuddyPress Default 1.2.5.2
Helene Goldberg
ParticipantOK, I’ll take a look. Thanks so much
July 20, 2010 at 2:56 pm #86294In reply to: changing the tab order on BuddyPress Default 1.2.5.2
nit3watch
ParticipantIf you edit bp-default, when you upgrade buddypress you will lose work done on bp-default.
Twenty ten is the wordpress default theme.
How to build a child theme: https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
July 20, 2010 at 2:52 pm #86292In reply to: changing the tab order on BuddyPress Default 1.2.5.2
Helene Goldberg
ParticipantSorry, you lost me techguy. I have child-theme Twenty Ten installed. Not sure though how to do what nit3watch suggested in the child theme.
July 20, 2010 at 2:43 pm #86286In reply to: changing the tab order on BuddyPress Default 1.2.5.2
nit3watch
ParticipantYe was just giving it as a reference, thanks techguy for making it clearer
July 20, 2010 at 2:38 pm #86284In reply to: changing the tab order on BuddyPress Default 1.2.5.2
techguy
ParticipantIf you do modify it, do it as a child theme: https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
That way when you have to upgrade, your changes won’t get overwritten.
July 20, 2010 at 2:22 pm #86281In reply to: changing the tab order on BuddyPress Default 1.2.5.2
Helene Goldberg
ParticipantBrilliant! Thanks nit3watch, I’ll give that a go.
July 20, 2010 at 2:21 pm #86280In reply to: Buddypress followers plugin
Hugo Ashmore
ParticipantIn a word? Yes! Doing so is really the purview of the plugin developer? I would have though it’s a simple check that a member is not equal to whatever the field is that marks someone as a spammer however and not having looked at the plugin it sounds as though a table is built up of follwers but that isn’t rechecked against possible changes to those members, essentially you add a member as a follower and remove a member as a follower but nothing happens in-between.
July 20, 2010 at 2:14 pm #86276In reply to: Adding more fields to groups
catchit
ParticipantHi, I’m also looking for a really simple way to add 1 meta data to groups, if anyone knows where to look please guide me…
@nit3watchJuly 20, 2010 at 1:19 pm #86274In reply to: redirecting to main page
sicksight
Participantyou need to register a ‘slug’ for your new profile component…
maybe the codex could help you… and check this: https://codex.buddypress.org/how-to-guides/creating-a-custom-buddypress-component/
something like this:
bp_core_new_nav_item(
array(
'name' => __('Test', 'buddypress'),
'slug' => 'test',
'position' => 1,
'show_for_displayed_user' => true,
'screen_function' => 'test_screen_inbox',
'default_subnav_slug' => 'test',
'item_css_id' => $bp->test->id
));
July 20, 2010 at 12:22 pm #86264In reply to: Buddypress followers plugin
Anton
Participant@nuprn1, @r-a-y, @hnla – another problem. If you were following a member and they were marked as a spammer by the admin of the site, your following count still displays the same number but when viewing the “following” page it only displays the ones that are not marked as spam. To give you an example. I were following 23 people. I marked one of those as a spammer. It still displays 23 on my following count but when I view the “following” page it displays – “
Viewing member 1 to 20 (of 22 active members)” Is there anyway that the count following and followers will not take spammers?July 20, 2010 at 12:13 pm #86263In reply to: Alternative to bbpress
Ashish Kumar (Ashfame)
Participant@RogerCoathup
Agree with you on the fact that APIs need to be called for forum activity to show up in stream. Other than that everything else is simple and I would consider that myself.
An easy solution is to create a general group for site wide forums or use a (paid) plugin in beta by Brajesh.July 20, 2010 at 12:08 pm #86262In reply to: Alternative to bbpress
rich! @ etiviti
Participantthe bbpress plugin will make things easier (right now with how buddypress wraps bbpress internally is a bit messy with “removing” features/hooks)
July 20, 2010 at 12:00 pm #86261In reply to: Buddypress followers plugin
rich! @ etiviti
Participanti would contact Andy if his plugin is causing a conflict.
July 20, 2010 at 11:54 am #86259In reply to: Alternative to bbpress
Roger Coathup
Participant@ashfame – it’s not quite that simple. Yes, have a standalone installation. Then, to give smooth integration, you also want to ensure you have single sign on (i.e. not having sign on separately for both the forums and BuddyPress network), and you want to see your activity on the forums being shown in your profile activity stream on BuddyPress (this needs callback routines when events happen in the forum software, you’ll have to code these so that they call the BuddyPress activity API correctly).
July 20, 2010 at 11:51 am #86258nit3watch
Participant@markhahnel mark, you want to put “header right?” in the header? if so just insert somehting like http://pastebin.com/U8L0YmbG or you can style it with heading tags like h3.
July 20, 2010 at 11:44 am #86256In reply to: is a global forum possible?
Roger Coathup
Participant@djpaul – your solution on here kind of works, but still introduces concepts that confuse the user. They are made to ‘join a group’, when all they wanted to do was post on a forum (to you and me it’s trivial, but not to the ordinary user)… other confusing things happen… e.g. on this site – I click on a thread under the Support top level tab, and suddenly find that I have been thrown into the Community tab (because the actual forum / thread is in a group). Again, as a normal user I’m confused – I was in support, and suddenly I’m in Community without choosing to go there.
So, from a technical viewpoint, it works, but from a usability viewpoint, it’s not really delivering.
We need somewhere to discuss usability – is there anywhere?
@lisame – the pricing policy for @sbrajesh plugin software is his own choice as an independent developer. It seems really inexpensive to me (although I don’t like the recurring subscription model for this kind of one-off purchase). As @gregfielding notes, he provides excellent help on the forums. But I’m getting off track.
Full featured global forums would be nice in BuddyPress, but I don’t think it’s where the core development should be (strong, flexible core profile features would be nice). By the same score, I don’t think the Group / Forum approach should have become so integral.
It would be nice to see a more loosely coupled approach – strong support for profile integration with 3rd party forum solutions, i.e. leave the forum function to specialist forum developers, but ensure activity, sign on, etc. can be integrated with BuddyPress.
So many threads on forums – would be nice to see them pulled together!
July 20, 2010 at 11:09 am #86250In reply to: Alternative to bbpress
Roger Coathup
ParticipantYou can also look at simple:press – some work has been done integrating that with BuddyPress
@lisa – I share your frustration with the BuddyPress approach to forums; every client we have worked with (6 in total now) has asked for standard forums to be integrated, and not the BuddyPress Group / Forum approach.
The BuddyPress Group / Forum idea might be an interesting technical approach (and logical from a data modelling point of view), but unfortunately doesn’t seem to have been an end user requirements driven decision.
The best approach to get full functioning standards forums (working with a BuddyPress site) is to disable the BuddyPress forums (a simple checkbox in the admin system), and install your forum solution separately – you’ll then want to ensure you have single sign on, and integration with the activity stream – there is some work documented already to do this with simple:press and bbPress (search on their community forums), but I’m not aware of an out of the box fully functioning solution.
Of course, you’ll also want to design your theme to seamlessly integrate the forums.
[aside: I noticed an announcement re: bbPress being moved into WordPress as a plugin. The announcement also said it was being coded by @jjj, one of the core BuddyPress deveIopers. I don’t know how this will affect the functionality of bbPress (more or less featured?), or whether it will integrate a standalone forums solution into BuddyPress by default. Any more info on this @djpaul or @jjj?]
July 20, 2010 at 10:55 am #86248Justin Tadlock
ParticipantJust wanted to pop in and say that BuddyPress *is* a part of our plans. Probably not at site launch, but definitely in the works.
July 20, 2010 at 10:50 am #86245In reply to: Alternative to bbpress
Lisa
ParticipantI have been looking at buddypress since version 1 and every time I hope for improvement and every time get disappointed at the focus of the developers.
Most of the strength that wordpress has, buddypress is lacking. It’s not simple and user friendly and lacks basic needs for a forum community. In more than 1 year buddypress has only 187 member. Too bad.
I wish I was a great coder like the people behind wordpress, but I am not. If I was I would definitely contribute to buddypress.
July 20, 2010 at 10:12 am #86241In reply to: default crop avatar selection is not working
vsimovic
MemberHey guys,
i am using Jukt micronics theme downloaded from BuddyPress webiste and avatar crop after upload works in all browsers except IE8. It’s strange that it works in IE7, but not working in IE8.
When i upload the photo it gives me this error:
Message: ‘document.documentElement’ is null or not an object
Line: 153
Char: 486
Code: 0
URI: http://www.teledruzenje.com/wp-includes/js/jquery/jquery.js?ver=1.4.2I didn’t upgrade BP to 1.2.5.2. Does this problem occur in new version too?
It would nice if somebody would give some hint to us what to do to solve this strange problem.
Cheers
July 20, 2010 at 9:53 am #86240Paul Wong-Gibbs
KeymasterThe default BuddyPress theme, under bp-themes, is the correct place. Any other themes go into wp-content/themes/ as usual. There’s code-magic that makes the WordPress theme page look in the bp-theme folders for the default theme.
I believe your problem is your install path. To quote, “WP installed as a subdirectory (mainsite.com/members).” BuddyPress uses the url “/members/” for its members component. BuddyPress gets confused when you install it in a directory with the same name as one if its components (it can’t parse the URL).
To fix: either reinstall WordPress into the root of your site, or in another directory that’s not called “members”, or try putting this into your wp-config:
define ( ‘BP_MEMBERS_SLUG’, ‘users’ );
This will change BuddyPress’ “members” URL to “users”, so http://example.com/members/members will look like http://example.com/members/users
July 20, 2010 at 9:51 am #86239In reply to: 404 errors on all links
pybe
MemberURL not found on all links here too.
Running on personal ubuntu lamp install, WP3 fresh install, Buddypress default theme.
Followed the install and selected a different permalink option and nothing seems to work.
What are we missing here??
July 20, 2010 at 9:47 am #86238In reply to: Alternative to bbpress
Paul Wong-Gibbs
KeymasterYou may be able to ‘bridge’ phpBB, etc, into WordPress, but you’d have to probably rewrite all of the BuddyPress forum integration code. It’s non-trivial.
July 20, 2010 at 8:51 am #86237Dean Robinson
Participant@bpisimone Facebook login is achieved using https://wordpress.org/extend/plugins/bp-fbconnect/ and twitter is achieved using https://wordpress.org/extend/plugins/twitconnect/
-
AuthorSearch Results