Forum Replies Created

Viewing 3 Topics - 1 through 3 (of 3 total)
Author Posts
February 11, 2014 at 3:42 pm in reply to: Removing WPUF Post Lock from User Profile 15319
Jonathan Jonathan

If it helps anyone else…


add_action('admin_head','hide_wpuf_lock_from_usertable');
function hide_wpuf_lock_from_usertable() { ?>
<script type="text/javascript">jQuery(document).ready(function($) { $('form#your-profile > h3:eq(4)').hide(); $('form#your-profile > table:eq(4)').hide(); $('form#your-profile').show(); });</script>
<?php }

Be sure to change the value of eq (in both instances) to the position it lands within your user profile screen.

February 11, 2014 at 3:31 pm in reply to: Removing WPUF Post Lock from User Profile 15318
Jonathan Jonathan

Hey Tareq,
Thanks for letting me know.
I guess i’ll have to resort to some hacky javascript solution for now 🙁

January 30, 2014 at 11:10 pm in reply to: Custom Taxonomies for forms 14910
Jonathan Jonathan

Thanks for the replay Tareq.

I’m presuming this may get me on the right track…
http://wedevs.com/support/topic/auto-assign-custom-taxonomy/#post-5569

I’ll try it out!

Viewing 3 Topics - 1 through 3 (of 3 total)