• Dear radiok,

    thanks for developing this plugin, its really needed.
    But now it has several serious issues, that are not working, and in your messages you are writing that it caused fatal errors even deleting site content. Could you please provide here information when it will be safe to use current version. And maybe it’s not worth uploading versions that are containing such dangerous bugs?

    Looking forward with hope to use this plugin ASAP,
    Good luck to you in it’s developing.

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author radiok

    (@radiok)

    Vrefr, the bug that deleted site content for one user has been resolved in 3.6.21. I obviously didn’t upload the version knowing of said bug, but am always willing to work with my users to resolve any bugs they find.

    Thread Starter Vrefr

    (@vrefr)

    Dear Radiok, thanks fo your reply,
    the bug that I have now is that when I ad the custm field in registration form and try to register new user it always says that this filed is not filled in. Is there some desicion for that?
    Thanks

    Plugin Author radiok

    (@radiok)

    Vrefr, what’s your website, I’ll take a look at it.

    Thread Starter Vrefr

    (@vrefr)

    here it is. It’s in russian, but the custom fields youll recognize I belive

    Plugin Author radiok

    (@radiok)

    Vrefr, I see the problem… Not quite sure how to fix it, but I’m going to have to figure something out. To create the HTML supporting yours, or anyone else’s page the variable names go through a function that stripes unrecognized characters. In your case, my function doesn’t recognize any characters so it’s creating null variable names and things go south from there. I’ll need to find some way to rewrite the function or think of something else.

    Plugin Author radiok

    (@radiok)

    Vrefr, I added a “hack” to Redux in 3.6.22 called, “Non-English Custom Fields”, with this hack enabled Redux will no longer sanitize your custom field name. I’m not 100% sure this will work, but give it a shot, there is a more detailed solution, but if this works that will save me a lot of time.

    Thread Starter Vrefr

    (@vrefr)

    You’re a magician ?? Thanks, I’ll try it tonight as I don’t have access to the server.
    Will write how it went.
    Thanks again.

    Thread Starter Vrefr

    (@vrefr)

    Well, I was too fast in saying that ??
    You are right that the matter is in non-Latin characters, I tried to save form in English – works perfectly.
    I think I see the decision. You are probably making it via something like that
    $string = preg_replace ("/[^a-zA-ZА-0-9\s]/","",$string);

    Try to add Russian characters. Russian alphabet begins with first letter А and ends with last letter Я. Like:
    $string = preg_replace ("/[^a-zA-ZА-Яа-я0-9\s]/","",$string);
    So you won’t need to ban sanitizing. Hope it helps.

    One more thing you can do. In admin interface you can add field in Additional fields after field “Name” that will be “field name” with mark that this should be latin name. Thus “field name” will be variable. And field “Name” will be just the heading of the field in html that users see when registering. Because now when I give the field name in English in Admin interface, but enter additional field by registration in Russian it works. So I believe that the trouble is in giving the field variable Russian characters not in filling in the reg form in Russian.

    If you need to make Russian and Ukrainian translation, I can help to translate if you send me all words and descriptions that are used in plugin and I’ll translate them and send you back.

    Thread Starter Vrefr

    (@vrefr)

    Hi there, Radiok, how’s success? Did you manage to solve it?

    Thread Starter Vrefr

    (@vrefr)

    Hi there again, now it works with “don’t sanitize” checked.

    But I saw one more thing that is not critical, but still might be an issue.
    If I make the custom field name in Russian, all IDis and class names for these fields are also in russian, which I believe might be a trouble in some browsers as they also might not recognize it.

    In any case the solution I see is to add additional field in plugin settings. I’ll try to describe what I mean.
    Now you have for custom fields:

    Name Type Options Profile Registration Require Actions

    And I would add Label (what visitors see).
    So that it would be the following:

    Label Name Type Options Profile Registration Require Actions

    Where LABEL is only shown in HTML on the registration page and is not sent in form to the server. So it doesn’t matter what language it would be written.
    And the NAME – is the name that should be in Latin letters and is not visible to the visitor. In fact it would give the following result in HTML:

    <p id='NAME-p'><label id='NAME-label'>*LABEL<br /><input type='text' name='NAME' id='NAME' class='input' value='' size='25' tabindex='22' /></label></p>

    So the LABEL will appear only for visitors and not for the form action sent to server – thus no character problem appears.

    What do you think? ??

    Thanks,
    and my belated wishes to the NY ??

    I am having trouble w/ the plugin.
    It seems to work fine in the mobile version of the site, but I do not get the appropriate “create account” page when I click “register” in a regular browsers window (FF or IE7 / IE8).

    I have tried all kinds of setting combinations.
    All I want is to require the invitation code.

    Laura

    Thread Starter Vrefr

    (@vrefr)

    What do you mean by you don’t get the approprate create account page?
    It works fine with me – I register new user and it redorects me to the account profile page.
    What do you get after you click “register” button?
    What version of WP do you use?
    What version of plugin do you use?

    Thread Starter Vrefr

    (@vrefr)

    Hi Radiok!? Guess what I found out ??
    This hack that you managed to do works in Chrome and Mozilla, but does not work in IE 8 … ?? Maybe it is worth trying like I proposed with lables?

    Thread Starter Vrefr

    (@vrefr)

    Works again.. was something with my browser I believe ?? Sorry.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘[Plugin: Register Plus Redux] Is it safe to use?’ is closed to new replies.