free php board with option to hide members posts from unregistered lurkers

hi,
does any one know if there are any free php boards out there that
would do the stuff below...
btw, it's for a mental health support site

-----
ie after creating a forum,
new members have to sign in before posting.

but, also, before they sign up,
could they could see some forums
excluding the posts of current members who don't want their posts
seen.

eg 1 forum
members see
....
liam hi
julie hiya
liam hows the cat
....

and non members ie peeps who are just lurking see
if julie has opted out of her posts been seen

....
liam hi
liam hows the cat
....

---
hope that makes some sense.. :o)
laim [ Di, 13 März 2007 22:53 ] [ ID #1656345 ]

Re: free php board with option to hide members posts from unregistered lurkers

....thinking about it,
rather a blanket ban on all posts for a member who has opted out,
could a member decide for himself/herself which posts can be seen.
ie allowing non sensitive posts to be seen by all.

liam


On 13 Mar, 21:53, l... [at] globalnet.co.uk wrote:
> hi,
> does any one know if there are any free php boards out there that
> would do the stuff below...
> btw, it's for a mental health support site
>
> -----
> ie after creating a forum,
> new members have to sign in before posting.
>
> but, also, before they sign up,
> could they could see some forums
> excluding the posts of current members who don't want their posts
> seen.
>
> eg 1 forum
> members see
> ...
> liam hi
> julie hiya
> liam hows the cat
> ...
>
> and non members ie peeps who are just lurking see
> if julie has opted out of her posts been seen
>
> ...
> liam hi
> liam hows the cat
> ...
>
> ---
> hope that makes some sense.. :o)
laim [ Di, 13 März 2007 23:09 ] [ ID #1656346 ]

Re: free php board with option to hide members posts from unregistered lurkers

<laim [at] globalnet.co.uk> wrote in message
news:1173823765.381032.287160 [at] e65g2000hsc.googlegroups.com.. .
| ...thinking about it,
| rather a blanket ban on all posts for a member who has opted out,
| could a member decide for himself/herself which posts can be seen.
| ie allowing non sensitive posts to be seen by all.
|
| liam

don't know of any out of the box that do that...but, all it would take is an
additional field on a table and a slight modification to the sql statement
that gets the posts.
Steve [ Mi, 14 März 2007 20:37 ] [ ID #1658668 ]

Re: free php board with option to hide members posts from unregistered lurkers

On 14 Mar, 19:37, "Steve" <no.... [at] example.com> wrote:
> <l... [at] globalnet.co.uk> wrote in message
>
> news:1173823765.381032.287160 [at] e65g2000hsc.googlegroups.com.. .
> | ...thinking about it,
> | rather a blanket ban on all posts for a member who has opted out,
> | could a member decide for himself/herself which posts can be seen.
> | ie allowing non sensitive posts to be seen by all.
> |
> | liam
>
> don't know of any out of the box that do that...but, all it would take is an
> additional field on a table and a slight modification to the sql statement
> that gets the posts.

thanks steve,
i know what you mean.

cheers
liam
laim [ Sa, 17 März 2007 14:20 ] [ ID #1660562 ]
PHP » alt.php » free php board with option to hide members posts from unregistered lurkers

Vorheriges Thema: php and shoutcast
Nächstes Thema: server-side: how to increase PHP's memory window ..?