Placeholders

  • Paul Knox
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 11 months ago #87783 by Paul Knox
Placeholders was created by Paul Knox
I think I have a similar question. I have created a custom field and want to display it in an article. I'm building a reporting page with the following

<?php

$user =& JFactory::getUser();

if (!$user->guest) {
echo 'Hello ' . $user->name . '<br />';

echo '<br />You did the following cases';

}
?>

And want to add a custom field associated with the logged in user... I trield adding the custom field name 'osm_Profession' but nothing..

Paul

Please Log in or Create an account to join the conversation.