Forum Replies Created

Viewing 15 replies - 1 through 15 (of 28 total)
  • Thread Starter unireyco

    (@unireyco)

    I need to add few extra whistles to registration & default doesn’t let me to add them (or I just haven’t found a way).

    So I make my own action:
    1. I use admin_url('admin-post.php?action=register_user'); as an action in register form.

    2. All I need to do is add add_action('admin_post_nopriv_register_user', 'rr_register_user'); & according function both to functions.php or make a plugin.

    Exception inputs would be nice to have in settings where you can choose what URLs would this plugin avoid (whole URL with directories, query strings & everything so that it wouldn’t avoid blocking similar requests by accident).
    Question is if there should be few inputs or one with “add new” button that requires some hassle with JS/jQuery/ajax but would be much more flexible.

    It would be great feature because that’s the only reason all “hide login” plugins suck in my opinion – it takes some functionality away from WP.

    Not sure how this plugin works & Im not very experienced but just a basic idea:

    $exceptions = ( 'first-input' , 'second-input' , 'and-so-on' );
    
    if( ! in_array( $_SERVER['REQUEST URI'] , $exceptions ) ) {
    
       //do the stuff that this amazing plugin does
    
    }

    Let me know what you think about that kind of feature.
    Cheers!

    Forum: Plugins
    In reply to: [WPS Hide Login] HTTPS?
    Thread Starter unireyco

    (@unireyco)

    Never mind, it needed few minutes to kick in.
    Everything works smoothly, solved!

    Yeah.. That’s a big fat lie. IF user has set his public email, it retrives and sets it – tested it myself multiple times.

    It does NOT get the email that is used to log in to Facebook or other social media because this is kept secret by social media provider because it is half what you need in order to log in and it is a security risk!

    @example email is generated because you CANNOT register an user without email! You can easily change the structure or translate “example” or other parts of generated email from wsl.authentication.php.

    If that doesn’t satisfy you, use bouncer so that user could choose his/her username and email before registering – that’s the perfect solution that makes sure that email is correct and user can choose his/her username what is not possible the other way around.

    This also occurs with other social media channels.

    I imagine the reason is that user has not set public email and login email is kept secret (Big security risk, right?).

    @example.com email is probably generated because you can’t register WordPress user without email?

    Thread Starter unireyco

    (@unireyco)

    Profiler is not accurate indeed. Results are very different on every scan.

    Thank you for your recommendation! I just considered opening a new subject that would address the question that this plugin options should have image uploader so that you could actually choose what icons to show (Default icons are in totally different style if compared to my site, doesn’t fit in at all).

    Thread Starter unireyco

    (@unireyco)

    It’s in database. If you’re using a host service, login to your panel and there should be a login or a link to some kind of database manager – I have phpMyAdmin.

    wp_user_role is WordPress default database where are all default user roles + your added user roles + user roles added by plugins, also all those users’ capabilities.

    Unfortunately mine is cluttered with Shopp capabilities even after I deleted the plugin months ago (was just testing it but found out that I didn’t need it).

    I would appriciate if someone let me know how to clean it up (Some kind of database command maybe?) because I have custom user roles and capabilites set up and I would not like to mess it up with manual tweaking.

    Go to your root folder via FTP and find wp-config.php

    Add those 2 lines:

    define(‘WP_HOME’,’https://www.yourcorrecturl.com/’);
    define(‘WP_SITEURL’,’https://www.yourcorrecturl.com/’);

    1. Change http to https if you have it.
    2. Change the name of your website.
    3. Try without www if doesn’t work with it.

    Thread Starter unireyco

    (@unireyco)

    Okay, nobody seems to know why. I mark this post as resolved.

    Thread Starter unireyco

    (@unireyco)

    Found it!!

    text-shadow: 1px 1px 1px rgba(0,0,0,0.004); basically hid half the sentences.

    I have no idea, why..

    I also discovered that both my posts are in overall list, I’ll mark this as resolved.

    Look here for other post.

    Thread Starter unireyco

    (@unireyco)

    Found it!!

    text-shadow: 1px 1px 1px rgba(0,0,0,0.004); basically hid half the sentences.

    Why does IE does this? It’s an important CSS for smoother text. Does anyone have any idea how to fix this or achive this without this bug in IE?

    Thread Starter unireyco

    (@unireyco)

    Little update: it cuts only right side..

    If you read this and even you don’t know the soulution, maybe you could give me feedback if you see the same with IE.

    All the small font paragraphs are cut from right side & every line from different place (not straight down like drawn with ruler).

    Copy-pasting hidden text is possible, also highlighting the words with double-click..

    Also hovering some elements (links for example) hides, shows some part of texts – just randomly flashing etc.

    Everything is also working fine (all text is visible) in mobile width – less than 768px.

    Thread Starter unireyco

    (@unireyco)

    Found it under includes/widgets. Could anyone give me tip how to customize those so that updating plugin doesn’t change/overwrite settings?

    Thread Starter unireyco

    (@unireyco)

    No errors if plugin is disabled.

    If I hover the error comments.php:18 ( “Uncaught TypeError: Cannot read property ‘handleServerJS’ of undefined” ), it shows link: https://www.facebook.com/plugins/comments.php?+MY API KEY+INFO ABOUT POST WHERE FB COMMENTS DIV IS.

    Thread Starter unireyco

    (@unireyco)

    It’s usually allowed to “up” your post when certain time is passed, especially in a community this active (lots of post and refreshing). If that’s not the case – Im truly sorry.
    I read the rules before posting but I couldn’t find any information about “upping”.

    Link to the page: Link .
    Scroll down about half way and you can see a black button under the text.

    Situation is like I described: Unity Web Player is in the modal – works with Chrome but not with Firefox or IE 11(works in IE 10!!).
    If that helps: if webplayer is not in modal, it works in Chrome and Firefox but not in IE.

    Im feeling pretty desperate at this point, I’ve been looking a solution for days now. There’s absolutely nothing online about this and there’s basically no UnityDog community anymore. I’ve got only little knowledge in this matter and I don’t know any professional.

    Thread Starter unireyco

    (@unireyco)

    Up!

Viewing 15 replies - 1 through 15 (of 28 total)