Search Results for 'wordpress'
-
AuthorSearch Results
-
May 28, 2018 at 7:01 pm #273708
In reply to: Create edit profile form or page
Varun Dubey
ParticipantYou can check this https://wordpress.org/plugins/better-bp-registration/
May 28, 2018 at 6:56 pm #273706Varun Dubey
Participant@denniscabasal You can check following fix
https://wordpress.org/support/topic/warning-breaks-with-bp-3-0/May 28, 2018 at 1:11 pm #273695In reply to: bp-nouveau vs bp-legacy
Paul Wong-Gibbs
KeymasterImagine a BuddyPress Template Pack as something analogous to a WordPress theme. You can’t have a child theme compatible with multiple parent themes.
And you can’t have a template pack compatible with multiple themes. I don’t think there is anything in the template hierarchy – like the named folders that you suggest – that would let you do this. I suppose we could add something but I do not think this would be a good thing for the project at the moment.
We have discussed a concept of multiple small template packs being active at the same time and we might want to support this sort of folder structure then. But not now.
May 28, 2018 at 8:59 am #273686filehippofree
ParticipantI honestly don’t know of another plugin that does this. I took a look at that version today and it’s not only WordPress 3.0 that it needs to be updated for but some BuddyPress stuff as well.
Anyone know of a solution to help out Max with this? I’d think this is something others would appreciate as well.
filehippoThanks!
May 28, 2018 at 1:02 am #273678In reply to: Activation email not sending, but others do.
redtreetech
ParticipantFound this link on another forum
https://buddypress.trac.wordpress.org/attachment/ticket/7869/7869.01.patch
in
Can someone PLEASE share a copy of the default activation emails?
And it appears to have worked.
May 27, 2018 at 9:31 pm #273671blenderitalia
ParticipantI solved,
I point out that in this link the solution is wrong …. missing a “{”
https://buddypress.trac.wordpress.org/ticket/7845#ticketthe correct solution is this and it works
if ( isset( $_POST[ ‘field_’ . $field_id ] ) and !is_array( $_POST[ ‘field_’ . $field_id ] ) ) { // FIXED!!
$_POST[ ‘field_’ . $field_id ] = trim( $_POST[ ‘field_’ . $field_id ] );
}May 27, 2018 at 7:37 pm #273666In reply to: registration
Varun Dubey
Participant@omshankar You can try https://wordpress.org/plugins/lock-my-bp/ plugin to keep your site for members only and it will also add login and register links locked pages
May 27, 2018 at 7:27 pm #273663Varun Dubey
ParticipantHi @blenderitalia you can check following ticket https://buddypress.trac.wordpress.org/ticket/7845#ticket
May 27, 2018 at 6:47 pm #273656In reply to: multi user types
Varun Dubey
ParticipantMay 27, 2018 at 1:10 pm #273630In reply to: Few things
Varun Dubey
Participant@omshankar no need to hide the complete toolbar, you can change option for WordPress logo inside plugin with your custom logo
May 27, 2018 at 11:57 am #273626In reply to: Activation Emails are not being sent
Varun Dubey
Participant@bassibabes1 for your site I got verification email after 30 min,
http://prntscr.com/jn6f9b
@smilingdeep You will need to copy files from subfolder to public_html and then update path inside Setting >> General once site live, you can delete deep/wordpress/ folderMay 27, 2018 at 11:55 am #273625In reply to: Activation Emails are not being sent
smilingdeep
ParticipantFinally, the champion has found the solution. Thanks a lot @sharebophar
Everyone who is having email problems on BuddyPress nouveau version can find the solution here Fix Here.
Open your web directory and browse to “/bp-core/bp-core-functions.php” in buddypress plugin directory.
Now replace the text highlighted in red with text highlighted in green.
I think the BP Dev team should make a public announcement for this fix so that users like us don’t trouble themselves for days finding this solution.
@vapvarun @bassibabes1 and @sharebophar thanks a lot for your kind assistance.May 27, 2018 at 11:15 am #273623In reply to: I want remove activation
Varun Dubey
ParticipantMay 27, 2018 at 11:13 am #273622In reply to: Few things
Varun Dubey
ParticipantYou can check https://wordpress.org/plugins/ag-custom-admin/
May 27, 2018 at 10:05 am #273618In reply to: Activation Emails are not being sent
smilingdeep
Participant@vapvarun how can I keep this if my wordpress installation directory is “public_html/deep/wordpress”?
If I open http://www.friendsite.in it shows directory.
May 27, 2018 at 10:03 am #273617In reply to: Activation Emails are not being sent
Varun Dubey
Participant@smilingdeep keep the address same inside WordPress url and Site url
as your primary path https://www.friendsite.inMay 27, 2018 at 9:59 am #273615In reply to: Activation Emails are not being sent
smilingdeep
ParticipantAt your site, you have to path
friendsite.in/deep/wordpress/register
friendsite.in/register
Are there two separate installs or you are using something to change installation path?
@vapvarun As mentioned in BuddyPress requirements, wordpress shouldn’t have it’s own directory. So I installed it in “public_html/deep/wordpress”. Now because it looks messy and shows site directory when I try to open https://www.friendsite.in, so I changed website address in wordress> general settings.Is there any problem in this?
May 27, 2018 at 9:24 am #273607In reply to: export data
Varun Dubey
Participant@dourvas Still in development
https://buddypress.trac.wordpress.org/ticket/7698May 27, 2018 at 9:22 am #273606In reply to: Activation Emails are not being sent
Varun Dubey
Participant@smilingdeep
At your site, you have to path
friendsite.in/deep/wordpress/register
friendsite.in/register
Are there two separate installs or you are using something to change installation path?May 27, 2018 at 7:52 am #273602Varun Dubey
Participant@nmavro73 WordPress Social Login add Social login option by default at registration page using http://prntscr.com/jn4tag they have the following action to display social login widget inside register page, which is working fine with BP 3.0
add_action( 'bp_before_account_details_fields', 'wsl_render_auth_widget_in_wp_login_form' );
If you are using UMP form, Then you might need to check their forms to add the corresponding hook.May 27, 2018 at 7:15 am #273597In reply to: Activation Emails are not being sent
Varun Dubey
Participant@sharebophar @smilingdeep You can try to change default mail send from and name
using https://wordpress.org/plugins/wp-mail-smtp/
By Default WordPress send the email via wordpress@domain.com and it stuck inside spam foldersMay 27, 2018 at 4:35 am #273592In reply to: Looking for Zip Archive
May 26, 2018 at 5:42 pm #273582Topic: Activation Emails are not being sent
in forum How-to & Troubleshootingsmilingdeep
ParticipantHello Everyone.
From past a week I’ve been working on my website. The problem is that buddypress doesn’t send activation mail but when I trigger forgot password email for the same account it sends.Default wordpress register page is able to send activation mail but when I activate buddypress it doesn’t work.I have tried all the plugins and have been going through all these forums from last two days but all in vain.
I have reinstalled it thrice and now as stated in requirements I have done a manual wordpress install. I am on shared hosting and using my website mail server to send emails.
My site : My Site
Wordpress Version: 4.9.6
Buddypress version: 3.0.0Please help me solve this issue.
May 26, 2018 at 2:57 pm #273576In reply to: Stmp email buddypress 2.5
tzin111
Participanthi i read a lot of posts here:
i have buddypress 3.0.0.tried all those smtp plugins and still not activation code from buddypress, all site email and test email from the smtp plugins works ok
and idea??
Configure SMTP
הפעלה | מחיקה
Configure SMTP mailing in WordPress, including support for sending e-mail via SSL/TLS (such as GMail).גרסה 3.1 | מאת Scott Reilly | הצגת פרטים
בחר Easy WP SMTP
Easy WP SMTP
הפעלה | מחיקה
Send email via SMTP from your WordPress Blogגרסה 1.3.6 | מאת wpecommerce, alexanderfoxc | הצגת פרטים
בחר Post SMTP
Post SMTP
Settings | Visit us | כיבוי
Email not reliable? Post SMTP is the first and only WordPress SMTP plugin to implement OAuth 2.0 for Gmail, Hotmail and Yahoo Mail. Setup is a breeze with the Configuration Wizard and integrated Port Tester. Enjoy worry-free delivery even if your password changes!גרסה 1.8.9 | מאת Jason Hendriks, Yehuda Hassine | הצגת פרטים
בחר WP Mail SMTP
WP Mail SMTP
הפעלה | מחיקה
Reconfigures the wp_mail() function to use SMTP instead of mail() and creates an options page to manage the settings.גרסה 1.2.5 | מאת WPForms | הצגת פרטים
May 26, 2018 at 11:26 am #273569In reply to: wordpress top bar
Venutius
ModeratorThere’s a number of plugins that will allow you to remove the wp-admin top bar, just search the plugin directory.
-
AuthorSearch Results