jonahrbrown
Forum Replies Created
-
The error seemed to have gone away.
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] gfcpt_tag_inputs is not definedWith WP 3.6 it displays the same error. Any idea when this will get fixed?
error:
‘
Uncaught TypeError: Object function (e,t){return new x.fn.init(e,t,r)} has no method ‘curCSS’ jquery-ui-1.8.16.custom.min.js?ver=3.6:14
Uncaught ReferenceError: gfcpt_tag_inputs is not defined tag-it.init.js?ver=3.6:6
‘Forum: Fixing WordPress
In reply to: Sorting Users by Last nameOk that is some what working. So the part i am figuring out is the other data not showing up.
Specifically: Spouse, Last name & Phone.
I used s2memebers for some of the user meta. I am planning a better method later this year using User Meta plugin or Gravity forms user resgistration plugin.
Most of the members did not fill in the last name and only used family surname.
if($family_surname <> ''){ echo '<td>'. $family_surname . '</td>'; } else{ echo '<td>'. $last_name . '</td>'; }which is what that statement is doing there. so I am wondering if the query can be adjusted to include checking this?
Sorry I am new if this area of programming. I know php but wordpress database statements tend to make my head turn.
Thanks for your help in getting this solved.
Forum: Fixing WordPress
In reply to: Sorting Users by Last nameok it made the rows in the table, but I see no data output. Am I missing something here?