Search Results for 'buddypress'
-
AuthorSearch Results
-
August 18, 2011 at 7:57 am #118678
In reply to: Using BuddyPress on WordPress Multisite
Sofian J. Anom
ParticipantBuddyPress must be installed site wide.
August 18, 2011 at 7:57 am #118677Matt
MemberThanks for the reply Paul.
Do you know how can I go about telling a non-BP template page that I want it to display a BP user’s data?
Basically, I’ve copied the code from ‘members/single/home.php’ into a non-BP template file, but none of the user data is appearing. Having compared ‘home.php’ with my non-BP template file there’s no difference in the code, so there’s obviously something happening elsewhere to specify which pages are BP pages.
Sorry if I’m not making much sense, it’s hard to explain…
August 18, 2011 at 7:40 am #118676modemlooper
ModeratorWhy not just use moderators?
August 18, 2011 at 6:28 am #118674Paul Wong-Gibbs
KeymasterNo, it’s not possible.
August 18, 2011 at 5:35 am #118671In reply to: New Buddypress Groups design.. Group Hierarchy
tommyhoang
Memberdo you think its also possible to sticky groups. itll provide a way to have high priority groups shown in the first few rows.
August 18, 2011 at 5:14 am #118669buddyrhev
MemberI’m using WP version 3.1.1 and buddypress version 1.2.9 , here’s the link on the initial screenshot of the wire? or activity updates… waaa… i dunno… please help me…

i need to remove the following…
http://i1089.photobucket.com/albums/i354/MineJoe/r1.png
http://i1089.photobucket.com/albums/i354/MineJoe/r2.pngi hope you can help me with my problems…
thank you so much T_TAugust 18, 2011 at 4:46 am #118668kbghost
Memberdoes anyone have any thoughts on this? Even if just expanding how buddy press does roles? Currently, it only allows 3-4 (i forgot) roles, what if we wanted to expand this with the flexibility of Role Scoper?
August 18, 2011 at 4:15 am #118666In reply to: Modify bp template pack files for onPlay theme
mmendezmi
MemberI did, but i’m not sure if it’s totally kosher- started a new thread here
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/apply-css-style-to-div/August 17, 2011 at 11:57 pm #118659In reply to: Members Page has error
Tammie Lister
ModeratorIt’s a little hard to diagnose without a link as could be a few things but let’s see about some common ones first.
– have you changed your perm links at all?
– are you using a plugin that has changed them / what happens when you remove all plugins aside from BuddyPress? Does it work then?
– does the members page actually exist?If none of those apply a link and if that’s not possible more information like version, theme and plugins would help drill down to the problem.
August 17, 2011 at 11:55 pm #118657In reply to: Members Page has error
Tammie Lister
ModeratorIt’s a little hard to diagnose without a link as could be a few things but let’s see about some common ones first.
– have you changed your perm links at all?
– are you using a plugin that has changed them / what happens when you remove all plugins aside from BuddyPress? Does it work then?
– does the members page actually exist?If none of those apply a link and if that’s not possible more information like version, theme and plugins would help drill down to the problem.
August 17, 2011 at 11:21 pm #118656funmi omoba
ParticipantAugust 17, 2011 at 8:54 pm #118649alfredojp
Participant@modemlooper thanks for the advice.
I am using the plugin link code you gave me, thank you here’s the link to verify:
https://github.com/modemlooper/buddypress-group-fields/tree/master/buddypress-group-fieldsI see thtat its saving in the groupmeta table in the database but when i go to look at it in the group details itself it doesn’t show anything in those fields. Not to mention I need for it to be searchable. Please let me know what i can do to help to make this something that the community can use. I’m a quick learner ( i think hehe).
Any ideas how to solve that? have a look yourself http://www.caradacapoeira.com
August 17, 2011 at 8:47 pm #118648modemlooper
Moderator@alfredojp do not do that, you should be only saving group stuff to groupmeta and not creating your own db inserts.
I’ve changed some of the code from Boone’s example so if you are not using the plugin link code could be the reason it isn’t saving.
August 17, 2011 at 8:28 pm #118647In reply to: Moving Buddypress sidebar to the left
Tammie Lister
ModeratorYou’re going to have to do a few edits like this:
div#content .padder {
margin-left: 225px;
}div#sidebar {
float: left;
width: 224px;
margin-right: -226px;
}div#content {
float: right;
width: 100%;
}
August 17, 2011 at 8:08 pm #118646In reply to: 937 lines of bugs !!!
Paul Wong-Gibbs
KeymasterYou’ve caused this difficulty for yourself, really. Unfortunately I cannot do much other than suggest you set up a test site and re-implement all your changes onto a new 1.2.8 using custom plugins to customise the hooks and filters. And then switch that clean version of BuddyPress, and then you’ll be in a good position to upgrade to BP 1.5.
August 17, 2011 at 7:52 pm #118645In reply to: 937 lines of bugs !!!
drhoussem
Member@djpaul l wouldn’t upgrade because I’ve edited many files so if I upgrade I’ve to edit them all a second time, also I’m using many plugins that are not compatible with 1.5
August 17, 2011 at 6:51 pm #1186434ella
ParticipantI didn’t install it on a live site, so I am not risking anything , I am not a programmer so I try to help at least by testing, on my opinion this feature (groups custom fields ) is one of the most important features to most of Buddypress users, so thanks both Boone and Modemlooper for trying to help us.
August 17, 2011 at 6:34 pm #118641alfredojp
ParticipantI can’t thank you enough @modemlooper and @boonebgorges you have also been super helpful. I really have no need for the links so i took out line 9 all together and that error disappeared. I did however realize that when i create the group the information apart fromt he URL doesn’t stay saved and the all the information goes to a table int he database for group metadata. What do you think about a conditional statement that says if (first time run) then alter table wp-groups to add in more fields and then a good old INSERT INTO.
else
just an INSERT INTO (wp-roups)what do you think about that?
August 17, 2011 at 6:16 pm #118640In reply to: Adding new users as members from dashboard
Paul Wong-Gibbs
KeymasterJamie and I ended up talking about this on Twitter. For anyone who finds this later, bbPress 1.x adds custom roles and capabilities to WordPress. BuddyPress doesn’t use these, but when you install BP 1.0-1.2.9 and activate group forums, it installs a version of bbPress for you.
August 17, 2011 at 6:14 pm #118639Paul Wong-Gibbs
KeymasterBuddyPress has no externally accessible APIs. You’d have to create your own bridge, which may or may not be very complicated depending on what exactly you need out of it.
August 17, 2011 at 6:12 pm #118638Paul Wong-Gibbs
KeymasterMost should work fine. The displayed_username functions, however, are only set when you are visiting a page that displays a user — this is usually a member profile. If you use it on a blog post, for example, you’ll get no value from it.
August 17, 2011 at 5:13 pm #118634In reply to: W3 Total Cache and Buddypress Log out issues
modemlooper
ModeratorAre you using the setting to not cache for logged in users?
August 17, 2011 at 4:27 pm #118630Boone Gorges
KeymasterThe code that I posted above was written for a very specific installation. It was nice of @modemlooper to make it into a plugin, but it’s not really ready to be used widely. It’s meant to be used as a model for building something specific for your own site.
August 17, 2011 at 4:14 pm #118625In reply to: W3 Total Cache and Buddypress Log out issues
notpoppy
ParticipantThe problem goes away if I disable page caching in W3TC but I’m not sure this is a satisfactory solution as the performance benefit of caching the pages is lost. More a temporary workaround than a fix.
August 17, 2011 at 4:13 pm #118624In reply to: How to change category name?
@mercime
Participantvia language file
https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
or, lower in same page
changing slugs via bp-custom.php or wp-config.php
https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/#slugs -
AuthorSearch Results