The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How do I get rid of empty.gif?

5 posters

Go down

Solved How do I get rid of empty.gif?

Post by Deathspawn April 27th 2011, 12:07 am

I am trying to get the nav links to not have any image by them. If I go edit them via Display > Homepage > Headers & Navigation, I can edit everything to have no image except the PM one. And they all show up as having no image.

Here is where the problem starts... when I go to try to edit the PM images in Pics management (Simple), if I leave the image blank, it gets magically replaced with https://2img.net/i/fa/empty.gif. I DON'T WANT THAT AT ALL! Hiding the image does nothing but make https://2img.net/i/fa/empty.gif show up again. If I do this in advanced, EVERYTHING gets the https://2img.net/i/fa/empty.gif put on it, so I have to go back and re-edit everything.

Why do I care? Because the empty.gif makes an unnecessary space before the word, and it looks especially ugly when you hover over a link and see a big __ at the beginning... (e.g. __Home).

Is there some way to prevent everything empty from getting replaced by https://2img.net/i/fa/empty.gif?

(Also, I am trying, for the life of me, to figure out what messed up code is making a bigger image show up. I edit the image in gimp and find it is only 1x1 pixels, so it shouldn't be even seen... but it looks like an invisible square is there...)


Last edited by Deathspawn on April 29th 2011, 8:57 pm; edited 1 time in total
Deathspawn
Deathspawn
Forumember

Male Posts : 76
Reputation : 2
Language : English
Location : Finding bugs in programs.

http://dsirc.tk/

Back to top Go down

Solved Re: How do I get rid of empty.gif?

Post by Stephen- April 27th 2011, 6:31 am

i think you can't remove that you can only remove that if you put other links. Smile
Stephen-
Stephen-
Hyperactive

Male Posts : 2542
Reputation : 326
Language :

Back to top Go down

Solved Re: How do I get rid of empty.gif?

Post by kirk April 27th 2011, 7:14 am

i never had a problem with it?

can you post a screen shot of what you mean by the space thing your talking about.

all you can do is remove the images from pic's management there is no way to get rid of the empty image link thing?

however, i am sure there is way to fix what you mean by css or in your navigation options, but i will need to see a screen shot or link to your forum so i can see what you mean.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: How do I get rid of empty.gif?

Post by Deathspawn April 27th 2011, 4:14 pm

http://fantasylife.ace.st/

Hover over the nav links and you should see it, I left the image on FAQ, but not the rest. (I'm on Firefox 4 btw.)

Edit: CSS has nothing to do with it. I tried editing that and searching for the image and only 3 lines had it but they weren't affecting the nav links. It is something in the coding Forumotion is using because it auto replaces every blank thing you leave in the image management with the empty.gif, except for the nav link editor.

Screenshots:

With the empty.gif
How do I get rid of empty.gif? Screenywy
Without the empty.gif
How do I get rid of empty.gif? Screensws
Deathspawn
Deathspawn
Forumember

Male Posts : 76
Reputation : 2
Language : English
Location : Finding bugs in programs.

http://dsirc.tk/

Back to top Go down

Solved Re: How do I get rid of empty.gif?

Post by Deathspawn April 28th 2011, 10:17 pm

Bump.
Deathspawn
Deathspawn
Forumember

Male Posts : 76
Reputation : 2
Language : English
Location : Finding bugs in programs.

http://dsirc.tk/

Back to top Go down

Solved Re: How do I get rid of empty.gif?

Post by Base April 29th 2011, 11:22 am

Hi, the support forum also has empty.gif in their navigation buttons. If you highlight them, you should also see a gap before the name. As for your problem, the reason why it doesn't look nice is because there is an underline when you highlight your menu link.

I can remove it for you if you wish. Smile
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: How do I get rid of empty.gif?

Post by Deathspawn April 29th 2011, 4:42 pm

I guess what would really be nice is if there was an option in like Display > Headers & Navigation to not display images in the navbar.

Oh wait, there already is "Display only images in the navbar :"... but it doesn't work correctly.

Would look better if the whole thing was like...

Navbar images: () On () Beside text () Off.

Then you wouldn't have to edit the CSS to remove the underline which is really not the source of the problem at all, and underlining helps define links better.

Also, by doing that, you can just leave whatever code makes the empty.gif in case someone actually wants that, and it won't screw stuff up.
Deathspawn
Deathspawn
Forumember

Male Posts : 76
Reputation : 2
Language : English
Location : Finding bugs in programs.

http://dsirc.tk/

Back to top Go down

Solved Re: How do I get rid of empty.gif?

Post by Base April 29th 2011, 6:08 pm

Okay, so do you want the CSS code to remove underlines or is this problem solved?
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: How do I get rid of empty.gif?

Post by Deathspawn April 29th 2011, 6:51 pm

It's not really solved... And no, I don't want the CSS to remove underlines. I guess I'll just post a suggestion to change the navbar thing to:

Navbar images: () On () Beside text () Off.

Unless one of the admins see it here.

I guess lock it if you want and I will post the suggestion in the suggestion area. But it isn't solved.
Deathspawn
Deathspawn
Forumember

Male Posts : 76
Reputation : 2
Language : English
Location : Finding bugs in programs.

http://dsirc.tk/

Back to top Go down

Solved Re: How do I get rid of empty.gif?

Post by Guest April 29th 2011, 8:15 pm

Here's a CSS rule that will get rid of the empty GIF images:

Code:
img[src*="empty.gif"] {display:none;}




(DD-Edit™...coming soon to a forum near you!)
avatar
Guest
Guest


Back to top Go down

Solved Re: How do I get rid of empty.gif?

Post by Deathspawn April 29th 2011, 8:56 pm

Thanks dion, that works. Smile
Deathspawn
Deathspawn
Forumember

Male Posts : 76
Reputation : 2
Language : English
Location : Finding bugs in programs.

http://dsirc.tk/

Back to top Go down

Solved Re: How do I get rid of empty.gif?

Post by MrMario April 30th 2011, 4:36 am

Solved => Locked
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum