andrewfloatingbridge
Forum Replies Created
-
Yeh very annoying .. I can see the issue
$data[‘conditions’] as $k => $arr
mustnt have data in the 5th index position .. so a deep problemThe offending part:
/**
* If conditions are met return true;
*
* @param $data
*
* @return bool
*/
function um_field_conditions_are_met( $data ) {if (!isset( $data[‘conditions’] )) return true;
$state = ( $data[‘conditional_action’] == ‘show’ ) ? 1 : 0;
$first_group = 0;
$state_array = array();
$count = count($state_array);
foreach ($data[‘conditions’] as $k => $arr){$val = $arr[3];
$op = $arr[2];if (strstr($arr[1], ‘role_’))
$arr[1] = ‘role’;$field = um_profile($arr[1]);
if( $arr[5] != $first_group ){ (LINE 313)
……Forum: Plugins
In reply to: [Say what?] Targeting pagesNo worries – thanks for reply – good to know
No worries – now I am just wondering how to customise WCFM .. am I able to hide tabs I don’t want users to touch? Also can I set defaults – for example, Bookable Products (& hide the rest of the product options .. ) ??
Thanks!
I already have v2.0 ..
I am also find I can only have x1 Content Block field per form – If I introduce another the previous is always automatically deleted. Is this intentional for some reason
— UM Configurations —
Version: 2.0
Upgraded From: None
Current URL Method:
Cache User Profile: Yes
Generate Slugs on Directories: Yes
Rewrite Rules: Yes
Force UTF-8 Encoding: No
Time Check Security: No
JS/CSS Compression: No
Nav Menu Settings: Yes
Port Forwarding in URL: No
Exclude CSS/JS on Home: NoDamn! I would really like this functionality too
Do you know if this functionality will be part of the next update? Im hopeful given your latest annoucement ?? …
What’s next ??
Member directory improvementsAfter 2.0 release, the next update will see improvements to member directories with:
List display for directories
Directories now use ajax (no reloading of page)
General search feature
Filters appearing in reveal section
Front-end sorting e.g New users, oldest users, first name etcAh what a pitty – do you know if there is a reliable paid plugin which will allow for it?
It looks like fundamentally numeric fields are not recognised as numerics ..
Hey guys – Any update on this issue? Were you able to at least replicate it?
Ah right – no worries. Good to know
Hi guys,
Does my description make sense to you?
Did you manage to replicate the issue?
Cheers!
AndrewI tried disabling plugins and reverting to the default theme – unfortunately the error still occurs.
I am referring to the language field that comes with the Ultimate Memeber plugin by default (a dropdown auto-populated by every langauge in the world).
To clarify, this ONLY happens if I use the X to close in the TOP RIGHT of the entire field itself (not the X on the individual languages)
PS: Unfortunately there is no way to add a screenshot here
Hi there,
Yes again an issue with the Listify theme – the data picker is fine on the default WordPress theme.
Hi there – you are correct. The error is not your fault – it is due to a conflict with the Listify theme! Thanks for getting back to me