Search Results for 'buddypress'
-
AuthorSearch Results
-
May 2, 2013 at 5:21 pm #163260
In reply to: BuddyPress Activity Privacy Plugin
bp-help
ParticipantMay 2, 2013 at 4:56 pm #163257In reply to: BuddyPress Activity Privacy Plugin
bp-help
Participant@megainfo
I forgot to mention this scroll only becomes visible after I activate your awesome plugin but I am sure its probably a quick fix. Thank you again!May 2, 2013 at 2:53 pm #163251In reply to: Plugin for profile rank
meg@info
Participanthi,
mybe cubepoints-buddypress-integration plugin
https://wordpress.org/extend/plugins/cubepoints-buddypress-integration/
can help you, you need to install cubepoints plugin before then disable points for everything and enable only ranks.
May 2, 2013 at 2:28 pm #163247In reply to: [Resolved] Removing BP Search boxes help please!
meg@info
Participanthi,
there is no filter for the search UI (members and groups), the only why is to remove the function call in the template or to use css.
the template file :
buddypress\bp-templates\bp-legacy\buddypress\groups\index.php
just comment bp_directory_groups_search_form();or add this css code :
#group-dir-search{ display: none; } #members-dir-search{ display: none; }May 2, 2013 at 12:57 pm #163241kraigg
ParticipantThanks Hugo, I tested it with all plugins deactivated except for BuddyPress and bbPress, and the problem persists. I’ll need to test it with the default theme as well, and possibly revert back to BuddyPress 1.6 to see if it still happens.
The only change I made recently was update to BuddyPress 1.7 and change from sitewide forums to group forms.
I’ll have another test and see what I can find. Thanks for putting me on the right path
May 2, 2013 at 12:41 pm #163240Hugo Ashmore
ParticipantThis should have dealt with quite a few versions back so something may have crept back in. If you can ensure this isn’t some odd plugin issue and that this definitely wasn’t happening in 1.6 please open a ticket on http://buddypress.trac.wordpress.org using your site credentials.
I will just add though that a quick test on a local install running trunk does NOT show any issue like this, so check carefully it isn’t plugin issue also scan through trac to see if there was a recent ticket and fix put in place.
May 2, 2013 at 9:27 am #163234In reply to: BuddyPress 1.7.1
rezwiebel
ParticipantOne general question: Are security reasons for updates always clearly listed in Changelog of a version? Cause you know, some will not always want to update. But of course if there is a security reason…
May 2, 2013 at 2:41 am #163231In reply to: [Resolved] Child theme won't work
Brandon Moeller
ParticipantNevermind what I said – I no longer believe it to be true. It works just fine on another child theme I just tested it on. My problem, I believe, concerns a parent theme that doesn’t use the style.css file in the traditional way – it’s likely that with more work on my child theme, I could get it to work with BuddyPress.
May 2, 2013 at 2:08 am #163229In reply to: [Resolved] Child theme won't work
Brandon Moeller
ParticipantI am also experiencing this problem with a very simple child theme. It is my theory that with BuddyPress 1.7 – and with now the plugin doing all of the heavy lifting of applying BuddyPress styles on top of any theme – that it doesn’t work well with Child themes, whereas, when it loads an activated child theme, it chooses to load the parent / template theme only.
I hope I’m making sense. I don’t know where to begin looking in the BuddyPress code to see where the problem is coming from – but if it could be fixed, I’d sure appreciate it. Using child themes makes the world a better place and allows us to painlessly update our parent / template themes.
Otherwise, 1.7 is leaps ahead of where BP used to be and I’m looking forward to getting it working on my site. Soon.
May 1, 2013 at 8:41 pm #163223In reply to: [Resolved] Change avatar crop feature not working
applegateian
ParticipantAh found this, might be useful for others:
https://buddypress.trac.wordpress.org/ticket/4899#no1
Reverie loads jQuery 1.9.1 from Google. We load jCrop 0.9.10 from WordPress core, and it seems these versions don’t work with each other.
Upgrading to WP 3.6 trunk/beta 1 should resolve the issue, or you can just change Reverie to stop it loading jQuery from Google.May 1, 2013 at 8:38 pm #163222In reply to: [Resolved] Change avatar crop feature not working
applegateian
ParticipantOK thanks, here is the link in case someone does know:
May 1, 2013 at 8:23 pm #163218In reply to: [Resolved] Change avatar crop feature not working
bp-help
Participant@applegateian
See:
https://buddypress.org/support/topic/when-asking-for-support-2/
You need to supply more info than just what version of BP and WP your using like theme, plugins, etc.
I had this issue once and it was a theme that conflicted with js so if your using anything other than twenty twelve or bp-default then activate one of those instead to test if the crop works and if so then you narrowed it down to a theme.May 1, 2013 at 8:16 pm #163216bp-help
Participant@aliceembroid
Can’t be certain about what would cause this but for starters your using a bunch of outdated plugins and an outdated theme that I believe @modemlooper removed from the repo. You are probably going to have get a theme that is isn’t outdated and uses standard wordpress template structures. With the new compatibility you really wont need the buddypress template pack. I would advise you to read the readme.txt that came with all those plugins as well and the ones that are outdated you need to deactivate each one using the process of elimination and test until you find the culprit, then ask the author for support. If that doesn’t get you any help then you may want to consider hiring a well skilled developer to sort it out for you.May 1, 2013 at 6:58 pm #163213In reply to: Possible bug – last_activity missing
danbpfr
Participanta possible bug ? Huh! Could also be a PBCK 😉
https://buddypress.org/support/topic/when-asking-for-support-2/May 1, 2013 at 6:07 pm #163212In reply to: [Resolved] Buddypress not working on my theme.
Hugo Ashmore
ParticipantYep you can’t really copy bp-default theme index.php to a theme compat file. Your buddypress.php needs to be page.php complete with the WP loop (perhaps copying 2012 not a good choice as it calls a separate file for the WP loop) With a buddypress.php file complete with WP loop you’ll then need to replicate in it your themes essential parts that grab the site header and footer as seen in your themes page.php and any html markup that your theme uses.
This may be something you need to approach the theme author about, explain you’re trying to use BuddyPress but that you need a page.php with a structure that both supports the theme and uses a standard WP loop, or use pastebin to copy the contents of your themes page.php to and someone may be able to suggest how to modify.
But support for third party themes is going to be somewhat limited as it’s not the primary purpose of the forum.
May 1, 2013 at 4:40 pm #163207In reply to: bb-config.php file is missing
kukac7
Participantthanks for the reply @chouf1!
this error is a virgin, last default wordpress/buddypress/bbpress installation there.
go through with the description, thank you.
May 1, 2013 at 4:39 pm #163206In reply to: [Resolved] Not able to get 'Create Group button'
May 1, 2013 at 4:35 pm #163204In reply to: bb-config.php file is missing
danbpfr
Participanthi @kukac7 !
with BP 1.6.5 some settings have changed while using forums and bbpres 2.2
Read here for specifics about this version and bbpress migration:
https://codex.buddypress.org/user/buddypress-site-administration/migrating-from-old-forums-to-bbpress-2/May 1, 2013 at 4:30 pm #163203In reply to: Activity time
danbpfr
Participant@fernon,
be more specific please !
i’ve seen in other topics that this is a bug in Buddypress. URL ?Problem can be theme related. Which theme do you use ?
There’re only few tickets about timestamp bugs.
https://buddypress.trac.wordpress.org/search?changeset=on&milestone=on&ticket=on&wiki=on&q=activity+timestamp&page=1&noquickjump=1
One of the latest was solved 6 month ago…
https://buddypress.trac.wordpress.org/changeset/6489May 1, 2013 at 4:29 pm #163202In reply to: [Resolved] Buddypress not working on my theme.
Zion Oyemade
ParticipantHi Hugo,
I did tried using the page.php of the twenty-twelve but that wasn’t working.
So I copied the contents of the index.php in Buddypress default theme and replaced it with contents in the new buddypress.php and got this error.Fatal error: Call to undefined function bp_dtheme_content_nav() in /home/content/05/10950405/html/wp-content/themes/belief-child/buddypress.php on line 14
So I deleted the code on line 14 which is<?php bp_dtheme_content_nav( 'nav-above' ); ?>
Now somehow, it seems to work but the whole page is somewhat distorted.
I guess if I can get assisance on configuring the buddypress.php. It should work.
I’ll be expecting your kind advise.
The link as it is still there. You may take a look to see how it is. fruitbearerschapel.org/communityMay 1, 2013 at 3:38 pm #163199In reply to: [Resolved] Buddypress not working on my theme.
Hugo Ashmore
ParticipantWell your theme is running in BP theme compatibility mode as your loading the legacy stylesheet. Blank pages might mean your themes page.php which BP uses isn’t written in a way that BP can use, try copying page.php from twentytwelve to your theme and renaming it buddypress.php and see if that works to display BP screens, it won’t be the solution but might point to the issue and from there you might be able to further customize that copy with parts your theme may need.
May 1, 2013 at 2:19 pm #163189In reply to: Member profile data outside of members directory
msdoble
ParticipantUPDATE: I managed to solve my issue by using bp_profile_field_data
There is a similar forum post here that is helpful: https://buddypress.org/support/topic/using-bp-member-profile-data-outside-members-section/
May 1, 2013 at 7:46 am #163171@mercime
Participant@ham-radio What theme are you using? Are/Were you using the BP Template Pack plugin before? If so, see https://codex.buddypress.org/bp-17-upgrading-template-packed-themes/
May 1, 2013 at 7:31 am #163169@mercime
Participant@kkradel add to your theme’s style.css file. Example in link assumes div surrounding the sidebar widgets is #sidebar https://buddypress.org/support/topic/css-matching-for-recent-active-member-widget/#post-162541
May 1, 2013 at 5:12 am #163166In reply to: Help request for a Newbie
@mercime
Participant@rdurham starting off with https://codex.buddypress.org/user/before-installing/
then check out links in the right sidebar on that same page -
AuthorSearch Results