1
Kalobotz
How can I make the text input box bigger for the inbox messageing?
  • 2004/6/3 12:48

  • Kalobotz

  • Not too shy to talk

  • Posts: 133

  • Since: 2004/5/26


How can I make the text input box bigger for the inbox messageing?

2
Dave_L
Re: How can I make the text input box bigger for the inbox messageing?
  • 2004/6/3 14:49

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


You mean when sending a private message (PM)?

I think the dimensions of that textarea are specified in the following line in pmlite.php:

xoopsCodeTarea("message",[color=ff0000]37,8[/color]);


If you increase those dimensions, you might also need to increase the dimensions of the Javascript popup window in userinfo.php (sending a PM from a user's profile):

$xoopsTpl->assign('user_pmlink'"javascript:openWithSelfMain('".XOOPS_URL."/pmlite.php?send2=1&to_userid=".$thisUser->getVar('uid')."''pmlite', [color=ff0000]450380[/color]);">/images/icons/pm.gif" alt="".sprintf(_SENDPMTO,$thisUser->getVar('uname'))."" />");


Similar changes to the popup window dimensions may also be needed in readpmsg.php (replying to a PM) and viewpmsg.php (sending a PM from your inbox PM list). Look for "javascript:openWithSelfMain" in those files.

Login

Who's Online

580 user(s) are online (310 user(s) are browsing Support Forums)


Members: 0


Guests: 580


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits