Search Results for 'buddypress'
-
AuthorSearch Results
-
January 11, 2013 at 12:47 am #150233
In reply to: Buddypress and AIT Rounder Theme
@mercime
Participant@heavensentral You need to install and activate the BP Template Pack plugin to make your WP theme compatible with BuddyPress. Then go through Appearance > BP Compatibility process.
January 11, 2013 at 12:42 am #150232@mercime
Participant@scoobydoobydoo you upload sidebar-buddypress.php to your theme’s folder in server as in wp-content/themes/yourthemefolder/
What theme are you using the BP Template pack on?
January 11, 2013 at 12:40 am #150231In reply to: How do I fix /members/ ?
@mercime
Participantclosing this duplicate of https://buddypress.org/support/topic/members-broke/#post-150230
January 11, 2013 at 12:39 am #150230In reply to: /members/ show member list
@mercime
Participant@sam247 please paste long blocks of code in pastebin.com and post the generated pastebin uri here. What theme are you using? Did you modify your theme’s members/index.php file? What’s on line 10 of that file?
January 11, 2013 at 12:35 am #150229In reply to: Correct way of initialize BuddyPress
Eduardo
ParticipantTo be more precise, I need to access $bp->loggedin_user. If I do not run do_action(‘bp_init’) I get an object like this:
`// not using do_action(‘bp_init’);
var_dump($bp->loggedin_user);object(stdClass)#3391 (6) {
[“id”]=>
int(0)
[“fullname”]=>
bool(false)
[“is_site_admin”]=>
bool(false)
[“is_super_admin”]=>
bool(false)
[“domain”]=>
NULL
[“userdata”]=>
bool(false)
}`But if I do run with do_action(‘bp_init’) I can get all the correct information, but if the plugins I mentioned are active I get also those errors!
`do_action(‘bp_init’); // loggedin_user);
object(stdClass)#3378 (6) {
[“id”]=>
int(1)
[“fullname”]=>
string(5) “admin”
[“is_site_admin”]=>
bool(true)
[“is_super_admin”]=>
bool(true)
[“userdata”]=>
object(stdClass)#3450 (10) {
[“ID”]=>
string(1) “1”
[“user_login”]=>
string(5) “admin”
[“user_pass”]=>
string(34) “__the_password_hash_here__”
[“user_nicename”]=>
string(5) “admin”
[“user_email”]=>
string(24) “admin @localhost”
[“user_url”]=>
string(0) “”
[“user_registered”]=>
string(19) “2013-01-05 17:25:49”
[“user_activation_key”]=>
string(0) “”
[“user_status”]=>
string(1) “0”
[“display_name”]=>
string(5) “admin”
}
[“domain”]=>
string(36) “http://localhost/blog/members/admin/”
}`* I set the loggedin user with `wp_set_current_user( $userID )`
January 11, 2013 at 12:19 am #150227@mercime
ParticipantJanuary 10, 2013 at 11:59 pm #150224In reply to: Using Buddypress Support
Ben Hansen
Participantglad to help!
January 10, 2013 at 11:28 pm #150222DanO
ParticipantI’m not sure if “notify” was checked when I posted this. Making sure by adding this comment and checking it…
January 10, 2013 at 11:23 pm #150220In reply to: BuddyDroid – BuddyPress for Android
Yuttadhammo
ParticipantSorry… it wasn’t out of love, just convenience. I’ve changed the logo.
January 10, 2013 at 10:50 pm #150215In reply to: Correct way of initialize BuddyPress
modemlooper
ModeratorIf BP is active you do not need to re init. If it is active all it’s functions are available.
January 10, 2013 at 10:37 pm #150212@mercime
Participant@zanzaboonda sorry, something got messed up with the sourcecodes in our codex. I’ve updated the page a few minutes ago. Btw, in case you haven’t noticed it yet, you need a closing div at the top of the sidebar-buddypress.php file. https://codex.buddypress.org/legacy/theme-dev-bp-template-pack-walkthrough-twenty-eleven-bp-1-5/
January 10, 2013 at 10:20 pm #150208In reply to: [Resolved] Show Group Member List on Group Directory
DKerrigan
Participant@shanebp I still can’t get the bios to show.
You can see my modified code here: http://pastebin.com/XP4SUFYi
Lines 59-61 are what gets the Member ID (currently printing out on screen as confirmation).
Lines 63-66 is the code block you gave me to implement, but it is not displaying any bios.
January 10, 2013 at 10:09 pm #150204In reply to: Admin Profile 404
@mercime
ParticipantWhat theme are you using? Have you tried changing to BP default theme to check if issue is resolved? If you upgraded to WP 3.5, did you also upgrade your BuddyPress BP 1.6.2? Do provide more information about your installation.
January 10, 2013 at 10:02 pm #150203@mercime
Participant@joerob101 if you’re using the Genesis framework, you should be using Genesis Connect for compatibility with BuddyPress. Please post at Genesis forums to confirm.
January 10, 2013 at 9:55 pm #150199In reply to: Manual vs. SimpleScipts install
@mercime
ParticipantI posted some of the issues in response to your same question 3 weeks ago at https://buddypress.org/support/topic/new-to-buddypress-3/ For other issues, you could search via Google. Are you looking for some justification in using SimpleScipts instead?
January 10, 2013 at 9:55 pm #150198In reply to: Using Buddypress Support
davito18
ParticipantAh I see, thanks!
January 10, 2013 at 9:50 pm #150197In reply to: Using Buddypress Support
Ben Hansen
Participantsounds like maybe akismet didn’t like the format of your post and thought it was spam same thing happened to me the other day.
January 10, 2013 at 9:50 pm #150196In reply to: Help With BuddyPress Template – PAID
modemlooper
Moderatoremail me: modemlooper @ gmail
my butt is getting fat just looking at your site 😀
January 10, 2013 at 9:47 pm #150195In reply to: Using Buddypress Support
davito18
ParticipantWhat I meant is when I post my problem with Buddypress usernames for some reason it just returns to the support homepage and it appears I haven’t posted anything. I don’t see an error message and when I check my “topics started” there is nothing in there.
January 10, 2013 at 9:11 pm #150191In reply to: [Resolved] Show Group Member List on Group Directory
DKerrigan
Participant@shanebp For whatever reason, the lines 27-38 that pull in member biographies are not working. No user biographies are being returned (the code works on the Members Directory, not the Groups). Any clue what is going on there?
You are awesome by the way @shanebp. Really, really appreciate you helping me out.
January 10, 2013 at 8:13 pm #150184In reply to: [Resolved] Show Group Member List on Group Directory
DKerrigan
ParticipantThanks again for the help @shanebp.
Here is a copy of the code in question: http://pastebin.com/J5sEfVNt
When I hard code a group_id into Line 15, I can see members appear. However, I need it to be dynamic, as I want each group to show all members.
January 10, 2013 at 8:07 pm #150182Ben Hansen
Participantthe bp-default theme should be fairly mobile friendly additionally there are many premium responsive themes out there that are already coded for buddypress. additionally if you are patient 1.7 will probably be out before you know it (no i can’t say when exactly but my understanding is that beta 1 is immanent) which should allow you to use buddypress with any almost theme.
January 10, 2013 at 8:06 pm #150181VegasKev88
Participantdid some more testing to find the source. haven’t found the source, but when i have noticed that the notifications do show up in the invitee’s wp-admin bar notification icon, just not in the buddy bar.
I’ve also switched back to the default theme and still no notifications in the buddy bar. An suggestions/fixes/ideas would be awesome.
Thanks in advance.
January 10, 2013 at 7:59 pm #150178zanzaboonda
ParticipantWhy does it hate me so? lol
I guess I’m doing something wrong or am somehow not understanding how the code tag works as it isn’t all coming through. Sorry, I tried. 🙁
January 10, 2013 at 7:54 pm #150176zanzaboonda
ParticipantFor anyone else having problems reading it on the other page, I found a copy from one of my other websites that I used.
Bottom of header-buddypress.php:
(minus the spaces – hope it works this time)
Top of sidebar-buddypress.php:
`
jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});
`Everything in the CSS files is fine, except the top should say:
`/* BuddyPress Component Finishing Styles
————————————————— */` -
AuthorSearch Results