Smilies Pages
Posted: 08 Mar 2010, 20:38
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
Code: Select all
$user->setup('common');
Code: Select all
if ($user->data['user_id'] == ANONYMOUS)
{
login_box('', $user->lang['LOGIN']);
}
Code: Select all
<a href="{U_SMILIESPAGE}" title="{L_SMSMILIES}">{L_SMSMILIES}</a>
Code: Select all
<a href="{U_SMILIESPAGE}" title="{L_SMSMILIES}" onclick="window.open(this.href); return false;" onkeypress="window.open(this.href); return false;">{L_SMSMILIES}</a>
Code: Select all
// Smiley page by stoker
$lang = array_merge($lang, array(
'SMSMILIES' => 'Smileys',
'VIEW_SMSMILIES' => 'Voir les Smileys',
'SMID' => 'ID',
'SMCODE' => 'Code',
'SMEMOTION' => 'Emotion',
'SMWIDTH' => 'Largeur',
'SMHEIGHT' => 'Hauteur',
'SMSMILEY' => 'Smiley',
'SMDISPLAY' => 'Afficher',
'SMORDER' => 'Ordre',
'SMPX' => 'px',
'SMILIEY_COUNT' => '1 smiley',
'SMILIES_COUNT' => '%d Smileys',
));
Code: Select all
?>
Code: Select all
// Smiley page by stoker
$lang = array_merge($lang, array(
'SMSMILIES' => 'Smilies',
'VIEW_SMSMILIES' => 'Smilies betrachten',
'SMID' => 'ID',
'SMCODE' => 'Code',
'SMEMOTION' => 'Emotion',
'SMWIDTH' => 'Breite',
'SMHEIGHT' => 'Höhe',
'SMSMILEY' => 'Smiley',
'SMDISPLAY' => 'Anzeigen',
'SMORDER' => 'Reihenfolge',
'SMPX' => 'Pixel',
'SMILIEY_COUNT' => '1 smiley',
'SMILIES_COUNT' => '%d smilies',
));