Quote:
I don't see any reason for site music. I mean, that's what you have winamp for, isn't it? And on by default? Way to go for reducing our visitor count to 0.
|
Yeah, you are right. Me, personally, would disable the music immediately.
Quote:
With the JCF, since you were talking about how you could make it (disable smileys in user options) in a very short time I believe. No help with J2Ov2 needed but thanks for the offer.
|
I don't really understand what you mean, except that you don't need help with j2ov2.
I didn't say I make the option in a short time, but I am also not working on it, because you didn't reply in that topic, about where exactly do you need that option.
Still, it is easy for me to do, but you have to add a new field in the user's options table (I think, that table is called USER) called something like smiliedef, which can carry value 1 or 0, zero by default, not null (that's the field's settings)
Then, I believe, I will have to do the following:
1. register.php:
- edit INSERT INTO user query)
2. register template:
- add radio box
3. profile.php?do=editoptions
- edit UPDATE user query
4. editoptions template:
- add radio box
5. showthread.php
- set the variable value
6. quickreply template
- insert the hidden field with value from 5
7. newreply.php?do=newreply
- get the user option
8. newreply template
- replace the static field value with the value from the variable
This hack will need no additional queries.
So...?
__________________
- "I am the commander of BC, and I organize this clanwar!" - Jurgen
|