images/
directory in style/
.Code: Select all
<style>#page-header{--random-header: url(/ext/sniper/acpstyled/adm/images/header_image_{{ theme }}/header_bg{{ random }}.jpg);}</style>
Code: Select all
<style>#page-header{--random-header: url(images/header_image_{{ theme }}/header_bg{{ random }}.jpg);}</style>
Code: Select all
background-image: var(--random-header, url("../images/header_image_light"));
Code: Select all
background-image: var(--random-header, url("./images/header_image_light/header_bg1.jpg"));
Code: Select all
background-image: var(--random-header, url("../images/header_image_dark"));
Code: Select all
background-image: var(--random-header, url("./images/header_image_dark/header_bg1.jpg"));
The viewtopic.php?t=29 one was borked yesterday and still is today. (error when unzipping)Sniper_E wrote: ↑Wed Jun 19, 2024 10:16 pm I don't understand. At my site viewtopic.php?t=29 is my extension credits ext. This ext is viewtopic.php?t=57 at my site.
I just checked the download at https://www.sniper-e.net/viewtopic.php?t=57 and it was fine. Do I need to repack this?
The link in the first post here links to that download. Anyone else having that issue?
Code: Select all
Parse error: syntax error, unexpected identifier "extension", expecting ")" in D:\Wamp.net\sites\phpbb3\ext\sniper\acpstyled\language\fr\info_acp_acpstyled.php on line 38
Code: Select all
Parse error: syntax error, unexpected identifier "en", expecting ")" in D:\Wamp.net\sites\phpbb3\ext\sniper\acpstyled\language\fr\acp_acpstyled.php on line 37 & 41 & 44
lang('ACP_ACPSTYLED')
to display the H1 heading of the extension page because it's a language key whereas ACPSTYLED_DISPLAY_NAME
is not translatable.admin_light.css
, I changed all #ffffff
to #dde8f0