3
hello, for example, in XOOPS 2.0.15, in file : viewpmsg.php
near line 90, you'll find :
le="color: #000000"><?php if ( $display == 1 ) { echo "<tr class='foot' align='left'><td colspan='6' align='left'><input type='button' class='formButton' onclick='javascript:openWithSelfMain("".XOOPS_URL."/pmlite.php?send=1","pmlite",450,380);' value='"._PM_SEND."' /> <input type='submit' class='formButton' name='delete_messages' value='"._PM_DELETE."' />".$GLOBALS['xoopsSecurity']->getTokenHTML()."</td></tr></form>"; } else { echo "<tr class='bg2' align='left'><td colspan='6' align='left'><input type='button' class='formButton' onclick='javascript:openWithSelfMain("".XOOPS_URL."/pmlite.php?send=1","pmlite",450,380);' value='"._PM_SEND."' /></td></tr></form>"; }
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