Search Results for 'buddypress'
-
AuthorSearch Results
-
November 4, 2014 at 3:27 pm #228222
In reply to: [Resolved] Change the registration text
@mercime
Participant@fugglet Unless you’re using the BP Default theme, the change you made won’t affect what shows up in your theme as you found out. Instead of revising core files (which would be overwritten when you upgrade next), you could do either of the following:
– copy over https://buddypress.trac.wordpress.org/browser/tags/2.1.1/src/bp-templates/bp-legacy/buddypress/members/register.php into your theme or child theme following the directory structure, i.e. yourThemeName/buddypress/members/register.php and make the changes in that file.
– or http://blog.ftwr.co.uk/archives/2010/01/02/mangling-strings-for-fun-and-profit/
November 4, 2014 at 2:29 pm #228218In reply to: How can I use normal comments on BP pages?
YokoSix
ParticipantSorry for spamming! But is it somehow possible to give BuddyPress pages certain IDs, so the comments can use them?
November 4, 2014 at 11:53 am #228211In reply to: Profile BuddyPress
Icaroferreira
ParticipantNote: That is basically what I want, is that the profile photo to appear larger and the information right side of the photo, only, equal this same link, just that:
http://ajudaroproximo.com.br/wp-content/uploads/2014/11/profile-buddypress.jpgOn the rest I use the style of my theme.
November 4, 2014 at 11:46 am #228209In reply to: Profile BuddyPress
Icaroferreira
ParticipantI already have a theme. My site is already all set up this theme style.
I would only change my BuddyPress, so, when you click “my account”, appearing equal this here.
http://ajudaroproximo.com.br/wp-content/uploads/2014/11/profile-buddypress.jpgAnd, it works I using the CSS or HTML you used here?
November 4, 2014 at 10:55 am #228206In reply to: How can I use normal comments on BP pages?
YokoSix
ParticipantThanks! I put the function into wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/home.php. I tried several comments.phps from several themes, but the only thing that always shows up is the number of comments (0 comments), but no comment forms. I think that’s because comments are closed on this kind of page and I don’t know how to “open” them. And when I modify the comment forms to show up on closed comments, the blank wp-comments-post.php appears, after I click submit.
Thanks again for your help!
November 4, 2014 at 10:35 am #228204In reply to: Profile BuddyPress
Henry Wright
ModeratorThat’s how your theme styles the page. It’s done via HTML and CSS. Regarding your question, you have a few options:
1. Write HTML and CSS yourself so that the style looks the same. See here and here for a guide to get you started
2. Find a theme from the Themes Directory that does this for you. Note that you’ll want a theme that includes styles for the BuddyPress profile page (unfortunately, there’s not many around right now but more and more are slowly being released)
3. Hire a designer to write some custom styles. The BP Jobs Forum is a good place to start if you decide to take this option.November 4, 2014 at 10:25 am #228200In reply to: How can I use normal comments on BP pages?
Henry Wright
ModeratorBut youโre saying comments_template() is also possible on BuddyPress-sites?
Yes definitely, but as far as I know, only inside singular contexts (i.e. page.php and single.php templates).
Where were you pasting the function? And what does your comments.php file look like (that’s the file comments_template() uses)?
November 4, 2014 at 9:57 am #228199In reply to: How can I use normal comments on BP pages?
YokoSix
ParticipantThanks, @henrywright! I tried this, but as soon as I send the comment, a blank wp-comments-post.php appears. But you’re saying comments_template() is also possible on BuddyPress-sites?
November 4, 2014 at 9:37 am #228197In reply to: How can I use normal comments on BP pages?
YokoSix
ParticipantI’m sorry to bug you again, but it just won’t show normal comments on our BuddyPress sites. Is it impossible – or is it too obvious and I’m kinda stupid? ๐
Thanks in advance!
November 4, 2014 at 7:16 am #228194In reply to: [Resolved] Notification – what's wrong here?
@mercime
Participant@dceditore I seen someone’s screenshot of the same issue around a year or so ago. WP/BP versions? What theme are you using and what plugins are activated in your installation? Change to the Twenty Fourteen, deactivate all plugins except BuddyPress, and then check if the issue is resolved on that page.
November 3, 2014 at 11:39 pm #228192In reply to: Top bar – Help me please
Paul Bursnall
ParticipantBy default Buddypress doesn’t have it’s own Login or Forgot Password pages. The behaviour of your site is correct. You could create your own page templates for separate pages, or use a plugin something like this:
https://wordpress.org/plugins/clean-login/ or
https://wordpress.org/plugins/zm-ajax-login-register/To redirect users on login/logout:
November 3, 2014 at 9:45 pm #228187In reply to: Top bar – Help me please
Icaroferreira
ParticipantAbout question 1, I still could not solve, even with installing the plugin. So how do I get the “Login” option redirect to the page of BuddyPress? And why only the “Register” option is that are targeting for the BuddyPress page?
2 other questions:
1ยฐ When the user does login is being redirected to the site home page, how do I to be redirected to profile his?2ยฐ How do I get the “forgot password” redirect to a page in BuddyPress? instead of staying open a page of wordpress?
November 3, 2014 at 6:38 pm #228183In reply to: SalesForce & BuddyPress
Tanner Moushey
ParticipantHey @qmai! I have setup a system before to link BuddyPress Profile Fields to SalesForce, but it takes a good amount of custom work. The method I ended up doing was to add a piece of custom meta to the Profile Field edit screen that allows you to specify a SF field id. Unfortunately, the process of adding custom meta to a BuddyPress Profile Field is a lot harder than it sounds, but it is doable.
Let me know if you have any further questions. I can’t seem to find the code that I wrote for this, but I’d be happy to work through this with you.
November 3, 2014 at 5:44 pm #228180In reply to: 404 Errors with IIS Assistance
peternepstad
ParticipantI tried updating my web-config to match the link above, but it did not work. All of the Buddypress links in the profile generate 404 errors. It must be related to the permalinks issue in iis, but beyond that I don’t know. Do you know of any iis BuddyPress sites at all?
November 3, 2014 at 2:00 pm #228175ishvara
ParticipantFound where the problem was.
And it’s not Buddypress.
Varnish reverse proxy was not handling the mentioned redirect properly and was causing delays.
So it’s RESOLVED by modifying Varnish config.PS
The nature of the mentioned redirect (and its purpose) is still beyond me.November 3, 2014 at 1:52 pm #228174shanebp
ModeratorLook at
class BP_Notifications_Notification
function save
in
buddypress\bp-notifications\bp-notifications-classes.phpThere are 2 hooks you can use to add_action
bp_notification_before_save or bp_notification_after_saveNovember 3, 2014 at 12:34 pm #228172Paul Wong-Gibbs
KeymasterRight, that JS in the theme is too general and is affecting forms inside BuddyPress templates.
November 3, 2014 at 12:33 pm #228171In reply to: [Resolved] Fatal error activating BuddyPress
Paul Wong-Gibbs
KeymasterWhile I’m happy you found a solution for you ๐ downgrading PHP isn’t something that someone should have to do. We’re still unclear as to the cause of the problem; I’d be surprised if it was only related to the PHP change (maybe changing the PHP version also cleared some cache or something — I don’t know).
We run our unit tests on PHP 5.2, 5.3, 5.4, 5.5 — see https://travis-ci.org/buddypress/BuddyPress (I know they are currently broken, unrelated!).
November 3, 2014 at 12:24 pm #228168In reply to: Where is the option to register?
okomogo
ParticipantBuddyPress Components do not have associated WordPress Pages: Activate, Register. Repair…..Please help me, i,m new to this but i have applied all the solutions i got here and still not working, i even created the page as one of you guys said in one post, but the page is just there like normal page without written content. please help me
November 2, 2014 at 8:17 pm #228158In reply to: [Resolved] Fatal error activating BuddyPress
worldholder
ParticipantWell, I got it up and running.
I changed my PHP version from 5.5 to 5.4, and everything seems fine now.
BuddyPress is not compatible with PHP 5.5 or what?..November 2, 2014 at 5:59 pm #228156In reply to: Top bar – Help me please
@mercime
Participant@icaroferreira
1. Those are the default settings. Logging in and Registering are related but have totally different functions. What exactly is the issue you find with the current settings? BuddyPress has a log in widget which you can add to your sidebar area so that people can just log in in the front end of your site.2. Check out style960’s recommendation above. If that doesn’t work for you, there are plugins like https://wordpress.org/plugins/wp-brand-identity-lite/ which can help you customize the toolbar in your site or you can search for other admin bar or toolbar plugins which cater to what you need at https://wordpress.org/plugins/
November 2, 2014 at 5:54 pm #228155JohnnyJonJon
ParticipantThanks for the feedback guys- I tracked the issue down to a piece of jquery in the theme’s custom.js file line 289 – 292:
$(".submit").click(function () { $(this).closest("form").submit(); });Commenting this out fixes the issue. Not sure why this global takeover for the submit is in the theme, but it just happened the buddypress form also has a div with the same class. Not sure how disabling affects the other forms and such for the theme itself, but at least BP registration works again!
Thanks, Jon
November 2, 2014 at 5:43 pm #228154In reply to: login page help
Paul Bursnall
Participant@king-generous Are you using any of the following:
A theme with a custom login page?
A plugin to create a custom login page?
A plugin to change the URL of the WordPress login page?Buddypress uses the standard WordPress login page at http://yoursite.com/wp-login.php
Paul.
November 2, 2014 at 2:27 pm #228151In reply to: [Resolved] Fatal error activating BuddyPress
worldholder
Participant@mercime @henrywright @djpaul
Thanks folks for the suggestions, but it doesn’t seem to be my case…
I did all that with a freshly installed WordPress, with NO other active plugins and with the Twenty Fourteen theme (it was active by default).
I have just tried once more and switched to another standard theme (Twenty Thirteen) before the BuddyPress activation, but I got the exactly same result…Is it possible that the problem is connected to my hosting configuration?
November 2, 2014 at 1:04 pm #228149In reply to: Persian support buddypress
Paul Wong-Gibbs
KeymasterWe can’t help with validating the translations on translate.wordpress.org. I am not sure who manages the Persian translations. If you can’t find out either, ask on https://make.wordpress.org/polyglots/
Thank you for contributing translations to BuddyPress ๐
-
AuthorSearch Results