Quote:
Originally Posted by iyihost
l want to show new thread page.
l created form and if you members click a new thread show form and than create thead.
Who can help me ?
|
In the forumdisplay template you can wrap
if conditionals to hide both the new thread buttons for the forum you want the form to show.
Then add another
if conditional to show a copy of the new thread button but linked to your form.
Then if a member clicks the new post button in that particular forum they will be taken to your form and once submitted it will post in that forum if you set it to do so.
Happy editing!