Search Results for 'wordpress'
-
AuthorSearch Results
-
danbp
ParticipantGuess it concern at first WordPress. Read here:
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/August 26, 2016 at 7:50 pm #258097In reply to: New Privacy Plugin
Fencer04
ParticipantTurns out the error you pointed out is a bug that is being tracked in BuddyPress. It will be resolved in version 2.7. I will still see if I can alleviate it somehow:
August 26, 2016 at 3:29 pm #258089In reply to: Problem with blog post image alignment
danbp
Participant@jendam As of #6573, you’ll need to add custom CSS to tweak the appearance.
Read https://buddypress.trac.wordpress.org/ticket/6573#comment:4The ticket is closed as invalid.
August 26, 2016 at 1:49 pm #258084In reply to: import xprofile CSV
sharmavishal
Participantyes…i read your post as well…unfortunately no plugin exists which would import bp related data. So you need to do it via phpmyadmin only as of now…just backup everything in case u need to revert back..best luck
also mairajs last link is of users capability issue which he faced…so if you face that issue then only u need to check this …else ignore this….
https://wordpress.org/support/topic/admin-problems-after-moving-wordpress?replies=2#post-750300
August 25, 2016 at 10:18 pm #258067In reply to: Modifying Activity Loop for Likebtn
danbp
ParticipantPerhaps the closing php tag after endwhile. Remove
?><?php endwhile; // User filtering. $user_id = bp_displayed_user_id() ? bp_displayed_user_id() : false;Note that you’re hacking a core file and that customization will be lost at next bp update.
Never do that.
That said i doubt that your like button will work on BP activities. That button is made for wordpress, not BP.
Try better this plugin which is more appropriate imho.
https://wordpress.org/plugins/buddypress-like/August 25, 2016 at 8:36 am #258043In reply to: Deactivate pending users
Paul Wong-Gibbs
KeymasterI’m not aware of any plugin that offers a feature to remove the activation URL. You would instead have to delete the user/signup record entirely.
https://wordpress.org/plugins/unconfirmed/ might help.
August 25, 2016 at 8:06 am #258035In reply to: Redirect does not work
fail2reap
Participant@djpaul – Thanks for getting back to me with these additional steps. I have tested this now with removing the plugin iThemes Security and Welcome Pack. I also set a default WordPress theme.
Unfortunately it did not resolve the issue as the user still get’s directed back to the home screen after the submit the register page.
Any other ideas?
August 24, 2016 at 4:08 pm #258018In reply to: Fatal Error
danbp
ParticipantPlease don’t double post on this forum.
You activated BuddyPress Custom Profile Menu plugin and got a fatal error. Remove it or rename his folder via FTP, so you can access your dashboard again.
Then contact the plugin author.
Since 2.6, BP use a new navigation API. Maybe the plugin isn’t updated for that or there is another conflict with your theme.August 24, 2016 at 8:42 am #257984In reply to: New user notification emails stopped?
Paul Wong-Gibbs
KeymasterHi @dnicu26
I can’t immediately see why that should be stopping the emails. Can you remove the snippet and test again, see if the emails resume sending?
Are you talking about the plain text email that you get from WordPress that says something like a “new user registered on your site”? I assume this has always worked in the past — how many such emails have you received? 10s? 100s?
Can you also please check your spam folders in your email?
Finally, are you using Multisite or regular WordPress?
August 24, 2016 at 8:22 am #257053In reply to: BuddyPress Username Ribbon
bigkahunaburger
ParticipantYou may want to look at creating member types. Then you could add the meta as a div class and style them via css:
https://gist.github.com/imath/3a5c5ade44eae997fdfd
If you don’t have the ability to code or hire someone that does you may want to try some of the member type plugins out there:
August 24, 2016 at 8:22 am #257277mrjarbenne
ParticipantIf you want to replace the activity post with recipes instead (eliminating the default ‘activity’) you could change the label of activity to “recipes” using this guide from the codex:
Change “Activity” component’s name and slug to something else.
If you want to keep the activity updates, and add a separate form for recipes, you will probably need to explore Custom Post Types. You’ll need to register a post type called Recipes.
These might help:
https://codex.wordpress.org/Function_Reference/register_post_type
http://www.wpbeginner.com/wp-tutorials/how-to-create-custom-post-types-in-wordpress/Then add it to the activity stream as a registered activity:
Users would need to use the dashboard to create a recipe update in this model, unless you created a front end recipe posting system using something like Gravity Forms:
https://gravitywiz.com/use-gravity-forms-to-create-user-submitted-posts/
August 24, 2016 at 8:22 am #257480In reply to: Chinese Translation
Petya Raykovska
ParticipantHey @idichoo,
It’s awesome you’d like to help with BuddyPress translation! Happy to help you get started with translating on http://translate.wordpress.org. I’m
Petyaon wp Slack.If you’d like to get started on your own, this is the best page: https://make.wordpress.org/polyglots/handbook/about/get-involved/first-steps/
BuddyPress could use a Project Translation Editor for Chinese as well, so if you’d like to become one, you can post a request on https://make.wordpress.org/polyglots and we’ll put you in touch with the Chinese General Translation Editors so they can add you as a project maintainer.
P.S. If you’d like to help the team with something quick, you can give us a hand with translating the WordPress 4.6 release video to Chinese! http://www.amara.org/en/videos/HD0Z715enyuZ/id/1429554/
August 24, 2016 at 7:22 am #257957In reply to: Add tab to user profile from plugin
sensibleplugins
ParticipantThere is now a plugin that allows you to easily add a new tab to the user profile page: https://wordpress.org/plugins/buddypress-custom-profile-menu/
Full disclosure: I am the plugin author 🙂
August 23, 2016 at 5:52 pm #257944In reply to: Adding Tags while posting updates in newsfeed
danbp
ParticipantAugust 23, 2016 at 3:50 pm #257940In reply to: White Screen after 2.6.2 upgrade
reggie3
ParticipantHi-
Sorry for the slow reply, but here’s an update.
Since I posted the above, we’ve upgraded to WordPress 4.6. Also tried to upgrade BuddyPress again with the same result.
We’ve run this with the debug settings activated in the wp-config.php file but have received no error messages. Nor either in the wp-content/debug.php file, nor in the server’s php_log.
Thinking incompatibility issue with other obsolete plugins…testing now…will report…
Thanks!
August 22, 2016 at 6:32 pm #257895danbp
ParticipantOn WPBeginner:
http://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/and as always, WP Codex is your friend.
August 22, 2016 at 4:28 pm #257887In reply to: 2nd Registration form
danbp
ParticipantNot out of the box.
By default, a wp site is managed by roles.
Site admin, editors and so on…https://codex.wordpress.org/Roles_and_Capabilities
Members management, including registering new user directly on admin dashboard (outside of the normal registering process) is only allowed for site admins and editors.
Another solution could be to use some conditionnal fields with help of a plugin. But before giving more information for that, please give more details about what you plan exactly and the context of the site.
For example, why must the teacher register his students ? Sounds a bit strange to me.
August 22, 2016 at 4:17 pm #257886danbp
ParticipantI’m unable to reproduce this issue on a single install.
– registered using alex@test.com as username and alex as name (BP’s name field)
– on his profile, aside the header avatar i see @alextest-comAny member links works as expected.
Tested also on MS. Trying to register alex@test.com brings the following error msg:
Usernames can only contain lowercase letters (a-z) and numbers.Is correct too and expected for usernames on a MS install. (see #17904)
Do you use custom code, login or social plugin related to login ?
What is your theme ?
Have you tested with a Twenty theme and all plugins deactivated ?danbp
ParticipantMost probably, you have to search about buddypress on the plugin repo:
https://wordpress.org/plugins/search.php?q=buddypressvaluser
Participantwelcome
try https://wordpress.org/plugins/buddypress/
and then
https://wordpress.org/plugins/search.php?q=buddypress
for lots more
August 22, 2016 at 2:48 pm #257874danbp
ParticipantNo theme has a child theme. It’s to you to create one. That’s necessary if you whant to add custom style without loosing it at next update.
Sorry i don’t read chinese, but you’ll probably find some guidance on chinese WP codex
https://codex.wordpress.org/zh-cn:Main_Pagevaluser
Participantwelcome
August 22, 2016 at 9:36 am #257864In reply to: 2 sites, shared userbase?
Paul Wong-Gibbs
KeymasterHi @sfarinsky! Let’s get the terminology right, that may be why you’ve had struggle searching for answers.
A Multi-Site is a collection of individual Sites (blogs). A Multi-Site runs inside one Network. It is possible to have Multi-Networks, which lets you run multiple Networks — all from the same set of WordPress files.
Multi-Networks are not exposed by default, and require extra plugins to enable and manage (they’re a fairly advanced option; I have no idea how they work, to be honest).
So, yes. You have a multisite and a network (though the latter is normally a technicality). 🙂
Single Sign-On (SSO) should “just work”. Multiple domains should also “just work”, though you need to have a plugin that helps you achieve SSO across a multiple domain environment (because WordPress sets authentication cookies per-site, and cookies set on one site can’t be read from another site).
If your question is how do you get domain mapping and single sign-on, I’d suggest this plugin: https://github.com/humanmade/Mercator
Hope this helps
August 22, 2016 at 9:18 am #257863In reply to: Errors showing bp core ?
Paul Wong-Gibbs
KeymasterOK, lots of plugins. I am pretty sure it must be caused by one of the other plugins, but unfortunately we can’t get any more detailed information from this error.
Do you have a test site / development site for this? What you really need to do is switch to a default WordPress theme and see if the error message still shows up.
If it does, then you’ll need to start deactivating your plugins until you find which one causes the error to disappear when you turn it off. Once you have that, maybe someone can look at the code for that plugin and try to understand what’s happening.
An alternative is to add some debug code to print a more useful error message, but that’s something that should also only be done on a test/dev site.
August 21, 2016 at 7:22 pm #257845In reply to: Favorite Count in Buddypress Group in each activity
Ariful Alam Tuhin
Participant -
AuthorSearch Results