How to add verification button/link in Site Admin (Back end)?
-
Hi,
I have more than 1000 registered subscribers for my WordPress blog.
The problem is when a new user sign up for my blog then he/she need to verify by SMS Validation which is ok. But what about users that are already registered before I installed this plugin?
Is it anyway to ADD a field in Back End where already registered and NOT verified users gets the option to enter there phone number and click Verify to get a SMS with CODE so they can verify after logging in?
—This plugin is little scary cause it LOADS on ALL pages, ALL posts, Front page and Back end. This plugin is NOT good for SEO cause it increases all my internal links by 150KB!!! Which is NOT useful for visitor/guest.
This Plugin should ONLY load if page is: login.php or in wp-admin area and NOT in front page!!! It will help to load other pages faster and will reduce unesscary scripts to load.
—I saw also a other BUG in this plugin so after a user Verifies there phone number and logs in then they can simply update or delete the VERIFIED phone number.
To avoid that I have changed sms-validator.php to (READONLY):
—- `
<td>
<input type=”text” name=”csnetworkssms-mobile” <?php echo current_user_can( ‘edit_users’ ) ? ” : ‘readonly’; ?> id=”csnetworkssms-mobile” maxlength=”20″ size=”20″ value=”<?php echo $csnetworkssms_mobile; ?>” />
</td>
`—-Now I need your help about how to call the Verification / Re-Verify from Back End?
And whats the name of this function which load this plugin on all pages? So I can unhook/unregister or remove it from single_post, page and frontend.Thank you for all your help and good work with this plugin ??
- The topic ‘How to add verification button/link in Site Admin (Back end)?’ is closed to new replies.