Search Results for 'buddypress'
-
AuthorSearch Results
-
January 10, 2013 at 10:20 pm #150208
In 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
————————————————— */`January 10, 2013 at 7:35 pm #150175zanzaboonda
ParticipantI feel like I need to append this to say that when I mean wrong, I mean some sort of technical glitch.
January 10, 2013 at 7:35 pm #150174In reply to: Activation link in 1.7-bleeding
magichew
ParticipantSorry but I have just created another ticket for this too.
https://buddypress.trac.wordpress.org/ticket/4760
I have been running 1.7 on the site I’m testing for weeks and it seems like it hasn’t been a problem for the whole life of 1.7 as some users are fine and other users haven’t been able to activate at a later date.
Unfortunately I don’t know how to find out any sort of timeline for when this broke.
January 10, 2013 at 7:27 pm #150173zanzaboonda
ParticipantI give up.
Any thoughts otherwise? My whole BuddyPress area is broken. 🙁
January 10, 2013 at 7:26 pm #150172zanzaboonda
ParticipantWell, then.
“
I added spaces between the . Let’s see if that makes a difference.
January 10, 2013 at 7:25 pm #150171In reply to: [Resolved] Picture rating plugin for Buddypress
Mike Stott
ParticipantHi
You could try this premium plugin
[DELETED – not relevant to this topic ~~~ Mercime]
rates two images side by side using the elo algorithm.
January 10, 2013 at 7:24 pm #150170zanzaboonda
ParticipantHmm… not sure why it didn’t take that other one. Trying again.
At bottom of header-buddypress.php:
“
January 10, 2013 at 7:23 pm #150168zanzaboonda
ParticipantThere is a whole bunch of wrong with the code from the walkthrough…
I’m guessing it should be these? (If so, it still didn’t work for me. )
At bottom of header-buddypress.php:
“
At 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();
});
});
`January 10, 2013 at 7:07 pm #150165In reply to: [Resolved] Show Group Member List on Group Directory
shanebp
ModeratorYou don’t say where you tried to use bp_group_has_members().
In a function you probably need a global or two, at least global $bp;
Try hard coding a group_id into your bp_group_has_members() call.
If that works, then you have to dig around and find the right globals and calls to make.
( maybe bp_get_current_group_id() ? )If it doesn’t work, there could be an issue with your setup or maybe you can’t use multiple
bp_group_has_members calls in the same parent loop.
According to the codex, the latter shouldn’t be an issue, but… ?
https://codex.buddypress.org/developer/developer-docs/loops-reference/the-group-members-loop-bp_group_has_members/
“The ID of the group to fetch members for. Required when… not nested within a bp_has_groups() loop.January 10, 2013 at 6:47 pm #150163In reply to: Using Buddypress Support
Ben Hansen
Participanti have no trouble seeing this thread :/
January 10, 2013 at 6:18 pm #150160In reply to: BuddyDroid – BuddyPress for Android
John James Jacoby
KeymasterAwesome, but you can not use the BuddyPress logo in non-official applications.
+1 – would you please kindly remove the BuddyPress logo. We love it as much as you do, but this app isn’t officially endorsed by the BuddyPress project.
January 10, 2013 at 6:13 pm #150159In reply to: [Resolved] Show Group Member List on Group Directory
-
AuthorSearch Results