I have a bit modified my phpbb_posts table, as I have added a new field to the existing ones : "city_name".
This value is set during the posting phase with a choice list of cities name.
My question is : what and where do I have to add the code in order to be able to display this field value at any time. In fact, if I do a {FORUM_DESC} at any time and anywhere in Viewforum_body I have the right field value displayed, but I'd like to be able to do the same with my new added field "city_name" from Posts table (displayed in the Topics' title you can see from Viewforum_body) ?
Am I clear enough
I'm not talking about custom profile field, but a real new custom field in Posts table, and would like to use this field to display it in Viewforum_Body and Viewforum_Topic as well (as being part of the titles displayed, for showing the city name that goes with the current post)...
NB : sorry for my english, and sorry I'm begginer in coding, but I'd really like to display this field value in the topic title with the city_name please !
THANKS