Welcome Guest, Not a member yet? Register   Sign In
family filter
#1

[eluser]misterone[/eluser]
Hello,


Can someone give link, for how to make a family filter.
Before members can view mature content, they must turn their family filter off, which is on by default for new members and guests.

And it is possible with codeigniter?


In advance thanks,
#2

[eluser]iloveci[/eluser]
Yes it's possible with codeigniter, how you want to implement it is up to you though. I think you want something like Ion Auth with groups for members & mature members. Or you could add a simple boolean value to the user db if they can view it or not. So many possibilities but you need to figure out what you want to use.
#3

[eluser]misterone[/eluser]
For all visitors, they would be able to turn: on or off the filter.
Ion Auth more info about this ?

I want just the simple and for not much loading way...
Wich can u sugest for this?
#4

[eluser]phpserver[/eluser]
I think the best approach is to first know who your audience will be so as to help you figure out what colorful words they are likely to share when things are not working.

Link-one:

http://phpform.net/protect.php

Link-2:

http://www.noswearing.com/dictionary
#5

[eluser]misterone[/eluser]
[quote author="iloveci" date="1288446877"]Yes it's possible with codeigniter, how you want to implement it is up to you though. I think you want something like Ion Auth with groups for members & mature members. Or you could add a simple boolean value to the user db if they can view it or not. So many possibilities but you need to figure out what you want to use.[/quote]



Wich other possibilities are ?
I have found a one, its called: NSFW ( not safe for work of not suitable for work )
How can i input this in Codeignter?





[quote author="phpserver" date="1288480149"]I think the best approach is to first know who your audience will be so as to help you figure out what colorful words they are likely to share when things are not working.

Link-one:

http://phpform.net/protect.php

Link-2:

http://www.noswearing.com/dictionary[/quote]


My audience are video/pictures vieuwers.. so there will sometime show a video that not suitable are for childeren. And if they dont want see it,, they can press the family filter ON.
And then video page will show only friendly videos/pictures.
#6

[eluser]Unknown[/eluser]
Just make it possible for users to choose their content type when uploading.If adult,maybe say so,if for general viewing say so.Save this information in the database so that when a user presses the family filter 'ON',only those videos marked suitable for family viewing will be fetched.That's just half the story,people will upload inappropriate content anyway,and that's when you rely on flagging,done by users.
#7

[eluser]Dennis Rasmussen[/eluser]
It kinda depends on your website structure.
Do you have a user database?
Do people have to be logged in to view the NSFW content?

Anyway if you've got users, then just use the database for switching it on/off.
If it has to be for everyone, use a cookie.




Theme © iAndrew 2016 - Forum software by © MyBB