From 0f3007a4e987050b664e7d024a621f04090e762a Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Fri, 16 Jun 2017 15:52:42 -0400 Subject: [PATCH] - force the use of prosilver template for full zdoom.org mod compatibility --- zdblack/template/memberlist_view.html | 116 ----------------- zdblack/template/overall_footer.html | 40 ------ zdblack/template/overall_header.html | 176 -------------------------- zdblack/template/template.cfg | 12 +- 4 files changed, 1 insertion(+), 343 deletions(-) delete mode 100644 zdblack/template/memberlist_view.html delete mode 100644 zdblack/template/overall_footer.html delete mode 100644 zdblack/template/overall_header.html diff --git a/zdblack/template/memberlist_view.html b/zdblack/template/memberlist_view.html deleted file mode 100644 index 3d6f7f2..0000000 --- a/zdblack/template/memberlist_view.html +++ /dev/null @@ -1,116 +0,0 @@ - - -

{PAGE_TITLE}

- -
-
-
- - -
-
{AVATAR_IMG}
-
{RANK_TITLE}
-
{RANK_IMG}
-
- - -
-
{L_USERNAME}:
-
- {USERNAME} - [ {L_USER_ADMIN} ] - [ {L_USER_BAN} ] - [ {L_USE_PERMISSIONS} ] -
- -
{L_RANK}:
{RANK_TITLE}
-
 {L_RANK}:
{RANK_IMG}
- -
{L_USER_IS_INACTIVE}:
{USER_INACTIVE_REASON}
-
{L_LOCATION}:
{LOCATION}
-
{L_AGE}:
{AGE}
-
{L_OCCUPATION}:
{OCCUPATION}
-
{L_INTERESTS}:
{INTERESTS}
-
{L_USERGROUPS}:
-
{custom_fields.PROFILE_FIELD_NAME}:
{custom_fields.PROFILE_FIELD_VALUE}
- - -
 
{L_REMOVE_FRIEND}
- -
 
{L_REMOVE_FOE}
- - -
 
{L_ADD_FRIEND}
- - -
 
{L_ADD_FOE}
- - - -
- -
-
- -
-
-
- -

{L_CONTACT_USER} {USERNAME}

- -
-
{L_PM}:
{L_SEND_PRIVATE_MESSAGE}
- -
{L_PM}:
{L_SEND_PRIVATE_MESSAGE}
-
{L_MSNM}:
{L_SEND_MSNM_MESSAGE}{USER_MSN}
-
{L_YIM}:
{L_SEND_YIM_MESSAGE}{USER_YIM}
-
{L_AIM}:
{L_SEND_AIM_MESSAGE}{USER_AIM}
-
{L_ICQ}:
{L_SEND_ICQ_MESSAGE}{USER_ICQ}
-
{L_JABBER}:
{L_SEND_JABBER_MESSAGE}
{L_JABBER}:
{USER_JABBER}
- - -
{PROFILE_FIELD1_NAME}:
{PROFILE_FIELD1_VALUE}
- -
-
- -
-

{L_USER_FORUM}

-
-
{L_JOINED}:
{JOINED}
-
{L_VISITED}:
{VISITED}
- -
{L_WARNINGS}:
-
{WARNINGS} [ {L_VIEW_NOTES} | {L_WARN_USER} ]
- -
{L_TOTAL_POSTS}:
-
{POSTS} | {L_SEARCH_USER_POSTS} -
({POSTS_PCT} / {POSTS_DAY}) -
({L_POSTS_IN_QUEUE})
({L_POSTS_IN_QUEUE}) -
- -
{L_ACTIVE_IN_FORUM}:
{ACTIVE_FORUM}
({ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT}) -
-
{L_ACTIVE_IN_TOPIC}:
{ACTIVE_TOPIC}
({ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT}) -
- -
-
-
-
- - -
-
- -

{L_SIGNATURE}

- -
{SIGNATURE}
- -
-
- - -
- - - - \ No newline at end of file diff --git a/zdblack/template/overall_footer.html b/zdblack/template/overall_footer.html deleted file mode 100644 index 3ee5488..0000000 --- a/zdblack/template/overall_footer.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - -
- - {RUN_CRON_TASK} -
- - - \ No newline at end of file diff --git a/zdblack/template/overall_header.html b/zdblack/template/overall_header.html deleted file mode 100644 index 3f08303..0000000 --- a/zdblack/template/overall_header.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - - -{META} -{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - -
- -
-
- {L_INFORMATION}: {L_BOARD_DISABLED} -
-
- diff --git a/zdblack/template/template.cfg b/zdblack/template/template.cfg index 6a8e9cf..618fe49 100644 --- a/zdblack/template/template.cfg +++ b/zdblack/template/template.cfg @@ -17,14 +17,4 @@ # # General Information about this template -name = zdblack -copyright = © FDCP, www.fdcp.nl -version = 3.0.11 - -# Defining a different template bitfield -template_bitfield = lNg= - -# Template inheritance -# See http://blog.phpbb.com/2008/07/31/templating-just-got-easier/ -# Set value to empty to ignore template inheritance -inherit_from = prosilver \ No newline at end of file +name = prosilver