Search Results for 'wordpress'
-
AuthorSearch Results
-
February 19, 2015 at 6:35 am #234751
In reply to: Can't put widgets on Buddypress pages?
@mercime
Participant@rapforthemoment You can’t put a widget on a page whether it’s BuddyPress or a regular WordPress page. You can only place a widget in a widget area.
February 19, 2015 at 3:08 am #234744In reply to: Activity Stream Gone After Moving Hosting
Henry Wright
ModeratorWithout knowing exactly what was done via the one click migration, it’s going to be hard to pintpoint what went wrong.
Was the one click migration intended for BuddyPress? Just WordPress? I’m not familiar with GoDaddy’s process
February 19, 2015 at 2:43 am #234741In reply to: Activity Stream Gone After Moving Hosting
Henry Wright
ModeratorHi @canadadre
There’s a very useful article that helps out with site moves. Take a look to see if there’s anything you could have done wrong when you migrated across:
February 18, 2015 at 11:01 pm #234721In reply to: How to disable BuddyPress Registration
mcpeanut
ParticipantHi @aluxi33, this can easily be done via this code
function my_disable_bp_registration() { remove_action( 'bp_init', 'bp_core_wpsignup_redirect' ); remove_action( 'bp_screens', 'bp_core_screen_signup' ); } add_action( 'bp_loaded', 'my_disable_bp_registration' ); add_filter( 'bp_get_signup_page', "firmasite_redirect_bp_signup_page"); function firmasite_redirect_bp_signup_page($page ){ return bp_get_root_domain() . '/wp-signup.php'; }What you will need to do is first create a bp-custom.php file (make sure you add the opening and closing tags at the top and bottom ) and put it in your plugins folder, then paste the code between the php opening and closing tags and save.
This should disable buddypress registration and let you use wordpress registration as default, hope this helps.
February 18, 2015 at 9:33 pm #234712In reply to: Cannot see a profile page on front end
danbp
Participanthi @vikingpoker,
Iโm sorry to hear that BuddyPress has upset you.
Members are the heart of BuddyPress and the plugin comes with anything necessary to let you manage them.We might be able to help, would you please let us know exactly which components you activated during the BP setup ?
BuddyPress use the WordPress page system for internal purpose only. Content is shown dynamically, depending the context. When you click on a username, BP calls the pre defined member page and use the appropriate template to show the profile.
BuddyPress has also his own menu, on which you’ll find activity, members, groups so far you have activate the respective component. To access this menu, go to dashboard > appearence > menu. If you don’t see it, go to the top right corner of the screen and open the sceen option, and check “buddypress”.
You’re using a framework theme, which is not the easiest to handle if you have not much experience with WP theing. I tested it a while ago and can understand your disapointment. You may probably find good advice about BuddyPress on the Hueman support forum.
I would recommend you to use 2015 or 14 theme during the time you familiarize yourself with BuddyPress.
I invite you to read also the Codex to start with your BuddyPress.
Oh, and if you donโt understand why this is not a #1 topic in this forum, it’s probably because a large majority of user haven’t this issue. And discover here all what you can do with BuddyPress. ๐
February 18, 2015 at 7:18 pm #234700In reply to: User can't edit profile in frontend
Matthias
ParticipantI think @azinfiro had the same problems a few month ago.
Seems it is the normal buddypress behavior, not to show the wordpress fields
https://buddypress.org/support/topic/wp-profile-fields-not-editable-in-bp-profile/This is a bit strange, cause I can change the wordpress fields in bbpress but not in buddypress?!?!
Makes no sense to me!Thanks
MatthiasFebruary 18, 2015 at 5:52 pm #234697r-a-y
KeymasterWishlist Member is a premium plugin so we do not have access to debug the issue.
BuddyPress 2.2.0 did make a change to directory pages that probably caused this issue to occur.
hnla is correct that you should try patching the one line in a WordPress file to see if that fixes the issue:
https://buddypress.org/support/topic/version-2-2-0-and-is_page/#post-234315Please give that a shot first and report back.
The other thing I can think of is Wishlist Member is not properly doing redirects on the correct hook. They should use the
'template_redirect'hook at a priority less than 10 (preferably 0). This is just purely speculation at this point without looking at their code.February 18, 2015 at 1:01 pm #234669In reply to: cant create topics for standart users
wolfied
ParticipantAll right, here we go:
http://inviteshare.net/groups/world-wide-news/forum/Noone can create any any topics under this Entire forum. It’s not just one topic, but instead, none works. So, for the public groups, anyone should be able to post without joining this. Even the members are complaining about it. If needed, I can give you moderator/admin access to the forum for your helping me out.
WordPress 4.1 running OneCommunity theme.
bbPress 2.5.4
BuddyPress 2.218 active plugins.
Achievements
Akismet
bbPress
BP-WP Profile Reviews
BuddyPress
Contact Form
Mass Messaging in Buddypress
myCRED
Quick Cache
Register IPs
SI CAPTCHA Anti-Spam
Simplr User Registration Form Plus
Stop Spammer Registrations Plugin
TinyMCE Advanced
WP-Polls
WP Slimstat
WP SMTP
WP User ControlFebruary 18, 2015 at 9:50 am #234659In reply to: please review my new website onlijn.com
peter-hamilton
ParticipantFew alterations made, thanks to feedback from you guys.
Profile pages now a bit more organized, header image only shows on main profile page, other profile pages only shows links bar.
Made background image larger to remove awkward empty space on left side, and made navigation easier by placing the links bar directly (back) under header image.

I also experienced issues with the search options, with all three (wordpress/bbpress/buddypress) having their own search criteria, but I found help from you guys again, and fixed all these issues so people can search for articles, posts, topics, members and groups on the right place.
Thanks again for the input
Peter Hamilton
February 18, 2015 at 12:45 am #234633In reply to: Buddypress Search Page is not saved
Henry Wright
ModeratorI’m using 2.2 and when I search for ‘henry’, I appear in the list of members. That’s using Twenty Fifteen, no plugins and WordPress 4.1.
Which theme are you using?
February 17, 2015 at 11:32 pm #234632In reply to: Page Templates Disassociate
r-a-y
KeymasterThanks for the reports everyone.
I think this is related to a change we made for BuddyPress 2.2.0.
I’ve opened a ticket here:
https://buddypress.trac.wordpress.org/ticket/6226I’ve also attached a potential fix for this bug here:
https://buddypress.trac.wordpress.org/attachment/ticket/6226/6226.01.patchThis bug is only applicable to multisite installs.
February 17, 2015 at 5:09 pm #234617In reply to: How to upload an avatar in backend?
danbp
Participantguess it’s not implemented yet, at least for MS. See #5197
Read also here:
https://buddypress.org/support/topic/possible-to-upload-avatars-for-other-user-as-admin/February 17, 2015 at 11:12 am #234607In reply to: How to upload an avatar in backend?
aymanomar85
ParticipantHello whoaloic
you can use BuddyPress cover will help you to upload avatar and cover photo.
here is plugin link https://wordpress.org/plugins/bp-cover/
February 17, 2015 at 11:11 am #234606saish_neugi
ParticipantHello @danbp . .
That didnt actually helped. Function Reference/add menu page Seems to be like a helping hand but i am not able to understand it fully.February 16, 2015 at 7:46 pm #234584In reply to: Can't Accept Friend Requests
danbp
ParticipantHi, bonjour, buon giorno, guten tag ! ๐
if you want pertinent help, give more details please. Did issue appeared after update ? Used theme and plugins ? PHP version ?
https://buddypress.org/support/topic/when-asking-for-support-2/
https://codex.wordpress.org/Forum_WelcomeFebruary 16, 2015 at 6:44 pm #234576Henry Wright
ModeratorFebruary 16, 2015 at 2:56 pm #234571danbp
Participanthi @saish_neugi,
that’s typical WP stuff. Please read here how you can do that.And here for BP specific items
February 16, 2015 at 2:51 pm #234570In reply to: WordPress crash after changing buddypress settings
danbp
ParticipantTry deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.
If issue is still upcoming, as you use a commercial theme, please go to their official support channel.
We have no access to commercial products, so we can’t know why your theme is not working properly. The vendors are responsible for supporting their commercial product.
February 16, 2015 at 9:15 am #234553In reply to: Slider not working in child buddyboss theme
danbp
ParticipantHi @sklemenc,
you use a commercial theme and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.
Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.
February 15, 2015 at 6:45 pm #234529In reply to: Buddypress 2.2.0-bp-languages doesn't work
r-a-y
Keymasterdanbp –
You’re right. My technique will work, but would get overwritten when translations are automatically updated.I just checked and WordPress saves automatic translations to
/wp-content/languages/plugins/so we should be safe if custom BP translation files are saved to/wp-content/languages/buddypressor/wp-content/languages.WordPress might say that there is a new BuddyPress translation, but if you’re using the custom method, then you can ignore the notice as BuddyPress will keep using the custom translation file.
To tell WordPress to stop fetching automatic translations for BuddyPress, see:
https://buddypress.org/support/topic/disable-automatic-translation-updates/#post-234528February 15, 2015 at 5:55 pm #234523In reply to: Profile pages disappeared after upgrade to 2.2
r-a-y
KeymasterSee:
https://buddypress.org/support/topic/version-2-2-0-and-is_page/#post-234315I would recommend applying this simple one-word patch to WP until WP 4.2 is released:
https://core.trac.wordpress.org/attachment/ticket/24674/24674.2.diffFebruary 14, 2015 at 9:30 pm #234497In reply to: what is "Pending" mean?
djsteveb
Participant@jessiewordpress
I would assume they are listed as pending because they did not get click an activation in email yes.Now does that mean that your server sent an email correctly and they actually recieved the email? Who knows.. sometimes my bp emails get auto-blackholed for some email services and users will never get an email from my bp site if they have say “gmail” or yahoo or something… (there are different methods for sending email via wordpress, some are less “flagged-as-spam-automatically” than others.. sometimes users do get the emails but they end up in a junk folder..
sometimes it’s spammers trying to setup a fake account and they never will click on activate…
if you start to get a lot of these, you might want to look into how your wp install is sending emails, what the headers look like, and see if you can adjust with something like a “wp mail via smtp” plugin or something.. and if you need to manage a bunch of pending users you might want to see if https://wordpress.org/plugins/unconfirmed/ is working with current bp version..
random thoughts, hope they help.
February 14, 2015 at 9:16 pm #234494In reply to: what is "Pending" mean?
@mercime
Participant@jessiewordpress in a way yes. Either because the activation email got caught in their spam folder, or they have not clicked on the activation link, or they did click on the activation link but did not log in yet.
February 14, 2015 at 12:11 pm #234476In reply to: Welcome email customize?
Henry Wright
ModeratorDo you know where that text comes from? I can’t find it anywhere in BuddyPress or in WordPress cores.
February 14, 2015 at 12:33 am #234462In reply to: Preventing spam registrants?
djsteveb
Participant@jessiewordpress – might want to check out either “good question” (change default question / answers!) – or ‘buddypress humanity’ as well. They have made a huge impact on the spam registration issues we used to deal with.
-
AuthorSearch Results

