Marco Cimmino
Forum Replies Created
-
Forum: Plugins
In reply to: Cimy header image rotatorUse CSS to change the background colour to something closer to the image’s colours.
Forum: Plugins
In reply to: [Cimy User Extra Fields] extra field not appearing in register formYes, you turned on “Enable email confirmation” and I guess you did not read the right hand side “note” 🙁
Forum: Plugins
In reply to: [Cimy User Extra Fields] extra field not appearing in register formActually I re-checked your pdf and I noticed you checked:
“Show the field if the role is at least: Author”This is why is not appearing during registration as user is not yet registered and has no role.
Forum: Plugins
In reply to: [Cimy User Manager] Export missing informationFor security reasons passwords are not included and cannot be included.
WordPress does not save them in plain text!Forum: Plugins
In reply to: [Cimy User Manager] Can't create users with custom IDUnluckily ID is decided by WordPress.
Forum: Plugins
In reply to: [Cimy User Extra Fields] separate registration page for different usersUnluckily I do not support different profiles/set of extra fields.
But yes, you can build your own via code.Forum: Plugins
In reply to: [Cimy User Extra Fields] extra field not appearing in register formSorry if I jumped to conclusions, but it happened already to me that users misunderstood which exact plugin they were using.
Now, can I have a test account where is reproducible the problem? A test site is also ok.
Thanks.Forum: Plugins
In reply to: [Cimy User Extra Fields] extra field not appearing in register formThe thing is, looking at the output of your form here:
http://gojournalism.ca/signup/You seem not using my plug-in at all. Seems you are totally misunderstanding what you installed and activated exactly.
Pls confirm what you are using. Like screenshot of the plugins page and plugin’s admin where you “defined” this upload image.
Forum: Plugins
In reply to: [Cimy User Extra Fields] admin control of field dataYep you can. Every field has that option to be modified by certain roles.
Forum: Plugins
In reply to: [Cimy User Extra Fields] MAX LEN, EXACT LEN, MIN LEN bug with UTF-8 encodingFixed in v2.5.5, you can have a preview here:
http://downloads.wordpress.org/plugin/cimy-user-extra-fields.zipForum: Plugins
In reply to: [Cimy User Extra Fields] MAX LEN, EXACT LEN, MIN LEN bug with UTF-8 encodingOh man, you are right, is not enabled by default on PHP :/
http://www.php.net/manual/en/mbstring.installation.phpWill fix it.
Forum: Plugins
In reply to: [Cimy User Extra Fields] Unistall pluginNot everybody wants to delete DATA on plugin’s uninstall.
If you want to do it, BEFORE uninstalling it you can use the plug-in’s DB options to erase everything and then proceed on uninstallation.Forum: Plugins
In reply to: [Cimy User Extra Fields] Tryen to get it to work properlyEveretJohn you are a bit off topic here.
There is no PHOTO type, rather ‘picture’ and ‘picture-url’.In both you do not need to add anything in the Value field.
Forum: Plugins
In reply to: [Cimy User Extra Fields] css conflict with other pluginsPatch applied, will be in v2.5.4
Fixed in v2.5.4 using wp_mkdir_p WordPress function if FS_CHMOD_DIR is not set.