ebud
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] Password Reset URLPS – I have the activation and new user emails correctly referring to the site where the registration occurred.
Using a version of this code
https://pastebin.com/67RmLv0gForum: Plugins
In reply to: [WP Glossary] Increase font size of tool tipI would be curious how to best handle css changes to the tip box.
Forum: Plugins
In reply to: [Theme My Login] WPMU questionThanks Jeff – works now and I feel much better not hacking your Plugin!
The only catch is the link for the password reset in the email points back to the parent site, I’d rather they never leave the sub-site – Ideas?
I am also curious about the future and TML v7 and how I may or may not be effected. Currently I am running WP v4.2.5 and have not applied your latest patch for v4.3 – Any recommendation on this front?
Forum: Plugins
In reply to: [Theme My Login] WPMU questionHi Jeff,
Is there a more elegant way of doing this, as a apposed to hacking your plugin file which I’d rather not do?
class-theme-my-login-ms-signup.php
public function network_site_url( $url, $path, $orig_scheme ) { global $current_site; $url = $this->site_url( $url, $path, $orig_scheme ); // HACK //switch_to_blog( 1 ); $url = Theme_My_Login::get_object()->site_url( $url, $path, $orig_scheme, $current_site->blog_id ); restore_current_blog(); return $url; }
This seems to force registration/activation…etc. to say on the sub-site rather then go out to the root site and in my tests seems to work well at this point, but I am also wondering about how your move to drop support for Multisite could impact this?
Forum: Plugins
In reply to: [Theme My Login] *IMPORTANT* MultisiteSo essentially this is going away?
if ( is_multisite() ) {
require_once( WP_PLUGIN_DIR . ‘/theme-my-login/includes/class-theme-my-login-ms-signup.php’ );// Instantiate Theme_My_Login_MS_Signup singleton
Theme_My_Login_MS_Signup::get_object();
}Forum: Networking WordPress
In reply to: Best way to override logic in wp-login.php?Did you every get an answer to this. I am looking for a similar solution.
Forum: Plugins
In reply to: [Theme My Login] WPMU questionI have a similar issue.
Warning: fopen(/var/www/wp-content/plugins/var/www/wp-content/themes/cs_v3/acf/acf.php): failed to open stream: No such file or directory in /var/www/wp-includes/functions.php on line 41
This comes up in Live Traffic area. Not sure where it’s getting that path from, but both acf.php & functions.php exist and the ACF plugin is working as expected.
WP_PLUGIN_DIR returns /var/www/wp-content/plugins
acf.php is located here:
/var/www/wp-content/themes/cs_v3/acf/acf.phpForum: Plugins
In reply to: [WooCommerce] hide Update Cart ButtonIs it possible to use the cart to build a list of product and prices, sorta of like a quote that they could print out and bring to physical store?
The user would not be buying the products online.
Resolved – I was my fault!
I have a special .htaccess in the uploads folder that restricts access to uploads.
All good and thanks for the cool plugin.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Interest GroupsThanks Danny,
I understand what the field and naming conversion should be, but I am unclear how to get that into my contact 7 form.
When I try to set the name parameter the square brackets get stripped out or corrupting the field.
[checkbox mc4wp-GROUPINGS[4269][1] “1”]Maybe a little jQuery magic post rendering? Or can you expand on the custom coding?
Forum: Plugins
In reply to: [Theme My Login] Multi-site Registration & TMLThanks Jeff,
Any tips or hooks you can suggest to stop the re-directions during registration, login, password re-set…etc.
I am starting to think I’d be better off rolling my own um system.
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slides not working after upgradeThanks.. I did try and trouble shoot plugin conflicts, but didn’t have any luck.
I rolled back to version 1.2.3 and it works as before.