Search Results for 'wordpress'
-
AuthorSearch Results
-
August 24, 2016 at 8:22 am #257277
mrjarbenne
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 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
ParticipantAugust 21, 2016 at 6:49 pm #257841In reply to: Lost password link and wrong password
idichoo
ParticipantHi guys,
thanks for the reply, I think you have miss understand what i mean.
At the frontend buddypress user page, every time any user login(include admin) when entered a wrong password is keyed redirect to the wordpress page. I would like to know you have any advice to show wrong password or user name entered instead of redirect to wordpress page.
And at the frontend buddypress user page, there is no forget password link, what if the user lost his or her password (exclude admin), how can the user receive it password thru email.
August 21, 2016 at 5:51 pm #257839In reply to: How to import a list of members (link needed)
danbp
ParticipantWich file format do you use for your list ? Where is this list taken from: wordpress, private list,… ?
Pehaps you could use this plugin if you used CSV ?
For more details, check on WP codex how to achieve this task. BP shares users with WP and is not concerned directly by your question.
August 20, 2016 at 5:30 pm #257821danbp
ParticipantTry this one which use CSS – and is working !
Add the snippet to child-theme’s functions.php
function replace_some_admin_menu_icons() { // dashicons-performance = f311 // dashicons-smiley = f527 // adminmenu is the ul ID // the second ID is the li // div is where the icon goes ?> <style type="text/css"> #adminmenu #toplevel_page_bp-activity div.wp-menu-image:before { content: '\f311'; } #adminmenu #menu-posts-reply div.wp-menu-image:before { content: '\f527'; } </style> <?php } add_action( 'admin_head', 'replace_some_admin_menu_icons' );Reference: WordPress Dashicons
August 19, 2016 at 8:45 pm #257804In reply to: [Resolved] Wrap embeds in div
Henry Wright
ModeratorPerhaps that filter hook is for filtering embeds in WordPress content? BuddyPress must have a filter for this. I’ll need to have a dig around…
August 19, 2016 at 3:51 pm #257787In reply to: Buddypress groups styles
danbp
ParticipantThis is confusing. Do we talk about group header image or site header image ?
The first post of the thread mention group header. You added yours saying “i have the same problem”.
It is not the same problem apparently !As example, when i go to Lotus group, the group header image is in
<a id="header-cover-image" href=..../groups/lotus/"></a>So i’m pretty sure my solution should work for the group header image.
Your custom-header-image is in a div, that’s right, but it is the general site header image.
You received an answer on your theme support, but i suggest you try it without the error:
The single group page
body.single-item.groups #custom-img-headerinstead of (which is the group directory page)
body.directory.groups #custom-img-headerThis one is working on my theme
body.single-item.groups img.header-imgAugust 19, 2016 at 11:49 am #257776In reply to: [Resolved] Register form not working on mobile
danbp
ParticipantThat’s very theme dependant and eventually if you customized your site it needs adjustment too. Essentially CSS and JS. Unable to tell more as you didn’t mention wich theme you use.
Perhaps you can also try to use this plugin
https://wordpress.org/plugins/buddymobile/August 19, 2016 at 9:56 am #257773In reply to: Errors showing bp core ?
Paul Wong-Gibbs
KeymasterWhat version of WordPress, BuddyPress, are you using?
What theme, and what other plugins do you have active?
August 19, 2016 at 9:11 am #257772In reply to: Register LABEL
Paul Wong-Gibbs
KeymasterAh, what’s the profile field type for that? Is it a date field type or a “Birthday” field type?
Are you using the https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/ plugin ?
August 18, 2016 at 3:34 pm #257748danbp
ParticipantSee in bp-templates/bp-legacy/buddypress/members/single
and read here for some general guidance. Note: even if only Twenty theme are described as example, you can use (more or less) the same technique for any other theme.
What ever, all starts by creating a child-theme as very first step.
Related to your question, do drop down list of the sub nav and hide them in the object nav fields, i think you don’t need to alter a template, but to write a custom function.
As i can be wrong about you goal, perhaps take also a look to core file bp-core/bp-core-buddybar.php to understand how nav and subnav are instanciated.
Read also https://codex.buddypress.org/developer/navigation-api/
August 18, 2016 at 7:40 am #257739In reply to: Group with multiple forums?
mlwilkerson
ParticipantI posted the final bit of my solution to this problem over on BBPress Ticket #2191 here:
https://bbpress.trac.wordpress.org/ticket/2191#comment:17It’s filter code that helps bbPress to know what BuddyPress group is associate with any activities that might happen in a sub-forum.
So the BuddyPress group still has just one forum, but that one forum can have multiple sub-forums.
August 18, 2016 at 7:13 am #257737In reply to: Post On Buddypress Profile
danbp
Participant[URL’s removed] by user request.
Only 5 tickets of your’s on Trac: https://buddypress.trac.wordpress.org/search?q=dono12 -
AuthorSearch Results