XL64
Forum Replies Created
-
Forum: Plugins
In reply to: [Attendance List] Attendance without registratingI looked at the source of the plugin, and I think this would be complicated as the list works by associating user IDs with list IDs (which is also post ID). As unregistred users have no IDs it would be complicated. As a workaround I added the possibility to register for an other user and added anonymous user to my wordpress website, so that people can register for their unregistred friends as anonymous people. (See my thread about my patch)
Forum: Plugins
In reply to: [Attendance List] Patch to use a given IDMaybe that could be off interest to the two guys in thread “Attendance List clashing with All in One Event Manager” but the thread is closed, I cannot answer to them…
Forum: Plugins
In reply to: [Events Made Easy] Impossible to pick dateit worked, thanks
Thanks, was the same for me, only created the tmp folder and pasted :
putenv(‘TMPDIR=’. ABSPATH .’tmp’);
define(‘WP_TEMP_DIR’, ABSPATH . ‘tmp’);The FTP thing was not needed for me.
Unlike yours, my {plugin-name}.tmp folder was empty.
How did you notice upload_tmp_dir was set ? How can I see if my issue is the same ?
XL.
Forum: Plugins
In reply to: [Plugin: Page Restrict] Issue: Page Restrict does not restrict jwplayerSame here but with a page including a gallery : [print_gllr id=610] from Gallery Plugin.
My workarround was to add a password to the page…
Now being login is asked then the password is asked.
Once the password is entered once, it is not asked anymore… 🙁 So the workarround is not really effective…