Search Results for 'buddypress'
-
AuthorSearch Results
-
September 6, 2013 at 6:49 pm #170968
In reply to: Buddypress x-profile visibility doesn't work
envieme
ParticipantI haven’t tested it on a fresh install and assume the problem is with my instance. May be after the import something got messed up.
But then when new members register, I expect Buddypress should be setting the default profile visibility settings which is not the case.
Any ideas on what could have gone wrong would be really helpful. Thanks.
September 6, 2013 at 5:54 pm #170966In reply to: Editing the BuddyPress site pages
trinzia
Participantwp-content\plugins\buddypress\bp-themes\bp-default\members\single\home.php
wp-content\themes\MYTHEME\members\single\home.phpIn case it saves anyone else 5 hours of looking, here’s what worked for me. Copy the files from the default theme and do NOT put them all in a folder named buddypress, which was how I interpreted the codex entry. Also, for my theme, I needed to comment out line 80 of home.php:
<?php //get_sidebar( 'buddypress' ); ?>Since my theme has no sidebars, this was making my site go splat.
September 6, 2013 at 4:42 pm #170965In reply to: Editing the BuddyPress site pages
trinzia
ParticipantI’m trying to edit home.php, and specifically the nav menu. Copied file:
wp-content\plugins\buddypress\bp-templates\bp-legacy\buddypress\members\single\home.php
wp-content\themes\mytheme\buddypress\members\single\home.phpEdited this line:
<div style="border:5px solid red"> <?php do_action( 'bp_member_options_nav' ); ?> </div>Should I see a red border around the nav menu? Nothing happens.
September 6, 2013 at 3:30 pm #170960bp-help
Participant@jnthnlstr
You can contact @shanebp and see if he is accepting clients at this time.September 6, 2013 at 3:07 pm #170959In reply to: Editing the BuddyPress site pages
trinzia
ParticipantWhich file(s) would I use to edit the default layout for this URL:
http://www.mysite.com/members/membernameI am assuming this is Xprofile (the page that I get when I click on someone’s name). I want to edit how this profile looks for all members. So far, all the file structures that I tried, failed to produce an edit to this main page.
@ davni:
If this helps, the following structure produced an edit on the Profile tab inside the Member profile. I copied this file and made an edit:
wp-content\plugins\buddypress\bp-themes\bp-default\members\single\profile.phpThen I created this directory structure:
wp-content\themes\mytheme\buddypress\members\single\profile.phpThis doesn’t edit the main profile page, but instead, the tab inside it. Still don’t know how to edit main layout.
September 6, 2013 at 2:06 pm #170957In reply to: [Resolved] Change language
danbp
Participantto verify if gettext is enabled localy, you probably have to read your MAMP or WAMP user manual. ๐
Did you made your translation correctly ? I mean by usig poEdit (or similar software) to generate the compiled mo file ?
Once correctly compiled, the translation file must be in the language themes folder.
wp-content/languages/themes/your_theme-sv_SE.mo
wp-content/languages/themes/buddypress-sv_SE.mo
wp-content/languages/themes/twentythirteen-sv_SE.moetc……
September 6, 2013 at 1:24 pm #170955In reply to: Editing the BuddyPress site pages
devnl
ParticipantBut seeing as how it comes from a BP-Legacy folder, wouldn’t that mean that at some point it just won’t work anymore?
September 6, 2013 at 1:20 pm #170954In reply to: Editing the BuddyPress site pages
shanebp
ModeratorCreate a folder in your theme called ‘buddypress’
Copy a single file into that folder.
For example, copy this file:
buddypress\bp-templates\bp-legacy\buddypress\members\members-loop.phpinto this folder:
yourtheme/buddypress/members/Then make a change to that file.
September 6, 2013 at 1:18 pm #170953In reply to: buddypress on multiple blogs
kimberly36
ParticipantDid you try this? I am interested in doing the same thing. I would like to install buddypress with multiple blogs. I think I would like to keep the buddy press active for only one site on multisite, that way I can use all the plugins I want on the other blog sites. And not have to worry about compatibly with BP.
Did this work for you? Thank you.
September 6, 2013 at 1:16 pm #170952ayushpratap
ParticipantSeptember 6, 2013 at 12:56 pm #170949In reply to: Editing the BuddyPress site pages
trinzia
ParticipantI have similar confusion. I have read the BP codex entry here:
https://codex.buddypress.org/theme-development/theme-compatibility-1-7/template-hierarchy/It says to create files inside your theme, in a folder called /buddypress. I am unable to match this template hierarchy against the plugin files, in order to do edits in my theme. I downloaded several themes to look for an example, but none of them had a /buddypress folder. So, I cannot figure out what directory structure I should have, and which files to copy.
I guess I will try copying the files from bp-themes/bp-default into {mytheme}/buddypress.
September 6, 2013 at 8:10 am #170933In reply to: Registration page stuck in a look
littlejuicebox1
ParticipantI think we managed to resolve this. There were too many registration pages trying to work together with buddypress, theme etc.
Solution: Try deleting the register.php from your theme files. Obviously save a backup incase it doesn’t work for you.
September 6, 2013 at 5:35 am #170920In reply to: BuddyPress Registration Page Not Working
mourneveningfall
ParticipantI’m having this exact same issue
September 6, 2013 at 5:33 am #170917In reply to: Registration page stuck in a look
mourneveningfall
ParticipantI seem to have the same issue. disabled all plugins and switched my theme to Twenty Twelve disabled and re-enabled buddypress. issue still persists
September 6, 2013 at 1:52 am #170904Xevo
ParticipantHad the same question a couple of days ago.
September 6, 2013 at 1:44 am #170901In reply to: Buddypress hosting & performance
Xevo
ParticipantPersonally I would recommend a host close to where your community is located. This helps a lot with speed already. Since most of the “recommended” hosts are located in US, which will make your site load slow if your for example located in Europe.
September 5, 2013 at 3:07 pm #170881In reply to: BuddyPress Registration Page Not Working
smartino53
Participantto the group,
I am running WordPress 3.6 and BuddyPress 1.8.1 and have the exact same problem as above. When I fill out the Registration Form and his submit, it just blanks out my “Confirm Password” field and re-displays the form with the original data that I entered. I have tried changing the Twenty Twelve or bp-default themes, but no luck. Any thoughts?
thank you!
September 5, 2013 at 11:50 am #170877In reply to: Registration Approval Plugin
leegillett
ParticipantHi Guys – had the same problem but simply used a WordPress user approval plug in which worked fine with BuddyPress. I used: https://wordpress.org/plugins/new-user-approve/
September 5, 2013 at 11:20 am #170876In reply to: Toolbar buddypress menu on iPhone and iPad
GearMX
ParticipantUpdate: When logged in, I am replicating the problem due to the toolbar appearing in the header. The solution above works when a user isn’t logged in. Furthermore, “responsive mode” doesn’t have these issues.
September 5, 2013 at 10:54 am #170875In reply to: Toolbar buddypress menu on iPhone and iPad
GearMX
ParticipantI was having the exact same problem (BuddyPress 1.8.1 & WordPress 3.6). I found a solution: I turned off “Show the Toolbar for logged out users” under the Buddypress settings. It seems that the image mapping for menus may get misaligned when that setting is activated (or possibly some other conflict)
All of my menus work again on the iPad & iPhone ๐ It should work for you too.
September 4, 2013 at 6:05 pm #170855In reply to: Multiple BBPress forums for BuddyPress group
Technoshaman
ParticipantI’m working with Gabor and have a complementary question.
In Using bbPress 2.2+ with BuddyPress I read in the “Migrate BP Discussion Forums to bbPress” section that bbPress has a bunch of cool features that BP Discussion Forums doesnโt. Isn’t one of those features that a BP group using bbPress can have multiple forums?
September 4, 2013 at 5:49 pm #170854In reply to: How to make Avatar a requirement?
hughshields
ParticipantAfter doing some research I have found that the avatar upload step was showing up in my child theme but it has been discontinued due to security risks with uploading images to the server for non-registered users. I cut this block of code out of the register.php file per the directions in this codex page:
https://codex.buddypress.org/developer/releases/developer-and-designer-information/
Topic closed
September 4, 2013 at 4:42 pm #170852In reply to: Seeking plugin advice: Google maps + frontend posts
danbp
ParticipantHi @number_6,
Members can post from front-end: http://buddydev.com/plugins/bp-simple-front-end-post/
Maping post types, markers, etc
Study this plugin or his pro version (very expensive $15 !)
https://wordpress.org/plugins/wp-google-maps/How to list your members posts (aka reviews) on their profile ? Read carefully here:
https://buddypress.org/support/topic/resolved-show-posts-written-by-user-on-profile/Maybe this will help you !
ps: cool radio !
September 4, 2013 at 4:19 pm #170850In reply to: How to make Avatar a requirement?
hughshields
ParticipantA few things to add to the situation.
I have looked in the register.php file which I can modify in my child theme folder (Registration/register.php). The code to upload an avatar during the registration process exist at the end of the register.php file. The upload step however only displays when I have my suffusion theme active. It does not show up in the default twentytwelve or twentythrirteen themes or the buddypressdefault theme.
The final step of the registration process says “Your Current Avatar” and gives the option to choose a file and upload the image. When I select a file and click the Upload Image button the cropping tool should display but it doesn’t. Instead I get directed back to an empty registration page.
Please let me know if anyone has a fix for this. I would really like to use the avatar upload in registration and I think others want this option as well.September 4, 2013 at 4:09 pm #170849In reply to: Need help with installing BuddyPress 1.8.1
Ben Hansen
Participantnot really any different from any other plugin, install, activate, the instructions on the repo page are a little dated, there is no wizard anymore.
-
AuthorSearch Results