Recent posts

#21
EhPortal Support / More Odd behavior when it come...
Last post by deansmar - July 01, 2026, 03:58:59 AM
hi Chen,
SMF 2.1.7
EhPortal_v1.40.4-RC4
verious themes from TheCripZone, plus the default curve theme

i test the Mobile versions on what the browsers have to offer, under enwicklertools.. wether Crome / Firefox or Edge
mainly i use Firefox and Edge on:
iphone 14 and 17
samsung galaxy A51, A71, S25
google pixel 7, 8, 9
ipad mini and pro
samsung tab S4, S9

you can see it all here on my test website

i am haveing a few Problems when viewing a themes in the responsive mode (eg. mobile phone)
no matter what theme apart from Whitebox, (i managed to get that one working) apart from the width(see below)..

the login button is across the hole of the screen.. turning the float off resoves this problem..
but i can not find anywere in the CSS that can change the float variable.. nothing seems to work in either the themes responsive.css or the ep_responsive.min.css or the portal_responsive.min.css

it seems to be hard programmed into inline..

there also seems to be a poblem with the width of the whole website/forum/portal..!
there is a padding or margin on the left side, but nothing on the right side, it even looks like it overflows..

i have tryed tinyportal, and everything works fine with that portal, but i would prfer to use your portal..

i hope you can help.. kind regards


#22
SMF Arcade Support + Plugins / Re: Bugreport: Missing arcade-...
Last post by Skhilled - June 28, 2026, 09:40:04 PM
"smf-arcade-bugreport"??? Cool!!!  8)
#23
Running SMF Arcade v2.7.0.8 on SMF 2.1.7 shows a few 404 errors when browsing a forum on URLs like:

Quote/Themes/default/css/arcade-special.css?v2708

Checking the code this file is referred via /Sources/ArcadeHooks.php:

        <link rel="stylesheet" href="' . $settings['default_theme_url'] . '/css/arcade-special.css?' . $suffixVersion . '">

but not included in the Download / install archive for unknown reasons.
#24
SMF-Snowflakes / Re: Snowflakes
Last post by Dave - June 21, 2026, 02:41:24 AM
Thank you
#25
SMF-Snowflakes / Re: Snowflakes
Last post by Chen Zhen - June 21, 2026, 12:45:47 AM

RC5 is now available which has that z-index setting working for all snowflake types.
It also includes a fix to the JavaScript syntax error from the ionSound script and only includes that script for Xmas Lights.
#26
EhPortal Support / Re: Odd behaviour
Last post by Dave - June 16, 2026, 03:31:04 AM
OK no rush, just letting you know abut things
#27
EhPortal Support / Re: Odd behaviour
Last post by Chen Zhen - June 15, 2026, 03:06:44 PM
I'll have to work on this some more because I'm not seeing uniform behavior for the toggle icon placement between your theme & others. I tried using negative values to get the thing to move but that's not a good way to do it.
#28
EhPortal Support / Re: Odd behaviour
Last post by Dave - June 14, 2026, 02:48:05 AM
Thanks Chen
#29
EhPortal Support / Re: Odd behaviour
Last post by Chen Zhen - June 14, 2026, 02:18:37 AM

I'm not sure which EhPortal version you are using but the CSS in the current one already matches the second code box.

I posted version 1.40.4-RC4 which includes CSS changes that should fix what you reported.
#30
EhPortal Support / Re: Odd behaviour
Last post by Dave - June 13, 2026, 04:36:48 AM
I've had another look at it this morning Chen and I've fixed it. The catbar needed to have height which I've now added at line 4330
height: 35px; and the issue is resolved.

I would be grateful, if you have, the time to look over the theme and see if you can see any errors though, but no rush as it wont be added anywhere for public use until 1st September.

One other thing I did change is in the portal.css

Line 376 changed from

sp_article_icon
{
    vertical-align: middle;
    margin: 0rem 0rem 0rem 0rem !important;
}

to
sp_article_icon
{
    vertical-align: middle;
    margin: 0rem 0.3rem 0rem 0rem !important;
}

This is so the Icon has padding to the side of the catbar title