Customizing SMF > Modifications and Packages

Drafts

<< < (60/62) > >>

kasparh:
this is the one i'm using:

http://custom.simplemachines.org/mods/index.php?mod=1264

Iomega0318:
Ok two things,

When I delete a member from my forum I am getting the following message:


--- Code: ---Unknown column 'id_member' in 'where clause'
File: /***/Sources/Subs-Members.php
Line: 373
--- End code ---

after looking at the line of code it refers to it's complaining about my drafts not the actual members, which is why I am assuming I get an error but it will still delete the member from the database.. SMF is working fine and deletes the member then the drafts mod is called and wigs out..


--- Code: ---    if (file_exists($sourcedir . '/Drafts.php'))
    {
        $smcFunc['db_query']('', '
            DELETE FROM {db_prefix}drafts
            WHERE id_member IN ({array_int:users})',
            array(
                'users' => $users
            )
        );
    }
--- End code ---

**EDIT**
Think I figured this one out, nm :)
For more information on the error look here:
http://www.simplemachines.org/community/index.php?topic=474416

Also any news on the release of 2.0.2?

Old Fossil:


--- Quote ---Also any news on the release of 2.0.2?
--- End quote ---

This is highly unlikely as the mods author was last online on 30 October 2011,

Liam_michael:
BUG Report:

Deleting a draft from profile doesn't work.

How do i fix this? Using 1.x

Iomega0318:

--- Quote from: Liam_michael on April 28, 2012, 01:13:55 PM ---BUG Report:

Deleting a draft from profile doesn't work.

How do i fix this? Using 1.x

--- End quote ---

This was supposed to be fixed in 2.0.2 as well as a few things, so unfortunately either waiting on that or for someone else to fix it..

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version