Hallo GeeLoo,

schau mal in die config.php des PM-Modul´s, dort findest du die Zeile
$pagesize = 5;

Welche Config hast du

bei meiner steht das :
<?php // $Id: config.php,v 20.4 2003/11/05 16:25:33 EllselAn Exp $
/**********************************************************************/
/* vkpMx 2.0 Content Management System */
/* ================================================================== */
/* Copyright (C) 2003 by the vkpMx & pragmaMx Developer Team */
/* email: team@pragmamx.org */
/* homepage: http://www.maax-design.de */
/* further sites: http://www.pragmaMx.org, http://www.guggemahier.de, */
/* http://www.marx-city.de, http://www.genutec-studios.de, */
/* http://www.shiba-design.de, http://www.power-maax.de */
/* ================================================================== */
if (!defined("mxMainFileLoaded")) die ("You can't access this file directly...");
global $bgcolor2,$textcolor2,$bgcolor1,$textcolor1,$bgcolor3,$language;
$allow_html = 0;
$allow_bbcode = 1;
$subjectdefaulticon = "icon1.gif";
$refresh = 1 ; # the Time in seconds for auto-refresh to messagelist, when delete or send messages
$url_smiles = "modules/".basename(dirname(__FILE__))."/images/smilies";
$url_images = "modules/".basename(dirname(__FILE__))."/images";
$url_avatar = MX_PATH_AVATAR;
$blankavatar ="040.gif";
$smilie[]=":),Smile,smile.gif";
$smilie[]=":lol:,Laughing,bigsmile.gif";
$smilie[]=":(,Sad,sad.gif";
$smilie[]=":D,Very Happy,thumbup.gif";
$smilie[]=";),Wink,wink.gif";
$smilie[]=":o,Surprised,shocked.gif";
$smilie[]="8),Cool,cool.gif";
#$smilie[]=":-P,Razz,razz.gif";
$smilie[]=":cry:,Crying (very sad),ezpi_worried.gif";
#$smilie[]=":roll:,Rolling Eyes,rolleyes.gif";
$smilie[]=":x,Mad,mad.gif";
#$smilie[]=":?,Confused,confused.gif";
$popupwidth = 250 ; # Breite des Popup in Px
$poptableborder = 1; # Rahmen um Popup
########## nicht aendern !! ##########################################################
if(@file_exists("$url_images/buttons/".$GLOBALS['currentlang']."")){
$url_button="$url_images/buttons/".$GLOBALS['currentlang']."";
}
else{
$url_button="$url_images/buttons/german";
}
?>