View Full Version : Can I turn off the Subject tool tips somewhere?
Chris Wolfe
1st June 2004, 14:20
Can I turn off the Subject tool tips somewhere?
MikeTimbers
1st June 2004, 14:54
Er, which tool tips are these? When you post a new thread or when you go to post replies?
Chris Wolfe
3rd June 2004, 12:43
Screen shot here (http://webpages.charter.net/cwe/tooltip.jpg). I just find it kind of annoying to have these popping up while all I'm trying to do is look at the list of posts.
Thanks
pelligrini
3rd June 2004, 17:19
I don't think there is a user option to turn the Thread Preview Text off.
If you keep your cursor from hovering over the thread fields there won't be any pop-ups. I don't really notice the previews because I use the scroll bar.
Chris Wolfe
4th June 2004, 15:18
Kinda like Microsoft there Pell. I need to change my usage habits to enjoy the new 'feature'. :banghead: :)
pelligrini
4th June 2004, 23:22
I'll look around sometime and see if there's a hack.
fury
16th June 2004, 14:42
It's just a template modification.
Go to Templates, Threadbit templates, edit "threadbit" and remove any instance of $thread[preview]
pelligrini
16th June 2004, 17:09
Yea, that would work, but it is a feature that I sometimes use.
I was thinking of something to make it a user option to turn off and on.
fury
16th June 2004, 17:34
Add a user profile field option, put it into the options page, make it a checkbox, and label it "Do not show thread tooltips". Find out the field number, and then edit the template, replace any instance of $thread[preview] with...
<if condition="!$bbuserinfo['fieldN']">$thread[preview]</if>
I haven't tested this out explicitly, but I have implemented an old-style postbit user option at Phoenix (http://www.phoenixrising.ws/forums/) boards that employs the same technique.
pelligrini
16th June 2004, 17:54
Hehe, you're telling this to a guy that doesn't even know jack about html. ;)
fury
16th June 2004, 18:10
Delegate :D
vBulletin® v3.7.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.