View Full Version : Need Adult Family Filter VB 3.8.6 MOD
LinksFreak
10-02-2013, 05:37 AM
Hello Friends ,
I hope everything fine i am very great feel to part of this VB i am searching this Adult Family Filter VB 3.8.6 but i did not get please help me anybody know about this mod where can i get this i hope you all i expected fast reply, i have attached screen shot below
http://imgur.com/xCusTHr
Advanced Thanks
Have a nice day
Zachery
10-02-2013, 05:53 AM
What exactly is it supposed to do?
tbworld
10-02-2013, 06:16 AM
A switch like that is pretty standard on photo gallery sites that may carry some pictures that are tagged not acceptable for underage viewers. I haven't seen a general vbulletin MOD for this, but it is built into several of the gallery packages, and I suppose it would be quite simple through a plugin to extend the switch to vbulletin. You could implement this by using a thread prefix filter and use of a hide hack, but I doubt it would be fool proof.
Sorry I could not help more.
LinksFreak
10-02-2013, 06:19 AM
By Default Hide Some X Sub forum (Adult Section ) if user can want see that section they must go to user CP panel then click Family filter Option "Off" and save then he visible That some X section ,
1.Adult Family Filter "On"Means Not Visible That Particular Section users (its default option)
2 Adult Family Filter "Off" means User Want to see that section
I hope You Under Stand This Mod Features
Thanks for your fast reply
Advanced Thanks
Have Great Day
tbworld
10-02-2013, 08:13 AM
Here is some reference material for you... it may give you some ideas.
how to enable yes or no option for adult content - vBulletin.org Forum (https://vborg.vbsupport.ru/showthread.php?t=193266)
how to enable yes or no option for adult content - vBulletin Community Forum (http://www.vbulletin.com/forum/forum/vbulletin-legacy-versions-products/legacy-vbulletin-versions/vbulletin-3-7-questions-problems-and-troubleshooting/294635-how-to-enable-yes-or-no-option-for-adult-content)
http://www.photopost.com Has an internal switch for photos.
After reading the top two reference links. You can easily handle this by adding a "user profile field" then use this as a variable to enable disable forums or allow a secondary usergroup that controls adult content.
This might help: Add User to Secondary Usergroup Based on the Value of a Custom Profile Field at Reg.
https://vborg.vbsupport.ru/showthread.php?t=82993
In my answer to your private message, you miss understood me. I was trying to tell you that I did not find a MOD for exactly what you wanted to do.
PS: Only PM me if the information you are asking for should not be posted in the forums, being sensitive information. The idea is that in the forums we can all learn from the posts. :)
That should give you a start. This would not be hard for someone to code up for you if you needed it.
LinksFreak
10-03-2013, 09:27 AM
It's Supported This Mod ? I have searched Some code of this System If any body find This Solutions
<div class="blockrow">
<label>Family Filter:</label>
<div class="rightcol">
<ul class="checkradio group">
<li>
<label for="rb_cpf_field5_1">
<input type="radio" name="userfield[field5]" value="1" id="rb_cpf_field5_1" tabindex="1" checked="checked" /> On
</label>
</li><li>
<label for="rb_cpf_field5_2">
<input type="radio" name="userfield[field5]" value="2" id="rb_cpf_field5_2" tabindex="1" /> Off
</label>
</li>
</ul>
<input type="hidden" name="userfield[field5_set]" value="1" />
<p class="description">Enable this if you have problem with adult contents...</p>
</div>
</div>
</div>
LinksFreak
11-25-2013, 04:36 AM
Hello There ,
I have tried So many ways but i did not get this plugin please any body post this as a free mod
Advanced Thanks
FreshFroot
11-26-2013, 07:55 AM
Hello There ,
I have tried So many ways but i did not get this plugin please any body post this as a free mod
Advanced Thanks
read what tbworld posted.. That is a good way to create the solution you desire.
Or you can always get one of the photo gallery mods that includes that feature.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.