Lucy2013
Forum Replies Created
-
Forum: Plugins
In reply to: [SP Project & Document Manager] Uploaded files doesn′t show in listHi 3rdEyeGuam,
I didn’t add the solution in this category because it was not specified to this problem. This problem was only one of the results of the main conflict.
Waht I did:
I change .on()-funtcion to .bind()-function in the php-file of the plugin. I read that these two function do the same but are out of differen jQuery versions.Forum: Plugins
In reply to: [SP Project & Document Manager] Uploaded files doesn′t show in listHi,
I found that tip while searching for a solution and tried it without success. But you gave me a good advice in another category that fixed the bug. It was a jQuery conflict.
Thanks ??
Forum: Plugins
In reply to: [SP Project & Document Manager] click it twice "Datei hinzufügen"Hi,
With firebug I found the conflict.
I needed to replace self.$elem.on(…) with the similar function self.$elem.bind(…)Forum: Plugins
In reply to: [SP Project & Document Manager] Loading ForeverHi,
thank’s a lot. With firebug I found the conflict.
I needed to replace self.$elem.on(…) with the similar function self.$elem.bind(…) -> depends on versionForum: Plugins
In reply to: [SP Project & Document Manager] click it twice "Datei hinzufügen"Hello,
thanks for the tip. Could you also tell me how I can solve the problem? E.g. which file I have to change or something like that?
Best regards.
Forum: Plugins
In reply to: [SP Project & Document Manager] Uploaded files doesn′t show in listHi,
I have a similarly problem.
When I activate trial-version-plugin than I can’t upload any data.
The screen is shown and I can choose a file, but the file don’t come up in the list. Also in the admin-backend I cannot find it, wether client-document-> home nor client-document->user files.But when I choos “Use The Free Version Uploader” in the settings it works (but screens don’t look very well so I would prefer another solution).
Forum: Plugins
In reply to: [SP Project & Document Manager] Loading ForeverHello,
I have the same problem. Did you find a solution for it?