Since it was confusing for my community members that it was not possible to delete messages in the outbox (they have to wait until the receiver deletes the message), I have modified uddeIM so that the sender can remove messages from the outbox.
Please report errors or problems here.
I have removed the
language and template folder from the archive due to the upload limit of 200k (maybe the admin can change this to 400k). You can compile a new zip with files from uddeIM 0.5b if you like or overwrite the files on your webserver with the files provided here.
Post edited by: slabbi, at: 2006/09/07 21:11
Added to the first post, since nobody will find it on page 7
You can download the complete archive here:
www.slabihoud.de/spampal/com_uddeim06b+.zip
Following features are new:
1.) Sender can delete messages from the outbox
2.) You can switch between Realnames / Usernames in admin backend
3.) When creating a new message uddeIM shows *your* connections (that means connections to other users instead of connections from other users to you)
4.) Connections can be displayed in a listbox (switchable in admin backend)
Update from 0.5b:
=================
Please do following:
1. Update the database (go to myphpadmin and enter following SQL statement in the SQL box,
this will create the missing fields).
ALTER TABLE `jos_uddeim` ADD `totrashoutbox` INT( 1 ) DEFAULT '0' NOT NULL ;
ALTER TABLE `jos_uddeim` ADD `totrashdateoutbox` INT( 11 ) DEFAULT NULL ;
2. Overwrite all files with the files provided in this archive
(please note that there is a folder com_uddeim in admin\components and in components).
First install:
==============
Use the Joomla installer to install this component.
Please also check:
==================
Improved cb_login (1.0.2pl3)
and
Improved mod_comprofileronline (1.0.2pl5)
Note:
cb_login works with Joomla 1.0.12, it has not been tested with Joomla 1.0.13 yet.
Post edited by: slabbi, at: 2007/08/07 11:12
Post edited by: slabbi, at: 2007/08/07 11:17