SOLVED Disable Attachment Mod Stuck


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 :roll: 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

Profile PM  
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

Profile PM  
Subject: Re: Disable Attachment Mod Stuck
Many thanks TheSteffen :mryellow: even though it's a bug should i mark this as solved as i have attachments back?

Profile PM  
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 :wink:

Subject: Re: Disable Attachment Mod Stuck
Try this:

OPEN templates/common/ACP/attach_manage_body.tpl
FIND
Code: [Download] [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: [Download] [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>

Subject: Re: [SOLVED] Disable Attachment Mod Stuck
Tested...
It was working for me.

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.0848s (PHP: 20% SQL: 80%)
SQL queries: 10 - Debug Off - GZIP Enabled