Guest Permissions and Limitations

Discussion in 'Member and Staff Management' started by Tyler, Jun 5, 2009.

  1. Tyler

    Tyler The Badministrator

    Joined:
    Dec 23, 2007
    Messages:
    3,079
    Likes Received:
    63
    Location:
    Long Island, NY
    First Name:
    Tyler
    How much of your forum do you allow unregistered users to experience before they are forced to login? I normally allow them to search and view threads in most forums and user profiles, at least on a forum like this. Depending on the topic of the forum I may disallow them to view the content of topics (but can still see the titles) and member profiles, member list, forum leaders, etc.
     
  2. Chris

    Chris Regular Member

    Joined:
    Dec 27, 2007
    Messages:
    5,422
    Likes Received:
    86
    Generally, I tend to not restrict them when it comes to their viewing abilities. In order to post and/or access the forum's features, they must register - no exceptions whatsoever.
     
  3. Tom

    Tom Regular Member

    Joined:
    May 27, 2009
    Messages:
    153
    Likes Received:
    18
    Location:
    New York
    Not much limitations at Setsou - BITW, though; no shoutbox.
     
  4. Havok

    Havok Regular Member

    Joined:
    Apr 26, 2000
    Messages:
    114
    Likes Received:
    0
    I let them see the whole entire forum. But, I do not let them see any posts. So they are tempted to join :D
     
  5. Nick

    Nick Regular Member

    Joined:
    Jul 27, 2008
    Messages:
    7,444
    Likes Received:
    219
    Guests can view threads and posts at their leisure, but not profiles. There are a few exceptions, though: we have an exclusive directory that no other site in our niche has, so we allow guests to see just the thread titles of this section. They must register to view the content. Same thing goes for our Wanted and For Sale section. :)
     
  6. Tyler

    Tyler The Badministrator

    Joined:
    Dec 23, 2007
    Messages:
    3,079
    Likes Received:
    63
    Location:
    Long Island, NY
    First Name:
    Tyler
    Has anyone ever created and unregistered area for support/anonymous purposes?
     
  7. Nick

    Nick Regular Member

    Joined:
    Jul 27, 2008
    Messages:
    7,444
    Likes Received:
    219
    I've considered doing that, but it's unnecessary in my niche, to be honest. I actually can't really think of a forum that it would be warranted to have such a section.

    I've seen it done before, though - I cannot recall where because I'm too tired. :p
     
  8. Abomination

    Abomination Zealot

    Joined:
    Jun 1, 2009
    Messages:
    1,514
    Likes Received:
    102
    I've seen a forum like that and I searched, there were a few viagra ads in there but nothing too terrible. The site owner said it did take time to monitor those things.

    "Contact us" link works pretty good for guests.
     
  9. Soliloquy

    Soliloquy Regular Member

    Joined:
    Jun 3, 2009
    Messages:
    2,402
    Likes Received:
    66
    Location:
    New York City
    I've been letting them read everything, but I've been thinking of hiding the signatures.
     
  10. dee4life

    dee4life Regular Member

    Joined:
    Jun 7, 2009
    Messages:
    28
    Likes Received:
    2
    Turn BBcodes off for them so they get annoying codes like [​IMG]
     
  11. Nick

    Nick Regular Member

    Joined:
    Jul 27, 2008
    Messages:
    7,444
    Likes Received:
    219
    Hiding the signatures isn't a bad idea. I hide most of the postbit information from guests, so as not to confuse or overwhelm them. And because none of it is information that needs to be crawled by SE spiders. Check one of my threads to see how it looks: Lineolated Parakeet Forum - Linnie Forum Community
     
  12. Abomination

    Abomination Zealot

    Joined:
    Jun 1, 2009
    Messages:
    1,514
    Likes Received:
    102
    How can the signatures be hidden from guests with the stock vB code?
     
  13. Nick

    Nick Regular Member

    Joined:
    Jul 27, 2008
    Messages:
    7,444
    Likes Received:
    219
  14. Abomination

    Abomination Zealot

    Joined:
    Jun 1, 2009
    Messages:
    1,514
    Likes Received:
    102
  15. Nick

    Nick Regular Member

    Joined:
    Jul 27, 2008
    Messages:
    7,444
    Likes Received:
    219
    Postbit or postbit_legacy. :)
     
  16. Abomination

    Abomination Zealot

    Joined:
    Jun 1, 2009
    Messages:
    1,514
    Likes Received:
    102


    Would this work in the Postbit template to not show sigs to guests?

    Code:
    <if condition!="$show['guest']"> $post[signature] </if>
    I put a "!" before the "=" in.


    (As scary as it sounds the template system is beginning to make some sense)
     
  17. The Cadet

    The Cadet Adept

    Joined:
    Jun 2, 2009
    Messages:
    135
    Likes Received:
    4
    First Name:
    Jonah
    They can see anything. No posting, chatbox or arcade, though. Just viewing threads, profiles, etc.
     
  18. Nick

    Nick Regular Member

    Joined:
    Jul 27, 2008
    Messages:
    7,444
    Likes Received:
    219
    Oops, I gave you the wrong conditional. :o
    Use this one:

    Code:
    <if condition="$show['member']">
     
  19. Abomination

    Abomination Zealot

    Joined:
    Jun 1, 2009
    Messages:
    1,514
    Likes Received:
    102
    Besides 'member' and 'guest' what other conditions would be tested for? Do those 2 cover all conditions?

    Member could mean many different user groups in the admincp.



    I'm good at some things. but not so good at others. Clearly this type of thing is my weak point.
     
  20. Nick

    Nick Regular Member

    Joined:
    Jul 27, 2008
    Messages:
    7,444
    Likes Received:
    219
    If you are wanting to simply show something (i.e. signatures) to members only, then the conditional I posted is appropriate.

    If you browse through the links I referred to earlier, you will find that there are conditionals for usergroups and many other things. For example, "If user is a member of usergroup IDs 1, 2, or 3, then show this". It's a very flexible system and I use conditionals all the time.
     

Share This Page