Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Post
by Stoker » 16 Sep 2012, 07:27
There is also the tweaks.css edit.
My settings for SE Pro is this:
Overall_header
row_height : '44px',
Colours.css
height:132px;
Tweaks.css
height: 41px;
Post
by martin123456 » 16 Sep 2012, 11:00
As i pointed out it displays perfect on all browsers IF you use pre mod.
If you dont use pre mod then its screwed in firefox only.
Now in return that then leaves 2 options there is some thing in the pre mod thats not in phpbb or firefox is screwed
Thats the settings i use stoker (on local) but its still screwed in firefox.
Post
by Stoker » 16 Sep 2012, 11:01
Is it screwed here on this site too?
Post
by martin123456 » 16 Sep 2012, 11:03
Stoker wrote: Is it screwed here on this site too?
Nope
Just a thought tho have you tried it on any other themes ?
Post
by Stoker » 16 Sep 2012, 11:12
Yes, several. It can be done by changing the settings mentoined in my previous post.
Post
by Stoker » 16 Sep 2012, 11:43
Well, I can see that mine fits well in IE and FF but is a bit too high in Safari, Chrome and Opera.
I think there is a css hack to get it right
Post
by martin123456 » 16 Sep 2012, 11:47
Hmmm you say that but yours shows good on all browsers infact im here now on all 3 browsers and looking good.
IE9 firefox chrome.
Post
by Stoker » 16 Sep 2012, 12:02
I think its a bit off in Opera. Not quite high enough.
So its probably Style dependant.
I found some hacks thats working for me on other sites nor using my own themes
Code: Select all
/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#vertical-ticker li { height: 42px; }
}
/* opera */
noindex:-o-prefocus, #vertical-ticker li {
height: 42px;
}
Test them.
Post
by martin123456 » 16 Sep 2012, 12:23
Stoker wrote: I think its a bit off in Opera. Not quite high enough.
So its probably Style dependant.
I found some hacks thats working for me on other sites nor using my own themes
Code: Select all
/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#vertical-ticker li { height: 42px; }
}
/* opera */
noindex:-o-prefocus, #vertical-ticker li {
height: 42px;
}
Test them.
Issue fixed just tweak the numbers to suit cheers stoker.
As it shows ok in all browsers but firefox i just used this
Code: Select all
/* firefox */
noindex:-o-prefocus, #vertical-ticker li {
height: 44px;
}
Post
by Stoker » 16 Sep 2012, 18:23
Which was the part to fix Opera
Firefox/IE should be handled by changing the default code.
But if it works, who cares