Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2457

Extension Writers Discussion • Re: Embed a style sheet on Registration page

$
0
0
I had this working when I inserted <style> tags in styles/all/template/event/overall_header_head_append.html:

Code:

<!-- IF IS_REGISTER_PAGE -->    <style>div.captcha-panel { display: none; }</style><!-- ENDIF -->
But I get HTTP ERROR 500 when I try to embed a css file like so:

Create a css file in styles/all/theme/cssinjection.css with code

Code:

div.captcha-panel{    display: none;}
Alter overall_header_head_append.html to:

Code:

<!-- IF IS_REGISTER_PAGE -->    {% INCLUDECSS '@cssinjection/cssinjection.css' %}<!-- ENDIF -->

Statistics: Posted by purpleperpetrator — Sun Nov 24, 2024 7:35 pm



Viewing all articles
Browse latest Browse all 2457

Trending Articles