[MOD IPv1.3.0.*] My Mood »  Show posts from    to     

Icy Phoenix


Old Customizations - [MOD IPv1.3.0.*] My Mood



TuningBEB2008 [ Fri 12 Feb, 2010 06:17 ]
Post subject: [MOD IPv1.3.0.*] My Mood
Mood 1.0.0a for IPv1.3.0.*

Will add a way for users to display their moods in posts & topics.

Yo can change you mood from
http://www.ipforum.com/profile.php?...ode=preferences
or from the post.

Spoiler: [ Show ]


DEMO: http://allinforumtec.netii.net/viewtopic.php?f=1&t=1

Enjoy, greetings.

#-----[ SAVE/CLOSE ALL FILES ]--------------------------------
#
# EoM


TheSteffen [ Fri 12 Feb, 2010 09:56 ]
Post subject: Re: [MOD IPv1.3.0.*] My Mood
Thanks for sharing it TuningBEB2008


TuningBEB2008 [ Fri 12 Feb, 2010 22:05 ]
Post subject: Re: [MOD IPv1.3.0.*] My Mood
Here is the spanish lang:

Code: [Hide] [Select]
<?php
/**
*
* @file id lang_mood_mod.php
* @email < austin@phpbb-amod.com >
* @site http://phpbb-amod.com
* @copyright (c) aUsTiN-Inc 2003/5
*
**/

if (!defined('IN_ICYPHOENIX'))
{
exit;
}

if (empty($lang) || !is_array($lang))
{
$lang = array();
}

$lang = array_merge($lang, array(
// Profile Page (Edit Profile)
'MM_profile_link' => 'Cambiar estado',
'MM_profile_text' => 'Mi estado:',
'MM_profile_none' => 'Ninguno seleccionado',
// Profile Page (View Profile)
'MM_profile' => 'Mi estado:',
// Mood Popup
'MM_page_title' => 'Opciones de estado',
'MM_option_one' => 'Selecciona una categoria de estado',
'MM_option_two' => 'Selecciona una imagen que describa tu estado ',
'MM_option_one_sub' => ' Ver carpetas de estado',
'MM_option_two_sub' => ' Guardar estado ',
'MM_error' => 'Tu no seleccionaste un estado, click <a href="javascript: history.go(-1)">aqui</a> para intentar nuevamenete.',
'MM_saved' => 'Tu estado se cambio exitosamente. Click <a href="javascript:close();">aqui</a> para cerrar la ventana.',
// Viewtopic Page
'MM_current_mood' => 'Mi estado:',
'MM_post_mood' => 'Estado cuando posteo:',
)
);

?>


Greetings


spydie [ Fri 12 Feb, 2010 22:10 ]
Post subject: Re: [MOD IPv1.3.0.*] My Mood
Thanks for translation, Tuning


DWho [ Sat 13 Feb, 2010 16:20 ]
Post subject: Re: [MOD IPv1.3.0.*] My Mood
nice on tuning i will add this to the mps mod as soon as I can if that is ok



KugeLSichA [ Fri 19 Feb, 2010 22:04 ]
Post subject: Re: [MOD IPv1.3.0.*] My Mood
it seems that the demo forum ist down...




Powered by Icy Phoenix