Problems With Ipb

Hi,

I'm testing the skin on a local install of IPB 2.3 (latest).

I've modified the source as detailed in the "Mods.html" file but the nested breadcrumb doesn't work. You can see the result in "Picture 1" (the _setid is correct).

Also, all the messenger's templates are unskinned (Picture 2).

And there is a little bug (height too big) everytime there is checkbox in a table's header (Picture 3). There ain't any easy solution for that as we can't set the checkbox's height but it might look better with a thicker background.

Thanks

Thibaut

post-70334-1236192279_thumb.png

post-70334-1236192437_thumb.png

post-70334-1236193004_thumb.png

Picture_1.png
Picture_1.png
Picture_2.png
Picture_2.png
Picture_3.png
Picture_3.png

#524663

Hmm, does seem like that template did not get copied over. Odd, I'll update the ipb version in the release thread within a few minutes.

If you need help with the breadcrumb hack, you can send me (via pm) your class_display.php file and I'll modify it for you. I also need the skin id for the aqua-soft skin.

#524666

I went ahead and updated the skin, you can download it here.

Not really sure why the checkbox is looking like it does on your end.

This is how it should show up.

screenshot_1a31090196b9d7a1a.png

What part of the forum did you take that screenshot at?

#524668

That was quick, thanks :)

Messenger looks good now, thanks.

The checkbox problem happens only with Firefox (and it's not specific to a certain page).

For the breadcrumb hack, my class_display.php is default, I replaced the specified lines without touching them as my skin ID is already 4. Did I miss something ?

#524670

Do you have a link to your forums?

#524671

Sorry no, I just began testing. But it's a default install with a default config...

#524672

Got it !

The source displayed in "Mods.html" isn't correct (for the breadcrumb) because the <pre> isn't working as you expected (at least in FF3) : all the html tags are rendered. So when I copy / paste the source I get everything except the html tags, that makes a big difference ^^

#524782

Doh, guess I'll have to use textarea the next time I update it.

Thanks for letting me know.

#524791