| Re: [CBB] Remove Checkboxes In Post/Reply/Edit |
| by GG-Xtreme on 2007/12/15 7:00:36 Never mind, the changes showed up when I reinstalled CBB. |
| Re: [CBB] Remove Checkboxes In Post/Reply/Edit |
| by GG-Xtreme on 2007/12/15 1:15:35 They are already false, and I commented out the following lines: le="color: #000000"><?php // $form .= '<div class="' . $this->getSkin() . 'htmlBar">'; // if ($toggleMode)$form .= '<div class="' . $this->getSkin() . 'htmlBar"><input type="checkbox" alt="' . _XK_TOGLE_MODE . '" title="' . _XK_TOGLE_MODE . '" onclick="XK_doToggleView('' . $this->getName() . '')" />HTML</div>'; // if ($themeCss)$form .= '<div class="' . $this->getSkin() . 'htmlBar"><input type="checkbox" alt="' . _XK_ENABLECSS_MODE . '" title="' . _XK_ENABLECSS_MODE . '" id="cssEnabled' . $this->getName() . '" onclick="XK_appendXoopsCss('' . $this->getName() . '','' . $this->getThemeCSS() . '')" />CSS </div>'; // $form .= '</div>'; // $form .= '</div>'; No change at all, even after clicking update on all modules. I cleared my cache of course, but the checkboxes are there and they still function like they always did. |
| Re: [CBB] Remove Checkboxes In Post/Reply/Edit |
| by iHackCode on 2007/12/14 3:22:05 how are you modifying that file. did you set $themeCss and $toggleMode to false $themeCss = false; .. $toggleMode = false; |
| Re: [CBB] Remove Checkboxes In Post/Reply/Edit |
| by GG-Xtreme on 2007/12/13 22:59:36 Do you have any idea why it isn't working then? I am using custom templates (though I didn't make any changes to it yet) and of course I cleared my cache and all the obvious stuff, but the checkboxes for the Koivi editor are still there and function properly. |
| Re: [CBB] Remove Checkboxes In Post/Reply/Edit |
| by iHackCode on 2007/12/13 3:15:00 'class/xoopseditor/koivi/formwysiwygtextarea.php' is the correct file. |