Disable Attachment Mod Stuck »  Show posts from    to     

Icy Phoenix


Old Support Topics - Disable Attachment Mod Stuck



Dragon36 [ Thu 06 Sep, 2012 04:31 ]
Post subject: Disable Attachment Mod Stuck
Hey Guys

Stuck again I cant seem to enable the attachment mod after disabling it. I place a check in the no part of disable mod but as I do the the check in yes remains so I end up with a check in both boxes like in the picture below and wonder if anyone can help?


help


When I place it in no I do go down and submit but when I go back to it the check is still in yes?

TIA


TheSteffen [ Fri 07 Sep, 2012 11:52 ]
Post subject: Re: Disable Attachment Mod Stuck
Looks like a BUG

You can turn it back in DB

ip_config => disable_attachments_mod

EDIT: http://www.icyphoenix.com/bug.php?bid=122


Dragon36 [ Fri 07 Sep, 2012 22:12 ]
Post subject: Re: Disable Attachment Mod Stuck
Many thanks TheSteffen even though it's a bug should i mark this as solved as i have attachments back?


Joshua203 [ Sat 08 Sep, 2012 12:29 ]
Post subject: Re: Disable Attachment Mod Stuck
Since TheSteffen posted the bug in the bugtracker and you don't have the problem anymore I would say yes.
I did it for you now


Mighty Gorgon [ Sun 11 Nov, 2012 13:27 ]
Post subject: Re: Disable Attachment Mod Stuck
Try this:

OPEN templates/common/acp/attach_manage_body.tpl
FIND
Code: [Hide] [Select]
<td class="row2"><input type="radio" name="disable_attachments_mod" value="1" {DISABLE_MOD_YES} /> {L_YES}&nbsp;&nbsp;<input type="radio" name="disable_mod" value="0" {DISABLE_MOD_NO} /> {L_NO}</td>

REPLACE WITH
Code: [Hide] [Select]
<td class="row2"><input type="radio" name="disable_attachments_mod" value="1" {DISABLE_MOD_YES} /> {L_YES}&nbsp;&nbsp;<input type="radio" name="disable_attachments_mod" value="0" {DISABLE_MOD_NO} /> {L_NO}</td>


TheSteffen [ Mon 12 Nov, 2012 11:23 ]
Post subject: Re: [SOLVED] Disable Attachment Mod Stuck
Tested...
It was working for me.




Powered by Icy Phoenix