Log in

View Full Version : text issue


bashy
01-21-2006, 03:51 PM
Hi peeps

I have an issue in certain places with my text (see picture)
It alsso does it with the name of the attatchments and the MORE text
to see more smilies...

Any ideas on how to resolve this please?

Perhaps 1 day all will be 100% :surprised:

Guest210212002
01-21-2006, 04:03 PM
You have the text color set to the same as the background color somewhere, I believe. Can you link me somewhere that I can see it happening without registering?

bashy
01-21-2006, 04:11 PM
Cheers for the reply m8...
I have checked the CSS and i cannot see anything untoward...
It also shows like it when it says "your are being redirected" (when logging in)

I am baffled :(

Guest210212002
01-21-2006, 04:13 PM
I believe the HTML color of that text block (unless it's getting thrown off when you save the screenshot) is #000066. Have a look through your templates for both "#000066" and just "000066".

* Guest210212002 digs through templates

Edit 1: The phrase that makes that text is either "logged_in_as_x" or "loggedinas".

Edit 2: It's "logged_in_as_x" I believe. "loggedinas" appears to be only for v3Arcade.

Edit 3: I find that phrase only in the "newpost_usernamecode" template on my site.

Edit 4:

Look for:

<if condition="$show['member']">
<!-- user is logged in -->
<div class="smallfont" style="float:$stylevar[right]">
<phrase 1="member.php?$session[sessionurl]u=$bbuserinfo[userid]" 2="$bbuserinfo[username]">$vbphrase[logged_in_as_x]</phrase>
</div>
<else />


In that template and if you can, post it up. :)

bashy
01-21-2006, 04:22 PM
Hi m8

but would this casue some of the other text to do the same also?

Guest210212002
01-21-2006, 04:34 PM
I'm not sure to be honest, hard to tell without seeing your templates. Try fixing it in that one spot and see if you can find the same problem in other places.

bashy
01-21-2006, 04:40 PM
Hi m8

Thanks for the pointers.
I have sorted it, It was the Panel (Forms) in Main CSS, it was the backgrounds!

Thanks again

Guest210212002
01-21-2006, 04:42 PM
Glad to hear it. :D