Buszort
Forum Replies Created
-
sorry Jeff, stupid question indeed. Nevertheless when I’m dumping POST array in
wp_save_custom_user_profile_fieldsandwp_save_custom_user_profile_fieldshooks it shows me filename value in the _POST. Now I’m not sure if I can relay on that becouse I wrote some code and don’t know if I should change it. Somehow I thought that type=file is also treated as a text field (from the _POST pov).Thanks
Hi Jeff
I don’t know how to thank you. I have added your code at the bottom of theme-my-login.php file and now I have all languages available in your plugin!
Big Thanks once again
Buszort
Just login related (login, register, lostpassword, etc…). All others works fine.
In my theme I’m fetching urls via global variable;
$GLOBALS['theme_my_login']->get_login_page_link( 'action=register' );
Links returned by:
Theme_My_Login_Template::get_action_linksdon’t have language code as well.
Hi Jeff
Thanks for a quick response. Nice to hear that you are working on the problem solution. It seems that I have to change prefix of the tables as I need to deliver site asap 😉 Nevertheless still awaiting for your fix and keep fingers crossed.
BR
BuszortI think I found reason of that behavior. It is happening when tables prefixes in DB are different then “wp_”. I would like to avoid renaming all the tables in wordpress DB. Any ideas how could I solve it easier ?. Thanks Buszort