Page 1 of 1

[SOLVED] help... message not shown in pm...

PostPosted: Mon May 08, 2006 9:26 am
Author: Skywalker
when i recieve a pm the message is not shown, the bode stays blank just like no message was sent.
the username, topic, sig and all the rest are no problem there shown.
when i reply to the pm the original message witch is sent to me does gets shown in pm preview.

who can help me with this problem i don't know where to search, myboard is not live so i don't know witch mod that i have installed is causing this its a long time ago i checkt the pm's.... <img>

Re: message not shown in pm...

PostPosted: Mon May 08, 2006 11:09 am
Author: Skywalker
when is press example instead of send pm the pm message get shown also so there must be a problem in the php code that shows the pm.
can someone tell me where i need to search to solve this?

its maybe just a typo i have no clue

PostPosted: Mon May 08, 2006 12:59 pm
Author: Jason Sanborn
I'm not sure all the locations to check, but try these files:

templates/fisubisce/privmsgs_read_body.tpl
privmsg.php

Maybe another person can point you in a more specific direction.

PostPosted: Sun May 28, 2006 3:07 am
Author: Skywalker
"Jason Sanborn";p="5050" wrote:I'm not sure all the locations to check, but try these files:

templates/fisubisce/privmsgs_read_body.tpl
privmsg.php

Maybe another person can point you in a more specific direction.

i have replaced prvmsg.php with the original and the message still does not get shown.
i placed my file back en uploaded the original functions_post.php also this didden't make a difference...
the template issen't edited

i realy don't have clue where to search anymore

Re: [SOLVED] help... message not shown in pm...

PostPosted: Sun May 28, 2006 4:22 am
Author: Skywalker
the problem was in profilcp_prvmsg.php
with the Advance Signature Divider Control for Integramod 1.4.0 mod

Code: Select all
 # #-----[ FIND ]------------------------------------------ # $private_message .= '<br><br>_________________<br>' . make_clickable($user_sig);    # #-----[ REPLACE WITH ]------------------------------------------ # //-mod ].'<br>' . make_clickable($user_sig); //-fin mod : Advanced Signature Divider Control --------------------------------  

needs to be

Code: Select all
# #-----[ FIND ]------------------------------------------ # $private_message .= '<br><br>_________________<br>' . make_clickable($user_sig);    # #-----[ REPLACE WITH ]------------------------------------------ # //-mod ].'<br>' . make_clickable($user_sig); //-fin mod : Advanced Signature Divider Control --------------------------------