Quote:
Originally Posted by iA1
Yes, the plugin does exactly that. Just change the X in fieldX to whatever field number you have in user profile fields manager
|
Thanks very much iA1 for the expanded explanation. Adding the part about the "fieldX" I missed in your earlier post.
So just to make sure I understand 100%. If I take the line of code you mentioned earlier to create a new plug-in with:
if ($post['fieldX']) {$template_hook['postbit_userinfo_right_after_posts'] .= "<dt>PHRASE TO DISPLAY</dt> <dd>" . $post['fieldX'] . "</dd>";}
* I need to enter the proper user profile field where the 'fieldX' statement is located?
* What do I enter in the PHRASE TO DISPLAY part of the code? In the 1st screenshot I posted above...would this be the phrase "Your Mac's Specs"?
Thanks again.