Skip to Content Skip to Menu

Reply and Forward Sent Message

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
11 years 3 months ago #228119 by slabbi
Replied by slabbi on topic Re: Reply and Forward Sent Message
I don't see any problem, maybe it is template dependent:

In uddeIM I use following code:

if($messageid) {
$mosmsg=_UDDEIM_MESSAGE_REPLIEDTO;
} else {
$mosmsg=_UDDEIM_MESSAGE_SENT;
}
if ($tobedeleted) {
$mosmsg.=_UDDEIM_MOVEDTOTRASH;
}

As you cen see $mosmsg has always a value when it is passed to the Joomla framework.

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

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

  • sahht1362
  • sahht1362
  • OFFLINE
  • Posts: 9
  • Thanks: 0
  • Karma: 0
11 years 3 months ago #228947 by sahht1362
Replied by sahht1362 on topic Re: Reply and Forward Sent Message
Hi dear Slabbi
thank you for your reply.
I checked this file: /components/com_uddeim/uddeim.php
and see your code. you used this code 2 times in this file. but it didnt work yet!
My uddeim version is 2.5 (Joomla 1.7)
and the Uddeim search plugin is not working...

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

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
11 years 3 months ago #228950 by slabbi
Replied by slabbi on topic Re: Reply and Forward Sent Message
I am sorry but it seems to be a problem with the template.

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

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

  • sahht1362
  • sahht1362
  • OFFLINE
  • Posts: 9
  • Thanks: 0
  • Karma: 0
11 years 3 months ago #228977 by sahht1362
Replied by sahht1362 on topic Re: Reply and Forward Sent Message
Dear Slabbi, Im using YouGrids template, and it is a standard joomla template used by thousands of users... also, when I send a new message it shows the message. just in reply and forward there is not message shown...
thank you...

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

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
11 years 3 months ago #228983 by slabbi
Replied by slabbi on topic Re: Reply and Forward Sent Message
You can try following:

In uddeimlib*.php you will find following function

function uddeIMmosRedirect( $url, $msg='' ) {
$app = & JFactory::getApplication();
$app->redirect(JRoute::_($url, $msg));
}

Change it to

function uddeIMmosRedirect( $url, $msg='' ) {
$app = & JFactory::getApplication();
$app->redirect(JRoute::_($url, false), JText::_($msg));
}

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

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

  • sahht1362
  • sahht1362
  • OFFLINE
  • Posts: 9
  • Thanks: 0
  • Karma: 0
11 years 3 months ago #229030 by sahht1362
Replied by sahht1362 on topic Re: Reply and Forward Sent Message
Hi dear Slabbi,
It works! thank you. after 12 months finally this function is working... :woohoo:
thank you so much... B)
I will begin another topic for search plugin. because search plugin is not working...

thank you again.

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

Moderators: beatnantslabbikrileon
Powered by Kunena Forum