Customizing SMF > Modifications and Packages

Sneaky Editing

<< < (2/3) > >>

4Kstore:
Nice mod, here is the spanish translation...


--- Code: ---<file name="$languagedir/Modifications.spanish_es.php" error="skip">
<operation>
<search position="end"></search>
<add><![CDATA[
$txt['hide_edit'] = 'Ocultar "Última Modificación".';]]></add>
</operation>

<file name="$languagedir/Modifications.spanish_latin.php" error="skip">
<operation>
<search position="end"></search>
<add><![CDATA[
$txt['hide_edit'] = 'Ocultar "Última Modificación".';]]></add>
</operation>
</file>
--- End code ---

phantomm:
and Polish language :)


--- Code: --- <file name="$languagedir/Modifications.polish.php" error="skip">
<operation>
<search position="end"></search>
<add><![CDATA[
$txt['hide_edit'] = 'Ukryj czas ostatniej edycji.';]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.polish-utf8.php" error="skip">
<operation>
<search position="end"></search>
<add><![CDATA[
$txt['hide_edit'] = 'Ukryj czas ostatniej edycji.';]]></add>
</operation>
</file>
--- End code ---

Sheda:
I've made a new version that supports 1.1.x. If there are any bugs, let me know.
When i was at it, i also added all of the languages. 8)

MadTogger:
Hi,

great MOD.

As aside to this, does anyone know where in the database the info for the last edits is kept, i.e.

'« Last Edit: March, 30 2012 18:33:49 by Admin »'

I know this MOD will not disable the display of last edits prior to install, I would like to be able to do mine manually from within the database.

Regards..,

MT  :)

Doctor Deejay:
Nice mod :) Dutch:

--- Code: ---$txt['hide_edit'] = 'Verberg "laatst bewerkt".';
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version