Skip to Content Skip to Menu

uddeIM 2.2 (stable) released

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
13 years 9 months ago #149492 by slabbi
uddeIM 2.2 (stable) released was created by slabbi
After some months it is finally done: uddeIM 2.2 is available!

Some language files have not been updated up to now. These will be released in a hotfix in a few days.

You can download the installation packages from my dev page. Please give feedback if all packages are ok or if you had some problems installing uddeIM 2.2.

Please check the README since it contains important information about how to upgrade to uddeIM 2.2.

Please don't forget to vote and/or write a review on Joomla.org

Please read the README file carefully since this version requires a database update!


The changelog:
===============================
1.) "Send button" will be disabled to avoid double posts
2.) Autocompleter displays "@" correctly
3.) Attachment plugin: plugin recognizes lots of more MIME types
4.) Polish language file added
5.) uddeim API imports 'joomla.version'
6.) Added function to API that allows getting the main version of uddeIM component
7.) The user can force uddeIM not to send email notifications for system and
general messages.
8.) Autocompleter fix for Chrome-Browser (thanks to boraa@joomlapolis).
9.) User timezone should be recognized (Joomla 1.5+).
10.) Bugfix: You can specify a time period a user has to wait until he can send messages.
11.) You can specify the display size of an avatar (width and height) in uddeIM backend.
If a size of "0" is given uddeIM ignores this value and does not modify the image.
Example: "0/0" leaves the original size of the avatar unchanged, "50/0" scales to a
width of 50 pixels.
12.) Button "Send" in "Create userlist" changed to "Save".
13.) Searchbot does not longer display trashed messages.
14.) Importer added for JomSocial 1.x
15.) Kunena 1.6 integration added.
16.) Ninjaboard integration added.
17.) gravatar ( gravatar.com ) integration added.
Note: gravatars are not supported for JomSocial and AUP.
18.) Setting/Resetting stars and setting read/unread flags does not display first
page afterwards.
19.) Filtering improved.
20.) UddeIM modules load CSS files W3 compliant, now.
21.) Premium Plugins updated.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer
The following user(s) said Thank You: Alex8210, bulend

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

13 years 9 months ago #149839 by LionandLamb
Replied by LionandLamb on topic Re:uddeIM 2.2 (stable) released
Just installed! FANTASTIC job, thank you for this.:woohoo:

I had noticed in the comments on Joomla.org, some one wrote that there was a "send a message to the author" icon that could be put in an article.

How is this done, I have looked all over the UddeIM Admin area and can't find that feature.:(

Warm Regards,
DaveB)

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

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
13 years 9 months ago #149853 by slabbi
Replied by slabbi on topic Re:uddeIM 2.2 (stable) released
There is a mambot/plugin for this: plug_uddeim_pms_contentlink.

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

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

  • TopCop
  • TopCop
  • OFFLINE
  • Posts: 9
  • Thanks: 1
  • Karma: 1
13 years 9 months ago #149865 by TopCop
Replied by TopCop on topic Re:uddeIM 2.2 (stable) released
First of all thanks for the update!

I upgraded to this version and also installed the cb_plug_pms_uddeim

When I send a msg from another users profile I get this error:

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /XXX/components/com_comprofiler/plugin/user/plug_pmsuddeim/pms.uddeim.php on line 197

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /XXX/components/com_comprofiler/plugin/user/plug_pmsuddeim/pms.uddeim.php on line 197


The msg is sent to the user, but is totally empty.

As I had to change to mysqli some time ago this might cause the problem? It was working with ver. 2.1 without any problem.

Any ideas?

Thanks,
TopCop

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

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
13 years 9 months ago #149868 by slabbi
Replied by slabbi on topic Re:uddeIM 2.2 (stable) released
Please change ~line 197 in pms.uddeim.php from

[code:1] if (function_exists(mysql_real_escape_string))
$cm = mysql_real_escape_string($cm);
else
$cm = addslashes($cm);[/code:1]

to

[code:1]$cm = $_CB_database->getEscaped($cm);[/code:1]

Does it work for you?

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

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

  • TopCop
  • TopCop
  • OFFLINE
  • Posts: 9
  • Thanks: 1
  • Karma: 1
13 years 9 months ago #149869 by TopCop
Replied by TopCop on topic Re:uddeIM 2.2 (stable) released
Yes, that did the trick!
Works perfect now!

Thank you very much!


TopCop

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

Moderators: beatnantslabbikrileon
Powered by Kunena Forum