Quote:
Originally Posted by Lynne
Did you try converting it using this as an example?
PHP Code:
if ($post['fieldx']) { $template_hook['postbit_userinfo_right_after_posts'] .= '<dt>My FieldX</dt> <dd>' .$post[fieldx]. '</dd>'; }
|
Lynee i always have issues inserting hyperlinks
i want to do something like this
PHP Code:
if ($post['fieldx'])
{
$template_hook['postbit_userinfo_right_after_posts'] .= '<dt>My FieldX</dt> <dd>' http://www.domain.com/ .$post[fieldx]. '>link</a></dd>';
}