gogo Well-known member Apr 8, 2020 #1 like I have a custom field "price", I want it to be added to the end of the title, just like this: or is there a better way to do it?
like I have a custom field "price", I want it to be added to the end of the title, just like this: or is there a better way to do it?
gogo Well-known member Apr 8, 2020 #3 JohnLogar said: Just confirm it's thread title right? Click to expand... Yes, the thread title only. i.e. the title of the first post of a thread. Actually it's better to be able to select which forums to apply such change. But I'm afraid I'm asking for too much. Upvote 0 Downvote
JohnLogar said: Just confirm it's thread title right? Click to expand... Yes, the thread title only. i.e. the title of the first post of a thread. Actually it's better to be able to select which forums to apply such change. But I'm afraid I'm asking for too much.
JohnLogar Active member Apr 8, 2020 #4 Please use the follwoing code to append with the title. Code: {$thread.custom_fields.custom_field_id} It's need template modification to add the code. Upvote 0 Downvote
Please use the follwoing code to append with the title. Code: {$thread.custom_fields.custom_field_id} It's need template modification to add the code.
gogo Well-known member Apr 8, 2020 #5 JohnLogar said: Please use the follwoing code to append with the title. Code: {$thread.custom_fields.custom_field_id} It's need template modification to add the code. Click to expand... Thanks! what syntax should I use if I want it to be used only in one forum? Upvote 0 Downvote
JohnLogar said: Please use the follwoing code to append with the title. Code: {$thread.custom_fields.custom_field_id} It's need template modification to add the code. Click to expand... Thanks! what syntax should I use if I want it to be used only in one forum?