PDA

View Full Version : Age Lock Hack


stuie_b
09-09-2005, 10:00 PM
UPDATE: Updated the code to work with latest versions (both stable and beta)


----------------------
Whats it all about?
----------------------
Age Lock is an all-in-one Forum locking facillity that works off the users age instead of there permissions
It gives you the abillity to keep those Under 18's out of your adult section :D

IMPORTANT NOTICE: Please Make sure you uninstall any currently installed versions prior to
installing this version!! THIS IS A MUST DUE TO MAJOR CODE CHANGES!

---------------
Installaiton?
---------------

- Log into you Admin Control Panel -
#############################################
-----------------------------------------------
1.) Upload the contents of the Upload folder to your forum root
2.) Find Plugin System
3.) Click Manage Products
4.) Click [Add/Import Product]
5.) Under Import Product
6.) Select the Product-AgeLock.xml file
7.) Make sure Allow Overwrite is turned OFF!
8.) Press Import
-----------------------------------------------



Total Template edits: 1
Total File Modifications: 0
Total Plugins: 1
Total Hooks Used: 6
Total extra sql querys: 0

Make sure to read the txt files before installing!!!
limited support will be provided!

enjoy and dont forget to click install :)

Stuie B

ged
09-10-2005, 03:38 PM
This can be used especially in forums that have adult content.

Azhrialilu
09-10-2005, 04:28 PM
oh this is just what I was waiting for! Sweetness :D

nexialys
09-10-2005, 04:47 PM
the idea of deleting the content of the template modifyprofile_birthday is irrelevent... just add a new plugin for the hook: profile_editprofile_start, add simply a "no_permission" thingy...

btw, i think it would be more efficient to be conditional to a setting - admin can activate this or not, so if not, the users will be able to change their birthday

Andreas
09-10-2005, 08:31 PM
+ Removes Birthday date changing via profile (now only admin can change it)
+ Allows user to hide birthday from public view

This is redundant; RC3 does this by default.

mindfrost82
10-11-2005, 02:45 PM
This is redundant; RC3 does this by default.

I see where they can hide their birthday, but how to you make it so they can't change their birthday? I can't seem to find this option.

mindfrost82
10-11-2005, 02:54 PM
Also, would it be possible for me to implement this with vBshout? I have a shoutbox, but I would prefer it if that was only accessible to adult users as well.

*Clicks Install* Just the hack I was looking for :)

mindfrost82
10-12-2005, 01:16 AM
Sorry, but one more question.

Is there a way to make it so that the forums are hidden?

I setup a test account, and it still shows the forum, but when I click on the it gives me the message about being too young. I would prefer it if they couldn't see the forums to begin with.

moonclamp
10-16-2005, 11:39 PM
Is it possible to toggle the option to edit the date of birth?

The reason for this is so that some birthday data was incorrect during an import from phpbb and I want to allows users some time to correct any errors before enabling it

stuie_b
10-17-2005, 07:30 AM
Also, would it be possible for me to implement this with vBshout

i can have a look into if you like but it maybe a step where you would have to modify the code!

Is there a way to make it so that the forums are hidden?

from what i've been told the only way to hide forum without code modification is to use a usergroup (could be wrong)

Is it possible to toggle the option to edit the date of birth?

Thats the next step, i'm looking into a usergroup method that would allow the forum admin to allow certain usergroups the abillity to edit there birthday

i should have a beta version by the end of the week for you with most of these included (hopefully)


stuie b

KBV
11-14-2005, 12:25 PM
I love the idea, but it dosn't work.

MySQL Error : Unknown column 'age_locked' in 'field list'
Error Number : 1054
Referrer : http://www.japani.no/forum/admincp/forum.php?do=edit&f=30&s=

stuie_b
11-14-2005, 02:10 PM
not sure why you get that but it does work, i've just installed it onto the latest VB release and it works 100%, if you would like me to try to install it for you just pm me

stuie b

katholic
11-15-2005, 05:34 PM
Would this work on exsisting members or only new members? Also would it work on 3.5.1?

stuie_b
11-16-2005, 10:07 AM
as long as all of your members have a date of birth set in there profiles it will work for them all,

and yes it works for 3.5.1

stuie_b

Vizionz
11-17-2005, 02:03 AM
<tr>
<td>$vbphrase[month]:</td>
<td>$vbphrase[day]:</td>
<td><if condition="$show['birthday_optional']">$vbphrase[year_optional]:<else />$vbphrase[year]</if></td>
</tr>
<tr>
<td><select name="month" id="bd_month">
<option value="-1" $monthselected[default]></option>
<option value="01" $monthselected[01]>$vbphrase[january]</option>
<option value="02" $monthselected[02]>$vbphrase[february]</option>
<option value="03" $monthselected[03]>$vbphrase[march]</option>
<option value="04" $monthselected[04]>$vbphrase[april]</option>
<option value="05" $monthselected[05]>$vbphrase[may]</option>
<option value="06" $monthselected[06]>$vbphrase[june]</option>
<option value="07" $monthselected[07]>$vbphrase[july]</option>
<option value="08" $monthselected[08]>$vbphrase[august]</option>
<option value="09" $monthselected[09]>$vbphrase[september]</option>
<option value="10" $monthselected[10]>$vbphrase[october]</option>
<option value="11" $monthselected[11]>$vbphrase[november]</option>
<option value="12" $monthselected[12]>$vbphrase[december]</option>
</select> &nbsp;</td>
<td><select name="day" id="bd_day">
<option value="-1" $dayselected[default]></option>
<option value="01" $dayselected[01]>1</option>
<option value="02" $dayselected[02]>2</option>
<option value="03" $dayselected[03]>3</option>
<option value="04" $dayselected[04]>4</option>
<option value="05" $dayselected[05]>5</option>
<option value="06" $dayselected[06]>6</option>
<option value="07" $dayselected[07]>7</option>
<option value="08" $dayselected[08]>8</option>
<option value="09" $dayselected[09]>9</option>
<option value="10" $dayselected[10]>10</option>
<option value="11" $dayselected[11]>11</option>
<option value="12" $dayselected[12]>12</option>
<option value="13" $dayselected[13]>13</option>
<option value="14" $dayselected[14]>14</option>
<option value="15" $dayselected[15]>15</option>
<option value="16" $dayselected[16]>16</option>
<option value="17" $dayselected[17]>17</option>
<option value="18" $dayselected[18]>18</option>
<option value="19" $dayselected[19]>19</option>
<option value="20" $dayselected[20]>20</option>
<option value="21" $dayselected[21]>21</option>
<option value="22" $dayselected[22]>22</option>
<option value="23" $dayselected[23]>23</option>
<option value="24" $dayselected[24]>24</option>
<option value="25" $dayselected[25]>25</option>
<option value="26" $dayselected[26]>26</option>
<option value="27" $dayselected[27]>27</option>
<option value="28" $dayselected[28]>28</option>
<option value="29" $dayselected[29]>29</option>
<option value="30" $dayselected[30]>30</option>
<option value="31" $dayselected[31]>31</option>
</select> &nbsp;</td>
<td><input type="text" class="bginput" name="year" value="$year" size="4" maxlength="4" id="bd_year" /></td>
<td rowspan="2">&nbsp; <input type="button" class="button" value="$vbphrase[clear]" onclick="clear_birthday()" /></td>
</tr>
</table>


Removing that also removes that from registration. then when someone tries to register they cant because it requires age.

bigmonay2k
11-17-2005, 03:42 AM
demo

davidw
11-17-2005, 09:50 AM
* christianb subscribes to this thread

How hard would this be to set up a reversely? For example: I've got forums that are for teens only (under the age of 18) - this would work great if that would be possible. :D

KBV
11-17-2005, 12:22 PM
I thought I should try an uninstall it and then install it again. But I got this

Database error in vBulletin 3.5.0:

Invalid SQL:
ALTER TABLE forum DROP COLUMN age_locked;

MySQL Error : Table 'japani_forum.forum' doesn't exist
Error Number : 1146
Date : Thursday, November 17th 2005 @ 03:21:31 PM
Script : http://www.japani.no/forum/admincp/plugin.php
Referrer : http://www.japani.no/forum/admincp/plugin.php?do=productdelete&productid=AgeLimit&s=
Classname : vb_database

stuie_b
11-17-2005, 01:50 PM
I thought I should try an uninstall it and then install it again. But I got this

Database error in vBulletin 3.5.0:

Invalid SQL:
ALTER TABLE forum DROP COLUMN age_locked;

MySQL Error : Table 'japani_forum.forum' doesn't exist
Error Number : 1146
Date : Thursday, November 17th 2005 @ 03:21:31 PM
Script : http://www.japani.no/forum/admincp/plugin.php
Referrer : http://www.japani.no/forum/admincp/plugin.php?do=productdelete&productid=AgeLimit&s=
Classname : vb_database


It seems as it isn't updating the tables correctly, Try installing it again but this time try using the "Allow Overwrite" set to YES

Stuie B

Mastar
11-17-2005, 02:10 PM
Can this hack be used for individual sections in the site or is this just for reigstering to enter the site?

stuie_b
11-17-2005, 02:50 PM
Yes the hack works with the forums and not the registration

Mastar
11-17-2005, 03:09 PM
Yes the hack works with the forums and not the registration

Thank you! I installed and when I went to set it for a particular forum I got this:



Database error in vBulletin 3.5.1:

Invalid SQL:
UPDATE forum SET
title_clean = 'XXX Passwords',
title = 'XXX Passwords',
description_clean = 'Have Some Good XXX Site Passwords? Post Them Here',
description = 'Have Some Good XXX Site Passwords? Post Them Here',
link = '',
displayorder = 9,
daysprune = 30,
parentid = 77,
newpostemail = '',
newthreademail = '',
### Bitfield: forum.options ###
options = IF(options & 8, options - 8, options),
options = IF(options & 16, options - 16, options),
options = IF(options & 32, options - 32, options),
options = IF(options & 131072, options - 131072, options),
options = IF(options & 32768, options - 32768, options),
options = IF(options & 8192, options - 8192, options),
options = IF(options & 4, options, options + 4),
options = IF(options & 1, options, options + 1),
options = IF(options & 2, options, options + 2),
options = IF(options & 16384, options, options + 16384),
options = IF(options & 256, options - 256, options),
options = IF(options & 64, options, options + 64),
options = IF(options & 128, options, options + 128),
options = IF(options & 512, options, options + 512),
options = IF(options & 1024, options, options + 1024),
options = IF(options & 2048, options, options + 2048),
options = IF(options & 4096, options, options + 4096),
options = IF(options & 65536, options, options + 65536),
styleid = 0,
password = '',
accessf_nb = 0,
accesst_nb = 0,
create_nb = 0,
reply_nb = 0,
allowprefix = 1,
prefixrequired = 1,
banner = '',
bannerlink = '',
banneralt = '',
bannercode = '',
age_locked = '1',
age_value = '18',
age_type = '1'
WHERE forumid = 83;

MySQL Error : Unknown column 'age_type' in 'field list'
Error Number : 1054
Date : Friday, November 18th 2005 @ 01:13:39 AM
Script : http://www.******.com/admincp/forum.php
Referrer : http://www.******.com/admincp/forum.php?do=edit&f=83&s=
IP Address : *******
Username : ******
Classname : vb_database

KBV
11-17-2005, 04:15 PM
Same error as me, and the second time I tried it and selected YES on overwrite, same error.

mindfrost82
11-17-2005, 06:39 PM
Thank you! I installed and when I went to set it for a particular forum I got this:



Database error in vBulletin 3.5.1:

Invalid SQL:
UPDATE forum SET
title_clean = 'XXX Passwords',
title = 'XXX Passwords',
description_clean = 'Have Some Good XXX Site Passwords? Post Them Here',
description = 'Have Some Good XXX Site Passwords? Post Them Here',
link = '',
displayorder = 9,
daysprune = 30,
parentid = 77,
newpostemail = '',
newthreademail = '',
### Bitfield: forum.options ###
options = IF(options & 8, options - 8, options),
options = IF(options & 16, options - 16, options),
options = IF(options & 32, options - 32, options),
options = IF(options & 131072, options - 131072, options),
options = IF(options & 32768, options - 32768, options),
options = IF(options & 8192, options - 8192, options),
options = IF(options & 4, options, options + 4),
options = IF(options & 1, options, options + 1),
options = IF(options & 2, options, options + 2),
options = IF(options & 16384, options, options + 16384),
options = IF(options & 256, options - 256, options),
options = IF(options & 64, options, options + 64),
options = IF(options & 128, options, options + 128),
options = IF(options & 512, options, options + 512),
options = IF(options & 1024, options, options + 1024),
options = IF(options & 2048, options, options + 2048),
options = IF(options & 4096, options, options + 4096),
options = IF(options & 65536, options, options + 65536),
styleid = 0,
password = '',
accessf_nb = 0,
accesst_nb = 0,
create_nb = 0,
reply_nb = 0,
allowprefix = 1,
prefixrequired = 1,
banner = '',
bannerlink = '',
banneralt = '',
bannercode = '',
age_locked = '1',
age_value = '18',
age_type = '1'
WHERE forumid = 83;

MySQL Error : Unknown column 'age_type' in 'field list'
Error Number : 1054
Date : Friday, November 18th 2005 @ 01:13:39 AM
Script : http://www.******.com/admincp/forum.php
Referrer : http://www.******.com/admincp/forum.php?do=edit&f=83&s=
IP Address : 66.176.27.30
Username : ******
Classname : vb_database



Same here.

stuie_b
11-17-2005, 07:39 PM
Appologies all it seems i forgot to add the install bit for the age_type field, please downlaod the hack again and try that

krg2k
11-17-2005, 11:18 PM
all the errors you guys and I are getting is because of Table PRECIXES ... if you have table prefixes it will give you errors and installing and uninstalling will be a mess ....

so don't mess around with it untill stuie_b fixes the code for table prefixes....

peace

mindfrost82
11-17-2005, 11:43 PM
I installed it again and got the same problem.

I'm not using table prefixes either.

Mastar
11-17-2005, 11:50 PM
Same problem with no prefix

mindfrost82
11-18-2005, 11:19 AM
Also after doing this, people are saying they can't get into the forums that have an age limit :(

stuie_b
11-18-2005, 08:05 PM
I've sorted the Prefix error, so can you please try the new version even if you dont use Prefixes.

cheers

stuie b

Mastar
11-18-2005, 08:36 PM
I'm sorry to say that it still doesn't work. Still getting the DB error. I edited the template again and uploaded the product.

stuie_b
11-18-2005, 08:39 PM
can you tell me if there is only one uninstall/install code when you edit the plugin

cheers

Mastar
11-18-2005, 08:46 PM
can you tell me if there is only one uninstall/install code when you edit the plugin

cheers


Install Code:

require_once('./global.php');
$db->query("ALTER TABLE " . TABLE_PREFIX . "forum ADD age_locked ENUM('0','1') DEFAULT '0'");
$db->query("ALTER TABLE " . TABLE_PREFIX . "forum ADD age_type ENUM('0','1') DEFAULT '0'");
$db->query("ALTER TABLE " . TABLE_PREFIX . "forum ADD age_value varchar(10) DEFAULT ''");
$db->query("INSERT INTO " . TABLE_PREFIX . "phrase (`phraseid`, `languageid`, `varname`, `text`, `phrasetypeid`) VALUES ('', '-1', 'ageincorrect', 'Sorry but this forum has been age locked, <br>You seem to be too young to view this forum!!', '1000')");


Uninstall Code:

require_once('./global.php');
$db->query("ALTER TABLE " . TABLE_PREFIX . "forum DROP COLUMN age_locked");
$db->query("ALTER TABLE " . TABLE_PREFIX . "forum DROP COLUMN age_value");
$db->query("ALTER TABLE " . TABLE_PREFIX . "forum DROP COLUMN age_type");
$db->query("DELETE FROM " . TABLE_PREFIX . "phrase WHERE varname='ageincorrect'");

Mastar
11-20-2005, 06:32 PM
New error I found after I install Gallery and try to create a Category:

Fatal error: Field age_locked is not defined in $validfields in class vb_datamanager_forum in /includes/class_dm.php on line 485

And this hack will not delete. Getting a DB error:

Database error in vBulletin 3.5.1:

Invalid SQL:
ALTER TABLE forum DROP COLUMN age_locked;

MySQL Error : Can't DROP 'age_locked'. Check that column/key exists
Error Number : 1091
Date : Monday, November 21st 2005 @ 04:42:01 AM
Script : http://www.******.com/admincp/plugin.php
Referrer : http://www.********.com/admincp/plugin.php?do=productdelete&productid=AgeLimit&s=
IP Address : *******
Username : *****
Classname : vb_database

Any thoughts?

stuie_b
11-21-2005, 11:06 AM
It's because the plugin hasn't been installed correctly for some reason it is'nt installing it for you???

To uninstall the plugin, edit the plugin and remove the uninstall code, save it and then retry the uninstall

cheers

stuie

Mastar
11-21-2005, 02:26 PM
It's because the plugin hasn't been installed correctly for some reason it is'nt installing it for you???

To uninstall the plugin, edit the plugin and remove the uninstall code, save it and then retry the uninstall


cheers


stuie

Kool it is uninstalled.

KBV
12-01-2005, 09:50 PM
Works on my site, but only for people who are older. If I want a forum that is for people 15 and under, it allowes people 15 and over to post, but not below. Yes, I have tried changing the 0 and 1 thing.

stuie_b
12-02-2005, 09:22 PM
Works on my site, but only for people who are older. If I want a forum that is for people 15 and under, it allowes people 15 and over to post, but not below. Yes, I have tried changing the 0 and 1 thing.

thanks for the notification i've re-written the code and have also removed the install/uninstall code from the plugin and added an external installer to see if that will fix the problems with the fields not being created correctly in the database


cheers


Stuie B

KBV
12-03-2005, 06:44 AM
Thank you, it works perfect now. ;) Great work Stuie!

KBV
12-11-2005, 07:46 AM
The mod is letting people not of the given age into the forums that have a lock. I've observered several 15-17 year olds in my 18+ forum. Not posting, but luriking, because posting would get them banned.

Anyone else see this behaviour?

KBV
12-11-2005, 08:42 PM
I found out how, all they have to do is go to the profile of the last poster in the forum with the age mod and select "View posts by this user", and they can see them all.

Btw, wouldn't it be easier to hook the system up to usergroups, or a cronjob?

Usergroups:
User W who is X age is placed into sub-usergroup Y which gives access to Z.

Cronjob:
Each night at W user X who is Y years old is given access to forum Z.

Would be fullproof against the bug above.

stuie_b
12-28-2005, 06:28 PM
using usergroups wouldn't be very practical since you would need to have a diff usergroup for each age.

For example if i had a forum that had three diff age required forums one for 15 one for 14 and one for 18 i would have to create three usergroups for each, then mod the promotions function to move each user up to the diff groups.

Using a Cron job would add an extra load onto your server which is not my aim, The current version uses vbulletins form cache data to do it's checking and never involves any extra mysql or external services to be run

i will look into this problem and get back to you.

thanks

Stuie B

Xplorer4x4
01-08-2006, 09:30 PM
<tr>
<td>$vbphrase[month]:</td>
<td>$vbphrase[day]:</td>
<td><if condition="$show['birthday_optional']">$vbphrase[year_optional]:<else />$vbphrase[year]</if></td>
</tr>
<tr>
<td><select name="month" id="bd_month">
<option value="-1" $monthselected[default]></option>
<option value="01" $monthselected[01]>$vbphrase[january]</option>
<option value="02" $monthselected[02]>$vbphrase[february]</option>
<option value="03" $monthselected[03]>$vbphrase[march]</option>
<option value="04" $monthselected[04]>$vbphrase[april]</option>
<option value="05" $monthselected[05]>$vbphrase[may]</option>
<option value="06" $monthselected[06]>$vbphrase[june]</option>
<option value="07" $monthselected[07]>$vbphrase[july]</option>
<option value="08" $monthselected[08]>$vbphrase[august]</option>
<option value="09" $monthselected[09]>$vbphrase[september]</option>
<option value="10" $monthselected[10]>$vbphrase[october]</option>
<option value="11" $monthselected[11]>$vbphrase[november]</option>
<option value="12" $monthselected[12]>$vbphrase[december]</option>
</select> &nbsp;</td>
<td><select name="day" id="bd_day">
<option value="-1" $dayselected[default]></option>
<option value="01" $dayselected[01]>1</option>
<option value="02" $dayselected[02]>2</option>
<option value="03" $dayselected[03]>3</option>
<option value="04" $dayselected[04]>4</option>
<option value="05" $dayselected[05]>5</option>
<option value="06" $dayselected[06]>6</option>
<option value="07" $dayselected[07]>7</option>
<option value="08" $dayselected[08]>8</option>
<option value="09" $dayselected[09]>9</option>
<option value="10" $dayselected[10]>10</option>
<option value="11" $dayselected[11]>11</option>
<option value="12" $dayselected[12]>12</option>
<option value="13" $dayselected[13]>13</option>
<option value="14" $dayselected[14]>14</option>
<option value="15" $dayselected[15]>15</option>
<option value="16" $dayselected[16]>16</option>
<option value="17" $dayselected[17]>17</option>
<option value="18" $dayselected[18]>18</option>
<option value="19" $dayselected[19]>19</option>
<option value="20" $dayselected[20]>20</option>
<option value="21" $dayselected[21]>21</option>
<option value="22" $dayselected[22]>22</option>
<option value="23" $dayselected[23]>23</option>
<option value="24" $dayselected[24]>24</option>
<option value="25" $dayselected[25]>25</option>
<option value="26" $dayselected[26]>26</option>
<option value="27" $dayselected[27]>27</option>
<option value="28" $dayselected[28]>28</option>
<option value="29" $dayselected[29]>29</option>
<option value="30" $dayselected[30]>30</option>
<option value="31" $dayselected[31]>31</option>
</select> &nbsp;</td>
<td><input type="text" class="bginput" name="year" value="$year" size="4" maxlength="4" id="bd_year" /></td>
<td rowspan="2">&nbsp; <input type="button" class="button" value="$vbphrase[clear]" onclick="clear_birthday()" /></td>
</tr>
</table>


Removing that also removes that from registration. then when someone tries to register they cant because it requires age.

I realized this to so i will proabbly make a <if> condition for registered users. not to see it . ;)

moonclamp
01-08-2006, 10:52 PM
I've added both this hack and the other age one: https://vborg.vbsupport.ru/showthread.php?t=93138&highlight=age

This means that underage members don't even get to see the forum if it is restricted.

Best of both worlds :)

bashy
01-09-2006, 02:55 PM
Hi peeps

Working great thanks :)

Bashy

DruidToolz
01-10-2006, 10:55 PM
Does this mod work with ver. 3.5.3 if not could someone please help me with editing the code to make it work

Devil Woman
01-11-2006, 01:52 PM
I have installed this but I can not find anywhere in the admin panel where I change settings please can someone advise, thanks

stuie_b
01-15-2006, 10:05 AM
Does this mod work with ver. 3.5.3 if not could someone please help me with editing the code to make it work

it should still work for 3.5.3 but i havnt tested it on this,

I have installed this but I can not find anywhere in the admin panel where I change settings please can someone advise, thanks

The only settings which can be changed are the forum age settings, which are located under the forums options when editing a forum


stuie b

htscpl
01-21-2006, 10:12 PM
Very Nice *Clicks Install* :glasses:

RFViet
02-11-2006, 01:24 AM
I don't want to exempt Mod, how can i do that ???

hbalagh1
03-23-2006, 04:27 PM
any way to make this so that users that can't access the forum can't read the title of the latest topic posted

HellBoy
03-25-2006, 03:01 PM
Excellent addon, but I would love to see a couple of features:

-Restrict people who haven't got a birthday set
-A feature that will allow you to enable or disable users to set their birthday.

bigmonay2k
03-29-2006, 08:53 PM
Excellent addon, but I would love to see a couple of features:

-Restrict people who haven't got a birthday set
-A feature that will allow you to enable or disable users to set their birthday.
good idea mate, stuie_b should look in to it.

Injektilo
06-20-2006, 04:34 PM
installed but, DOESNT WORK :S .... i've set the settings right, but still nothing...only thing that is workin is when a user without age tries to go into an age locked forum, it gives a message that he cannot go in due to age......

So what's this?

Injektilo
06-22-2006, 03:24 PM
can someone plz explain y is not working?

Exitilus
06-27-2006, 09:13 PM
Can this be used to stop people from actually Registering on the site? Not just accessing / posting in certain forums ?

XeroStatic
07-03-2006, 05:00 AM
Got this installed, people can register and input their age, but then when they try to view the forums it says they are unable to. I view their user info and the Birthdate field is blank. I am having to manually edit members info. Any ideas why?

Exitilus
07-04-2006, 06:53 PM
Can this be used to stop people from actually Registering on the site? Not just accessing / posting in certain forums ?

Anyone ?

RFViet
09-02-2006, 02:35 PM
Doesn't work for vB 3.5.5

murdo
09-07-2006, 09:04 AM
work with 3.6.0 ?

Mikecp421
10-03-2006, 11:37 PM
nice, been looking for this

Mikecp421
10-03-2006, 11:39 PM
sorry reply froze on me, double post

RFViet
10-10-2006, 05:01 PM
installed :D

carlosacgj
11-26-2006, 10:58 AM
any way to make this so that users that can't access the forum can't read the title of the latest topic posted

users that can't access the forum with a age lock restriction, can jump the restriction by "latest topic posted" on the home of the forum, can join to the this topic and post on it

anyone know a one solution for this bug?

http://img85.imageshack.us/img85/9525/problemmn6.jpg

wobbly
04-15-2007, 10:43 AM
Got this installed on 3.5.4 and it seesm to have deleted every single DOB entry and once ive edited it it deletes it again if they edit their profile.

Eccentricity
07-06-2007, 12:45 PM
All this does on 3.6.x is crash the database with the same errors that were reported 2 years ago. If you can't make it work in two years time, I'll pass. :D

stuie_b
07-07-2007, 10:58 PM
All this does on 3.6.x is crash the database with the same errors that were reported 2 years ago. If you can't make it work in two years time, I'll pass. :D

funny this version is for 3.5 not 3.6.x so maybe you should try the correct vesion before you start blaming the code if thats how it is on vb.org maybe i shouldnt have bothered or maybe u should do it yourself next time

in responce all qrys about the direct link on index should also check 3.6.x package

all other bugs (that were reported) have been fixed in 3.6.x package

stuie

Mikecp421
07-08-2007, 02:53 PM
works great for me, thanks alot, been using it for over a year now, never a problem and just what I wanted

antonybaker
07-25-2007, 09:34 PM
Hello, in principle this hack looks great but as an almost complete newbie to vbulletin I'm having a few probs

I have installed the hack and it appears to be switched on, and in manage plugins I can see the items related to agelock...however the forum still allows me to register a user who is 13 years old for example...

In what part of the code do i set the age restriction to be a minimum of 17 ?

Sorry is this is completely obvious, I've only had vbulletin a few weeks and its all still much of a mystery to me.

Thanks

stuie_b
07-26-2007, 01:50 AM
Age lock works on a forum by forum basis, by doing this it allows you to set a different age for each forum,

To set the age you simply login to the admincp goto the forum manager and select the forum you wish to age lock, then scroll to the bottom and specify the age and if they have too be older or younger.

on a side note i'd recommend you install the latest version of vb and install the latest version of age lock (located here (https://vborg.vbsupport.ru/showthread.php?p=1301827)) dont install this version on vb3.6.x

if you need any futhur help please feel free to contact me directly via PM or email.


Stuie

antonybaker
07-26-2007, 09:19 PM
thanks very much for the reply...wow, I didnt think it would be that quick...I'll give that a go..I do have the latest version of vb, only installed it about a month ago :)

Thanks again
Antony