Skip to content

Commit 9d13a0f

Browse files
committed
3.3.12
3.3.12
1 parent e9beb8e commit 9d13a0f

7 files changed

+12
-14
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Vinny
3434

3535
ThE KuKa (Raúl Arroyo Monzo)
3636

37-
## © 2003 / 2021 [phpBB España](https://www.phpbb-es.com)
37+
## © 2003 / 2024 [phpBB España](https://www.phpbb-es.com)
3838

3939
![phpBB Spain](https://www.phpbb-es.com/images/logo_new_small.png)

rockn_roll/style.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
# General Information about this style
2222
name = Rock'n Roll
23-
copyright = © Vinny - phpBB Spain 2023
24-
style_version = 3.0.9
25-
phpbb_version = 3.3.10
23+
copyright = © Vinny - phpBB Spain 2024
24+
style_version = 3.3.12
25+
phpbb_version = 3.3.12
2626
2727
# Defining a different template bitfield
2828
# template_bitfield = //g=

rockn_roll/template/index_body.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<form method="post" action="{S_LOGIN_ACTION}" class="headerspace">
2020
<h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED -->&nbsp; &bull; &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF --></h3>
2121
<fieldset class="quick-login">
22-
<label for="username"><span>{L_USERNAME}{L_COLON}</span> <input type="text" tabindex="1" name="username" id="username" size="10" class="inputbox" title="{L_USERNAME}" /></label>
23-
<label for="password"><span>{L_PASSWORD}{L_COLON}</span> <input type="password" tabindex="2" name="password" id="password" size="10" class="inputbox" title="{L_PASSWORD}" autocomplete="off" /></label>
22+
<label for="username"><span>{L_USERNAME}{L_COLON}</span> <input type="text" tabindex="1" name="username" id="username" size="10" class="inputbox" title="{L_USERNAME}" autocomplete="username" /></label>
23+
<label for="password"><span>{L_PASSWORD}{L_COLON}</span> <input type="password" tabindex="2" name="password" id="password" size="10" class="inputbox" title="{L_PASSWORD}" autocomplete="current-password" /></label>
2424
<!-- IF U_SEND_PASSWORD -->
2525
<a href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a>
2626
<!-- ENDIF -->

rockn_roll/template/overall_footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h3 class="alert_title">&nbsp;</h3><p class="alert_text"></p>
6464
</div>
6565

6666
<script src="{T_JQUERY_LINK}"></script>
67-
<!-- IF S_ALLOW_CDN --><script>window.jQuery || document.write('\x3Cscript src="{T_ASSETS_PATH}/javascript/jquery-3.6.0.min.js?assets_version={T_ASSETS_VERSION}">\x3C/script>');</script><!-- ENDIF -->
67+
<!-- IF S_ALLOW_CDN --><script>window.jQuery || document.write('\x3Cscript src="{T_ASSETS_PATH}/javascript/jquery-3.7.1.min.js?assets_version={T_ASSETS_VERSION}">\x3C/script>');</script><!-- ENDIF -->
6868
<script src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
6969
<!-- INCLUDEJS forum_fn.js -->
7070
<!-- INCLUDEJS ajax.js -->

rockn_roll/template/simple_footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h3 class="alert_title">&nbsp;</h3><p class="alert_text"></p>
3737
</div>
3838

3939
<script src="{T_JQUERY_LINK}"></script>
40-
<!-- IF S_ALLOW_CDN --><script>window.jQuery || document.write('\x3Cscript src="{T_ASSETS_PATH}/javascript/jquery-3.6.0.min.js?assets_version={T_ASSETS_VERSION}">\x3C/script>');</script><!-- ENDIF -->
40+
<!-- IF S_ALLOW_CDN --><script>window.jQuery || document.write('\x3Cscript src="{T_ASSETS_PATH}/javascript/jquery-3.7.1.min.js?assets_version={T_ASSETS_VERSION}">\x3C/script>');</script><!-- ENDIF -->
4141
<script src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
4242
<!-- INCLUDEJS forum_fn.js -->
4343
<!-- INCLUDEJS ajax.js -->

rockn_roll/template/viewtopic_body.html

+4
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,8 @@ <h3 {% if postrow.S_FIRST_ROW %}class="first"{% endif %}>
337337
</p>
338338
<!-- ENDIF -->
339339

340+
{% EVENT viewtopic_body_postrow_content_before %}
341+
340342
<div class="content">{postrow.MESSAGE}</div>
341343

342344
<!-- EVENT viewtopic_body_postrow_content_after -->
@@ -466,4 +468,6 @@ <h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3>
466468
</div>
467469
<!-- ENDIF -->
468470

471+
{% EVENT viewtopic_body_online_list_after %}
472+
469473
<!-- INCLUDE overall_footer.html -->

rockn_roll/theme/stylesheet.css

-6
Original file line numberDiff line numberDiff line change
@@ -777,9 +777,3 @@ li.row strong {
777777
color: #000000;
778778
text-shadow: 2px 2px 3px #ffffff;
779779
}
780-
781-
/* CSS Extensions */
782-
783-
#phpbb_announcement {
784-
background-color: #ACACAC; /* Rock colour */
785-
}

0 commit comments

Comments
 (0)