wpmac
Forum Replies Created
-
Forum: Plugins
In reply to: [RSVP and Event Management] Question Order on FormIt seems that I needed to change the order (and change it back again) by dragging/dropping before the save sort order works. I entered the questions in the order I wanted, but needed to change it and change it back for it to take the order into consideration.
I figured it out! I’m so excited! (2 AM) For anyone following in my footsteps, in the twentyten theme I had to add the following to functions.php (I added it in with the class ‘comment-meta commentmetadata’):
<?php if ($comment->user_id) { $user=get_userdata($comment->user_id); echo $user->occupation;}?>‘occupation’ was the registration field data I was looking for- you can replace it with middle_name, etc. This allowed me to display the commenter’s occupation when they post a comment. Awesome! If anyone has any questions I’d be happy to try to help.
Hi radiok,
Just curious if you have given any more thought to how to use the metadata. I see from your blog and the update that you have been making some good progress on the plugin- congrats! If you find the time, I think others would also really appreciate this feature or some direction in how to implement it individually.