micron2
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontend File Manager Plugin] Upload doesn't work with subscriberHi,
thank you for answering even if timing is maybe a bit too long for a nice support. I still need something like this plugin and no problem to buy it but … about GD as you suggest this is what my php says about GD and seems ok:——————————————-
GD Support enabled
GD Version bundled (2.1.0 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.3.11
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPEG Support enabled
libJPEG Version 6b
PNG Support enabled
libPNG Version 1.2.49
WBMP Support enabled
XPM Support enabled
libXpm Version 30411
XBM Support enabled
JIS-mapped Japanese Font Support enabled
————————————————For me upload works only as administrator. As subscriber I can see upload bar go to 100% but no folder is created on server, no file transferred, no error or mesasage occurs and of course no data in table is shown.
Tried to change permissions to upload folder but no way. The short code is in a page seen only by registered users checked by UAM (User Access Manager). I tried to disable plugin (UAM) just in case but still no way. Would appreciate any tips.Hi Sonal,
Thanks for your answer.I still had my test installation with older version (UkkuPeople 1.5.3) and confirm you that most of the times deleting touchpoint was a real pain. Mayebe it was an installation problem or a bug fixed by you on last upgrade but just after 1.5.4 installed touchpoints are readily erasable. Good for that.
Still when creating touchpoints “assign to” field isn’t editable or better you can go over “assign to” but it’s forever on “assign to none” and no way to write anything. There is a grey button “remove” of course not working cause there is no “assign to name” ever created . There is another button “add another Assignee” but generates an infinite loop as just written with an “assign to none” etc. etc. etc.
Tried Firefox, Crome and Explorer and all the same.
Would appreciate to understand how this field is editable for you cause maybe I’ve missed something.
Thankyou
MicForum: Plugins
In reply to: [Contact Form DB] wp_cf7dbplugin_submits table dimensionsReally many thanks for quick answer. I’ll try all.
Have a nice day 🙂Forum: Plugins
In reply to: [Custom Login] Hide register and recover password…For me stopping lost password request worked with:
function my_login_restrict_password_reset() {
return false;
}
add_filter(‘allow_password_reset’,’my_login_restrict_password_reset’);Perfectly working till last upgrade of few days ago. Now password request came back again even if functions.php still has modifications. Can you help me please? Can I go back to old version ?
Forum: Plugins
In reply to: [Contact Form 7] Default values but not changeableTakayuki thank you for quick answer. Of course works fine 🙂
Forum: Plugins
In reply to: [Participants Database] Auto Import CSVHi champeaub,
would appreciate more details oh how you did it. Better focus on your points 1,2,3. Thanks. Thank you xnau for great job.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sort by date dd/mm/yyyy formatHi Tobias,
of course you are right. I only installed at first TablePress Extension “Table Row Order” thinking that could be enough. As far as I installed “DataTables Sorting plugins” the command “aoColumnDefs”: [ { “sType”: “date-eu”, “aTargets”: [ 0 ] } ] worked perfectly. Woooow absolutely great. Finest plugin found around. Many thanks for your help and sorry to bother.
Sincerely
GuidoForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sort by date dd/mm/yyyy formatHi Tobias,
on last post just want to explain better. Table does sort except for the column chosen. I tried :
“aaSorting”: [[0,’desc’]], “aoColumnDefs”: [ { “sType”: “date-eu”, “aTargets”: [ 0 ] } ]or:
“aoColumnDefs”: [ { “sType”: “date-eu”, “aTargets”: [ 0 ] } ]Can’t make it work 🙁
Thankyou.
Guido