3
hello, for example, in XOOPS 2.0.15, in file : viewpmsg.php
near line 90, you'll find :
if ( $display == 1 ) {
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