Aleph22
Forum Replies Created
-
Thank you @cristiandraghia —?I can imagine you have a lot on your plate keeping the plugin running. I appreciate the answer and will keep an eye out for the feature in new updates. Bests, A22
Thank you @cristiandraghia. That would be really awesome. When you say can’t give a timeframe, Is it be possible to be a little more precise? Are we talking weeks, months, years here? — We will have some more languages we want to integrate in our site in the future, so the problem will only grow. If things would take too long we might consider switching translation plugins, but it would be ace if we can avoid that of course…
Same here…
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Problem installingK.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Problem installingDear Daniel,
Thanks for your reply. I just got the plugin working again. The extra 122MB magically dissapeared from my domain some days later. (dont know exact, didnt check it dailY) When they were gone i installed your plugin again, just ran it and it works like a charm again. I guess some old files still messing around there no?
A
Wow Benjamin,
that actually works! Thanks a lot! I had tried this before, but had omitted the () part…
great!
A.
Would also be curious to know about this…
Forum: Plugins
In reply to: [Recent Posts Plus] [Plugin: Recent Posts Plus] Show a No posts messageGot it!
just opened recent-post-plus.php in the plug-in folder and added the following code above
wp_reset_postdata();
on line 211:else echo 'No posts at the moment';
Simple solution, hope it might be of some help to someone else in the future.
A
Hi Marcus,
thanks for the reply. Nope I am not in no-user mode…
i ll think i ll just add the phone number to the registration form just to solve the problem…
Hi Marcus,
Thanks for the fast response.
As I understand correctly the bit of code you send me will provide me with the User’s phone number. The thing is however that the phone number is not being stored in the form in the first place. (and does not show up in the user profile on the admin page)
I also dont need to display the phone number anywhere on the frontside of my site but just like my admin to be able to see it on the backside (admin panel)
Hope this is clear.
Thanks again for all the support,
Martijn
Sorry and just to mention.
The code to store the phone field i use is this:
<label for='dbem_phone'><?php _e('Telefoonnummer','dbem') ?></label> <input type="text" name="dbem_phone" id="dbem_phone" class="input" <?php if(!empty($_REQUEST['dbem_phone'])) echo "value='{$_REQUEST['dbem_phone']}'"; ?> />