|
|
| Author |
Message |
NightWing{s} none

Joined: 26 Mar 2007 Posts: 33
|
Posted: Mar 30, 2007 9:18pm Post subject: New User, Forums |
|
|
How long does one need to be on the forums, or how many messges does one need to post before one is nolonger concidered a new user? There are times i would like to post a link to one of my sites by way of example. However your system will not let me . I am finding this some what annoying.
NW |
|
| Back to top |
|
 |
FBI Guru

Joined: 19 Aug 2005 Posts: 1494 Location: Federation Of Bored IRC'ers
|
Posted: Apr 01, 2007 12:42pm Post subject: |
|
|
Well
1 post |
|
| Back to top |
|
 |
NightWing{s} none

Joined: 26 Mar 2007 Posts: 33
|
Posted: Apr 01, 2007 12:56pm Post subject: |
|
|
| well i have 14 or more and it still wont let me |
|
| Back to top |
|
 |
Stefano Eleet

Joined: 03 Apr 2005 Posts: 527 Location: Beirut
|
Posted: Apr 02, 2007 6:36pm Post subject: |
|
|
it doesnt like your moustache that's why  |
|
| Back to top |
|
 |
Jason SearchIRC Developer

Joined: 03 May 2003 Posts: 1185 Location: Tampa, FL
|
Posted: Apr 03, 2007 7:50am Post subject: |
|
|
from the forum code, if post has urls:
if($age < 604800 || $userdata['user_id'] < 1) {
message_die(GENERAL_MESSAGE, "Sorry, new users are not allowed to post comments that contain urls in order to prevent spamming.");
}
$age being the length of time since you registered, in seconds. |
|
| Back to top |
|
 |
PingBad Guru

Joined: 05 Feb 2005 Posts: 2031 Location: New Zealand
|
Posted: Apr 03, 2007 11:58am Post subject: |
|
|
| 604800 / 60 / 60 / 24 = 7 days (or one week) |
|
| Back to top |
|
 |
|