Search Results for 'buddypress'
-
AuthorSearch Results
-
October 18, 2011 at 4:52 pm #123439
Paul Wong-Gibbs
KeymasterYou’re correct.
In BuddyPress 1.6, bbPress 2.1 will be integrated into groups (if you want, of course) and we’ll begin to encourage people to switch over.
October 18, 2011 at 3:45 pm #121773In reply to: WordPress Plugin Not being applied
djoep
Memberwhoops! found it, fixed it, behavior was due to plugin testing for “is_single()” which apparently was false for all of the buddypress pages.
joeOctober 18, 2011 at 3:44 pm #121772Boone Gorges
KeymasterAlso, can you be more specific about “does not work”? You get a 404?
October 18, 2011 at 3:43 pm #121771Boone Gorges
KeymasterHm. Working fine for me on my local installation. Have you tried `?page_id=` ? Both should work.
October 18, 2011 at 8:53 am #121895In reply to: Getting started with BuddyPress in multisite
richardpd
MemberI’m bumping my last post here….
Anyone able to give a helpful reply please?October 18, 2011 at 6:14 am #121893In reply to: Member Profile and Settings links do nothing
@mercime
ParticipantJust to clarify, previous to upgrading to BuddyPress 1.5.1, what BP version were you on? Or is this a new install? Not quite clear. I suggest you change to bp-default, log out, clear cache and log in again.
To make sure that the theme you’re installing is really updated and compatible with WP 3.2.1 and BP 1.5+, install the Theme Check plugin and run it. If there are warnings or required items, then either drop the theme or contact the theme dev to update the theme or update it yourself.
October 18, 2011 at 4:37 am #121891In reply to: Latest Buddypress Install disables my Backend
October 18, 2011 at 2:13 am #122172In reply to: A Few Questions About 1.6 Dev
kkradel
ParticipantGood thinking but also time intensive – I gave myself two weeks to get BuddyPress 1.2.10 and then 1.5 up and running and marketed on my site and three months later I’m still trying to get it working. I wish I had the time to set up a test environment.
October 18, 2011 at 1:52 am #122171In reply to: Concerns about DB Queries – Buddypress 1.5
gajah23
ParticipantTo reduce the DB Queries, I use widget cache plugin and W3 Total Cache (almost all default settings) and from more than 200 queries on some group activity page, I now reach between 100 and 120 queries !
October 18, 2011 at 1:16 am #122065@mercime
ParticipantPlease post your query at https://wordpress.org/tags/buddypress-ajax-chat?forum_id=10 which plugin dev usually checks out.
October 18, 2011 at 1:13 am #122063In reply to: Buddypress custom background not working
@mercime
Participant== Why is buddypress custom background… whereby you can change the background profile images ==
Not sure which exactly you are referring to. Please clarify.October 18, 2011 at 1:08 am #122061In reply to: get buddypress profile field value!
lexpression
MemberHello my fellow BP’ers. This is NOT working for me. It returns nothing…as if the field did exist. Any ideas?
October 18, 2011 at 12:03 am #123172In reply to: Change text color
@mercime
ParticipantBuddyPress is version 1.5.1 at this time and I see BuddyPress is not activated in your site. You most probably mean bbPress 2.0. Having said that, I do not see bbPress activated in your site as well.
WP.org forums- https://wordpress.org/support/
October 17, 2011 at 11:14 pm #122173skartar
MemberDone, thanks Paul, here’s the ticket: https://buddypress.trac.wordpress.org/ticket/3692
for now, can I edit the register.php in my child theme for a workaround? I’m thinking if I can make the text box localised I can edit the field label instead in a .mo file? Any guidance on how I could edit the code to make that happen please?
October 17, 2011 at 10:05 pm #123168Paul Wong-Gibbs
KeymasterI see that you can’t. We should fix this. Can you create an enhancement request ticket on http://buddypress.trac.WordPress.org/, and we’ll get it into 1.6. Thanks.
October 17, 2011 at 9:53 pm #123166October 17, 2011 at 9:09 pm #123164In reply to: Limiting text length of activity update posts
enderpal444
ParticipantI’m dont get what I did wrong. I took the Jquery code from pastebin…put it between script tags…placed it in the header.php…and nothing happened. I can still post over 100 characters. What did I do wrong?
October 17, 2011 at 8:25 pm #122059In reply to: Spammers on Buddypress.org – UPDATE
Boone Gorges
KeymasterAwesome. Thanks for taking the initiative, @foxly.
October 17, 2011 at 6:35 pm #123253In reply to: A Few Questions About 1.6 Dev
Boone Gorges
Keymaster> What are the differences and similarities as to how the buddybar and the WP adminbar are configured? What will be lost and what will be gained and how configurable will it be?
The BuddyBar will still be there, though it will be turned off by default in favor of the WP Admin Bar. (In BP 1.5, that’s reversed – you can enable the WP admin bar manually with
`define( ‘BP_USE_WP_ADMIN_BAR’, true );`
in wp-config.php.)BP’s WP Admin Bar implementation has:
– a logged-in user dropdown menu (links to logged-in user’s groups, activity, etc
– admin links for current group
– admin links for currently displayed user
– NotificationsThere is ‘Visit Random’ button in the current implementation, though it’s worth an enhancement request on http://trac.buddypress.org
In any case, it will be completely customizable. The BuddyBar is mostly hardcoded HTML. The WP Admin Bar is built using an easy-to-use API, making it far easier to customize to your liking. If you don’t like the search, it’s easy to remove. If you don’t like the appearance, it’s easy to modify with CSS.
> Does anyone know yet if BP 1.5 will run on WP 3.3?
It’s mostly fine. The WP Admin Bar, which changes a lot between 3.2 and 3.3, does not work all that well.
> Is there any way to create one nice big CSS for the whole BuddyPress shebang, so it won’t be so difficult to figure out the where, how, and why of formatting?
Most of bp-default’s CSS is in bp-themes/bp-default/_inc/css/default.css.
October 17, 2011 at 5:38 pm #121875In reply to: Header problem after update buddypress 1.5
Umesh Nevase
MemberI have the same problem when I update buddypress 1.5.1, I am getting error bp_site_name() function does not exists.
October 17, 2011 at 4:01 pm #121903In reply to: BP 1.5 – Paging, Permalinks, 404 anomaly
Lara Schenck
MemberI am having the same issue paging through a category on a group home page. I’ll post any solutions if/when I find them.
And upvoted your post on StackOverflow and, hopefully you don’t mind, I posted it on WordPress StackExchange as well: http://wordpress.stackexchange.com/questions/31319/buddypress-paging-permalinks-404-page-2
October 17, 2011 at 3:31 pm #121902In reply to: Out of memory error
ewebber
ParticipantHey @djpaul – cheers, I’ll have a play – it’s currently set to 128mb, but clearly that’s not enough
October 17, 2011 at 3:02 pm #121901@mikey3d
ParticipantI just try your plugin buddypress group fields and I get an error:
`Warning: extract() [function.extract]: First argument should be an array in /home/user/apps/wordpress/wp-content/plugins/buddypress-group-fields/buddypress-group-fields.php on line 9`
Yes, it shows a Restaurant Description, Restaurant Price etc. I have the latest WordPress and BuddyPress.
Thanks, Mikey3D
October 17, 2011 at 11:34 am #123195gonabadnews
ParticipantI have same problem
I have bp in a multi site wp but my bp is in root
when I upgrade my bp, I lost my dashboard and all page of site
then i shold remove BP plugin!!!October 17, 2011 at 11:33 am #123194Cam
ParticipantIt appears as though both my default group and name field were different when upgrading BP.
See this thread: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-1-5-user-fullname-saveshow-errors/?topic_page=2
-
AuthorSearch Results