Deleted Member Log support forum.

Support forum for my deleted member log mod.

http://www.boonex.com/m/Deleted_Members_Log_for_Dolphin_7_x

Guess i missed creating this forum.

https://www.deanbassett.com
Quote · 12 May 2012

Hi Deano,

Just bought this.

In your Install Instructions, it says:

Edit File administration/profiles.php

At or Around Line 95

Change this.

$bResult = profile_delete((int)$iId);

To this.

$bResult = profile_delete((int)$iId, 'admin');

BUT i could only find this : $bResult = profile_delete($iId);

Was that the code for the earlier dolphin versions?

And what should the updated code be? Still the same?

Quote · 24 Jul 2012

Yea. Appears to be the only one they changed.

Old code should still work. But there has been one report that it does not, however i tested it both ways and could not reproduce any problem. Best to stick with what is there omitting the (int). So change to this instead.

$bResult = profile_delete($iId, 'admin');

https://www.deanbassett.com
Quote · 24 Jul 2012

Thanks.

Quote · 24 Jul 2012

Is the Deleted Members Log, Upgraded to be Compatible with Dolphin 7.1.0

It seems to work fine, Just checking, in case I need to make any changes.

 
Quote · 16 Nov 2012

I have not worked on that one yet.

I am guessing it most likely will work, but may not look perfect visually on the page in admin that displays the results.

Cosmetic problems is what most vendors are running into with the mods due to this versions change in template which affects all text boxes, buttons, text area boxes, ect.

https://www.deanbassett.com
Quote · 16 Nov 2012

This mod also works with version 7.1.2?

Quote · 29 May 2013

It should. It works on 7.1.1 and there are no known changes i am aware of with 7.1.2. But it has not been fully tested on 7.1.2 yet but should be fine.

Just follow the normal rules. Backup the files before you edit them.

https://www.deanbassett.com
Quote · 30 May 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.