Jump to content
Bullnose Forums

New Member


Recommended Posts

I created this account awhile ago but never posted.

My daily driver is a 1986 F150 Supercab Long Bed 4wd with a 302 and an AOD. I have had pretty much everything apart on it at this point, and really like it.

My mostly recent project that I picked up is a 1980 F100. Plan on doing an engine rebuild, AOD swap, 4wd conversion, full paint job, and redo the interior.

Link to comment
Share on other sites

Welcome - even if you've been around almost two years. Glad you joined, and finally posted. :nabble_anim_claps:

Where's home? We could add you to the map (Bullnose Forum/Member's Map in the menu) with a city/state or zip.

How 'bout some pics? You can see how to do that on the page at Bullnose Forum/Forum FAQ's.

Link to comment
Share on other sites

Welcome aboard! http://www.garysgaragemahal.com/uploads/6/5/8/7/65879365/money-mouth-face-23x23_orig.png

What lug pattern does your present project have?

I am from Edinboro, PA

Pictures of my 86: (I still have to polish the anodized aluminum trim and get that installed)

IMG_0995.jpeg.bc96285644e149834b4e526862057c06.jpegIMG_0999.jpeg.6bbaf47a2e947c56a270db059d68ed29.jpegIMG_1009.jpeg.2ae0e95b397fbe38953e9c15496dbcaa.jpeg

Don’t really have any pictures of my F100, I am currently sand blasting the paint and surface rust from the exterior.

My F100 has the 5 x 4.5 lug pattern, but I have a parts truck that is 4wd and has the 5 x 5.5 tractor beams and the 9” axle shafts, as well as a posi

Link to comment
Share on other sites

I am from Edinboro, PA

Pictures of my 86: (I still have to polish the anodized aluminum trim and get that installed)

Don’t really have any pictures of my F100, I am currently sand blasting the paint and surface rust from the exterior.

My F100 has the 5 x 4.5 lug pattern, but I have a parts truck that is 4wd and has the 5 x 5.5 tractor beams and the 9” axle shafts, as well as a posi

As a current computer science major I should be able to figure out what I have to do to make the images right side up, but will look at that later

Link to comment
Share on other sites

As a current computer science major I should be able to figure out what I have to do to make the images right side up, but will look at that later

Hi!

Did you post from your phone or computer?

Pictures took with phone keep somewhere in their metadata the orientation they were took.

The easy way:

1-Modify your pict by rotating it (any orientation, doesn’t matter), and save it.

2- Then open it again and rotate it the right way, and save it.

Now it should appear correctly in the forum (if already posted they won’t change automatically, you’ll have to post the “modified” picture again).

This operation “forces” a metadata that the forum can read correctly.

Link to comment
Share on other sites

As a current computer science major I should be able to figure out what I have to do to make the images right side up, but will look at that later

The forum software is old enough that it can't read the metadata.

You need to open them on your device and then save them in the "correct" orientation.

Link to comment
Share on other sites

As a current computer science major I should be able to figure out what I have to do to make the images right side up, but will look at that later

You are now on the map.

As for the pics, I'm working on the Forum FAQ's page now and see that it doesn't accurately 'splain what is going on. So let me try here.

In the dark ages (when I was a kid) it was intuitively obvious to the casual observer which way was up on a camera - usually where the handle was. But as mobile phones became our cameras we lost any sense of which way is up on them.

So the cameras were given a sense of their orientation and they embed that info in the metadata of the picture. Smart software reads that data and re-orients the picture before displaying it.

But many forums, including this one, do not have the smarts to read the metadata. So you have to either figure out which way is up on your phone and always take the pics that way or use editing software to re-orient the pic.

Many of the apps available will re-orient the pic if you just open it and then save it again. But I always upload the pic and then preview it before posting to make sure that has happened. If not I rotate it as needed.

HOWEVER, once you upload a file with a given name the system usually refuses to truly upload it again. It acts like it does, but it doesn't actually overwrite the file. So if I have to rotate or otherwise edit a pic I rename it to ensure the system will use the newly-edited file.

Link to comment
Share on other sites

You are now on the map.

As for the pics, I'm working on the Forum FAQ's page now and see that it doesn't accurately 'splain what is going on. So let me try here.

In the dark ages (when I was a kid) it was intuitively obvious to the casual observer which way was up on a camera - usually where the handle was. But as mobile phones became our cameras we lost any sense of which way is up on them.

So the cameras were given a sense of their orientation and they embed that info in the metadata of the picture. Smart software reads that data and re-orients the picture before displaying it.

But many forums, including this one, do not have the smarts to read the metadata. So you have to either figure out which way is up on your phone and always take the pics that way or use editing software to re-orient the pic.

Many of the apps available will re-orient the pic if you just open it and then save it again. But I always upload the pic and then preview it before posting to make sure that has happened. If not I rotate it as needed.

HOWEVER, once you upload a file with a given name the system usually refuses to truly upload it again. It acts like it does, but it doesn't actually overwrite the file. So if I have to rotate or otherwise edit a pic I rename it to ensure the system will use the newly-edited file.

I was able to fix the orientation of the images, my current web design classes are coming in handy. Since the forum is using HTML to insert the images, you can add inline CSS styles to rotate the image, without having to mess around re-saving the image. So this is what the modified code would look like:

<nabble_img src="image_filename_here" border="0" style="transform:rotate(180deg); padding: 4em;"/>

You can change the degrees of rotate as needed, and can also change the padding if needed (mainly when rotating 90deg.)

Yes I know I am not your typical bullnose enthusiast (A 20 year old comp/sci college student) :nabble_anim_working:

 

Link to comment
Share on other sites

×
×
  • Create New...