Pagina 1 van 1

vieuwprofile fout na cash mod

Geplaatst: 01 dec 2006, 19:29
door Niek
Ik heb zojuist de cash mod bij iemand anders op het forum geïnstalleerd.
Als ik nu het profiel wil bekijken krijg ik alleen de header te zien met daaronder een groot vlak.

Als ik het bestand includes/usercp_vieuwprofile.php terug plaats werkt hij wel weer. Maar als ik hem zoals in het install.txt bestand staat mod werkt hij niet meer.

dit is uit het install bestand:

Code: Selecteer alles

# 
#-----[ OPEN ]------------------------------------------ 
#
includes/usercp_viewprofile.php

# 
#-----[ FIND ]------------------------------------------ 
# 
$template->pparse('body');
	
# 
#-----[ BEFORE, ADD ]------------------------------------------ 
#
$cm_viewprofile->post_vars($template,$profiledata,$userdata);

# 
#-----[ OPEN ]------------------------------------------ 
#
en dit mijn includes/usercp_vieuwprofile bestand:

Code: Selecteer alles

'S_PROFILE_ACTION' => append_sid("profile.$phpEx"))
);

$cm_viewprofile->post_vars($template,$profiledata,$userdata);

$template->pparse('body');

include($phpbb_root_path . 'includes/page_tail.'.$phpEx);

?>