vForums Support > Programming & Coding :: Code Requests & Support :: > Dissabling the Delete message board in Admin panel

Dissabling the Delete message board in Admin panel - Posted By Nick (nickb) on 15th Jun 08 at 9:20am
Please Wrighty?

Will you?

Re: Dissabling the Delete message board in Admin.. - Posted By Marc (cr0w) on 15th Jun 08 at 3:42pm
Main header:

Code:
 
  1. <style type="text/css">
  2. <!--
  3. #delete_forum{
  4.     display: none;
  5. }
  6. //-->
  7. </style>
 


{Smile}

Re: Dissabling the Delete message board in Admin.. - Posted By Nick (nickb) on 15th Jun 08 at 6:58pm
Thanks it worked ^_^

Re: Dissabling the Delete message board in Admin.. - Posted By Marc (cr0w) on 15th Jun 08 at 8:00pm
No worries. {Smile}