hightechware
Forum Replies Created
-
Hi Jack and thanks for your patience.
I read three-four times your documentation. All that I want to do is send a New User Registration Email (for user), but it doesn’t go out….
This is email txt (in Italian):Gentile [user_firstname],
Ti diamo il benvenuto da AB Tecno.La tua richiesta di registrazione all’area download del sito abtecno.com è stata presa in carico.
Riceverai a breve una mail di conferma a seguito della quale potrai accedere all’area download del nostro sito per scaricare i listini.
Per eventuali domande o chiarimenti, può chiamarci o inviarci un’Email.
Cordiali saluti
Il team di AB TecnoContatti:
tel: xxxx xxxxxx
fax: xxx xxxxxx
email: [email protected]Orari di apertura:
dal lunedì al venerdì dalle 8.30 alle 12.30 e dalle 14.00 alle 18.00What’s wrong with this transitional email? Is possible to disable the system email (User/Password email)?
thank you,
M.This kind of mail DOES NOT WORK and I can’t disable system New User Registration Email…
Thanks a lot, it works!
I just put a priority level (1)…
bye,
M.Any tips to do this?
Thks,
M.I see biographical information in user’s profile after registration, but notification field in email is empty…
User Login: [user_login]
User Email: [user_email]
Dati azienda: [user_description]
First and second are ok, third comes blank.
Any suggestion?
Thanks a lot,
M.Ok, I’ve seen that I have to spend some money… Tell me just one thing, is that hook correct to collect user_meta description?
I use WP Customer Area and I collect them with this custom function:
add_action( ‘user_register’, ‘myplugin_user_register’ );
function myplugin_user_register( $user_id ) {
if ( ! empty( $_POST[‘company’] ) ) {
update_user_meta( $user_id, ‘company’, trim( $_POST[‘company’] ) );
}
if ( ! empty( $_POST[‘user_address’] ) ) {
update_user_meta( $user_id, ‘user_address’, trim( $_POST[‘user_address’] ) );
}
if ( ! empty( $_POST[‘zipcode’] ) ) {
update_user_meta( $user_id, ‘zipcode’, trim( $_POST[‘zipcode’] ) );
}
if ( ! empty( $_POST[‘city’] ) ) {
update_user_meta( $user_id, ‘city’, trim( $_POST[‘city’] ) );
}
if ( ! empty( $_POST[‘country’] ) ) {
update_user_meta( $user_id, ‘country’, trim( $_POST[‘country’] ) );
}
if ( ! empty( $_POST[‘company_telephone’] ) ) {
update_user_meta( $user_id, ‘company_telephone’, trim( $_POST[‘company_telephone’] ) );
}
update_user_meta( $user_id, ‘description’, trim( $_POST[‘company’] ) . ‘ – ‘ . trim( $_POST[‘user_address’] ) . ‘ – ‘ . trim( $_POST[‘zipcode’] ) . ‘ ‘ . trim( $_POST[‘city’] ) . ‘ – ‘ . trim( $_POST[‘country’] ) . ‘ – ‘ . trim( $_POST[‘company_telephone’] ) );}
I collect a lot of custom field from registration form and since your plugin doesn’t not use shortcodes for ACF fields, I decided to put everything in description meta.
Is this hook correct? Do you know a better workaround? Let me know if thers’s a bug in user_description shortcode.
Thank you for your help,
M.No, unfortunately not… I have a form that collect biographical info correctly, but when I use shortcode for email, it doesn’t work. I think it may be a bug… or something in settings that I can’t found.
Thanks for your help,
M.New User Registration – For Admin
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Problem with caption includedHi Satrya,
new upgrade, same problem…
I had to fix it again, manually!Forum: Plugins
In reply to: [Recent Posts Widget Extended] Problem with caption includedWith this patch now it works as before:
<?php echo strip_shortcodes( rpwe_excerpt( $length*2 ) ); ?>
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Problem with caption includedGreat it works, except for string lenght that have to count shortcode characters number.
Forum: Plugins
In reply to: [FireStorm Professional Real Estate Plugin] Custom Filters Still Not WorkingHi folks,
check line 1187 in common_functions.php and replace $GoogleMap with $ShowGoogleMap
This will fix any problem with maps at all (even in filters).
Have a nice day,
MarcoForum: Plugins
In reply to: [FireStorm Professional Real Estate Plugin] Custom Filters Still Not WorkingYou have to change post title, because custom filters still don’t work after a month from last update. We bought paid version, when can we have a fix? thanks and regards
Forum: Plugins
In reply to: [Len Slider] Single quotes getting double escaped on text strings?Thanks Igor, works fine! Another question (out of topic): where can I set slider speed?