News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

Enhanced PM Popup

Started by Spuds, November 22, 2009, 08:12:26 PM

Previous topic - Next topic

Spuds




Enhanced PM Popup 1.0.1
Replace the PM popup with a nice CSS Styled box.
Link to Mod | Comment On This Mod

Author: Spuds
Type: Theme Enhancements
Available since: November 21 2009
Latest version: 1.0.1 (June 27 2011)
Compatible with: SMF 2.0
Available languages:





What does it do?
Enhanced PM Popup will replace the alert box that popups on a new PM (If enabled through the profile) to a nicer box made with CSS and HTML.
See screenshot for a preview.

How to use
To use Enhanced PM Popup, download the package from the SMF customization site, and install it via your Package Manger.
All users who have enabled the PM popup through their profile will now see the new box when they recieve a new personal message.

Support & comments
If you have a problem with this mod, want to comment, or have any question, please post to the modification support topic and I will reply as soon as possible.

Other information
Translation of this mod
o I am always happy to get translations of my work so that more users can use it. If you have translated this modification, please post the translation in the support topic.
Please make sure you have translated everything, and that there are no spelling misstakes etc.
Also, please post both a non-UTF8 version and a UTF8 version.



drhamza


islam2hamy

Nice One.

Arabic Translation :

Quote<file name="$languagedir/Modifications.arabic-utf8.php" error="skip">
        <operation>
            <search position="end" />
            <add><![CDATA[
           
$txt['pm_popup'] = 'لديك رسائل شخصية جديدة';
$txt['pm_popup_close'] = 'إغلاق';

]]></add>
        </operation>
    </file>   

Quote<file name="$languagedir/Modifications.arabic.php" error="skip">
        <operation>
            <search position="end" />
            <add><![CDATA[
           
$txt['pm_popup'] = 'لديك رسائل شخصية جديدة';
$txt['pm_popup_close'] = 'إغلاق';

]]></add>
        </operation>
    </file>   

Arabic Translator - Web Designer
My Mods / My Themes  //  GfxLand





MATTEK

Awsome mod. Looks very nice.
SMF 2.0.1

Like Comics, Books, Movies or T.V. Shows? Read about them here!!

Eliana Tamerin

Good idea. How about a check box to disable the Popup message on a Yes/No click. So that new members who want to remove it don't have to dig in their profile options.
Do NOT PM me for support.

SimplePortal 2.3.6 is OUT!
SimplePortal Project Manager
Download | Docs
SimplePortal: Power of Simplicity!


-=[Vyorel]=-

Very nice mod.

Romanian Translation

</file>
<file name="$languagedir/Modifications.romanian-utf8.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[

$txt['pm_popup'] = 'Ai primit un Mesaj Privat';
$txt['pm_popup_close'] = 'Inchide';

]]></add>
</operation>
</file>


<file name="$languagedir/Modifications.romanian.php">
<operation>
<search position="end" />
<add><![CDATA[

$txt['pm_popup'] = 'Ai primit un Mesaj Privat';
$txt['pm_popup_close'] = 'Inchide';

]]></add>
</operation>
</file>
My mods for SMF - [6].

drhamza

ok, here's the problem, there is an overlap between the menu bar (messages, home, forum,....) and the popup, any explanation for that?

4Kstore

Great mod!! Thanks!


Spanish Translation:
   <file name="$languagedir/Modifications.spanish_latin.php" error="skip">
        <operation>
            <search position="end" />
            <add><![CDATA[
           
$txt['pm_popup'] = 'Usted Tiene Nuevos Mensajes Privados';
$txt['pm_popup_close'] = 'Cerrar';

]]></add>
        </operation>
    </file>    [code]

¡¡NEW MOD: Sparkles User Names!!!

Joe N

Very Good Mod. Will Use This!!
Microsoft: "We Need to Imagine Life Without Walls."
I Say: "If There are No Walls Who needs Windows."



My Mods (6) All My Mods Updated To SMF 2.0 RC2 and SMF 1.1.10!


searchgr

Quote from: drhamza on November 23, 2009, 12:28:11 PM
ok, here's the problem, there is an overlap between the menu bar (messages, home, forum,....) and the popup, any explanation for that?

Any fix for this?

MATTEK

Quote from: drhamza on November 23, 2009, 12:28:11 PM
ok, here's the problem, there is an overlap between the menu bar (messages, home, forum,....) and the popup, any explanation for that?
I do not have this issue.
SMF 2.0.1

Like Comics, Books, Movies or T.V. Shows? Read about them here!!

Arantor

searchgr: Please provide a screenshot showing the exact problem and also confirm what browser you're on.
Holder of controversial views, all of which my own.


bombasa

#13
Thank you.

French translation

    <file name="$languagedir/Modifications.french-utf8.php" error="skip">
        <operation>
            <search position="end" />
            <add><![CDATA[
           
$txt['pm_popup'] = 'Vous avez de nouveaux messages personnels';
$txt['pm_popup_close'] = 'Fermer';

]]></add>
        </operation>
    </file>


<file name="$languagedir/Modifications.french.php">
<operation>
<search position="end" />
<add><![CDATA[

$txt['pm_popup'] = 'Vous avez de nouveaux messages personnels';
$txt['pm_popup_close'] = 'Fermer';

]]></add>
</operation>
</file>

Plantsman

On installing the message pop up mod I find  the top dark blue area is transparent - as can be seen from the image. Can this be made non-transparent.


Costa

portuguese_pt
// Enhanced PM Popup
// Translated by Costa
$txt['pm_popup'] = 'Você tem novas Mensagens';
$txt['pm_popup_close'] = 'Fechar';


portuguese_brazilian
// Enhanced PM Popup
// Translated by Costa
$txt['pm_popup'] = 'Você tem novas Mensagens';
$txt['pm_popup_close'] = 'Fechar';


portuguese_pt-utf8
// Enhanced PM Popup
// Translated by Costa
$txt['pm_popup'] = 'Voc&#234; tem novas Mensagens';
$txt['pm_popup_close'] = 'Fechar';


portuguese_brazilian-utf8
// Enhanced PM Popup
// Translated by Costa
$txt['pm_popup'] = 'Voc&#234; tem novas Mensagens';
$txt['pm_popup_close'] = 'Fechar';
Hugo "Costa" Fernandes - PT SMF
Todas as MP's a pedir ajuda são sujeitas a radioactividade, microondas, queimadas e atiradas borda fora.

"At least someone appreciates the fact that I am doing and not thinking..."
"Laziness is counter-revolutionary."

Bigguy

Quote from: Plantsman on December 01, 2009, 09:37:57 AM
On installing the message pop up mod I find  the top dark blue area is transparent - as can be seen from the image. Can this be made non-transparent.



Same thing happens on my forum.

Arantor

Holder of controversial views, all of which my own.


Plantsman

IE7 for me Arantor. I didn't know my browser would have any influence over my board  - just goes to show we need you chaps to enlighten us. :)

Arantor

Each of the browsers does things slightly differently; it works as expected in Chrome for example (otherwise I wouldn't have approved it.

Nas should see this shortly and get a fix out hopefully.
Holder of controversial views, all of which my own.


Advertisement: