PDA

View Full Version : New Custom Profile: vB Version


Erwin
15 Sep 2003, 10:29
There's a new Custom Profile field here at vB.org - vB Version.

Please enter your vB Version, so that other members know which vB Version you are referring too when asking questions. :)

SnowBot
15 Sep 2003, 16:21
nice idea :)

sabret00the
15 Sep 2003, 16:22
done, i must be the first ;)

NTLDR
15 Sep 2003, 16:23
Nope, added mine a few hours ago :p

assassingod
15 Sep 2003, 16:56
Nice

Xenon
15 Sep 2003, 16:57
hmm, it was really a good idea i have to say...
why didn't we got this idea earlier? ^^

assassingod
15 Sep 2003, 16:58
hmm, it was really a good idea i have to say...
why didn't we got this idea earlier? ^^
You were probably busier with other things;)

Also, wouldn't it be better with a drop-down rather than input box?

Xenon
15 Sep 2003, 17:06
i thought so myself, i'd ask erwin why he choosed an inputbox ;)

N9ne
15 Sep 2003, 17:42
i thought so myself, i'd ask erwin why he choosed an inputbox ;)
Yeah I agree, a drop down would be better to prevent abuse of the feature...

Could it be a required field too?

SnowBot
15 Sep 2003, 18:31
Yeah I agree, a drop down would be better to prevent abuse of the feature...

Could it be a required field too?
yes i totally agree.

Erwin
16 Sep 2003, 11:25
Because at the rate Betas and RCs and future versions will come up, it will be very hard to keep up. Remember, we can only have 30 options... who knows how many Betas and RCs will come out - we've already have 6 Betas... ;) Plus all the 2.2.x versions out there. :) That's why...

Xenon
16 Sep 2003, 18:55
ah i always forget about that 30 options...
hmm, maybe i'll hack that up in future, or we should just put in recent vb-versions, who knows.

for now it'll stand as it is.

N9ne
16 Sep 2003, 19:37
30 options? Is that a vBulletin limitation?

Xenon
16 Sep 2003, 23:43
yes it is

Tony G
17 Sep 2003, 01:01
Great idea guys. :)

mtha
04 Oct 2003, 23:27
Because at the rate Betas and RCs and future versions will come up, it will be very hard to keep up. Remember, we can only have 30 options... who knows how many Betas and RCs will come out - we've already have 6 Betas... ;) Plus all the 2.2.x versions out there. :) That's why...

If you want, you can use dropdown with the option to allow member to enter custom values.

Here's the options using in vBulletin.com:

<select name="field6" class="bginput">
<option value="0" ></option>
<option value="1" >1.1.x</option>
<option value="2" >2.0.x</option>
<option value="3" >2.2.0</option>
<option value="4" >2.2.1</option>
<option value="5" >2.2.2</option>
<option value="6" >2.2.3</option>
<option value="7" >2.2.4</option>
<option value="8" >2.2.5</option>
<option value="9" >2.2.6</option>
<option value="10" >2.2.7</option>
<option value="11" >2.2.8</option>
<option value="12" >2.2.9</option>
<option value="13" selected="selected">2.3.0</option>
<option value="14" >2.3.1</option>
<option value="15" >2.3.2</option>
<option value="16" >3.0.0 Beta 3</option>
<option value="17" >3.0.0 Beta 4</option>
<option value="18" >3.0.0 Beta 5</option>
<option value="19" >3.0.0 Beta 6</option>
<option value="20" >3.0.0 Beta 7</option>
</select>