View Single Post
  #28  
Old 21st February 2024, 15:41
Dani18 Dani18 is offline
Senior Member
 
Join Date: Dec 2023
Posts: 29
Default
Guys I have a problem when I move a thread to the forum, it doesn't let me select the category, I'll post the code, can you help me?

Click the image to open in full size.

Quote:
<form method="post" action="" id="moveThread">

<table cellpadding="4" cellspacing="0" width="100%" class="table">
<tr>
<td class="first">{$TSUE['TSUE_Language']->phrase['forums_thread_title']}</td>
<td class="second"><input type="text" name="title" value="{$title}" class="s" /></td>
</tr>

<tr>

<td class="first">{$TSUE['TSUE_Language']->phrase['forums_move_thread_destination']}</td>
<td class="second"> {$forumList} </td>


</tr>

<tr>
<td> </td>
<td><input type="submit" class="submit" value="{$TSUE['TSUE_Language']->phrase['button_save']}" /> <input type="reset" class="submit" value="{$TSUE['TSUE_Language']->phrase['button_reset']}" /></td>
</table>

</form>
Reply With Quote