Customizing SMF > Modifications and Packages
PM Informer 4.0
jossanaijr:
Thanks [SiNaN],
but a question:
if you only click in the warning message (and read it) it still shows the warning message after changing to another page even if there are no more new PMs. If you click [view all] OK, it goes to PMs page and setup to zero.
What I mean is that it would be nice if there is only one new message if you click in the warning message it was automatically setup to zero without the necessity to go to the PM page. (or this is a problem in my forum only?)
Nibogo:
sinan you a re a machine!!
Thanks
In spanish:
--- Code: ---<file name="$languagedir/Modifications.spanish.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['pmi_title'] = 'Tu tienes %s mensaje(s) sin leer!';
$txt['pmi_view_all'] = '[Ver Todos]';]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.spanish-utf8.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['pmi_title'] = 'Tu tienes %s mensaje(s) sin leer!';
$txt['pmi_view_all'] = '[Ver Todos]';]]></add>
</operation>
</file>
--- End code ---
[SiNaN]:
--- Quote from: dannbass on May 31, 2008, 10:43:29 PM ---Very nice! Is it AJAX? would be nice to receive one notification instantly.
Thanks for the mod!
--- End quote ---
It's not AJAX. I don't like it. Maybe because I can not code in. :P This is just a simple Js like the Info Center collapse.
--- Quote from: jossanaijr on June 01, 2008, 02:40:06 PM ---Thanks [SiNaN],
but a question:
if you only click in the warning message (and read it) it still shows the warning message after changing to another page even if there are no more new PMs. If you click [view all] OK, it goes to PMs page and setup to zero.
What I mean is that it would be nice if there is only one new message if you click in the warning message it was automatically setup to zero without the necessity to go to the PM page. (or this is a problem in my forum only?)
--- End quote ---
I was also thinking about that, will include in the update.
--- Quote from: NIBOGO on June 01, 2008, 11:48:42 PM ---sinan you a re a machine!!
Thanks
--- End quote ---
Maybe... Devs coded me to write some mods for SMF. :P Thanks for the translation.
Joomlamz:
Nice work Good Mod
aim translate portuguese and brsilian support utf8
--- Code: ---</file><file name="$languagedir/Modifications.portuguese-utf8.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['pmi_title'] = 'Você tem %s messagen(s) não lidas!';
$txt['pmi_view_all'] = '[Ver Todas]';]]></add>
</operation>
</file>
</file><file name="$languagedir/Modifications.brazilian-utf8.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['pmi_title'] = 'Você tem %s messagen(s) não lidas!';
$txt['pmi_view_all'] = '[Ver Todas]';]]></add>
</operation>
</file>
--- End code ---
--- Code: ---<file name="$languagedir/Modifications.portuguese.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['pmi_title'] = 'VocĂȘ tem %s messagen(s) nao lidas!';
$txt['pmi_view_all'] = '[Ver Todas]';]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.brazilian.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['pmi_title'] = 'VocĂȘ tem %s messagen(s) nao lidas!';
$txt['pmi_view_all'] = '[Ver Todas]';]]></add>
</operation>
</file>
--- End code ---
msvdm:
Sinan, thats one of yr best mods i reccomend simplemachine forum to ad at in the next release really grate mod !!!
Cheers and thanks for all yr mods
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version