Skip to Content Skip to Menu

Message displays wrongly

  • teddysu81
  • teddysu81
  • OFFLINE
  • Posts: 78
  • Thanks: 1
  • Karma: 0
12 years 1 month ago #210200 by teddysu81
Replied by teddysu81 on topic Re: Message displays wrongly
So I surely can go inside the code to delete it off so that it doesnt show right?
Can show the lines, file and folder to change it? Thanks

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
12 years 1 month ago #210202 by slabbi
Replied by slabbi on topic Re: Message displays wrongly
The code is in inbox.php, search for "$replytomessage". This variable is used to create the reply message.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • teddysu81
  • teddysu81
  • OFFLINE
  • Posts: 78
  • Thanks: 1
  • Karma: 0
12 years 1 month ago #210308 by teddysu81
Replied by teddysu81 on topic Re: Message displays wrongly
Thank you, I commented out the line and it good now, tq

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
12 years 1 month ago #210328 by slabbi
Replied by slabbi on topic Re: Message displays wrongly
Don't comment it out, use
$replytomessage=""
to clear the content, otherwise the variable is uninitialized.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • teddysu81
  • teddysu81
  • OFFLINE
  • Posts: 78
  • Thanks: 1
  • Karma: 0
12 years 1 month ago #210354 by teddysu81
Replied by teddysu81 on topic Re: Message displays wrongly
There are 4 lines that display $replytomessage, which one should be changed?
1. $replytomessage = uddeIMreplySuggestion($cm, $displaymessage, $fromname, "", $isforward, "inbox", $config);
2. $urlbody = rawurlencode($replytomessage);
3. uddeIMdrawWriteform($myself, $my_gid, $item_id, $tbackto, "", $replytomessage, 0, 0, 0, 0, $config);
4. uddeIMdrawWriteform($myself, $my_gid, $item_id, $tbackto, $to_id, $replytomessage, $replytoid, 1, 0, 0, $config); // isreply, errorcode, sysmsg

which one is it..
Thanks

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
12 years 1 month ago #210358 by slabbi
Replied by slabbi on topic Re: Message displays wrongly
(1.)

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum