Marco Cimmino
Forum Replies Created
-
You can delete completely the label from the plug’ins admin page -> Extra Fields section title.
Forum: Plugins
In reply to: [Plugin: Cimy User Extra Fields] Thumbnail of Image in admin panelUse avatar field instead of picture.
Now you can, but no, they are not related each other.
https://www.ads-software.com/extend/plugins/cimy-user-extra-fields/download/Forum: Plugins
In reply to: [Theme My Login] Theme My Login and CIMY extra fieldsCheck v2.0.0-beta1
https://www.ads-software.com/extend/plugins/cimy-user-extra-fields/download/Forum: Plugins
In reply to: Cimy User Extra Fields in Multisite mode (WP 3.0)Grab 2.0.0-beta1 ??
https://www.ads-software.com/extend/plugins/cimy-user-extra-fields/download/Forum: Plugins
In reply to: [Plugin: Cimy User Extra Fields] User List loopRight, use this:
$values = get_cimyFieldValue($user['ID'], false); if (!empty($values)) { foreach ($values as $value) { echo $value['LABEL'].": "; echo cimy_uef_sanitize_content($value['VALUE'])."<br />"; } }
Forum: Plugins
In reply to: [Plugin: Cimy User Extra Fields] User List loophave you tried putting inside the foreach:
$values = get_cimyFieldValue($user->ID, false); foreach ($values as $value) { echo $value['LABEL'].": "; echo cimy_uef_sanitize_content($value['VALUE'])."<br />"; }
Forum: Plugins
In reply to: [Plugin: Cimy User Extra Fields] Cannot update fields >#11Is this fixed using 1.5.0?
Forum: Plugins
In reply to: Subscribe2 e-mails not going out.Try with Cimy Swift SMTP 1.2.0 that I released yesterday and report back please.
Forum: Plugins
In reply to: how to change code of the “collapsible archive widget” for categoriesA lot of people cannot understand how to use it, but please avoid to say false things.
Documentation is clear, example works (you only have to change a parameter as written many times), so it’s difficult to understand how to explain better.I’ve configured it in a tons of sites with WordPress 2.1, 2.2 and 2.3 and always worked, so probably it’s not a problem of the plug-in
best regards
Forum: Plugins
In reply to: how to change code of the “collapsible archive widget” for categoriesdon’t trust all that you read.
Cimy Navigator 0.4.x works perfectly with WP 2.3, if someone isn’t able to make it works it’s another story.Forum: Plugins
In reply to: User Registration- input addressv1.0.0 can do it!
Forum: Plugins
In reply to: REQ: Collapsible Categories and Archives Plugincimy navigator 0.4.x works with wordpress 2.3
Forum: Plugins
In reply to: Cimy User Extra Fields Plug-In HelpIt’s not possible because WordPress call the hook that the plug-in uses after only at the end.
Forum: Plugins
In reply to: Cimy Navigatoror use the silent mode, I have implemented it in 0.4.x just for these cases!
Anyway this is not a plug-in for everyone, it’s just a plug-in very complicated to do very complicated things, it’s all documented, other things are php code and nothing else.
If you need assistance we do but not for free as mentioned in our website.
thanx