Log in

View Full Version : One stupid option


Captain Spam
Jan 1, 2004, 10:50 AM
Is it really too much to ask to have an option for "Disable Smilies in this post" to be on by default if you want like nearly any other BB software out there?

Radium
Jan 1, 2004, 11:06 AM
Behold my immune arsenal:

=P
=]
=/
=\
=3
=5
=.
=7
=1
=I
=o
=O
=0
=J
=L
=D
=S
=A
=Q
=C
=(
=)
=[
=V
=*

Strato
Jan 1, 2004, 12:31 PM
=].

Newspaz
Jan 1, 2004, 01:51 PM
Or perhaps someone should try and code such a thing.

Tik
Jan 3, 2004, 06:45 PM
Actually I've wondered why this option doesn't exist myself. I never use the regular smiles anyway, except when I say reg ;), but it would still be nice.

Trafton
Jan 5, 2004, 09:00 AM
I would like to see this feature, as well as a similar feature to disable signatures without removing them completely; I have to click on the "Disable Signatures" link whenever I post. You might want to suggest it on the vBulletin suggestions board, where you are more likely to get action taken. It can be found here:

http://www.vbulletin.com/forum/index.php

~ Traft

NeoBlaze
May 13, 2004, 03:10 PM
This is really, really easy to code. It'd take me 2 minutes to complete...
I s'pose admins are just too lazy...

NeoBlaze
May 13, 2004, 03:13 PM
< form>
...
< INPUT id=cb_disablesmilies type=hidden value=1 name=disablesmilies>
...

Link
May 13, 2004, 04:58 PM
It's not quite as simple as that. There needs to be an option in the user preferences (meaning another column in the database), and a conditional statement in the template. Still wouldn't be too difficult though.

It also needs to comply with XHTML standards, which your example did not.

NeoBlaze
May 13, 2004, 05:30 PM
My example was just a rough copy of what should be.
And I know what should be, because I am administering my own VB forum.BTW this forum doesnot comply either, otherwise I wouldn't post this:

http://www.jazz2online.com/jcf/showthread.php?t=10635

FQuist
May 14, 2004, 07:19 AM
This is really, really easy to code. It'd take me 2 minutes to complete...
I s'pose admins are just too lazy...I worked until 1.07 AM yesterday. Please don't assume things about people you do not know.

Had I the time and energy I would gladly fix whatever bug on this forum but I don't. You can always volunteer to fix it, it's not like this is a paid job in which we have a responsibility to do everything the customer desires.

NeoBlaze
May 14, 2004, 10:44 AM
OK, I volunteer.
How can I help?

MoonBlazE
May 14, 2004, 11:42 AM
By stop assuming the worst all the time.

NeoBlaze
May 14, 2004, 12:29 PM
PLEASE, do not carry away the topic. With "not assuming the worst" I agree.

FQuist
May 14, 2004, 02:07 PM
PLEASE, do not carry away the topic. With "not assuming the worst" I agree.Well, it would be great if you could find a way/hack in which you could make that disable smileys option default, in edit options.

NeoBlaze
May 14, 2004, 02:40 PM
At this point there is no such option at all.

Risp_old
May 14, 2004, 03:05 PM
Yes, there is. In the additional options box.

NeoBlaze
May 14, 2004, 03:10 PM
There is no such box.
Can you please post a screenshot, tell me which skin r u using n tell me what the option itself it called? Thank you.

EDIT: OO, I see what r u talkin about.
But, we were talking abour USER CP, => EDIT OPTIONS. Right?

Risp_old
May 14, 2004, 03:12 PM
No. Do you use the quickreply box?

NeoBlaze
May 14, 2004, 03:28 PM
Yes.
As I've understood, Fquist wants users to be able to set up whether they want to have it on or off by default.
But if not, that would be even easier.

Risp_old
May 14, 2004, 03:47 PM
Well, the additional options box is in the normal reply page. Just in case we were thinking of different things, it makes any smilies you type in the reply to not be made into picture form.

NeoBlaze
May 14, 2004, 04:20 PM
We are thinking about the same thing, but in different places :)

Risp_old
May 14, 2004, 04:31 PM
Good.

NeoBlaze
May 16, 2004, 12:35 PM
Hmm... Fquist does not respond.

Violet CLM
May 16, 2004, 12:40 PM
FQuist has a busy life. He often does not check the JCF for days at a time.

NeoBlaze
May 16, 2004, 12:47 PM
Oh, ok then.

FQuist
May 18, 2004, 10:45 AM
Yes.
As I've understood, Fquist wants users to be able to set up whether they want to have it on or off by default.
But if not, that would be even easier.
Yes. A toggle in User Options.

My idea was not to provide you with access but since you have your own MB maybe you could provide a hack description, like how most hacks work.