• Anything ‘published’ on the web is viewed as intellectual property and, regardless of whether it displays a copyright symbol or not, is therefore copyrighted by the originator. The only exception to this is if there is a “free and unrestricted reuse” statement associated with the work.

    In order to protect our members and TFL from possible litigation, all members must abide by the following new rules:

    1. Copying and pasting entire articles from another site to TFL is strictly prohibited. The same applies to articles from print or other media, and to posting photographs taken of copyrighted pages or other media.

    2. Copyright law provides for “fair use” of portions of a copyrighted work. You can copy no more than a SINGLE paragraph from the article to your post (3 or 4 sentences at most).

    3. You must provide a link to the article along with the name of website. For example: ww.xxx.yyy/zzz (The Lower Thumbsuck Daily News).

    4. You must provide, in your own words, a brief summary of the article AND your reasons for believing it will be of interest to TFL members. Failure to do so may result in the thread being closed or your post being deleted as a “cut and paste drive by.”

    5. Photographs and other images are also copyrighted. "Hotlinking" of images (so that it appears in your message) from other sites is also prohibited unless you own rights to the image. If you wish to share an image, provide a clickable link to it.

    Posts that do not follow these new guidelines will be altered or deleted by staff. Members who continue to violate this policy may lose their posting privileges at TFL.

    Thank you for your cooperation and your participation in TFL, the leading online forum for firearms enthusiasts.

Font size.

k77/22rp

New member
After TFL went down for about 30 minutes the font is really big. Is this permanent and can I change it myself?
 

George Hill

Staff Alumnus
In Internet Explorer, go to VIEW, then FONT SIZE, and then select the one you want.

You can also change the font by going to TOOLS, INTERNET OPTIONS, FONTS... and selecting the font of your choice.
 

TheBluesMan

Moderator Emeritus
The font size is still really screwy for me. I did what George said, but it didn't help exactly.

I can decrease the font size to what it used to be in most areas, but it also decreases the size of the text on all the buttons and here in the text field. This also changes the width of each page, requiring me to pan right to see the right-most columns of each page.

I wonder if something has been changed recently... :confused:
 
Blues,

Yep, I'm having the same "problem."

Actually, not much of a problem, as I like the font a little bigger, and if I change the font size globally, it causes problems with some sites I go to.
 

Mal H

Staff
I noticed a font change also this evening after TFL came back from the shutdown. However, in my case the font is smaller and is a different font altogether - looks like Times Roman or a similar font, used to be Arial or Helvetica I think.
 

Airwolf

New member
Same thing here on the fonts. I'm running Opera 6.01 on Win98. The change happened after the site came back up. No chanes on my system or at any other sites I visit, just TFL.
 
It has to do with an old hack that we had. It needs to be customized and reinstalled with each new version of the software.

With this upgrade, we return to the defaults. It may require a change for some of us (me included), but it'll standardize us with 1,000 other working vB sights in future.

Please make the necessary corrections in your browser.
Rich
 

nashgill

New member
Font size has increased for me as well. Makes the boards look not so neat and tidy as they did before. Global changes in my browser are a bad idea as that will change other sites visited. If you say it must be this way, then it must be this way. Just another vote for the smaller font size.

Also the visited link text color change is no longer working. Previously when a thread was visited the link text color changed to a different color, it no longer does this making it very difficult to find where you were on the list of threads. Can this be brought back?

Also want to say job well done. I am in the network security field and know what a job you have completed in the past week. Just wanted to express my thanks and gratitude for all your hard work.

Thanks.
nashgill
 
OK, here's the deal:
I agree that you shouldn't have to create special settings for TFL.

Hacks to the software can be instituted but they are a real PITA to maintain. The vB people are real responsive to suggestions from their customers, and, when it comes to issues like fonts and layout, all vB customers will have the same input.

In short, we need to try to figure out what is in our html that's causing the problem I need help with this, particularly from HTML knowledgeable sources. (Just now, I'm working to get the S.W.A.T. secure server up and running).

Please go to http://www.vbulletin.com/forum/index.php and check to see if you have the same problem. If not, it would be real helpful if someone could compare the source codes to determine the disparity on this end.
Thanks much
Rich
 

Jorah Lavin

New member
Rich, I think it is a missing CLASS in your CSS

I glanced at the code, and each part that has text we write is enclosed in class=nf tags, but the class isn't defined in the header STYLE block.

I think I also saw a class=sf style in there. Find the template with the class block, and add the needed .class code, everything will probably go back to Arial...

-Jorah
 
Jorah-
Can you cut and paste a snippet example of the problem. It'll make it much easier for me to search the templates. "I think I saw" frightens me. I'm not an HTML expert and that could have me tinkering for a full day....a day that I really can't spare.

Thanks for the quick response.

Rich
 

nashgill

New member
Unfortunately not. I don't see a difference. I don't see the style class defined either.

In the top of your html page you have the class section where you define your styles for the pages. There is no 'nf' or 'sf' classes defined. In your body you have the following:
<font class="sf">Maximum size: 204800 bytes</font>
but the class 'sf' is not defined at the top of the page. I think that is what Jorah is speaking about.

Hope that helps. Still not a good explanation, I'm afraid.
nashgill
 
Rich - This will get you back to what you had before. Go to the admin control panel.

Under Styles, click on the Modify link. Your style sets should show up.

Click on the "Fonts / Colors / Etc" link. Either click on the "Fonts" link, or scroll down to it.

Under Main Font: Face, put "verdana, arial, helvetica" minus the quotes. Under size, put 2

Repeat for Small Font, only under size put 1

Click the save changes button.

That should fix it immediately. If not, I'll get you fixed up. Email me for more info.
 

nashgill

New member
On the other site they are specifically setting font size on each line.

<font face="verdana,arial,helvetica" size="1" >Find out the latest news about vBulletin here</font>
 
Top