therandomguy12345
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Modal Login] How to forward to certain page after login?@silverhema
Did you get this to work?
If not, I suggest checking your site for any other redirect plugins first for conflicts. Deactivating and testing…
Otherwise, that code snippet you provided seems like it should do the trick@brainfestation
@cole Geissingerfunction trg12345_custom_login_redirect( $redirect ) { // Set up a static URL for a secondary redirect $redirect = esc_url( home_url( '/members?wpml_login=true' ) ); return $redirect; } add_filter( 'wpml_redirect_to', 'trg12345_custom_login_redirect' );In the first part of the code snippet you provided (included in above line), I’d like to change the “?wpml_login=true” end of the URL to something else… Would I just tweak the below line?
$redirect = esc_url( home_url( '/members?wpml_login=true' ) );
to
$redirect = esc_url( home_url( '/members?profile_redirect=true' ) );
or simply
$redirect = esc_url( home_url( '/members?profile_redirect' ) );Respond when you can. Thanks in advance!
@slobodanmanic
http://fanciestauthorbox.com/
I’m specifically interested in the above plugin (same author), but question is on same topic as discussed here.Without modifications, is the Fanciest Author Box plugin compatible with BuddyPress? Basically, does it work and function to the features that it has on a non-BuddyPress site?
I’m not looking for any additional features, such as ones below:
I want create some profile fields: Bio, social fields… , and it will synchronous WordPress profile.
Please respond ASAP. Thanks in advance!
Forum: Plugins
In reply to: [wpMandrill] bbPress BuddyPress compatibility@mc_will
I’m not much of a programmer myself, so I’ll need quite a bit of help here. If you can lead me through process, I should be able to take care of it though.I’d recommend you to use the mandrill_payload filter and check what are they adding to the headers field… and change it accordingly.
I didn’t follow what to do. Remember that I will need step-by-step instruction due to my limited knowledge.
Would you please explain in more detail? Please respond as soon as possible. It’s really appreciated.
Forum: Plugins
In reply to: [wpMandrill] bbPress BuddyPress compatibilityBeen a while since you’ve posted on this thread. Just checking on the status?
Forum: Plugins
In reply to: [wpMandrill] bbPress BuddyPress compatibility@mc_will
Haven’t been able to see anything related in error logs, but I only have a limited view. Would you please test your plugin with a similar setup and see what your results are?However, they are applying a filter to the headers parameters of wp_mail which might be preventing wpMandrill to send the email if another process add non-supported headers.
After testing, would you look into a solution for this (making wpMandrill send the email with the header that bbPress is using)?
Please respond as soon as possible. Thanks in advance.
Forum: Plugins
In reply to: [BuddyPress Moderation] Integration with bbPress (as a part of BP)?@francescolaffi
So this plugin doesn’t do anything with bbPress spam for now? bbPress handles that by itself. Please confirm this.Forum: Plugins
In reply to: [Import Users from CSV] Import Custom User RolesAlso, all the users on my site have fake email addresses (@mydomain.com for security reasons, since no email addresses are @mydomain.com), so the following question came up:
Does this plugin automatically send imported users an email with username/password or any other information after importing. Since all my user’s email addresses are fake/don’t exist, I suppose all the emails will bounce back — Will this crash my site (don’t think so, but want to confirm)?
Please respond as soon as possible. Thanks in advance.
UPDATE: I talked to a staff member from WPMU Dev and I was informed that it is a possibility that my site may crash depending on the strength of my server/host. Not really sure about this and won’t be able to find out. If this plugin does send out emails, is there any way to manually edit it (unless there is better way) to not send an email.
Forum: Plugins
In reply to: [WP Modal Login] Stuck on "Checking Credentials…" after 3.6@stringbean98
Well, it apparently had nothing to do with my custom user roles (and I don’t use s2member), so this solution most likely won’t work for you.In my case, I found that this issue was caused by a setting in BWPS (http://ww.wp.xz.cn/plugins/better-wp-security/) that blocked suspcious queries. And since this involves user credentials, I wouldn’t blame the plugin for thinking it’s suspicious. Anyways, I just disabled this and all is well on my part of the equation.
This probably won’t help you, but it’s all I can say/do?
Forum: Plugins
In reply to: [WP Modal Login] Stuck on "Checking Credentials…" after 3.6@jdembowski
@jan DembowskiYou make quite a good point!
@brainfestation
@cole GeissingerBy the way, I did follow your instructions, but didn’t remove a certain plugin, because it had rewrite rules set in host configuration associated with it, because that could crash my site. Since no plugins seemed to fix this, I decided to take a look at the security plugin and found a setting that has FIXED THIS ISSUE! Yay! The plugin was marking WP Modal Login’s request as suspicious query.
Anyways, thanks! Issue is resolved.
Forum: Plugins
In reply to: [WP Modal Login] Stuck on "Checking Credentials…" after 3.6@brainfestation
@cole GeissingerMight be something to do with User Role Editor, because I have a custom user role setup. I’ll try resetting user roles/permissions and seeing if that has any effect. Otherwise, will you be able to use admin & FTP credentials that I can send via email to diagnose the issue? Please respond as soon as possible. Thanks in advance!
Forum: Plugins
In reply to: [WP Modal Login] Stuck on "Checking Credentials…" after 3.6I have a lot of updated information on this issue and some of the information in this thread is incorrect, so I have marked this as resolved and I’ll start a new one with all the information I have and wait for a response.
[moderator note: marking this topic as ‘resolved’ if it is not will confuse any future users when they use the forum search; once you start a new topic, this one will be closed.]
Forum: Plugins
In reply to: [WP Modal Login] Stuck on "Checking Credentials…" after 3.6@brainfestation
@cole GeissingerSorry for posting three messages before a response, but I had to add more information — I went on your GitHub repository and downloaded the older version of the plugin (2.0.5.2) and it was no use.
If
temporary admin credentials, FTP credentials, URLs, and login information.
is required, just ask and I’ll be happy to email you some (provide email address)! Maybe, it’s best for you to look at my site hands-on, since one of the past times you did:
Awesome! Glad I could help and the plugin brings what you are looking for in your site. Plus, you helped me uncover a bug 🙂 Always good to squash those! Happy WordPressing!
— Cole Geissinger
http://ww.wp.xz.cn/support/topic/urgent-always-wrong-credentials-error?replies=15I know how much work you have, outside of ww.wp.xz.cn forums and that you don’t make money here, but this is an issue that (after looking through support forum) many people are facing. It would really be appreciated. Please respond as soon as possible. Thanks in advance.
Forum: Plugins
In reply to: [WP Modal Login] Stuck on "Checking Credentials…" after 3.6@brainfestation
@cole GeissingerI’m not even actually sure if this is due to updating to WP 3.6. I just assumed it was. Here are some things that I have recently done (for other clues to the issue):
1. Updated to 3.6
2. Updated to your latest version of plugin
3. Added the redirect script your gave me (tweaked BuddyDev) — I removed this, but problem goes on
4. Disabled and enabled registration — my site’s registration form contains the PHP that calls your modal login window. I also purged site’s cache through WP Engine’s dashboard tab.It might still be some sort of JavaScript/AJAX issue that is specific to me, so I would be fine with sending you an email with temporary admin credentials, FTP credentials, and login information. I also would need to send URLs via email, because site is in development and don’t want many impressions.
Please respond as soon as possible. Thanks in advance.
Forum: Plugins
In reply to: [WP Modal Login] Hyperlink "Lost your password" text?@brainfestation
@cole GeissingerIt was a caching issue. I fixed it. You can keep this as resolved and closed. I’ll start new thread if I have issues again.
Forum: Plugins
In reply to: [WP Modal Login] Hyperlink "Lost your password" text?@brainfestation
@cole GeissingerFor testing purposes, I just tried your solution (with a dummy URL):
echo '<a href="http://mydomain.com">' . __( 'Lost your password?', 'geissinger-wpml' ) . '</a>';For some reason, the redirect still doesn’t work. It sends me to the same password reset modal window?