Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Aug 2006
    Location
    London
    Posts
    7,392
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by nvrspk4 View Post
    1) Blocking the forum through access masks would mean that they're unable to use it, not that its just minimized. Any thread in that forum would be unviewable, even if they were linked to it.

    2) Permission masks would require every user that wants it to be done through an administrator in admincp. And due to security issues that have evolved in the past, we try to minimize access mask usage as much as possible.


    The only way to avoid this would be to make a specific joinable usergroup that blocks specifically that forum (you'd still have problem number 1), and it would be silly to create those groups for each forum, especially because we're beyond what we technically should be in terms of usergroups.
    Nvr's got it really, we all know how to use Access Masks Ross, however it's pointless and unncessary for an administrator to edit a users access masks just so they can't see a particular forum - extra and unnecesssary work.
    "You live more riding bikes like these for 5 minutes than most people do in their entire lives"

    RIP Marco Simoncelli ~ 1987 - 2011
    Previous Habbox Roles: Shows Manager, Help Desk Manager, Forum Moderator, Forum Super Moderator, Assistant Forum Manager, Forum Manager, Assistant General Manager (Staff), General Manager.

    Retired from Habbox May 2011


  2. #12
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    If you wish to hide certain forums and you use Mozilla Firefox, you can use a 3rd-party addon called Greasemonkey (find that here).

    This is how to do it, after installing the plugin -

    On Forum Home:

    1. Go onto the forum index, right click and click "View Source"
    2. Press Ctrl+F and type in the name on the forum you wish to hide
    3. Above the name, find the forum ID, in our case 1382
    4. Note this ID down
    5. Repeat steps 2-4 for any more forums you wish to hide.


    Now lets make the Greasemonkey Script:
    1. Create a new Greasemonkey script (also make sure it is Enabled)
    2. Fill in the box as follows

      (Name: Hide Forums
      Namespace: http://www.habboxforum.com/
      Description: Hide some forums on HabboxForum
      Includes (One per line): http://www.habboxforum.com/forum.php
      Excludes (One per line):
    3. Click OK
    4. It should ask you to locate to your text editor - unfortunately I have already done this so I can't screenshot it for you. If it does, navigate to C:\Windows\System32\notepad.exe (replace C:\ with the drive of your Windows installation). If not, and it opens in notepad, move onto the next step
    5. Below all the writing in the notepad, add this code:

      HTML Code:
      javascript:document.getElementById("forum1328").style.display = "none";
    6. Replace 1328 with the ID you noted down before.
    7. Repeat the code on a new line for each forum ID you wish to hide, replacing the ID with the forum on each one.
    8. Press Ctrl+S to save (or File > Save)
    9. Now you are done! If any problems occur feel free to contact me/reply to this post


    Hope I could help
    Last edited by Blob; 24-08-2010 at 02:22 PM.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •