OK. I've run install_mod.php and I didn't have installed pm earlier on my forum, this was first time I've tried to install it.
When I run install it said that pm is installed and that I shuold follow instructions from readme.txt.
Then I've opened readme.txt and did all the things that write in there. I changed all the codes and when I save and upload the files there is a blank page on my index.php
There is something that I think it could be a reason of problem in this code...
#---------[ 18. FIND (line: 1050) ]-------------------------------------------------
#
$email_field = '<label><strong>'.$lang_common['E-mail'].'</strong><br /><input type="text" name="req_email" value="'.$user['email'].'" size="40" maxlength="50" /><br /></label><p><a href="misc.php?email='.$id.'">'.$lang_common['Send e-mail'].'</a></p>'."\n";
#
#---------[ 19. AFTER, ADD ]---------------------------------------------------
#
[b]require PUN_ROOT.'lang/'.$pun_user['language'].'/pms.php';[/b] ?
$email_field .= '<p><a href="message_send.php?id='.$id.'">'.$lang_pms['Quick message'].'</a></p>'."\n";
After this bolded part in my readme.txt there is some square ( like one I entered uphere ) or something which I didn't entered in profile.php.
Is that square necesary?
@guardian34 In include/pms/ I have 6 files. Only two files ( footer_links.php and profile_send.php ) starts with <?php and 4 rest files are starting with <? did you mean that I should change that?