paulverhulst
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] After two years it doesn’t send anymore.Thank you. It is the red box.
What is best to do in this case? Reinstall the plugin?
I know html/css, but no other language.. ?? ??Forum: Plugins
In reply to: [Contact Form 7] After two years it doesn’t send anymore.Good one, It says that it cannot send and that I need to try it later. But this will be still the case then.
Oke. Thank you very much.
But is it dangerous (think about hacks etc.) if i don’t update?
Or do i have to update the plugin to work with the newest wordpress, for example.Oops.. But when i override it now, it will be deleted i guess?
The plugin works great for me. Everything is installed, but do i have to update it to the newest version. Or is that not necessary?Hi Marcus,
Thank you very much. I found it in the map:
Templates / Email / New-user.phpWhy do i have to override it?
Thanks for the quick response.
Kind regards, Paul
Hi all,
I was wondering if someone knows an easier solution for my problem?
There has to be an easier solution, because telephone numbers can be exported.Can someone help me please?
KR, Paul
Hi all,
I was wondering if someone knows an easier solution for my problem?
There has to be an easier solution, because telephone numbers can be exported.Can someone help me please?
KR, Paul
Forum: Themes and Templates
In reply to: Minifolio – Slider problemSolved..
$img_post1 = get_post_meta( $post->ID, ‘_mf_image_1’, true );
I just replaced only the second number, not the first..Stupid mistake.. ??
Thanks anyway!Hmm..
Maybe this is too difficult for me..I tried to replace ‘dbem_phone’ with ‘role’.
This looks like:L83: ‘role’=>__(‘Role’,’dbem’),
L521: }elseif($col == ‘role’){
L522: $cols[] = $EM_Booking->get_person()->role;But this won’t work.
I don’t know what they are talking about in the link you send me. It’s not in php, is it?(thanks for the quick response)
Sure,
When people subscribe to the site, you can give them a role, such as: subscriber, editor, etc.
You can see it when you to to users, and select one.I found the file which i have to edit. It’s the em-bookings-table.php.
Here’s a list of data you can export:$this->cols_template = apply_filters(’em_bookings_table_cols_template’, array(
‘user_name’=>__(‘Name’,’dbem’),
‘event_name’=>__(‘Event’,’dbem’),
‘event_date’=>__(‘Event Date(s)’,’dbem’),
‘event_time’=>__(‘Event Time(s)’,’dbem’),
‘user_email’=>__(‘E-mail’,’dbem’),
‘dbem_phone’=>__(‘Phone Number’,’dbem’),
‘booking_spaces’=>__(‘Spaces’,’dbem’),
‘booking_status’=>__(‘Status’,’dbem’),
‘booking_date’=>__(‘Booking Date’,’dbem’),
‘role’=>__(‘Role’,’dbem’),When i replace the last line (see above) it shows in the export settings, but the export don’t give me the information. (the title Role shows in the export, but the cells are empty)
Anyone know how to fix this?