1
SteveG-CA
Private message reply window sizing
  • 2006/11/23 7:07

  • SteveG-CA

  • Just popping in

  • Posts: 3

  • Since: 2006/3/3 2


I'm wondering how I change the size of the window that pops up when you are sending or replying to a private message ? I've change the size of the text box that you type your message in, that was the easy part! I can't seem to locate the code for the pop up window itself within XOOPS, can someone please point me in the right direction.


Thanks in advance...

Resized Image

2
frankblack
Re: Private message reply window sizing
  • 2006/11/23 7:34

  • frankblack

  • Just can't stay away

  • Posts: 830

  • Since: 2005/6/13


readpmsg.php, about line 90 look for "openWithSelfMain". First digit value is width, second digit is height of the popup.

HTH

3
blueteen
Re: Private message reply window sizing
  • 2006/11/23 7:39

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


hello, for example, in XOOPS 2.0.15, in file : viewpmsg.php
near line 90, you'll find :

if ( $display == ) {
        echo 
"/pmlite.php?send=1","pmlite",450,380);' value='"._PM_SEND."' /> ._PM_DELETE."' />".$GLOBALS['xoopsSecurity']->getTokenHTML()."";
    } else {
        echo 
"/pmlite.php?send=1","pmlite",450,380);' value='"._PM_SEND."' />";
    }


you can change 450,380 to change width and weight size.
thus, clicking on 'send' link, a new popup window will open with the good size !

same thing for :
userinfo.php near line 144
readpmsg.php near line 98

and on some others modules (like cbb...)
to be clear : you can search pmlite.php? in all your files, then modify width/weight size for the popup

4
SteveG-CA
Re: Private message reply window sizing
  • 2006/11/23 9:15

  • SteveG-CA

  • Just popping in

  • Posts: 3

  • Since: 2006/3/3 2


Thanks, I did what was suggested and it did not work the first couple of times but guess what...I clear my browser's cookies and cache and the size change magically appears, duh me

I also defaulted the "savecopy" to 1 or YES, this should make all my site members happy now.

Login

Who's Online

442 user(s) are online (148 user(s) are browsing Support Forums)


Members: 0


Guests: 442


more...

Donat-O-Meter

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

Latest GitHub Commits