deiks
Forum Replies Created
-
Forum: Plugins
In reply to: Detect user activation and username charsAnyone? Thanks
Forum: Plugins
In reply to: Detect user activation and username charsAlso one question more.
If template for some reason does not support function-is-user-logged-in CSS class, do I only need extend template in some way, or what should I do?
Just tried with Register and Login/Out links from menu..
Forum: Fixing WordPress
In reply to: Explanation of wp_users, wp_usermeta and wp_signupsMaybe it used all of tables becouse I tried install MU, and then deinstall. Now with new installation of WP when tried register user, it added user to wp_users and some options to wp_sitemeta but with refresh, before activating, I checked wp_users for activation key but it’s not there, and successfully activated, but newermind. I don’t need it anyway. Just need to register.
Forum: Fixing WordPress
In reply to: Explanation of wp_users, wp_usermeta and wp_signupsNo..
Forum: Everything else WordPress
In reply to: User register and delete detectionBump.
Forum: Everything else WordPress
In reply to: User register and delete detectionSo what’s hook for user activation?
Forum: Everything else WordPress
In reply to: User register and delete detectionHi,
I’ve tried to write my own plugin and I’m stuck with hook when user validate profile with email link.
So what to use here?
I’ve tried wpmu_activate_user, but it calls function on every refresh. Or I have missunderstanding of how this whole thing works.
If I understand, hooks are like some events which listens for some “job” to react.
Forum: Everything else WordPress
In reply to: User register and delete detectionIRC services. SQL based on.
Forum: Everything else WordPress
In reply to: User register and delete detectionOr some suggestion. If it’s easier to make just to call some function from that file.
I have few years experience with PHP so I can make own function for storing to db. Just need hook.