Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
0 user currently in Modern Art. | 1 guest
Acmlm's Board - I2 Archive - Modern Art - Old Layout messes up, but I didn't change everything, is Kawa at fault?
  
User name:
Password:
Reply:
 

UserPost
Kasumi-Astra
Posts: 1808/1867
Originally posted by Elric
I just checked function.php from AcmlmBoard versions 1.A2, 1.92, 1.8a, 1.7, and 1.6, and none of them have &user& in them at all...


Thanks for that, I was beginning to wonder I was sure I'd never seen it before
Elric
Posts: 496/687
I just checked function.php from AcmlmBoard versions 1.A2, 1.92, 1.8a, 1.7, and 1.6, and none of them have &user& in them at all...
Kasumi-Astra
Posts: 1805/1867
Hmmm... The definition for &user& isn't actually in function.php. I've never used that &tag& before, so if you could tell me what it does, perhaps I can replace it.

I'm not sure what's causing the <br> screw-ups. I think ||bass has written some code that filters some stuff in layouts, so I'll have to talk to him about this.
Kasumi-Astra
Posts: 1804/1867
Ok, it looks like that's fixed now. Here's how the code reads now:

if($user[postbg]) $head="<div style='background:url($user[postbg]);' height=100%>$head";

So, the background is defined in CSS, but the dimensions defined with good 'ol HTML (tm). If you notice anything screwey, let me know
HyperLamer
Posts: 6792/8210
My layout also has some problems that have arisen without it being changed. The biggest one (which I fixed) was just a dependency on a white font, which some schemes don't have. More significantly is the <code> tag:

This is
a demonstration
of my code tag.


When I first designed the layout, any newlines in there would get doubled, since the board adds a <br> and browsers would interpret the actual line break as a second <br> (so you don't have to add them to the end of all your code). I fixed that by tweaking CSS to have <br>s removed from code tags, so only the actual line breaks appeared. However, a few days ago I noticed that now all line breaks were being removed, and I had to remove that piece of code, thus not removing <br>s to get it to display normally!

If you'll look down you'll see the next problem: &user& isn't working. Test:
&user&

And the last problem I know of; look right. That's Japanese text... most of it shows up fine, but the two 'ha's get turned into 2 question marks. Other letters don't, and they're all part of the same alphabet.

My layout seems to be stretching just fine, though.
Setzer
Posts: 443/532
Originally posted by Apophis
its happening because for some reason tables aren't stretching vertically for longer posts. This problem did not seem to exist until 2 days ago. It also appears to only occur in Firefox. Looks fine in IE. ||Bass needs to look into fixing this. its not the layouts' fault, as my layout is suddenly having the same problem and i haven't changed it in almost a month.


Originally posted by Trapster
Uh, you know that pic below your reply in your layout, Apophis?

Look in Firefox.


I just love people who read.
Ran-chan
Posts: 11374/12781
Uh, you know that pic below your reply in your layout, Apophis?

Look in Firefox.
Kasumi-Astra
Posts: 1799/1867
It's a problem that hadn't surfaced until I changed part of the board's code, I assume.

The code originally read:

if($user[postbg]) $head="<div style=background:url($user[postbg]);height=100%>$head";

All I did was fix the underlined to read:

if($user[postbg]) $head="<div style='background:url($user[postbg]);height:100%;'>$head";

If this is screwing things up, it can easily be changed back tonight. Either that, or we can define the height attribute in HTML rather than CSS and see if that works.

Also, there isn't any code to insert a </div> tag in the post footer. I'm not sure if this should effect it, but I can change the code back easily tonight, until this can be fixed.

Apophis
Posts: 781/882
its happening because for some reason tables aren't stretching vertically for longer posts. This problem did not seem to exist until 2 days ago. It also appears to only occur in Firefox. Looks fine in IE. ||Bass needs to look into fixing this. its not the layouts' fault, as my layout is suddenly having the same problem and i haven't changed it in almost a month.
Thayer
Posts: 163/988
Ronin pretty much nailed it, Snika's layout, if he writes too far down, it'll extend his layout and cause problems. Check your code again, Snika.
Ronin
Posts: 122/267
It gets messed up when there are scrollbars.

Basically, if the layout is higher than the normal area where your posts are, it'll go PAST it.
Peardian
Posts: 1230/1696
I don't see anything wrong with your layout, Snika...
Snika
Posts: 559/916
Mine is messed up, too. I don't know how to fix it.
KawaiiImoto-e
Posts: 980/1068
Originally posted by Setzer
uh. Why don't you just do a table width=100% hight=100% and put a background in there =|.


cos I'm to lazy. That's why.
Setzer
Posts: 438/532
uh. Why don't you just do a table width=100% hight=100% and put a background in there =|.
Ran-chan
Posts: 11346/12781
Originally posted by KawaiiImoto-e
It is still messed up, when it has a bg image. I removed mine from my layout now.. there should be no probs.. but it looks kind of.. tame without the forest in the background..


You might want to look at the pics I posted in Craziness Domain. ItĀ“s not just your layout thatĀ“s messy.

IĀ“ve noticed 4 layouts which have the same problem as yours.
Sukasa
Posts: 1816/1981
Well, then try placing the link to your background into the editlayout.php background tab, that might work better for you.
KawaiiImoto-e
Posts: 978/1068
It is still messed up, when it has a bg image. I removed mine from my layout now.. there should be no probs.. but it looks kind of.. tame without the forest in the background..
Yoshi Dude
Posts: 2886/3271
Originally posted by Karadur
I noticed that earlier as well, and it happened in this thread too There, however, Yoshi Dude is the only one of you two that posted in that thread, so I can only guess it's something with that layout. Even if that was the case, Colin's post in in between Yoshi Dude and Snika's, and it appears to be unaffected for whatever reason
Oh, huh. I've never noticed that because I just had his layout blocked. 8D

I removed my layout from the post here, and hers still looks messed up.
KawaiiImoto-e
Posts: 975/1068
I think it's because the board now handles layouts in divs, i.e. the Background Picture is in a DIV... I think that's a problem..

Jep, it's the DIV for the background. ^^

this little fucker:
< div style='background:url(http://www.mangaforum.org/gallery/data/500/wald.png);height:100%'>

This is a long thread. Click here to view it.
Acmlm's Board - I2 Archive - Modern Art - Old Layout messes up, but I didn't change everything, is Kawa at fault?


ABII


AcmlmBoard vl.ol (11-01-05)
Ā© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.004 seconds.