Search Results for 'wordpress'
-
AuthorSearch Results
-
October 26, 2014 at 1:48 pm #227731
In reply to: Separate Business User
navinachettri
ParticipantHi Henry
Thanks for giving me the direction. Being a novice, it will take time but I will follow your guidelines.
I was thinking that I would need a multisite installation of wordpress but I guess I was way off target.
October 26, 2014 at 11:14 am #227729In reply to: Separate Business User
Henry Wright
Moderator- Have you searched the plugin directory?
- This can be done via hooks. It will need some custom code (not much, just a few lines).
- You could hide or show xProfile fields according to role. How exactly roles are created and managed will be dependent on point 1
- Again, to distinguish business users from ‘normal’ users, you’d use the roles created via the plugin you’re using from point 1. The jobs and adverts could each have their own custom post type
- This will need to be custom coded
Hope that helps?
October 24, 2014 at 6:27 pm #227382In reply to: Facebook-esk Features
danbp
ParticipantHi julia,
it seems that you’re in a deep reflexion about your site, here 2-3 things.
Wait a little before doing more to get your site a clone of FB. It’s not possible, and comparison will always exist if you try to do that. You’re not FB. As simple as that i guess. ๐
People need a little time to accept new rules. You decided to create a site for them. They have to respect that when they decide to follow you in this new adventure.
members donโt feel like thatโs the same. With reason, as it is not the same.
The question will more be, why do they come to your site ? Because it looks like FB or because you have some good content ?
Have you tried this plugin ?
October 24, 2014 at 12:18 am #225815In reply to: Page Not Found error for some members but not others
danbp
ParticipantHave you tested with one of the bullet proven 2013 or 2014 themes ?
Some Dynamix related topics can be found here.
โ Members import โ I used it two other times a year ago for different lists with no problem.
A year ago means datas from BP ~1.7 and the reason why i mentionned the ticket.my issue isnโt with avatars
I have a doubt ๐ : on your members directory, the default avatar is gravatar who doesn’t appear. Avatars may not be the issue but are related to profiles.Try to use Mystery Man instead. if he appears as default avatar, there is perhaps a conflict with media upload or permalinks.
The other thing i observe, is that you and the other user who’s profile access is ok, are the only one using a username in the URL. All other members have first and last name.
Do you use a custom function or a plugin to get this ?
About wpengine, is this already the case ?
October 23, 2014 at 10:01 pm #225233In reply to: Page Not Found error for some members but not others
danbp
ParticipantIf nothing above works, see also here and open a ticket with as much details as possible with this topic url.
https://buddypress.trac.wordpress.org/ticket/4948October 23, 2014 at 6:19 pm #224936In reply to: New Members Welcome Message
danbp
ParticipantOctober 23, 2014 at 5:33 pm #224934In reply to: Redirect to login page if user not logged in
shanebp
ModeratorOctober 23, 2014 at 2:15 pm #224349In reply to: BuddyPress directory structure
Coral Atlas
ParticipantThank you very much for giving me some direction & feedback …. I installed the wordpress buddypress plugin as well as bbPress – I manage my own LAMP servers (fedora)
also I installed 2 other buddyPress/bbPress related plug-ins …. one plugin was ‘ultra users’ which I like so far ….
I need to unwind & then rewind …. my theme is weaver II pro which could also be a contributing factor … perhaps it’s a permissions/directory structure related problem …much appreciated that you took the time to respond with links ….
Coral AtlasOctober 23, 2014 at 1:01 pm #224232In reply to: New Members Welcome Message
danbp
Participantif in addition to this from time to time I could send messages to all members so they see in their profile message box.
This is already built in. For ex. you can:
User menu (below Howdy) > Messages > Compose and check This is a notice to all users.If you want to show a welcome message/video, you can do this on the register page, but this would be seen before activation.
To show such a thing once a user logged in for the FIRST time, it is a bit more difficult, meaning you don’t know where a first timer access to your site.Technically possible, but the scenario in this case is more complex and needs some reflexion to get it to work. And good knowledge of PHP. Do you have it ?
There was a plugin for that in the past, but i don’t know if it is already working. And it is no more maintained. Download from here if you want to test.
October 23, 2014 at 11:47 am #224228In reply to: redirect buddypress groups page to forum page
Henry Wright
ModeratorHi @sherry22
You can redirect pages using the
wp_redirect()function. For example:function my_redirect() { if ( bp_is_groups() && ! bp_is_group_forum() ) { wp_redirect( home_url() . '/whichever-page-you-want/' ); exit; } } add_action( 'init', 'my_redirect' );Ref: https://codex.wordpress.org/Function_Reference/wp_redirect
October 23, 2014 at 8:40 am #224095In reply to: php error log
Paul Wong-Gibbs
Keymasterwp_icl_stringsis used by WPML, and I think this error might be being caused using https://wordpress.org/plugins/buddypress-multilingual/. You need to contact the author of that plugin on the WordPress.org plugins support forum:https://wordpress.org/plugins/buddypress-multilingual/
Good luck ๐
October 23, 2014 at 7:41 am #223908In reply to: Members Directory
danbp
Participant1) https://codex.buddypress.org/getting-started/configure-components/
3) is built in on members directory. Each profile item becames clickable by default, letting users find others having entered the same information.
Example:
User A = City -> New York (NY is clickable)
User B = City -> New York (NY is clickable)
User C = City -> San Francisco (SF is clickable)When user B click on NY he will see user A as search result
When user C click on SF he will only see himself4) He use the buddy menu. This menu can be installed by going to dashboard > apparence > menu. If BP menu is not in the left side, under the other menus, open the screen option (top right corner) and check BuddyPress. Now you can set your BP menu like any other WordPress menu.
https://codex.wordpress.org/WordPress_Menu_User_GuideWhen you’re new to something, you must read the documentation first. Also before asking on a help forum, you must search if your question wasn’t already asked and answered.
Happy install ! ๐
October 22, 2014 at 5:31 pm #223415In reply to: Buddypress Wall
bp-help
Participant@sherry22
Probably the best thing to is ask the plugin author for support on the plugins support forum here: https://wordpress.org/support/plugin/buddypress-wallOctober 22, 2014 at 2:45 pm #223409ovais.khan
ParticipantI am using WordPress 3.9.2 and Buddypress Version 2.1.1
October 22, 2014 at 11:25 am #222382In reply to: Scroll down user profile page 2
danbp
Participanthttps://codex.wordpress.org/WordPress_Menu_User_Guide
As part of a wordpress plugin, BP menu use the same technique.October 22, 2014 at 8:38 am #222370In reply to: BP conflict with other plugins
danbp
Participanthi @gatera,
It’s only a PHP notice, and harmless in regard of a PHP Warning message. Apparently, your plugin is not completely compatible with BuddyPress or at least called to early or something like that.
You must debug your install.
https://codex.wordpress.org/Debugging_in_WordPressMore about bp_setup_current_user function
https://buddypress.org/support/topic/debug-error-bp_setup_current_user-was-called-incorrectly/?view=all#post-186116
https://buddypress.trac.wordpress.org/ticket/4830File ref: buddypress/bp-core/bp-core-dependency.php
Documented function: http://oik-plugins.eu/buddypress-a2z/oik_api/bp_setup_current_user/October 22, 2014 at 8:24 am #222366In reply to: BP conflict with other plugins
Paul Wong-Gibbs
KeymasterThanks @gatera! It might just be reflecting a problem in the other plugin, but I’ve created a bug report for BuddyPress and we’ll look into it sometime to see if it’s our fault or if there’s something we could be doing better. Thanks for letting us know:
October 22, 2014 at 6:51 am #222362In reply to: wp-admin blank page
giggio
ParticipantWhich setups? … WordPress is 4.0, BuddyPress is 2.1.1. The site is pokerspirit.net … When I try to enter in my wp-admin when BuddyPress plugin is active there is a message: “Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /users/user/public_html/wp-includes/widgets.php on line 720”. When BuddyPress plugin is deactivated wp-admin works.
October 21, 2014 at 5:00 pm #221409roddaut
ParticipantI keep everything up to date when WordPress says something needs to be updated. So I don’t know when the last update was made to Canvas. I do not use child-themes. I have not tried the Twentysomething theme. Since the problem was happening in the dashboard itself I thought the theme might not be the issue. I’ll check though just to be sure. Thanks for the suggestion.
October 21, 2014 at 3:02 pm #221400In reply to: BuddyPress won't take in new registers
DIYWWF
ParticipantAfter lots of searching I finally got round the problem of BP/WP not taking you to the registration page by adding the following file into wp-content/plugins/
bp-custom.php
<?php
/**
* Disables BuddyPress’ registration process and fallsback to WordPress’ one.
*/
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’;
}This dispenses with BP’s registration system and falls back to the standard WP registration.
October 21, 2014 at 1:15 pm #221396ideasdesigninc
ParticipantI actually did read the description, and saw no mention whatsoever that WP Better Emails would allow me to modify any of the BuddyPress specific emails. Or does BuddyPress just hook into WordPress’s built-in emailing system for when new users are created?
Thanks,
– YvanOctober 21, 2014 at 12:44 am #221365In reply to: [Resolved] create a link or redirect
danbp
ParticipantWhat is redirecting ? BP Redirect to Profile is not updated since over a year and many things have changed since (given to be compatible to 1.7….)
Also it was intended for:- Redirect all normal users to their profile on login
- If the admin logs in from site front page,redirect him back to front page.
- If the Site Admin logs in from site backend, i.e. using http://yoursite.com/wp-login.php, let him go to the WordPress dashboard
You didn’t answered: what is the login plugin ?
October 20, 2014 at 10:43 pm #221279In reply to: Buddypress components access to specific roles only
Henry Wright
ModeratorI’m not aware of a plugin that can do exactly that? Perhaps some of the guys on here know of one?
To do it manually, you could hook a function to
initand work from there. For example:function my_function() { if ( ! is_user_logged_in() && bp_is_current_component( 'messages' ) ) { // Current user is not logged in so don't let them see stuff. In this case, private messages wp_redirect( home_url() ); exit; } $flag = false; // Get current user info. $user = wp_get_current_user(); if ( ! in_array( 'student', $user->roles ) ) { // The current member is not a student. $flag = true; } if ( $flag && bp_is_current_component( 'messages' ) ) { The currently logged-in member is not a student and is trying to view private messaging. Let's redirect them away. wp_redirect( home_url() ); exit; } } add_action( 'init', 'my_function' );From that, you should be able to see how you can achieve what you’re trying to do without the need of a plugin.
Refs:
October 20, 2014 at 7:42 pm #220407danbp
ParticipantI wrote:
If the question is How to style the HTML of the messages (ok with a french accent, but seriously, is it so ambiguous? ๐ ) On each WordPress plugin page, you have a description. Read it !October 20, 2014 at 6:55 pm #220399ideasdesigninc
ParticipantThanks for your response, but the link you gave me doesn’t provide instructions on how to implement the “the_widget()” function. This page does:
https://codex.wordpress.org/Function_Reference/the_widget
“This template tag displays an arbitrary widget outside of a sidebar. It can be used anywhere in templates.”
But how do I reference the “(BuddyPress) Log In” widget using this function, and which additional parameters I’m supposed to pass to it, if any?
– Yvan
-
AuthorSearch Results