planetzu
Member
Currently when a user clicks on 'Post New Thread' button, he is taken to the 'Create-Thread' page which has the standard heading 'Create a Post'. Is there a way to replace this 'Create a Post' text with the 'title' of the respective forum?
For example, let's say there are the following 2 forums:
1.) Introductions
2.) Hangout
If the user where to post inside 'Introductions' the 'Create a Post' text should read 'Introductions' and if the user were to post under 'Hangout' the text should read 'Hangout'. Hopefully I made sense.
Would this be possible? I know I need to edit the 'Thread_Create' template and replace the following code with something, just not sure with what.
For example, let's say there are the following 2 forums:
1.) Introductions
2.) Hangout
If the user where to post inside 'Introductions' the 'Create a Post' text should read 'Introductions' and if the user were to post under 'Hangout' the text should read 'Hangout'. Hopefully I made sense.
Would this be possible? I know I need to edit the 'Thread_Create' template and replace the following code with something, just not sure with what.
Code:
<xen:title>{xen:phrase create_thread}</xen:title>