Skip to Content Skip to Menu

uddeIM 1.8 released

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
15 years 2 months ago #107367 by slabbi
Replied by slabbi on topic Re:uddeIM 1.8 released
Do you use Joomla 1.0 or Joomla 1.5?

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

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

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
15 years 2 months ago #107368 by slabbi
Replied by slabbi on topic Re:uddeIM 1.8 released
Found it:

Replace (includes.db.php, line 187):

[code:1]function uddeIMselectAROgroups() {
$database = uddeIMgetDatabase();
if (uddeIMcheckJversion()>=1)
$query = "SELECT id, name FROM #__core_acl_aro_groups WHERE id NOT IN ( 17, 28, 29, 30 ) ORDER BY id";
else
$query = "SELECT group_id AS id, name FROM #__core_acl_aro_groups WHERE group_id NOT IN ( 17, 28, 29, 30 ) ORDER BY group_id";
$database->setQuery($sql);
$value = $database->loadObjectList();
return $value;
}[/code:1]

with

[code:1]function uddeIMselectAROgroups() {
$database = uddeIMgetDatabase();
if (uddeIMcheckJversion()>=1)
$sql = "SELECT id, name FROM #__core_acl_aro_groups WHERE id NOT IN ( 17, 28, 29, 30 ) ORDER BY id";
else
$sql = "SELECT group_id AS id, name FROM #__core_acl_aro_groups WHERE group_id NOT IN ( 17, 28, 29, 30 ) ORDER BY group_id";
$database->setQuery($sql);
$value = $database->loadObjectList();
return $value;
}
[/code:1]

"$query" -> "$sql"

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

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

  • LostLion
  • LostLion
  • OFFLINE
  • Posts: 2
  • Thanks: 0
  • Karma: 0
15 years 2 months ago #107393 by LostLion
Replied by LostLion on topic Re:uddeIM 1.8 released
Thank you. That worked perfectly.

Everything is working smoothly now except one thing. When I configure "Trash sent message" set to YES, the check mark DOES NOT appear in the box next to 'trash message' on the front end. If I set it to NO, then 'trash message' and its box do not appear at all. Is this the way it was intended?

To me the following included explanation sounds like "trash message" and its box should be on the screen at all times and checking YES puts a check mark in the box, but that's not how it works:

"When activated this will put a checkbox next to the 'Send' button called 'trash message' that is not checked by default. Users can check the box if they want to trash a message immediatly after sending it."

That is a very minor point, but I thought you should know about it. Thank you again for your quick reply to the previous problem.

This is a fabulous extension. I'm still amazed how easy it was to setup, configure and run.

Nevermind. After re-reading the sentence several times, I see it is working as intended. I just misunderstood the explanation.

Post edited by: LostLion, at: 2009/08/09 21:40

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

15 years 2 months ago #107617 by tekknokrat
Replied by tekknokrat on topic Re:uddeIM 1.8 released
The uddeIM modules of 1.8 complain about legacy mode. This was not the case with pre1.8 modules. What changed?

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

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
15 years 2 months ago #107618 by slabbi
Replied by slabbi on topic Re:uddeIM 1.8 released
Thats not correct, it was the same issue with 1.7 and below.

Maybe you should check the FAQ first.

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

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

15 years 2 months ago #108109 by bytebandit01
Replied by bytebandit01 on topic Re:uddeIM 1.8 released
Since creating System or general messages was discussed above..

I have a follow-up question to that.. I already checked th FAQ and it seemed not to give me any answer on this..

I am using Noir template in uddeIM 1.8. However there is no link of "create system or general message" even if I am the admin.

Do we have a we have to enable an option for this in admin backend?

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

Moderators: beatnantslabbikrileon
Powered by Kunena Forum