Search Results for 'buddypress'
-
AuthorSearch Results
-
December 19, 2012 at 8:44 am #147866
In reply to: Need help on somewhat mangled BuddyPress install
@mercime
ParticipantThe right column appears under the main data, not next to it, where it should be.
@bobmorris60 Read instructions on how to align the right column with the content as well as the cons of using a table-based theme. https://buddypress.org/support/topic/footer-is-in-left-column-on-buddypress-pages-atahualpa-theme/#post-132799
December 19, 2012 at 8:24 am #147857In reply to: [Resolved] Harmony Theme Compatibilty
@mercime
Participanthowever i can’t see changes in my website.
@slkmclaren I see that the changes worked fine in e.g. your members and activity pages http://faintlight.besaba.com/members/fladmin/ and http://faintlight.besaba.com/activity/ respectively. What page/s are you looking at?
December 19, 2012 at 7:31 am #147846In reply to: Buddypress makes invalid feeds
jidanni
ParticipantThanks.
December 19, 2012 at 7:28 am #147845In reply to: Buddypress makes invalid feeds
Paul Wong-Gibbs
KeymasterJust done: https://buddypress.trac.wordpress.org/ticket/4724
December 19, 2012 at 7:09 am #147844In reply to: Disabling "Home page groups"
Paul Wong-Gibbs
KeymasterDo not post duplicate threads: https://buddypress.org/support/topic/disabling-home-page-groups/
December 19, 2012 at 5:53 am #147840In reply to: [Resolved] Harmony Theme Compatibilty
slkmclaren
Participanti followed the instructions provided (put the 2 files in my child theme directory), however i can’t see changes in my website.
any advise?
thank you.
December 19, 2012 at 3:12 am #147835In reply to: Database Error
John James Jacoby
KeymasterLike the error message suggests, your server ran out of memory.
December 19, 2012 at 3:09 am #147833In reply to: Buddypress and anything that accesses the xmlrpc
John James Jacoby
KeymasterThis has been an issue for a while, though no one has invested time into figuring out exactly what the problem is. My guess is something to do with ajax requests being too greedy, but I have no evidence to support that.
December 19, 2012 at 2:34 am #147829rickkumar
ParticipantOk, I have created extended profiles for users under the wp admin: Users > Profile fields
There is one thing that I can not do with the options provied in buddypress.
I want to create a section under the profiles similar to the “Family” section in facebook:
1. Relationship Status: should open up the options where people can select one from drop down and then other fields pop up where people can enter the name of the person they are in relationship with.
2. Family section: where people can add a name of a family member, select the relationship and then keep adding more family members by repeating this process.
How can I do this?
Is there a plugin that does this?
Thank you.
December 19, 2012 at 2:06 am #147823danbpfr
ParticipantDecember 19, 2012 at 1:54 am #147822In reply to: [Resolved] Why all my text stay in the middle?
Toby Cryns (@themightymo)
ParticipantThis doesn’t solve your problem, but if you have not yet launched, you might wait until BP 1.7 is released. It will have theme compatibility built into core, so you won’t need bp-template-pack.
December 19, 2012 at 1:50 am #147821Toby Cryns (@themightymo)
Participant@kpolkson,
There are smarter people around these forums than me, but I will try to help.It looks like you haven’t defined the $key variable or have not passed it properly.
Perhaps try digging into bp-members-functions.php and figuring out a way to extract the $key variable. See the line:
`$user_id = $wpdb->get_var( $wpdb->prepare( “SELECT user_id FROM {$wpdb->usermeta} WHERE meta_key = ‘activation_key’ AND meta_value = %s”, $key ) );`https://buddypress.svn.wordpress.org/trunk/bp-members/bp-members-functions.php
December 19, 2012 at 1:38 am #147819Toby Cryns (@themightymo)
ParticipantIf you want to hide stuff but want it to be available to Google, you could use CSS and/or jQuery to hide things. Check out this post about how to add BuddyPress-specific body classes:
Here is a post that might help if you want to hide everything from Google: http://premium.wpmudev.org/forums/topic/buddypress-how-do-i-hide-community-elements-from-non-members
December 19, 2012 at 1:20 am #147817In reply to: [Resolved] Harmony Theme Compatibilty
@mercime
Participant@slkmclaren instructions at http://wp.me/p1I84P-3R
December 19, 2012 at 12:20 am #147816In reply to: Mobile version
hkcharlie
ParticipantBuddypress default theme.
December 18, 2012 at 11:00 pm #147812In reply to: Buddypress and anything that accesses the xmlrpc
rodtrent
ParticipantAll the latest of everything, but this has been an issue for 4 months.
December 18, 2012 at 10:56 pm #147811In reply to: Buddypress and anything that accesses the xmlrpc
Paul Wong-Gibbs
KeymasterWhat versions of WordPress, BuddyPress, and Jetpack are you using?
December 18, 2012 at 10:25 pm #147809In reply to: Widget Displaying Avatar and Follow Button
myladeybugg
ParticipantThanks Chouf1! I was using buddypress followers. I have now uninstalled it and installed buddypress follow me. I see there is a widget for users I am following, but I am looking for one that just displaying the avatar of the user and the “follow” button. This way you don’t have to go into the users profile to follow. It makes it simple and easy for someone to follow someone else.
Looks like I may need a custom widget?
December 18, 2012 at 10:09 pm #147808In reply to: Widget Displaying Avatar and Follow Button
danbpfr
Participantbuddypress followme or buddypress followers ?
The followme plugin integrate a widget. https://plugins.svn.wordpress.org/buddypress-follow-me/trunk/includes/
And on followme description page, you can read:
— Important — If you use Buddypress Followers plugin ( https://wordpress.org/extend/plugins/buddypress-followers/ ), it should be deactivated.
December 18, 2012 at 9:32 pm #147803In reply to: Buddypress and anything that accesses the xmlrpc
rodtrent
ParticipantOK…just wanted to post the fix for this. I’ll let the JetPack folks know, too.
To fix this, locate the class-IXR.php file in the \wp-includes directory. Then, locate the following line, comment it out (//) and save it:
header(‘Content-Length: ‘.$length);
December 18, 2012 at 8:43 pm #147799In reply to: Inconsistencies
Gabriel Liwerant
ParticipantThanks for your response. I’ve been working on making a child theme of the buddy press default and I’m in the process of completing redoing all the CSS. This is how I’ve run into the issues, and in fact, I continue to find them. In the folder members > single > profile > profile-loop.php version 1.6.1, there is heavy use of tables for positioning the radio inputs yet other sections for settings (as in groups), there are no tables used. Issues like this are making consistent styling throughout the site quite cumbersome.
Since some of these markup issues are untenable to me as I do my work, I’ve had to change them, further specifying my child theme against the parent theme. This now presents an upgrading problem. I will have to thoroughly test any new version to ensure that I don’t have issues.
@Paul Gibbs
Not sure what you mean. When I look at the global.js file, I see at least two kind of things going on. There are things like ajax calls and error handling and then there are purely cosmetic issues such as height and scroll animations upon certain field focusing. I don’t see why these should be commingled in the same file.
For example, initially I ran into trouble with re-styling one of the textareas due to the cosmetic javascript, so I went in and commented out the offending lines. But then I decided I didn’t want a complicated build process every time the client updates the theme, so I eventually kowtowed to the javascript and kept the textarea height to match.
For me and other developers to have full control over the appearance of our themes, this is currently a stumbling block. But admittedly, I did not spend a great deal of time looking of global.js and maybe I’ve misunderstood and everything in it is cosmetic and optional?
EDIT
Sorry Paul, I misunderstood that you were responding to the moderator above you and not to the original post. But I’ve kept the reiteration of the problem here for emphasis.
December 18, 2012 at 8:19 pm #147795In reply to: WPMS stand alone plus multisite?
voopress
ParticipantThe only plugin that doesn’t seem to show up as an option on the main site is
BuddyPress Moderation – Version 0.1.6I’ve installed it using the network admin but it won’t show up on the site I’d like to enable it on.
December 18, 2012 at 8:00 pm #147791In reply to: Same Nav Bar Network Wide
myladeybugg
ParticipantThanks @mercime. I found this one yesterday but was having some difficulty getting it to work. I am brand new to wordpress so this is most likely the reason. 🙂
I need to go to my main blogs dashboard and go to menus. Then just create my menu from the links on the left correct? Or am I totally off?
December 18, 2012 at 7:18 pm #147789In reply to: WPMS stand alone plus multisite?
voopress
ParticipantOk, I’m getting this now and have some new questions.
1: How can I list all of the different blogs somewhere? Not necessarily most popular but all blogs in some form of list that people can look through.
2: How can I make some of the plugins non network? There doesn’t seem to be any option for making network available or not?
3: Same as above but for widgets.
4: I see that users can access their blogs once logged in, however, the network administrator needs to set up blogs for users. Is there a way to allow users to create their own blogs after they have registered?
5: BuddyPress – I installed BP from the network admin however, all of the plugins seem to be networked again? Is this so that blog owners can have the forums which are a part of BP or something else? I was wanting to make BP available only on the main site.
PS: I realize some of these questions are WP so no requirement to respond on those and I can post them there. Just figured I’d ask 🙂
December 18, 2012 at 7:16 pm #147788In reply to: Widget Displaying Avatar and Follow Button
myladeybugg
ParticipantI am already using buddypress follow, where you have to go into a members profile to “follow” them. I just want to make it easier for people to follow other people so I was looking to do the same thing but as a widget in the sidebar.
-
AuthorSearch Results