FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Plugins and Code Hacks » all smilies fit in message-write-window
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: all smilies fit in message-write-window [message #17237 is a reply to message #17233] Sat, 20 March 2004 18:19 Go to previous message
AzaToth is currently offline  AzaToth   Sweden
Messages: 125
Registered: October 2003
Karma:
Senior Member

off course it won't work in ie, then change row 27 in post_common.php.t to:
<?php
if(strpos($_SERVER['HTTP_USER_AGENT'], "MSIE"))
                {
                        
$c = uq('SELECT code, descr, img FROM {SQL_TABLE_PREFIX}smiley ORDER BY vieworder LIMIT 25');
                }
                else
                {
                        
$c = uq('SELECT code, descr, img FROM {SQL_TABLE_PREFIX}smiley ORDER BY vieworder LIMIT '.$GLOBALS['MAX_SMILIES_SHOWN']);
                }
?>
[Message index]
 
Read Message
Read Message
Previous Topic: Admin controll-panel UI-overhaul
Next Topic: pop3-mailinglist, without imap
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 24 21:33:57 GMT 2024

Total time taken to generate the page: 0.05381 seconds