rilana
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Very Slow Web after update 4.2.2Hi Team
I am having same issues but it is only on IOS devices. And only on a custom ajax request. Any sugestions what the problem could be? It works fine on Safari on any computer but not on ISO like iPhone or iPad.I would realy apprechiate any hint.
RilanaOh my Good I am soooo sorry! I am an idiot! We are talking about 2 different plugins! I am having problems with WP-Filebase Download Manager. so sorry for waisting your time on this! I tryed your plugin for a different project and it worked without any problem! Thank you!
@smackcoders I dont see any updates. Are you talking about the pro Version? In eighter Versions I dont see Version 3.7.2.
Hi, the security update from yesterday is also done. But still no effect on the Filebrowser.
Would it change anything if I bought the pro version?Thank your for your info.
Best regards, Rilana
Hi, Thank you for your reply. Yes it is 4.2 but before I updated it also did not work.
Hi Everyone
I tryed adding a new custom Field to the plugin. And it does show up in the backend and the form «user_submit_mail» but I cant figure out how to send it to the database. Can enyone refere me to the right place of the plugin code?
till now I edited user-submitted-posts.php and submission-form.php but I cant find what I am looking for? Or do I need to edit the tables first? in phpMyAdmin?Sorry, my querstion seems a bit stupied. But I just cant figure it out rightnow. Could anyone help pleaase?
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] Foto Upload works not for everyoneOK I finaly figured it out since it take part of the e-mail Address to create the other size images for thumb view, some of the images ended up having names like rita.mueller.jpg, so when it checked for the image format it give an error saying wrong format, since it checks after the first dot. So all the people who had e-mail Adresses with a . in bevor the @ would get en error wrong file- Format. I fixed it like that:
{ $user_id = 0; //this is the fix $user_punkt = substr($upload_email, 0, strpos($upload_email,'.')); $user_login = substr($user_punkt, 0, strpos($user_punkt,'@')); // And this was the original line: //$user_login = substr($upload_email, 0, strpos($upload_email,'@')); }You find it in play.php
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] Can’t upload pic into a contestI would like to be one of them, it would help if the post would have been more specific and then I could try if it would work for me… .-)