Hi i just discovered Q2A and i have to say that its a great forum platform. I am trying to learn how it is work and i m very excited of its features. However i am trying to add the user's profile field "location" inside the drop down user menu at the top bar but cant make it work :(
Until now i tried to add this piece of code inside my qa-theme file:
$location = isset($content['raw']['profile']['location'])?$content['raw']['profile']['location']:'';
and then echo the result with:
echo $location;
but it doesnt display anything and also it doesn't return any errors !
What i m doing wrong here ? it would be great if any of the Q2A developers could give me some help here.