Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
Nyana

Verschieben ohne Link im Quellforum hinterlassen?

Recommended Posts

Hallo,

wenn ich Posts verschiebe, kommt ja die Frage, ob

Einen Link zum neuen Thema im Quellforum hinterlassen? [JA/Nein]

Ih möchte, daß die Default-Einstellung "Nein" ist statt "Ja", weiss jemand wo ich das ändere ?

Share this post


Link to post

  • Adminbereich
  • LOOK & FEEL
  • Edit Template HTML
  • Moderator Function
  • move_form

Suchen:

		<tr>
<td class="pformleftw"><b>{$this->ipsclass->lang['leave_link']}</b></td>
<td class="pformright"><select name="leave"><option value="y" selected="selected">{$this->ipsclass->lang['yes']}</option><option value="n">{$this->ipsclass->lang['no']}</option></select></td>
</tr>
Ersetzen durch:
		<tr>
<td class="pformleftw"><b>{$this->ipsclass->lang['leave_link']}</b></td>
<td class="pformright"><select name="leave"><option value="y">{$this->ipsclass->lang['yes']}</option><option value="n" selected="selected">{$this->ipsclass->lang['no']}</option></select></td>
</tr>

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×