Search Results for 'buddypress'
-
AuthorSearch Results
-
December 27, 2012 at 8:48 pm #149039
ourascension
ParticipantI am also trying to get a map of all of my member’s locations. I would LOVE to use BP Members Avatar Map but like @fisheyecom said, I also see that everything shows but the map itself, just showing a big blank box. Also, I tried GeoMashup and that seemed to do the job, however the user has to update their location in the wp-admin under their user profile which I don’t allow users to view the admin at all. Does anyone know if there is any way to update the location on the front-end without iframing the wp-admin/profile.php page in?
December 27, 2012 at 8:45 pm #149038In reply to: No BuddyPress Admin Bar
willusername
ParticipantYes, I went through the wizard. I don’t know what a child theme is, the theme is called “MyApp” from themeforest. We bought it and installed it.
I looked in that folder but there’s no footer.php file. It has header.php and other stuff, but no footer.
That setting is checked on.
December 27, 2012 at 8:32 pm #149036In reply to: No BuddyPress Admin Bar
@mercime
ParticipantFirst thing, did you go through the Installation Wizard? You didn’t answer above.
Second, what theme are you using? Can you access your theme folder in server wp-content/themes/ and double-check for footer.php or are you using a child theme?
Third, re admin toolbar, look in Settings > BuddyPress > Settings if you unchecked “Show the Toolbar for logged out users”
December 27, 2012 at 8:29 pm #149035In reply to: h3 repeating on group directory page
@mercime
Participant@jaehouse If you are using Genesis or child theme thereof, I recall that you need to install the Genesis Connect plugin and not the BP template pack plugin.
December 27, 2012 at 7:42 pm #149033In reply to: No BuddyPress Admin Bar
willusername
ParticipantI ran the BP compatibility pack but it didn’t do anything. I’m at the step (step three) where it’s telling me to check my site and look at the Buddy Press admin bar, but there’s no admin bar.
I looked at the editor for my theme and there doesn’t appear to be any footer.php file. What do I do?
December 27, 2012 at 7:29 pm #149029In reply to: How to remove header image in BP columns?
@mercime
Participant@acfurino this should be in wp-content/plugins/bp-custom.php file http://pastebin.com/HxNAxvBK
Should for any reason that doesn’t work for you, delete bp-custom.php and add the code (without the opening and closing ) in your theme’s functions.php file right under the opening < ?php
December 27, 2012 at 7:21 pm #149026In reply to: Group moderator are not able to edit, delete group
@mercime
ParticipantGroup Moderators cannot delete groups. As to Admin items like Group Name/Descriptions, Group Mods should be able to do that.
EDIT – trac ticket created https://buddypress.trac.wordpress.org/ticket/4737
December 27, 2012 at 6:53 pm #149021In reply to: Restrict access to posts based on group membership
Ben Hansen
Participantmaybe you were looking for this?
December 27, 2012 at 6:50 pm #149020In reply to: Why is BuddyPress.org so slow?
John James Jacoby
KeymasterIf you have questions on the achievements plugin, this is not the topic to do it in.
Closing this topic, since it’s long since fixed.
December 27, 2012 at 5:37 pm #149018In reply to: Why is BuddyPress.org so slow?
Ben Hansen
Participantcurrently in beta more info here:
December 27, 2012 at 5:35 pm #149017In reply to: Voting/Polling functionality
Ben Hansen
Participantbuddypress doesn’t have any default voting/polling functionality i’d look into polldaddy, personally.
December 27, 2012 at 3:26 am #148993In reply to: Possibilities in Education
@mercime
Participant@lauramgamedeskorg Check out http://commonsinabox.org/ a customized WP/BP package which could help you
December 27, 2012 at 3:19 am #148992@mercime
ParticipantURI of BP template page which is not responsive and URI of a flare page with the layout you copied onto BP template would be good to help ID what was missed in the customization.
December 27, 2012 at 2:08 am #148987In reply to: [Resolved] Picture rating plugin for Buddypress
NSxguy24
ParticipantGodsent!!!! thank you very very much and happy holidays!!!!!
December 27, 2012 at 2:01 am #148985In reply to: [Resolved] Picture rating plugin for Buddypress
@mercime
ParticipantSearch on WP extend plugins directory shows https://wordpress.org/extend/plugins/nextgen-gallery-voting/
December 27, 2012 at 1:52 am #148984In reply to: Why is BuddyPress.org so slow?
VegasKev88
ParticipantBTW…it seems much faster now Paul. On a side note, have you gotten closer to the release up the achievements update for the recent wp 3.5 changes? I remember seeing you mention that you were going to have make some updates and release theme ASAP about a couple of weeks ago…?
December 27, 2012 at 1:50 am #148983In reply to: Acitivty Stream Bug
VegasKev88
ParticipantWhat’s funny, is that the theme developers were blaming buddypress. Since it was my first buddypress installation, I checked everywhere and then decided to post some comments on about 10 different buddypress sites…..none did as I mentioned..so I dropped the theme and made my own bp theme from a non-bp theme and everything is good now. Sorry for such a late reply.
December 27, 2012 at 1:48 am #148982In reply to: [Resolved] Picture rating plugin for Buddypress
NSxguy24
Participanti’m using nextgen gallery premium at the moment. Do you have any recommendations?
December 27, 2012 at 1:28 am #148979In reply to: [Resolved] Picture rating plugin for Buddypress
@mercime
ParticipantIt depends on which Gallery/Album/Media plugin you’re using, whether it be WP- or BP-compatible plugins. Some plugins have ratings added onto their media plugins, some don’t.
December 27, 2012 at 1:16 am #148978In reply to: Adding Terms of Service To Registration
VegasKev88
Participantthanks @mercime, I appreciate your response. Have you tried either of them? If so, which would you say is better to go with. $19 is not a bad deal to keep me from spending a couple of hours modding code, though GPL is always the direction I prefer to go. What do you think?
December 27, 2012 at 1:10 am #148975In reply to: Remove Header From BP Registration page?
@mercime
Participant@hindicell easiest way is to create specific header and footer (matching closing div) files for your register page. To do so:
1. Copy your theme’s header.php file and save copy as header-registerpage.php
2. Copy your theme’s footer.php file and save copy as footer-registerpage.php
3. Open up your theme’s registration/register.php file.
4. At the very top of the register file, change
get_header( 'buddypress' )
to
get_header( 'registerpage' )
5. At the very bottom of the register file, change
get_footer( 'buddypress' )
to
get_footer( 'registerpage' )
6. Adjust codes in your new files as needed.December 27, 2012 at 12:57 am #148973In reply to: No BuddyPress Admin Bar
@mercime
Participant@willusername after you activate BuddyPress, you have to go through the Installation Wizard https://codex.buddypress.org/user/setting-up-a-new-installation/installation-wizard/
Complete the process first before installing/activating BP Template pack plugin for WP theme compatibility with BP.
Re no admin bar, check if your theme’s footer.php file has the
wp_footercall right before the closing body and html tagsDecember 27, 2012 at 12:52 am #148972@mercime
ParticipantWe are aware of the issue https://buddypress.trac.wordpress.org/ticket/3727 Please create a new topic instead of adding onto 2-year-old threads. Closing this thread.
December 27, 2012 at 12:07 am #148970In reply to: Buddypress 1.7
VegasKev88
ParticipantThanks I grabbed it, but the backwards compatibility with non-bp (wp) themes was pretty buggy so I switched to bp 1.6 and just modified my theme to meet bp’s needs.
I see that we are down to about 9 tickets before 1.7 drops so i bet we are less than a couple of months away. Really interested in seeing what custom scripts and plugins I wrote that I’ll be able to uninstall with all the new features of 1.7.
Keep up the great work BP Devs. I can’t wait until I have the free time to help out with BP in the next 6-8 months!
December 27, 2012 at 12:02 am #148969In reply to: Sharing file in groups
@mercime
ParticipantThere’s a document sharing plugin for BP https://wordpress.org/extend/plugins/buddypress-docs/
And that’s about it except for Gallery/Album plugins
Merry Christmas and a Happy New Year to you too. -
AuthorSearch Results