Search Results for 'buddypress'
-
AuthorSearch Results
-
June 15, 2010 at 7:07 pm #81579
Hugo Ashmore
ParticipantSurely this comes back to the fact that 1.2.4.1 is not really that stable paired with WP 3.0? I realise that it’s meant to run with WP 3.0 but there do appear to be issues, which would make me wary of running the combo on a production site.
June 15, 2010 at 6:59 pm #81577thekmen
Participant@r-a-y I have another WP3 RC 3 with BP 1.2.4.1 install on the same server & it doesn’t occur.
I want to do a fresh install with 2.9.2 and see if I can reproduce but not sure if there is much point as it looks like WP3 will be out today or tomorrow.June 15, 2010 at 6:53 pm #81576r-a-y
Keymaster@thekmen – This could be fixed in BP 1.3-bleeding version, but for the 1.2 branch, please report it as a bug.
June 15, 2010 at 6:30 pm #81572In reply to: List Specific Groups by ID or Name
rich! @ etiviti
Participantwhat is available:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-groups-loop/but doesn’t seem to have the same include option as the other loops (where you pass a string of comma separated ids)
you may need to code something up and just call groups_get_group for each one
June 15, 2010 at 6:30 pm #81571r-a-y
Keymaster@walid3 – Are you saying that when you apply the define line, that your admin account is still /members/admin?
Or are you saying that activity stream items for “admin” link to “/members/admin”? If this is your problem, then that is expected because activity stream items are cached in the database. New activity items should correctly use the root profile URL.
June 15, 2010 at 6:15 pm #81568tober11
MemberI am experiencing the same problem on a
WPMU new install
WP 3.0 RC3
1.2.4.1
Are others experiencing this issue?I am seeing at least a few others who are having similar issues.
June 15, 2010 at 6:12 pm #81566In reply to: Using custom is_user function to hide pages
r-a-y
KeymasterYou could probably hook into the get_header action, do your conditional check and if the person is a mentor, then show the page, otherwise show the registration page or whatever.
Modify the function listed in this thread:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-make-a-private-community/?topic_page=2&num=15#post-44616Hopefully it gives you a few pointers.
June 15, 2010 at 6:07 pm #81565In reply to: How to Get the Value of a Profile Field
r-a-y
KeymasterGlad you figured it out.
FYI, the community takes time out of their day to help people and write documentation for free. Contrary to popular belief, we are not robots!
We need more people like you to contribute to the codex, after all this is an open-source project. The more people that contribute, the more rich the documentation will be — open source documentation!Also, sometimes forum posts are missed due to the amount that gets posted. A simple post to bump your thread after 24 hours will help bring attention to your issue.
June 15, 2010 at 5:40 pm #81564In reply to: topic.php so first post has unique css
rich! @ etiviti
Participantworks for me… in fact i style the first li on my sites:
<li id=”post-<?php bp_the_topic_post_id() ?>” <?php if (my_forum_is_first_post() ) echo ‘class=”first”‘; ?>>buddypress does not use the same bbpress functions and overrides the majority of the features
*i really hate we can’t post code here – @apeatling please add the functionality (or syntax highlighter – very easy with a few filter tweaks)
June 15, 2010 at 5:19 pm #81563In reply to: How to Get the Value of a Profile Field
stoi2m1
ParticipantThe support around here Sucks, And the Documentation for Buddypress Sucks.
For those of you looking for this solution here you go.
This gave me the member type which is field number 2.
$mem_type = bp_get_profile_field_data( array(‘user_id’=>bp_get_member_user_id(),’field’=>2 ));June 15, 2010 at 4:49 pm #81561In reply to: topic.php so first post has unique css
LPH2005
ParticipantI guess no one has an answer. This is sad.
it is simple in bbpress
#position-1 .threadpost { add the css here }Why not buddypress?
June 15, 2010 at 4:31 pm #81560In reply to: CoSign single sign on
Roger Coathup
Participant@DJPaul – thanks for the feedback… we’ll see what happens.
I didn’t know if there were any ‘obvious’ mods that BP was doing to standard WP sign in (e.g. in the front end sign in, rather than via wp-admin, or in mapping user ids to all the enhanced profile fields), that raised warning flags.
June 15, 2010 at 3:46 pm #81558In reply to: BP Member Filter
John Lewis
ParticipantAnd again no sign of the author. AWOL. Do hope he hasn’t done a “Hans Reiser”.
Seriously though we could do with some support on this plugin. The multi checkbox feature would be really desirable and there is no sign of member filter being integrated into Buddypress before 1.4+, according to the roadmap. If the author would be willing to give us an idea where he got to with the plugin and what he sees as being the problem getting multi checkboxes to work. I’m sure I could have a go at fixing it, particularly as a customer will pay me to sort it out.
Abientot!
June 15, 2010 at 3:38 pm #81557In reply to: CoSign single sign on
Paul Wong-Gibbs
KeymasterJust try it. As long as it is built using the correct WordPress hooks and does things in the right way, it will work with BuddyPress.
June 15, 2010 at 3:35 pm #81556Paul Wong-Gibbs
KeymasterIf it doesn’t work per mercime’s post, report it as a bug on https://trac.buddypress.org/ using your user login from this site please.
June 15, 2010 at 1:46 pm #81551retroriff
MemberNo, It doesn’t work. I also tried to create a bp-custom.php plugin following these instructions:
https://codex.buddypress.org/how-to-guides/install-buddypress-on-a-secondary-blog/
Any other suggestion?
Thanks
June 15, 2010 at 11:54 am #81549deadlyhifi
ParticipantUpgraded the memory_limit to 96M, then down to 64M. Both work.
Perhaps the https://buddypress.org/about/requirements/ page needs this mentioning?
June 15, 2010 at 8:30 am #81540@mercime
ParticipantUnless otherwise specified, BP will install in main site when you activate it. In order for BP to work in subsite, you have to add the following to your wp-config.php file
define ( ‘BP_ROOT_BLOG’, $blog_id );so if you want to install BP in site2, then do this
define ( ‘BP_ROOT_BLOG’, 2 );June 15, 2010 at 6:27 am #81539In reply to: Achievements Achievements Achievements
Paul Wong-Gibbs
KeymasterIf I remember correctly, the “ranked” achievements (i.e. 1, 10, 100 posts) might have appeared three times, but it looks more like a bug. However, Achievements doesn’t work with anything more recent than BuddyPress 1.1.3(?) and some earlier version of WordPress, perhaps 2.8(?). I’m working on a new version.
June 15, 2010 at 6:25 am #81538In reply to: Remove ”/members” slug so its “.com/membername”
Paul Wong-Gibbs
KeymasterPut this in your wp-config.php:
define ( 'BP_ENABLE_ROOT_PROFILES', true );
See also https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/ for other configuration settings.
June 15, 2010 at 5:27 am #81537In reply to: How to make a private community?
NipponMonkey
Member@wordpresschina, it’s still working fine for me. I’m using a single WP not WPMU, dunno if that makes a deference or not.
You should check your server Error Log to see what is going wrong for you. If I get time a might make a plugin that handles everything… but I’m a bit busy at the moment – and there is a World Cup on ^ ^
June 15, 2010 at 3:40 am #81533LPH2005
ParticipantJune 15, 2010 at 3:16 am #81532kaberi
ParticipantThe same problem happens here also. It is demonstratable in this buddypress.org filters.
June 15, 2010 at 3:12 am #81531In reply to: Changing width of activity/member screen
pcwriter
ParticipantIn Buddypress, you’ll find all the css stuff in yourtheme/style.css.
Oh yeah, and use Firebug for Firefox to track down stuff you want to modify in your theme. It’s a real joy, that addon!June 14, 2010 at 11:45 pm #81528In reply to: Plugin for customizing language file?
PJ
Participanthttps://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/ is what I was looking at.
If anyone knows any shortcuts for customizing the buddypress language file that would be a time saver. Thanks.
-
AuthorSearch Results