YAFLogo

Don_Thrash
  • Don_Thrash
  • 99.2% (Exalted)
  • YAF Commander Topic Starter
16 years ago
http://dev.thrashmag.com/forum/default.aspx?g=posts&t=772 

Above is a link, we are having trouble getting the wordsto disappear, for example we have a graphic for "PM" but it also showsthe text, this didn't happen in 1.9.1...Any thoughts and help wouldbe appreciated.


Don Alcombright

Thrash Magazine  - Check out my forum! 

"thrash harder!"

Sponsor
mddubs
  • mddubs
  • 100% (Exalted)
  • YAF Developer
16 years ago
Judging by your KICKASS DARK THEME !!! (You should post that to themes if you haven't already), I'd bet you're no stranger to the theme.css file. I looked over the source code briefly and the css class your looking for is:

.yafnet a.yafcssimagebutton{}

If you know your images will all be the same width, try setting the width there and that should cut off all the text. Or change the text color to match the background?

This isn't the best solution, but might be your only option if you don't want to edit the source.


UserPostedImage 

www.bunkerhollow.com  | www.careercomputing.com 

When I post fp:mddubs in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. (Yes I stole this off Mek 🙂, who stole this off Ederon 🙂 )

Mek
  • Mek
  • 100% (Exalted)
  • YAF Developer
16 years ago
In order to make skinning easier we introduced the theme button into 1.93, so button background, text foreground means just don't have to create a million and one buttons for your theme.

Albeit when we came up with this great idea we didn't consider you'd still want to have a million and one buttons :-)

Nice to see you once again working your integration magic Don!!!


UserPostedImage

"It's a case of RTFM.. the only problem being we don't have a manual!"

When I post FP:Mek in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. (Yes I stole this off Ederon 🙂 )

Don_Thrash
  • Don_Thrash
  • 99.2% (Exalted)
  • YAF Commander Topic Starter
16 years ago
thanks guys we will look into that. Personally I like text only, but my other counter part might differ. We shall see...it hasn't been to easy getting this theme into 1.9.3, but it wasn't that hard either. Sorry for the slow server, its our dev machine. We will definitely post once its completed and cleaned up.

The older versions were posted some time ago www.thrashmag.com to check it out.


Don Alcombright

Thrash Magazine  - Check out my forum! 

"thrash harder!"

logan
  • logan
  • 100% (Exalted)
  • YAF Leader
16 years ago
If you want to take out the BLOG Text

edit your language file

Make the blog reference nothing

this section


test
mack
  • mack
  • 100% (Exalted)
  • YAF Commander
15 years ago

In order to make skinning easier we introduced the theme button into 1.93, so button background, text foreground means just don't have to create a million and one buttons for your theme.

Albeit when we came up with this great idea we didn't consider you'd still want to have a million and one buttons :-)

Nice to see you once again working your integration magic Don!!!

Mek wrote:

May I suggest having a option to turn this feature off? It wouldn't be hard to do. I wanted to see the theme but it doesn't load :roll:

test2005
15 years ago

I haven't checked the CODE or CSS, but you should be able to insert a

display:none;
in the right tag to achieve this.
.....the man in black fled across the desert..........and the gunslinger followed.....

mack
  • mack
  • 100% (Exalted)
  • YAF Commander
15 years ago

I haven't checked the CODE or CSS, but you should be able to insert a

display:none;
in the right tag to achieve this.

test2005 wrote:

That works :-d (edit: I didn't actually test it)