Ok the "Delete forum" code removes the "other" category in the admin panel, it also removes the Forum Stats link.
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.
What do you want it to remove?![]()
Plus, fix the image!![]()
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.![]()
Try this code:
Main Footer:
Code:
- <script>
- get('li', 'tag', get('delete_forum', 'id'))[1].style.display = 'none';
- </script>
Thanks.That worked!