Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Remove delete forum button (5th Jul 09 at 4:26am UTC) Resolved - Support v2 | | Ok the "Delete forum" code removes the "other" category in the admin panel, it also removes the Forum Stats link.
 Code: - <style type="text/css">
- <!--
- #delete_forum{
- display: none;
- }
- //-->
- </style>
-
and this is what it looks like with the code:
and this is what it looks like without the code:
if there is a fix to this please fix away:) Thanks. | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Remove delete forum button (5th Jul 09 at 11:42am UTC) | | What do you want it to remove? Plus, fix the image! | |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: Remove delete forum button (5th Jul 09 at 2:56pm UTC) | | I only want the "Delete forum" link removed but it removes the whole "other" category from the admin panel. There was an issue when I pasted the image links. | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Remove delete forum button (5th Jul 09 at 3:31pm UTC) | | Try this code: Main Footer:
 Code: - <script>
- get('li', 'tag', get('delete_forum', 'id'))[1].style.display = 'none';
- </script>
| |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: Remove delete forum button (5th Jul 09 at 8:48pm UTC) | | Thanks. That worked! | |
|