Search Results for 'wordpress'
-
Search Results
-
1. Which version of WordPress are you running? 4.4.1
2. Did you install WordPress as a directory or subdomain install? Directory
3. If a directory install, is it in root or in a subdirectory? Root
4. Did you upgrade from a previous version of WordPress? If so, from which version? No
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. YES
6. Which version of BP are you running? 2.5.1
7. 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? Yes (list is long so I’ll detail if needed)
9. Are you using the standard WordPress theme or customized theme? Pro theme10. Have you modified the core files in any way? No
11. Do you have any custom functions in bp-custom.php? No
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Not running
13. Please provide a list of any errors in your server’s log files.
14. Which company provides your hosting? Quijost
15. Is your server running Windows, or if Linux; Apache, nginx or something else? Linux
Register page does not work, it just reloads and erases password data. I have to note that I’ve tried it in Chrome and Firefox. In the first one it works properly, in the second one does not.
I have tried to reproduce this with the Twenty Fifteen theme and it seems to happen in the same way.
I’m running WordPress 4.4.2 with BP 2.5.1 and BBpress 2.5.8 with Twenty Twelve theme.
My registration page redirects to a login and I can’t register anymore. When I deactivate Buddypress, it works, when I activate it, it redirects.
A little background… I have installed and uninstalled a few login plugins “New User Approve” “WP User” and a couple others which didn’t work for me. So I finally found Theme My Login, which I installed and liked how it functioned – except it created and ran on secondary pages – (register-2, login-2) so I deleted the first register page and changed the new register page the plugin created permalink to just “register” instead of “register-2”
It didn’t work. So I deleted the register pages, uninstalled Theme My Login, and reinstalled it, hoping that would fix it. It didn’t. And now even though all the pages seem to be set correctly (login, register, logout) I can’t register because of this redirect.
Thank you for any assistance.
WordPress 4.4.2
BuddyPress 2.5.1
BuddyBoss Theme 2.1.3For header issue please see:
One request: It would be great if “font type” could be changed or a Logo Image could be inserted into “Header” area.
Best regards,
MichaelTopic: Empty pages..
I installed BuddyPress, but there seems to be an issue. The pages I are empty:
http://www.movefit.be/index.php/members/1. Which version of WordPress are you running?
WordPress 4.2.7 gebruikt thema: Interface.
2. Did you install WordPress as a directory or subdomain install?
subdomain install
3. If a directory install, is it in root or in a subdirectory?
4. Did you upgrade from a previous version of WordPress? If so, from which version?
No
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
Yes
6. Which version of BP are you running?
2.5.1
7. Did you upgraded from a previous version of BP? If so, from which version?
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
Disabled all the plugins, didn’t work either
9. Are you using the standard WordPress theme or customized theme?
Interface theme
10. Have you modified the core files in any way?
Yes
11. Do you have any custom functions in bp-custom.php?
No
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
No
13. Please provide a list of any errors in your server’s log files.
Don’t know where to find them.
14. Which company provides your hosting?
Neostrada.nl
15. Is your server running Windows, or if Linux; Apache, nginx or something else?
Windows
Hello
I used a code in my child theme functions.php to change the code at registration and it worked, that code was:
//Change username and email at registration
// changing from namefunction rv_mail_from_name($name) { return 'Enter your Site Name Here'; } // changing email function rv_mail_from($content_type) { return 'no-reply@Enter-your-domain-here.com'; } add_filter('wp_mail_from','rv_mail_from'); add_filter('wp_mail_from_name','rv_mail_from_name');Private messages notifications via email is still showing wordpress@domainname, to change this, I used:
function custom_wp_mail_from( $email ) { $handle = 'no-reply'; $find = 'http://'; $replace = ''; $link = get_bloginfo( 'url' ); $domain = str_replace( $find, $replace, $link ); return $handle . '@' . $domain ; } add_filter( 'wp_mail_from', 'custom_wp_mail_from' );This still doesn’t work, I appreciate any help to change the notifications email through a child theme functions.php.
Regards
Buddypress- 2.4.3 version
Wordpress- 4.4.2
Theme – hueman for desktop and twenty fourteen for mobile version.
Plugins- wp email login, auto login after activationI tried after changing theme to default WordPress themes and to some other also. I also tried after deactivating plugins but problem is still there.
A member is able to login without activation. Is this problem with 2.4.3 BuddyPress ?
Please reply as soon as possible.
Thanks,
NitinHi! This may be way too basic, but I’m a bit lost. After installing and setting up BuddyPress, shouldn’t the existing WordPress users on my site be BuddyPress members right away?
This website has dozens of users, but none of them are shown in “Members” page (besides me).
Am I supposed to make some kind of migration?Thanks a lot!
Is there any updated version of this page: https://buddypress.org/extend/recommended-plugins/ so that we can see a list of plugins that works with buddypress.2.5.0 +
The current list is not only not helpful but confusing also.
For example: it recommends https://code.google.com/archive/p/buddypress-media/ as Media plugin but this does not seem to work with the latest BP
Another example: it lists https://wordpress.org/extend/plugins/buddypress-mobile/
When I spend some time to go to that page I find “Whoops! We couldn’t find that plugin. Maybe you were looking for one of these?”Whoops!! Can some one post a list of updated and recommended plugins. Particularly I am looking for
– Photo with photo-tagging (rtmedia tagging does not work, tried in latest FF)
– Event and Location, that lets you post the same from the status box
– Like or Favorit, that lets you like from both the post page and the stream ( 2 way )Thanks!
Hello everyone,
I have been trying to create a WordPress website that has many different themes and plugins but I only want one BuddyPress login for all of them. I created a MultiSite to manage each separate theme and plugin in a single CMS. But I have been in the network settings trying to associate the register and activate pages but there is no save button?
Am I going about this the right way? How do I get all users in each subdomain of the MultiSite to share it’s users since they are in the same database? Why is there no save button when I want to associate the register and activate pages?
Any suggestions would be greatly appreciated. If you need anything from me let me know. Thank you very much
Hi there,
I need help 🙂
My educational website overview – it’s an online tutor/student collaboration system. Students can register with many tutors, and tutors can have many students. However, this collaboration is limited to 1 to 1 (i.e. no classroom style), more grind style.
I’m looking for a wordpress plugin for my website where I can do the communication part of this. It needs to be able to do the following;
– If a student signs up with a tutor, a messaging system is created between the student and teacher (i.e. student and tutor can send messages to each other)
– Files, pictures, etc. can be sent during this messaging
– Once a message is sent an email is sent
– All these messages are private
– Once the students unregisters from the tutor, the communication stream is closed and deleted.Does anyone know of a wordpress plugin I can use for this? I cant seem to find one anywhere 🙁
Any help or guidance will be very much appreciated.
Thanks,
GBBTopic: Users Login Question
Hello, first time using buddy press… I have a fairly basic question. When a user registers for an account and logs in to your site is he/she using the wordpress backend? or does buddy press come with a page wheres users can create a new blog post, add the images etc. I know for sure I don’t want users to see the wordpress admin panel.
1. Which version of WordPress are you running? WordPress 4.4.2
2. Did you install WordPress as a directory or subdomain install? Directory
3. If a directory install, is it in root or in a subdirectory? Subdirectory
4. Did you upgrade from a previous version of WordPress? If so, from which version? We always keep WordPress up to date, so of course it’s an upgrade. Not sure which version. Maybe 4.1.X?
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes
6. Which version of BP are you running? BuddyPress 2.5
7. Did you upgraded from a previous version of BP? If so, from which version? No
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? Yes, far too many. However, I did deactivate most to troubleshoot leaving only BuddyPress 2.5, BBpress 2.5.8 and Visual Composer 4.3.4
9. Are you using the standard WordPress theme or customized theme? Customized theme (Bridge by Qode)
10. Have you modified the core files in any way? No
11. Do you have any custom functions in bp-custom.php? No
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? bbPress 2.5.8
13. Please provide a list of any errors in your server’s log files. Not available
14. Which company provides your hosting? Blue Host
15. Is your server running Windows, or if Linux; Apache, nginx or something else? VPS Server, ApacheI stole this from another thread as it’s the exact same issue:
I have a problem with getting the registration page to work – the registration page itself is displayed properly, however when I try to submit the registration form (“Complete Sign Up”), all it does is reload the page with fields already filled in (only password fields are blank) and nothing more happens.
WordPress Registration works just fine when BuddyPress is disabled using the Bridge theme. Registration also works when BuddyPress is enabled and I switch to the 2014 theme. Even with all the plugins installed. Perhaps some script conflict within the main theme files?
Here’s a link to the registration page: http://tinyurl.com/gwdmt6n
Hi,
I’ve been searching all over but can’t find anything close to helping me. I have BP Search and it is not including offline users in the search. My website.com/members page is also only showing active members.
Is it something to do with the “members loop”? I’m relatively new to WordPress so I apologize if you get this question a lot.
Cheers.