Customizing SMF > Modifications and Packages

Change All Subjects

(1/25) > >>

live627:
Link to Mod

Change All Subjects

This modification adds an option to change the subjects of all messages in a topic. When the first message of a topic is being modified by a member that has suitable permissions, a checkbox for enabling the feature appears under the Additional Options.

It makes the subject of all replies equal to the first message's subject while preserving the response prefix.

It should work on any theme that uses the same base Profile template as the SMF core theme, for anything else you may have to do a theme edit, but it is a very small edit in the profile itself.

Joomlamz:
thank nice work

translate portugues pt_PT/pt_BR


--- Code: ---<file name="$languagedir/Modifications.portuguese.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['changeallsubject'] = 'Mudar todos assunto';]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.brazilian.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['changeallsubject'] = 'Mudar todos assunto';]]></add>
</operation>
--- End code ---

Marcus Forsberg:
Thanks for this!  ;D

Marcus Forsberg:
Swedish translation

$txt['changeallsubject'] = '&Auml;ndra titel p&aring; alla inl&auml;gg i detta &auml;mne';

perro88:
thanks. useful mod

Navigation

[0] Message Index

[#] Next page

Go to full version