Boy, everyone sure hates those thread ratings! They're not harming anything, and if someone does want to rate a post, that option is available to them. Besides, there's really nothing else to put in their position, anyway.Well first-off since it's pretty clear we're abolishing ratings once and for all, and since it's extremely rare when someone actually rates a post, I was wondering if maybe the ratings column should be occupied with...something?
Yes, I know, MistaX has already made me aware of that.Second, the GTP clock--not only does it seem fast (by eight minutes, here)...
I don't really see where the seconds would be important? Could you explain why that is needed?...but also I wish we had a hh:mm:ss format on our posts rather than an hh:mm format...
Are you sure? I have removed that.Oh, btw, I would just like to point out something: When you go to make a post (not an express reply), it'll still have you automatically select 3 stars as a default rating, so some threads are still getting rated, possibly without the poster(s) knowing about it.
Originally posted by Jordan
Yes, I know, MistaX has already made me aware of that.I just haven't fixed it yet.
But if you're online and not on GTPlanet (so your online status reads "Offline"), it doesn't matter because you are Offline to the GTP community, and you won't be here to respond to messages or PM's. It's not meant to be a literal status for your internet activity, just a way for other users to know whether or not they should expect a response anytime soon.Originally posted by M5Power
Jordan, I've got a few more - the "Online" and "Offline" thing is misleading. You can be on the internet and not be on GTP. I think it should say "On GTP" or "Off GTP."
I had something else, too....can't remember.......
Okay.... at the time that I posted that, it still had the 3 star default, but I noticed a couple hours later that it went to the optional rating as default. :thumbsup: Thanx!Originally posted by Jordan
Are you sure? I have removed that.
That's a good question I don't think anyone has asked before!Originally posted by youth_cycler
BTW, quick question- What do the "Close Current Tag" and "Close All Tags" buttons do? (I tried using them in Enhanced Mode, but I still can't figure out how they work)
Yup!Originally posted by Jordan
Does that make sense?
Well, I don't know Javascript, so I can't answer you in great detail, but I will do my best. All of those buttons up there are, in a way, like a little program. It knows when you click the "B" or the "I", and it remembers that you have one of those tags open. When you just type it in yourself, it's not smart enough to realize or understand what you just did, so the two "Close..." buttons are rendered useless (unless, of course, you have opened other tags before that one using the buttons).There's only one problem... it only works when you actually click on the "B" or the "I', etc... for example, if I just typed in the , it won't close it off... why is that?
This is already available with the Yahoo and ICQ icons located in the bottom right-hand corner of posts. This is a service of Yahoo and ICQ that I have no control over, and I couldn't change the image to text or simply change the image even if I wanted to. AOL doesn't offer the ability to see whether or not a user is online, so I can only offer a link that will open AIM so you can contact them.About the online-offline thing:
I find that I would like to know if they are both off of GTP and off of the net, cause then I would be able to IM them if I know that they are online. Just make it 2 buttons(or whatever you want to call that thingy), top one says either On GTP or Off GTP, and the bottom one says Online or Offline...that would be cool.
Originally posted by Jordan
Well, I don't know Javascript, so I can't answer you in great detail, but I will do my best. All of those buttons up there are, in a way, like a little program. It knows when you click the "B" or the "I", and it remembers that you have one of those tags open. When you just type it in yourself, it's not smart enough to realize or understand what you just did, so the two "Close..." buttons are rendered useless (unless, of course, you have opened other tags before that one using the buttons).
blah blah blah
They're exactly the same! ---^blah blah blah
No need to apologize, I don't mind answering questions!Originally posted by youth_cycler
Oh, and, sorry, but I have one more question... :blush:
How come when you quote someone, the bold tags are inserted? Here, I'll do a demonstration... the top quote doesn't have the bold tag, and the bottom one does...
Quote:
<br>
<hr><b>...
Originally posted by Jordan
No need to apologize, I don't mind answering questions!
vB Code (and smilies) are turned into actual formatting when your post text is pulled out of the MySQL database. vBulletin knows all the vB code tags, and it scans your message for any "replacement text" that it should replace with corresponding HTML before it spits it out onto the page. So, for example, every time it finds [b], it will replace it with the bold HTML tag: <b>. It's just the same with all other vB code tags, including the [QUOTE] tag. But, the [QUOTE] tag is replaced with HTML that looks something like this...
Notice the <b>? I have that inserted there so that everything between the two [QUOTE]'s will be bold, and because you can't have text double-bold, your browser ignores any secondary <b> tags that come before the first one is closed (with </b>).Code:Quote: <br> <hr><b>...
tag auto-magically makes the text bold, rendering the tag useless.
~LoudMusic
Originally posted by LoudMusic
I think he's saying that theYeah.tag auto-magically makes the text bold, rendering the tag useless.
~LoudMusic![]()
The point of users inserting bold vB tags, or the bold HTML tags I've inserted in the [QUOTE] tag? There is no point for the users to, and I included them so that all quoted text stands out and looks different. Also, when you click on a Quote button next to a post, vBulletin inserts the bold vB tags around the message, but it doesn't when using the quote tags normally. I wanted all quoted text to look uniform, so I made it all bold.Originally posted by youth_cycler
Okay, I understand, but then what is the point of inserting the bold tags?![]()
Erm... let me restate.Originally posted by Jordan
The point of users inserting bold vB tags, or the bold HTML tags I've inserted in the [QUOTE] tag?
They are needed on a regular vBulletin forum (if you want the quoted text to stick out like that), but most aren't customized like mine. I just never bothered to take out the automatically added bold tags because they don't make any difference.Originally posted by youth_cycler
Erm... let me restate.
When you click on the "Quote" button, why are the bold tags added? [Since they're not needed...]