Forum Replies Created
-
I thought adding it above may help anybody else doing a search 🙂
I had a little play (because I’m not as techie as I used to be), and I found the solution.
In member-header.php line 25 it has this:
<h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2>
I changed that to this:
<h2 class="user-nicename">@<?php echo bp_get_displayed_user_username(); ?></h2>
Thanks for that.
I’ve taken a look at those, and it seems that most of them are about changing the way it is shown, but I’m happy for the username to be shown, which is how it is done in the system (joej), but on the profile it is showing the display name (Joe Jenkins).
Which file deals with showing the top half of the profile, where it has the avatar and @name ? I can take a look see if the problem is there somehow.
I’ve gone in and removed all other plugins and used the default theme, but I still have the same problem.
I tried some of the solutions on the link below, but none of them worked:
https://buddypress.org/support/topic/group-creation-error-are-you-sure-you-want-to-do-thisYou can do this with Gravity Forms (www.gravityforms.com). You’ll need to also have the User Registration Add-On, but it does a great job of doing what you are asking.
The only thing to keep in mind though, is that it won’t save any of the info until you click the final submit button.
I use this for registration on BuddyPress. Though I don’t do the multistep for registration, I use it all the time for other forms on the site.
For somebody new to BuddyPress, things aren’t so obvious
Thanks. I knew it should be simple, but couldn’t see it 🙂
I’ve just noticed that this works fine in Chrome, but in Firefox, users are unable to create a group, and just pasting in the URL gives a 404
Ignore that, I just added an older trac version, and for some reason it doesn’t show on there either, so must be my site.
I just uploaded the latest TRAC version, but it looks like somebody forgot to add a save settings button to the components settings.
Thank you for that code, it did the job perfectly
I don’t mind other users coming along and signing up, it’s just that I don’t want them being able to write on the forums if they are not a member of the group
I cleared it all from the database, then had to recreate the groups. That fixed the problem.
I’ve tried various themes, with the same problem, so it is definitely BuddyPress
ok thanks, first support request so a bit of a newb. It gave me the idea of turning on wp debugging, so was worth filling in.
1. Which version of WordPress are you running?
3.4.22. Did you install WordPress as a directory or subdomain install?
Directory install3. If a directory install, is it in root or in a subdirectory?
The root4. Did you upgrade from a previous version of WordPress? If so, from which version?
3.4.16. Which version of BP are you running?
1.6.17. Did you upgraded from a previous version of BP? If so, from which version?
No8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
I have tried this with all plugins except BP & bbPress deactivated9. Are you using the standard BuddyPress themes or customized themes?
I’ve tried this with my own customised theme, but also the default BP theme10. Have you modified the core files in any way?
No11. Do you have any custom functions in bp-custom.php?
No12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
2.1.213. Please provide a list of any errors in your server’s log files.
I just turned on WP debug, and this is the message I get:Warning: substr() expects parameter 1 to be string, array given in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 776 Warning: strpos() expects parameter 1 to be string, array given in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 783 Warning: explode() expects parameter 2 to be string, array given in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789 Warning: Invalid argument supplied for foreach() in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789 Notice: Undefined variable: null_flag in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 811 Notice: Undefined variable: not_null_flag in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 822 Warning: substr() expects parameter 1 to be string, array given in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 776 Warning: strpos() expects parameter 1 to be string, array given in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 783 Warning: explode() expects parameter 2 to be string, array given in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789 Warning: Invalid argument supplied for foreach() in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789 Notice: Undefined variable: null_flag in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 811 Notice: Undefined variable: not_null_flag in /var/www/vhosts/indie-film.tv/httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 822
14. Which company provides your hosting?
http://www.unlimitedwebhosting.co.uk15. Is your server running Windows, or if Linux; Apache, nginx or something else?
LinuxAnybody have any ideas on what could cause this?
It’s just strange that it seems to have happened in the middle f users signing up, those before and after are fine.
Also, the members widget shows the same users with the correct information, so it is only on the members page that this happens.
It does sound like a bug somewhere, but I have no idea where that would be
Hi,
Any ideas on this?
Thanks.
The really strange thing, is that those who have registered both before and after those marked in this way are showing up correctly.
Hi Paul,
WordPress Version 3.4.2
Buddypress Version 1.6.1This was a fresh build of both WP and BP, and the timestamps are correct on my posts.
The timezone is correct, but I’ve not tried any scheduled posts yet, so can’t answer that one.
Thanks @mercime
Where do I get that permalink file? I took a look in the BuddyPress folder and the default theme, but couldn’t see it there.
Thanks for that.
I’ll take a look at all that and get it sorted :0)
Actually, my apologies, but that did do the job perfectly.
Thank you.
Thanks, that’s kind of what I need, but for the @name only, as the user name needs to remain the email so that the bridge will work (WHMCS only allows emails as the user name).
There isn’t a problem so much with an email being a user name, as the user can change what is shown on the site to whatever they want.
I’d be interested to know if this is possible, as it would be good for the town community site I’m working on.