arildur
Forum Replies Created
-
Forum: Plugins
In reply to: [Read More Login] email and links not workingThe work-around given was for subdomain, but works for subdirectories too.
Regarding the problem with plugin not sending mails, one potential cause can be your Sender/replay address given in settings does not have a real e-mail account, but an e-mail alias. Some servers require sender’s from address must have an e-mail account.
Work-around can be to leave this field unset. In that case WordPress’ own settings will be used.
Forum: Plugins
In reply to: [Read More Login] email and links not workingHi,
It turns out that the plugin will not correctly create links for subdirectory installations. This is a bug, will be fixed in the next release.A possible work-around is to configure complete urls in the Page Links settings. F.ex. for your register page, set it to https://www.subdirectory.example.com/register or whatever the url is. Tip is copy the actual url from your browser to make it right.
I’m not sure what the issue is regarding the e-mail. Will plugin not send email what so ever, or is the verification link wrong/not working? Please give some more details.
Forum: Plugins
In reply to: [Read More Login] Delete login widgetNo, I’m sorry. Not possible in today’s version.
Will be supported in the next version.Forum: Plugins
In reply to: [Read More Login] Delete login widgetOkay, now I think I understand what you need. Sorry for taking a long time to get it.
Just to summarize; I understand you need to hide content, but not show the login form. And maybe the short-code should only show a “read more” button, and link to some other pages for register or log in?
This is not supported by today’s version, but I see the point and think its a good idea. I will consider implementing it into the next version.
Forum: Plugins
In reply to: [Read More Login] Delete login widgetSorry, I’m still not sure if I follow exactly what is the trouble here.
Its true the short-code [rml_read_more] will put a login form in your post. This form will only be visible when users are not logged in, as you may have observed. The text below the short-code will be hidden, and user needs to log in to read that text. That is the main purpose of this plugin.
Also keep in mind the plugin will redirect the standard WordPress login/logout, register and password links to a pages as specified by the plugin’s settings. In these pages you can put additional plugin short-codes for membership handling, or you can put your own stuff here. This redirect will be active as long as the plugin is activated. In case you don’t want this redirect, you need to deactivate the plugin.
Forum: Plugins
In reply to: [Read More Login] Delete login widgetHello dasza.
From what you write, I’m not sure what exactly you need help with. If you need to uninstall the plugin, you do that from the Admin Dashboard. You will also need to manually remove the short-code [rml_read_more] from posts and pages.
If you want to use the plugin, but there is a problem with it, please give a better description of the problem, and I will try solving it in the next version. I’m working on an upgrade. It will be release in a few weeks. Among the improvements are better language support and layout options.
Forum: Plugins
In reply to: [Read More Login] Need to updateThanks for your supporting words.
Haven’t worked on this plugin for a while, but now back in business. I’m working on a upgrade and will include most of your requested features in the next version.
Forum: Plugins
In reply to: [Read More Login] First/Last Name on registrationHi.
Sorry for late response, haven’t worked on this for a while.
I’m working on a new upgrade and will include your feature request in the next version. Please stay tuned.
https://plugins.trac.wordpress.org/changeset/1747657/easy-wp-smtp/trunk/easy-wp-smtp.php
It seems you moved line 149 down to 154, which caused this bug.
Have your coder look in easy-wp-smtp.php, line 152 of the latest version. $from_name is used before it is initialized. This one is easy to spot.
Your plugin crash whenever this variable is attempted to be read, I guess that’s when the Replay-To option is set.