diff --git a/contrib/subsilver2.xml b/contrib/subsilver2.xml new file mode 100644 index 00000000..d3eb1fec --- /dev/null +++ b/contrib/subsilver2.xml @@ -0,0 +1,172 @@ + + + + + +
+ http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + + board3 Portal - subsilver2 style + board3 Portal - subsilver2 style + + Adds a portal to your forum. +It has several boxes wich can be turned on an off in the ACP and certain settings. + +Included language files: +» English (en) +» German (de) + +More languages can be found in our International forum: http://www.board3.de/viewforum.php?f=13 + Fügt ein Portal deinem Forum hinzu. +Es hat diverse Boxen, die über das ACP an- / abgeschaltet und eingestellt werden können. + +Enthaltenen Sprachdateien: +» Englisch (en) +» Deutsch (de) + +Weitere Sprachen kannst in unseren International Forum finden: http://www.board3.de/viewforum.php?f=13 + + + I hope you get everything working. Further developement, new boxes for the portal or questions are welcome at www.board3.de + + Ich hoffe ihr habt Spaß am Portal. Neuen Code, bzw neue Boxen und Fragen könnt ihr auf www.board3.de posten. + + + + + Ice + avaren + http://www.board3.de + + + + + + Kevin + saint_hh + http://www.board3.de + + + + + + Christian + Christian_N + http://www.phpbb-projekt.de + + + + + + Marc Alexander + marc1706 + http://www.m-a-styles.de + + + + + + (N/A) + nickvergessen@gmx.de + nickvergessen + http://mods.flying-bits.org/ + + + + + + Walter + w.bobeth@digitalfotografie-foren.de + Redbull254 + http://www.digitalfotografie-foren.de + + + + + + + 2.0.0b1 + + + easy + + 3.0.8 + + + + Installations-Anleitung + Manual + +
+ + + + + + + + {L_INDEX} » ]]> + + {L_INDEX}]]> + {L_PORTAL} » ]]> + + + + + + + + + + + +
{SITE_LOGO_IMG}

{SITENAME}

{SITE_DESCRIPTION}
+ ]]>
+ ]]> +
+ +  {L_BOARD_DISABLED}]]> + ]]> + ]]> + + + + + + + + +
{LAST_VISIT_DATE}{CURRENT_TIME}
+ ]]>
+ ]]> +
+ + ]]> + ]]> + + + + +
]]>
+ ]]> +
+
+ + "Styles" > "Templates" > jedes > "Aktualisieren" + "Administrations-Bereich" (ACP) > "Styles" > "Themes" > jedes > "Aktualisieren" + "Administrations-Bereich" (ACP) > "Styles" > "Grafiksammlungen" > jedes > "Aktualisieren" + +Leere den Cache im "Administrations-Bereich" (ACP) > "Allgemein" > "Den Cache leeren" +]]> + "Styles" > "Templates" > each > "refresh" + "Administration Control Panel" (ACP) > "Styles" > "Themes" > each > "refresh" + "Administration Control Panel" (ACP) > "Styles" > "Imagesets" > each > "refresh" + +Clear your cache in the "Administration Control Panel" (ACP) > "General" > "Purge the cache" +]]> +
+
\ No newline at end of file diff --git a/root/language/en/mods/info_acp_portal.php b/root/language/en/mods/info_acp_portal.php index 5cfd9366..73861024 100644 --- a/root/language/en/mods/info_acp_portal.php +++ b/root/language/en/mods/info_acp_portal.php @@ -72,7 +72,7 @@ $lang = array_merge($lang, array( 'PORTAL_RIGHT_COLUMN_EXP' => 'Switch to no if you wish to turn off the right column', 'PORTAL_VERSION_CHECK' => 'Versioncheck on Portal', 'PORTAL_PHPBB_MENU' => 'phpBB menu', - 'PORTAL_PHPBB_MENU_EXP' => 'Display the phpBB Header on the portal.', + 'PORTAL_PHPBB_MENU_EXP' => 'Display the phpBB Header on the portal.', 'ACP_PORTAL_COLUMN_WIDTH_SETTINGS' => 'Left and right column width settings', 'PORTAL_LEFT_COLUMN_WIDTH' => 'Width of the left column', 'PORTAL_LEFT_COLUMN_WIDTH_EXP' => 'Change the width of the left column in pixels; recommended value is 180', diff --git a/root/styles/subsilver2/template/portal/_block_config.html b/root/styles/subsilver2/template/portal/_block_config.html new file mode 100644 index 00000000..2b8998e1 --- /dev/null +++ b/root/styles/subsilver2/template/portal/_block_config.html @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/blocks_bottom.html b/root/styles/subsilver2/template/portal/blocks_bottom.html new file mode 100644 index 00000000..e33ceb11 --- /dev/null +++ b/root/styles/subsilver2/template/portal/blocks_bottom.html @@ -0,0 +1,24 @@ + + + {$LR_BLOCK_H_L}
style="background: url('{blocks.ICON}') no-repeat; padding-left: 20px; white-space: nowrap;">{blocks.TITLE}
{$LR_BLOCK_H_R} + + {blocks.TEXT} + + + + + + + + + + + + + + + + + {$LR_BLOCK_F_L}{$LR_BLOCK_F_R} + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/blocks_left.html b/root/styles/subsilver2/template/portal/blocks_left.html new file mode 100644 index 00000000..d4a55012 --- /dev/null +++ b/root/styles/subsilver2/template/portal/blocks_left.html @@ -0,0 +1,24 @@ + + + {$LR_BLOCK_H_L}
style="background: url('{blocks.ICON}') no-repeat; padding-left: 20px; white-space: nowrap;">{blocks.TITLE}
{$LR_BLOCK_H_R} + + {blocks.TEXT} + + + + + + + + + + + + + + + + + {$LR_BLOCK_F_L}{$LR_BLOCK_F_R} + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/blocks_middle_bottom.html b/root/styles/subsilver2/template/portal/blocks_middle_bottom.html new file mode 100644 index 00000000..c33e5933 --- /dev/null +++ b/root/styles/subsilver2/template/portal/blocks_middle_bottom.html @@ -0,0 +1,24 @@ + + + {$LR_BLOCK_H_L}
style="background: url('{blocks.ICON}') no-repeat; padding-left: 20px; white-space: nowrap;">{blocks.TITLE}
{$LR_BLOCK_H_R} + + {blocks.TEXT} + + + + + + + + + + + + + + + + + {$LR_BLOCK_F_L}{$LR_BLOCK_F_R} + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/blocks_middle_top.html b/root/styles/subsilver2/template/portal/blocks_middle_top.html new file mode 100644 index 00000000..a6629919 --- /dev/null +++ b/root/styles/subsilver2/template/portal/blocks_middle_top.html @@ -0,0 +1,24 @@ + + + {$LR_BLOCK_H_L}
style="background: url('{blocks.ICON}') no-repeat; padding-left: 20px; white-space: nowrap;">{blocks.TITLE}
{$LR_BLOCK_H_R} + + {blocks.TEXT} + + + + + + + + + + + + + + + + + {$LR_BLOCK_F_L}{$LR_BLOCK_F_R} + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/blocks_right.html b/root/styles/subsilver2/template/portal/blocks_right.html new file mode 100644 index 00000000..7a4aa2c9 --- /dev/null +++ b/root/styles/subsilver2/template/portal/blocks_right.html @@ -0,0 +1,24 @@ + + + {$LR_BLOCK_H_L}
style="background: url('{blocks.ICON}') no-repeat; padding-left: 20px; white-space: nowrap;">{blocks.TITLE}
{$LR_BLOCK_H_R} + + {blocks.TEXT} + + + + + + + + + + + + + + + + + {$LR_BLOCK_F_L}{$LR_BLOCK_F_R} + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/blocks_top.html b/root/styles/subsilver2/template/portal/blocks_top.html new file mode 100644 index 00000000..ec132c03 --- /dev/null +++ b/root/styles/subsilver2/template/portal/blocks_top.html @@ -0,0 +1,24 @@ + + + {$LR_BLOCK_H_L}
style="background: url('{blocks.ICON}') no-repeat; padding-left: 20px; white-space: nowrap;">{blocks.TITLE}
{$LR_BLOCK_H_R} + + {blocks.TEXT} + + + + + + + + + + + + + + + + + {$LR_BLOCK_F_L}{$LR_BLOCK_F_R} + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/index.html b/root/styles/subsilver2/template/portal/index.html new file mode 100644 index 00000000..c3c1935f --- /dev/null +++ b/root/styles/subsilver2/template/portal/index.html @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/announcements.html b/root/styles/subsilver2/template/portal/modules/announcements.html new file mode 100644 index 00000000..e2bfb52c --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/announcements.html @@ -0,0 +1,78 @@ + + + +{$C_BLOCK_H_L}{L_LATEST_ANNOUNCEMENTS}{$C_BLOCK_H_R} + + + + + +
+ + {L_NO_ANNOUNCEMENTS} + + + + + + + + + + + +
+ + {NEWEST_POST_IMG}{READ_POST_IMG} {announcements_row.ATTACH_ICON_IMG} {L_VIEW_TOPIC_POLL}: {announcements_row.TITLE} +
+ + {L_POSTED} {L_POST_BY_AUTHOR}: {announcements_row.POSTER_FULL} » {announcements_row.TIME} + + + {L_FORUM}: {announcements_row.FORUM_NAME} + + {L_GLOBAL_ANNOUNCEMENT} + + +

+
+ {announcements_row.TEXT} +
+ +

+ + + + + + + + + + +
{L_ATTACHMENTS}:
{announcements_row.attachment.DISPLAY_ATTACHMENT}
+ +

+ [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {announcements_row.PAGINATION} ] +
+ {L_TOPIC_VIEWS}: {announcements_row.TOPIC_VIEWS}  •  {L_COMMENTS}: {announcements_row.REPLIES}  •  {L_POST_REPLY} + {announcements_row.OPEN}{announcements_row.L_READ_FULL}{announcements_row.CLOSE} {L_BACK_TO_TOP} +
+
+ +
+ + + + +
+ {TOTAL_ANNOUNCEMENTS} + • {AP_PAGE_NUMBER} • {AP_PAGINATION} • {AP_PAGE_NUMBER} +
+ + +
+ +{$C_BLOCK_F_L}{$C_BLOCK_F_R} + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/announcements_compact.html b/root/styles/subsilver2/template/portal/modules/announcements_compact.html new file mode 100644 index 00000000..88bf5264 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/announcements_compact.html @@ -0,0 +1,65 @@ + + + +{$C_BLOCK_H_L}{L_LATEST_ANNOUNCEMENTS} {$C_BLOCK_H_R} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ {L_NO_ANNOUNCEMENTS} +
{announcements_row.TOPIC_FOLDER_IMG} + [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {announcements_row.PAGINATION} ] + {announcements_row.ATTACH_ICON_IMG} {L_VIEW_TOPIC_POLL}: {announcements_row.TITLE} +

{L_POSTED} {L_POST_BY_AUTHOR} {announcements_row.POSTER_FULL} » {announcements_row.TIME} + +
{L_FORUM}: {announcements_row.FORUM_NAME} + + {L_GLOBAL_ANNOUNCEMENT} + + {L_REPLIES}: {announcements_row.REPLIES} • {L_VIEWS}: {announcements_row.TOPIC_VIEWS} +

+

{announcements_row.REPLIES}

{announcements_row.TOPIC_VIEWS}

+

{announcements_row.LAST_POST_TIME}

+

{announcements_row.USERNAME_FULL_LAST} + {NEWEST_POST_IMG}{READ_POST_IMG} +

+
{TOTAL_ANNOUNCEMENTS} + • {AP_PAGE_NUMBER} • {AP_PAGINATION} • {AP_PAGE_NUMBER}
+{$C_BLOCK_F_L}{$C_BLOCK_F_R} + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/attachments.html b/root/styles/subsilver2/template/portal/modules/attachments.html new file mode 100644 index 00000000..25d0eb38 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/attachments.html @@ -0,0 +1,20 @@ + +{$LR_BLOCK_H_L} {L_ATTACHMENTS}{$LR_BLOCK_H_R} + + + + +
+ + {L_FILENAME}
+ +  {attach.FILENAME}
+ {L_FILESIZE}:{attach.FILESIZE}
+ {L_DOWNLOADS}:{attach.DOWNLOAD_COUNT}
+
+ + + {L_NO_ATTACHMENTS} + +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/birthdays_side.html b/root/styles/subsilver2/template/portal/modules/birthdays_side.html new file mode 100644 index 00000000..c9cb79bc --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/birthdays_side.html @@ -0,0 +1,27 @@ + +{$LR_BLOCK_H_L} {L_BIRTHDAYS}{$LR_BLOCK_H_R} + + + + + + + + + +
+ + {L_CONGRATULATIONS}:
{BIRTHDAY_LIST} + + {L_NO_BIRTHDAYS} + +
+ {L_BIRTHDAYS_AHEAD}: +
+ + {BIRTHDAYS_AHEAD_LIST} + + {L_NO_BIRTHDAYS_AHEAD} + +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/calendar_side.html b/root/styles/subsilver2/template/portal/modules/calendar_side.html new file mode 100644 index 00000000..a68e4c95 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/calendar_side.html @@ -0,0 +1,89 @@ + + +{$LR_BLOCK_H_L} {L_PORTAL_CALENDAR}{$LR_BLOCK_H_R} + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
{U_PREV_MONTH}{L_MINI_CAL_MONTH}{U_NEXT_MONTH}
{L_MINI_CAL_SUN}{L_MINI_CAL_MON}{L_MINI_CAL_TUE}{L_MINI_CAL_WED}{L_MINI_CAL_THU}{L_MINI_CAL_FRI}{L_MINI_CAL_SAT}{L_MINI_CAL_SUN}
{mini_cal_row.mini_cal_days.MINI_CAL_DAY}
+
+ + + + + + + + + + + + +
{L_CURRENT_EVENTS}:
+ + {cur_events.EVENT_TITLE}:
+ {L_EVENT_TIME}: {cur_events.START_TIME}
+ {L_EVENT_START}: {cur_events.START_TIME}
{L_EVENT_END}: {cur_events.END_TIME}
+ {L_EVENT_ALL_DAY}
+ + {cur_events.EVENT_DESC} +
+
{L_NO_CUR_EVENTS}
+ + + + + + + + + + + + +
{L_UPCOMING_EVENTS}:
+ + {upcoming_events.EVENT_TITLE}:
+ {L_EVENT_TIME}: {upcoming_events.START_TIME}
+ {L_EVENT_START}: {upcoming_events.START_TIME}
{L_EVENT_END}: {upcoming_events.END_TIME}
+ {L_EVENT_TIME}: {upcoming_events.START_TIME}
{L_EVENT_ALL_DAY}
+ + {upcoming_events.EVENT_DESC} +
+
{L_NO_UPCOMING_EVENTS}
+
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/clock_side.html b/root/styles/subsilver2/template/portal/modules/clock_side.html new file mode 100644 index 00000000..bede16b3 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/clock_side.html @@ -0,0 +1,14 @@ + +{$LR_BLOCK_H_L} {L_CLOCK}{$LR_BLOCK_H_R} + + + + +
+
+ + + + +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/custom_center.html b/root/styles/subsilver2/template/portal/modules/custom_center.html new file mode 100644 index 00000000..5fb4f0f3 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/custom_center.html @@ -0,0 +1,12 @@ + +{$C_BLOCK_H_L}{$CUSTOM_TITLE}{$C_BLOCK_H_R} + + + + +
+
+ {$CUSTOM_CODE} +
+
+{$C_BLOCK_F_L}{$C_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/custom_side.html b/root/styles/subsilver2/template/portal/modules/custom_side.html new file mode 100644 index 00000000..ac3d1808 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/custom_side.html @@ -0,0 +1,12 @@ + +{$LR_BLOCK_H_L} {$CUSTOM_TITLE}{$LR_BLOCK_H_R} + + + + +
+
+ {$CUSTOM_CODE} +
+
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/donation_center.html b/root/styles/subsilver2/template/portal/modules/donation_center.html new file mode 100644 index 00000000..0a65bd94 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/donation_center.html @@ -0,0 +1,51 @@ + +{$C_BLOCK_H_L}{L_DONATION}{$C_BLOCK_H_R} + + + + +
+ + + + +
+ {SITENAME} {L_DONATION_TEXT} +
+
+
+ + + + + + + + + + +
+
+ {L_PAY_MSG} +
+
+{$C_BLOCK_F_L}{$C_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/donation_side.html b/root/styles/subsilver2/template/portal/modules/donation_side.html new file mode 100644 index 00000000..306e131d --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/donation_side.html @@ -0,0 +1,40 @@ + +{$LR_BLOCK_H_L} {L_DONATION}{$LR_BLOCK_H_R} + + + + +
+
+
+ + + + + + + + + + +
+
+
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/forumlist.html b/root/styles/subsilver2/template/portal/modules/forumlist.html new file mode 100644 index 00000000..80e08012 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/forumlist.html @@ -0,0 +1,13 @@ + + + + + + + +
\ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/friends_side.html b/root/styles/subsilver2/template/portal/modules/friends_side.html new file mode 100644 index 00000000..52d688df --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/friends_side.html @@ -0,0 +1,23 @@ + +{$LR_BLOCK_H_L} {L_FRIENDS}{$LR_BLOCK_H_R} + + + + +
+ {L_FRIENDS_ONLINE}
+ + {b3p_friends_online.USERNAME_FULL}
+ + {L_NO_FRIENDS_ONLINE} +
+ +
+ {L_FRIENDS_OFFLINE}
+ + {b3p_friends_offline.USERNAME_FULL}
+ + {L_NO_FRIENDS_OFFLINE} + +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/index.html b/root/styles/subsilver2/template/portal/modules/index.html new file mode 100644 index 00000000..c3c1935f --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/index.html @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/jumpbox.html b/root/styles/subsilver2/template/portal/modules/jumpbox.html new file mode 100644 index 00000000..38708545 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/jumpbox.html @@ -0,0 +1,20 @@ + + +
+ + + + + +
{L_SELECT_TOPICS_FROM}{L_MODERATE_FORUM}{L_JUMP_TO}:  
+ +
+
+ \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/latest_bots_side.html b/root/styles/subsilver2/template/portal/modules/latest_bots_side.html new file mode 100644 index 00000000..ad641a13 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/latest_bots_side.html @@ -0,0 +1,13 @@ + +{$LR_BLOCK_H_L} {LAST_VISITED_BOTS}{$LR_BLOCK_H_R} + + + + +
+ + {last_visited_bots.BOT_NAME}
{last_visited_bots.LAST_VISIT_DATE} +
+ +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/latest_members_side.html b/root/styles/subsilver2/template/portal/modules/latest_members_side.html new file mode 100644 index 00000000..3bf792f0 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/latest_members_side.html @@ -0,0 +1,15 @@ + +{$LR_BLOCK_H_L} {L_LATEST_MEMBERS}{$LR_BLOCK_H_R} + + + + +
+ {L_USERNAME} + {L_JOINED}
+ + {latest_members.USERNAME_FULL} + {latest_members.JOINED}
+ +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/leaders_ext_side.html b/root/styles/subsilver2/template/portal/modules/leaders_ext_side.html new file mode 100644 index 00000000..0dd770cd --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/leaders_ext_side.html @@ -0,0 +1,25 @@ + +{$LR_BLOCK_H_L} {L_THE_TEAM}{$LR_BLOCK_H_R} + + + + + + + + + + + + + + + +
+ {group.GROUP_NAME} +
+ {group.member.USERNAME_FULL}
+
+ {L_NO_GROUPS_P} +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/leaders_side.html b/root/styles/subsilver2/template/portal/modules/leaders_side.html new file mode 100644 index 00000000..bf572656 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/leaders_side.html @@ -0,0 +1,41 @@ + +{$LR_BLOCK_H_L} {L_THE_TEAM}{$LR_BLOCK_H_R} + + + + + + + + + + + + + + + + + + + + + + + + + +
+ {L_ADMINISTRATORS} +
+ {admin.USERNAME_FULL}
+
+ {L_NO_ADMINISTRATORS_P} +
+ {L_MODERATORS} +
+ {mod.USERNAME_FULL}
+
+ {L_NO_MODERATORS_P} +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/link_us_side.html b/root/styles/subsilver2/template/portal/modules/link_us_side.html new file mode 100644 index 00000000..a47bf32c --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/link_us_side.html @@ -0,0 +1,11 @@ + +{$LR_BLOCK_H_L} {L_LINK_US}{$LR_BLOCK_H_R} + + + + +
+ {LINK_US_TXT}
+
+
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/links_side.html b/root/styles/subsilver2/template/portal/modules/links_side.html new file mode 100644 index 00000000..12875547 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/links_side.html @@ -0,0 +1,18 @@ + +{$LR_BLOCK_H_L} {L_PORTAL_LINKS}{$LR_BLOCK_H_R} + + + + + + + + + + +
+  {portallinks.LINK_TITLE} +
+ {L_LINKS_NO_LINKS}
+
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/login_box_side.html b/root/styles/subsilver2/template/portal/modules/login_box_side.html new file mode 100644 index 00000000..24f6a64c --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/login_box_side.html @@ -0,0 +1,24 @@ + +
+{$LR_BLOCK_H_L} {L_LOGIN_LOGOUT}{$LR_BLOCK_H_R} + + + + +
+ {L_USERNAME}:
+

+ {L_PASSWORD}:
+ + +

+ + {L_UM_LOG_ME_IN}
+ + +
+ + +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} +
\ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/main_menu_side.html b/root/styles/subsilver2/template/portal/modules/main_menu_side.html new file mode 100644 index 00000000..f8b2751b --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/main_menu_side.html @@ -0,0 +1,27 @@ + +{$LR_BLOCK_H_L} {L_M_MENU}{$LR_BLOCK_H_R} + + + + + + + + + + + + + + + + + +
+ {portalmenu.CAT_TITLE} +
+ {portalmenu.links.LINK_TITLE} +
+ {L_MENU_NO_LINKS}
+
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/news_center.html b/root/styles/subsilver2/template/portal/modules/news_center.html new file mode 100644 index 00000000..47504c4b --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/news_center.html @@ -0,0 +1,69 @@ + +{$C_BLOCK_H_L}{L_LATEST_NEWS}{$C_BLOCK_H_R} + + + + +
+ + + {L_NO_NEWS} + + + + + + + + + + + +
+ + {NEWEST_POST_IMG}{READ_POST_IMG} {news_row.ATTACH_ICON_IMG} {L_VIEW_TOPIC_POLL}: {news_row.TITLE}
+ {L_POSTED} {L_POST_BY_AUTHOR}: {news_row.POSTER_FULL} » {news_row.TIME} + + + {L_FORUM}: {news_row.FORUM_NAME} + + +

+
+ {news_row.TEXT} +
+ +

+ + + + + + + + + + +
{L_ATTACHMENTS}:
{news_row.attachment.DISPLAY_ATTACHMENT}
+ +

+ [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {news_row.PAGINATION} ] +
+ {L_TOPIC_VIEWS}: {news_row.TOPIC_VIEWS}  •  {L_COMMENTS}: {news_row.REPLIES}  •  {L_POST_REPLY} + {news_row.OPEN}{news_row.L_READ_FULL}{news_row.CLOSE} {L_BACK_TO_TOP} +
+
+ + + +
+ + + + +
+ {TOTAL_NEWS} + • {NP_PAGE_NUMBER} • {NP_PAGINATION} • {NP_PAGE_NUMBER}
+ +
+{$C_BLOCK_F_L}{$C_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/news_compact_center.html b/root/styles/subsilver2/template/portal/modules/news_compact_center.html new file mode 100644 index 00000000..a038455d --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/news_compact_center.html @@ -0,0 +1,65 @@ + +
+ + +{$C_BLOCK_H_L}{L_LATEST_NEWS} {$C_BLOCK_H_R} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ {L_NO_NEWS} +
{news_row.TOPIC_FOLDER_IMG} + [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {news_row.PAGINATION} ] + {news_row.ATTACH_ICON_IMG} {L_VIEW_TOPIC_POLL}: {news_row.TITLE} +

{L_POSTED} {L_POST_BY_AUTHOR} {news_row.POSTER_FULL} » {news_row.TIME} + +
{L_FORUM}: {news_row.FORUM_NAME} + + {L_REPLIES}: {news_row.REPLIES} • {L_VIEWS}: {news_row.TOPIC_VIEWS} +

+

{news_row.REPLIES}

{news_row.TOPIC_VIEWS}

+

{news_row.LAST_POST_TIME}

+

{news_row.USERNAME_FULL_LAST} + {NEWEST_POST_IMG}{READ_POST_IMG} +

+
{TOTAL_NEWS} + • {NP_PAGE_NUMBER} • {NP_PAGINATION} • {NP_PAGE_NUMBER}
+{$C_BLOCK_F_L}{$C_BLOCK_F_R} + + +
\ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/poll_center.html b/root/styles/subsilver2/template/portal/modules/poll_center.html new file mode 100644 index 00000000..871a65ee --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/poll_center.html @@ -0,0 +1,78 @@ + + +{$C_BLOCK_H_L}{L_LATEST_POLLS}{$C_BLOCK_H_R} + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ {poll.POLL_QUESTION}
{poll.L_POLL_LENGTH} +
+ + + + + + + + + + + + + + + + + +
+ + checked="checked" /> + + checked="checked" /> + + {poll.poll_option.POLL_OPTION_CAPTION}{POLL_LEFT_CAP_IMG}{poll.poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG} {poll.poll_option.POLL_OPTION_PERCENT} [ {poll.poll_option.POLL_OPTION_RESULT} ]x
+
+ {L_NO_OPTIONS} +
{poll.L_MAX_VOTES}

{L_TOTAL_VOTES} : {poll.TOTAL_VOTES} {L_VIEW_TOPIC}
{L_VIEW_RESULTS} {L_VIEW_TOPIC}
+ {S_HIDDEN_FIELDS} + +
+ + + + + + +
+ {L_NO_POLL} +
+ +{$C_BLOCK_F_L}{$C_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/poll_side.html b/root/styles/subsilver2/template/portal/modules/poll_side.html new file mode 100644 index 00000000..874eb985 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/poll_side.html @@ -0,0 +1,78 @@ + + +{$LR_BLOCK_H_L} {L_PORTAL_POLL}{$LR_BLOCK_H_R} + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ {poll_side.POLL_QUESTION}
{poll_side.L_POLL_LENGTH} +
+ + + + + + + + + + + + + + + + + +
+ + checked="checked" /> + + checked="checked" /> + + {poll_side.poll_option.POLL_OPTION_CAPTION}{POLL_LEFT_CAP_IMG}{poll_side.poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG} {poll_side.poll_option.POLL_OPTION_PERCENT} [ {poll_side.poll_option.POLL_OPTION_RESULT} ]x
+
+ {L_NO_OPTIONS} +
{poll_side.L_MAX_VOTES}

{L_TOTAL_VOTES} : {poll_side.TOTAL_VOTES} {L_VIEW_TOPIC}
{L_VIEW_RESULTS} {L_VIEW_TOPIC}
+ {S_HIDDEN_FIELDS} + +
+ + + + + + +
+ {L_NO_POLL} +
+ +{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/random_member_side.html b/root/styles/subsilver2/template/portal/modules/random_member_side.html new file mode 100644 index 00000000..b8117c43 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/random_member_side.html @@ -0,0 +1,28 @@ + +{$LR_BLOCK_H_L} {L_PORTAL_RANDOM_MEMBER}{$LR_BLOCK_H_R} + + + + +
+ +
{random_member.USERNAME_FULL}
+ {random_member.AVATAR_IMG}
+ {random_member.RANK_TITLE}
+ {random_member.RANK_IMG}
+
+
+ {L_RND_JOIN}:{random_member.JOINED}
+ {L_RND_POSTS}:{random_member.USER_POSTS}
+ + {L_RND_OCC}:   {random_member.USER_OCC}
+ + + {L_RND_FROM}:   {random_member.USER_FROM}
+ + + {L_RND_WWW}
+ + +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/recent_center.html b/root/styles/subsilver2/template/portal/modules/recent_center.html new file mode 100644 index 00000000..d351152b --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/recent_center.html @@ -0,0 +1,35 @@ + + +{$C_BLOCK_H_L}{L_PORTAL_RECENT}{$C_BLOCK_H_R} + + + + + + + + + + + + + + + + + +
{L_PORTAL_RECENT_ANN}{L_PORTAL_RECENT_HOT_TOPIC}{L_PORTAL_RECENT_TOPIC}
+ + {latest_announcements.TITLE}
+ +
+ + {latest_hot_topics.TITLE}
+ +
+ + {latest_topics.TITLE}
+ +
+{$C_BLOCK_F_L}{$C_BLOCK_F_R} + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/search_side.html b/root/styles/subsilver2/template/portal/modules/search_side.html new file mode 100644 index 00000000..3c681fc6 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/search_side.html @@ -0,0 +1,84 @@ + + + +{$LR_BLOCK_H_L} {L_PORTAL_SEARCH}{$LR_BLOCK_H_R} + + + + +
+
+

+ +

+

+ + + + + +

+
+
+ {L_PORTAL_SEARCH_ADV} +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/statistics_side.html b/root/styles/subsilver2/template/portal/modules/statistics_side.html new file mode 100644 index 00000000..b6d1cf14 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/statistics_side.html @@ -0,0 +1,25 @@ + +{$LR_BLOCK_H_L} {L_STATISTICS}{$LR_BLOCK_H_R} + + + + +
+ {L_ST_TOP}
+ {B3_TOTAL_POSTS}
+ {B3_TOTAL_TOPICS}
+ {L_ST_TOP_ANNS} {B3_ANNOUNCE_COUNT}
+ {L_ST_TOP_STICKYS} {B3_STICKY_COUNT}
+ {L_ST_TOT_ATTACH} {B3_TOTAL_ATTACH}
+
+ {B3_TOPICS_PER_DAY}
+ {B3_POSTS_PER_DAY}
+ {B3_USERS_PER_DAY}
+ {B3_TOPICS_PER_USER}
+ {B3_POSTS_PER_USER}
+ {B3_POSTS_PER_TOPIC}
+
+ {B3_TOTAL_USERS}
+ {B3_NEWEST_USER} +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/stylechanger_side.html b/root/styles/subsilver2/template/portal/modules/stylechanger_side.html new file mode 100644 index 00000000..b434e1e0 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/stylechanger_side.html @@ -0,0 +1,14 @@ + + +{$LR_BLOCK_H_L} {L_BOARD_STYLE}{$LR_BLOCK_H_R} + + + + +
+ +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} + \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/topposters_side.html b/root/styles/subsilver2/template/portal/modules/topposters_side.html new file mode 100644 index 00000000..714d3ad0 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/topposters_side.html @@ -0,0 +1,15 @@ + +{$LR_BLOCK_H_L} {L_TOPPOSTERS}{$LR_BLOCK_H_R} + + + + +
+ {L_USERNAME} + {L_POSTS}
+ + {topposters.USERNAME_FULL} + {topposters.POSTER_POSTS}
+ +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/user_menu_side.html b/root/styles/subsilver2/template/portal/modules/user_menu_side.html new file mode 100644 index 00000000..d2145acb --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/user_menu_side.html @@ -0,0 +1,81 @@ + +{$LR_BLOCK_H_L} {L_USER_MENU}{$LR_BLOCK_H_R} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ {USERNAME_FULL}
+ + {B3P_AVATAR_IMG} + + + +
{B3P_RANK_TITLE} +
{B3P_RANK_IMG} +
+
+ {L_NEW_POSTS} +
+ {L_UNREAD_POSTS} +
+ {L_SELF_POSTS} +
+ {L_UM_BOOKMARKS} +
+ {L_UM_MAIN_SUBSCRIBED} +
+ {PRIVATE_MESSAGE_INFO} +
+ {L_PROFILE} +
+ {L_MCP} +
+ {L_M_ACP}
+
+ {L_LOGIN_LOGOUT} +
+{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/welcome_center.html b/root/styles/subsilver2/template/portal/modules/welcome_center.html new file mode 100644 index 00000000..6d28557e --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/welcome_center.html @@ -0,0 +1,12 @@ + +{$C_BLOCK_H_L}{L_PORTAL_WELCOME}{$C_BLOCK_H_R} + + + + +
+
+ {PORTAL_WELCOME_MSG} +
+
+{$C_BLOCK_F_L}{$C_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/modules/whois_online_center.html b/root/styles/subsilver2/template/portal/modules/whois_online_center.html new file mode 100644 index 00000000..aa2b8929 --- /dev/null +++ b/root/styles/subsilver2/template/portal/modules/whois_online_center.html @@ -0,0 +1,20 @@ + +{$C_BLOCK_H_L}{L_WHO_IS_ONLINE}{L_WHO_IS_ONLINE}{$C_BLOCK_H_R} + + + + + + + + + + + + + + + + +
{L_WHO_IS_ONLINE}{L_WHO_IS_ONLINE}{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})
{RECORD_USERS}

{LOGGED_IN_USER_LIST}
{L_LEGEND}: {PORTAL_LEGEND}
+{$C_BLOCK_F_L}{$C_BLOCK_F_R} \ No newline at end of file diff --git a/root/styles/subsilver2/template/portal/portal_body.html b/root/styles/subsilver2/template/portal/portal_body.html new file mode 100644 index 00000000..bd77ea14 --- /dev/null +++ b/root/styles/subsilver2/template/portal/portal_body.html @@ -0,0 +1,109 @@ + + + + + + + + + + + + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + +
+ + + + + + + + +
+ + + +
+ +
+ \ No newline at end of file diff --git a/root/styles/subsilver2/theme/images/portal/board3clock.swf b/root/styles/subsilver2/theme/images/portal/board3clock.swf new file mode 100644 index 00000000..d2385a04 Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/board3clock.swf differ diff --git a/root/styles/subsilver2/theme/images/portal/cal_icon_left_arrow.png b/root/styles/subsilver2/theme/images/portal/cal_icon_left_arrow.png new file mode 100644 index 00000000..33b7979b Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/cal_icon_left_arrow.png differ diff --git a/root/styles/subsilver2/theme/images/portal/cal_icon_right_arrow.png b/root/styles/subsilver2/theme/images/portal/cal_icon_right_arrow.png new file mode 100644 index 00000000..7bfc11ad Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/cal_icon_right_arrow.png differ diff --git a/root/styles/subsilver2/theme/images/portal/icon_topic_attach.gif b/root/styles/subsilver2/theme/images/portal/icon_topic_attach.gif new file mode 100644 index 00000000..9a706386 Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/icon_topic_attach.gif differ diff --git a/root/styles/subsilver2/theme/images/portal/paypal.gif b/root/styles/subsilver2/theme/images/portal/paypal.gif new file mode 100644 index 00000000..0044501d Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/paypal.gif differ diff --git a/root/styles/subsilver2/theme/images/portal/portal_attach.png b/root/styles/subsilver2/theme/images/portal/portal_attach.png new file mode 100644 index 00000000..68307ecf Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/portal_attach.png differ diff --git a/root/styles/subsilver2/theme/images/portal/portal_birthday.png b/root/styles/subsilver2/theme/images/portal/portal_birthday.png new file mode 100644 index 00000000..5c1ca3c0 Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/portal_birthday.png differ diff --git a/root/styles/subsilver2/theme/images/portal/portal_bots.png b/root/styles/subsilver2/theme/images/portal/portal_bots.png new file mode 100644 index 00000000..604c3d59 Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/portal_bots.png differ diff --git a/root/styles/subsilver2/theme/images/portal/portal_calendar.png b/root/styles/subsilver2/theme/images/portal/portal_calendar.png new file mode 100644 index 00000000..bd4b4c6c Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/portal_calendar.png differ diff --git a/root/styles/subsilver2/theme/images/portal/portal_clock.png b/root/styles/subsilver2/theme/images/portal/portal_clock.png new file mode 100644 index 00000000..7c622a09 Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/portal_clock.png differ diff --git a/root/styles/subsilver2/theme/images/portal/portal_custom.png b/root/styles/subsilver2/theme/images/portal/portal_custom.png new file mode 100644 index 00000000..f9c503e8 Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/portal_custom.png differ diff --git a/root/styles/subsilver2/theme/images/portal/portal_donation.png b/root/styles/subsilver2/theme/images/portal/portal_donation.png new file mode 100644 index 00000000..42c52d05 Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/portal_donation.png differ diff --git a/root/styles/subsilver2/theme/images/portal/portal_friends.png b/root/styles/subsilver2/theme/images/portal/portal_friends.png new file mode 100644 index 00000000..5024275c Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/portal_friends.png differ diff --git a/root/styles/subsilver2/theme/images/portal/portal_link_us.png b/root/styles/subsilver2/theme/images/portal/portal_link_us.png new file mode 100644 index 00000000..c688d5f6 Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/portal_link_us.png differ diff --git a/root/styles/subsilver2/theme/images/portal/portal_links.png b/root/styles/subsilver2/theme/images/portal/portal_links.png new file mode 100644 index 00000000..03ef9a57 Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/portal_links.png differ diff --git a/root/styles/subsilver2/theme/images/portal/portal_login.png b/root/styles/subsilver2/theme/images/portal/portal_login.png new file mode 100644 index 00000000..6b4f311c Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/portal_login.png differ diff --git a/root/styles/subsilver2/theme/images/portal/portal_members.png b/root/styles/subsilver2/theme/images/portal/portal_members.png new file mode 100644 index 00000000..8e649a80 Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/portal_members.png differ diff --git a/root/styles/subsilver2/theme/images/portal/portal_menu.png b/root/styles/subsilver2/theme/images/portal/portal_menu.png new file mode 100644 index 00000000..a4da1c15 Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/portal_menu.png differ diff --git a/root/styles/subsilver2/theme/images/portal/portal_random_member.png b/root/styles/subsilver2/theme/images/portal/portal_random_member.png new file mode 100644 index 00000000..35beef8a Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/portal_random_member.png differ diff --git a/root/styles/subsilver2/theme/images/portal/portal_search.png b/root/styles/subsilver2/theme/images/portal/portal_search.png new file mode 100644 index 00000000..6dd19315 Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/portal_search.png differ diff --git a/root/styles/subsilver2/theme/images/portal/portal_statistics.png b/root/styles/subsilver2/theme/images/portal/portal_statistics.png new file mode 100644 index 00000000..82e15c17 Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/portal_statistics.png differ diff --git a/root/styles/subsilver2/theme/images/portal/portal_style.png b/root/styles/subsilver2/theme/images/portal/portal_style.png new file mode 100644 index 00000000..b2731f61 Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/portal_style.png differ diff --git a/root/styles/subsilver2/theme/images/portal/portal_team.png b/root/styles/subsilver2/theme/images/portal/portal_team.png new file mode 100644 index 00000000..d0e68864 Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/portal_team.png differ diff --git a/root/styles/subsilver2/theme/images/portal/portal_user.png b/root/styles/subsilver2/theme/images/portal/portal_user.png new file mode 100644 index 00000000..4aeaa1d3 Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/portal_user.png differ diff --git a/root/styles/subsilver2/theme/images/portal/topposters.png b/root/styles/subsilver2/theme/images/portal/topposters.png new file mode 100644 index 00000000..4a52bb1c Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/topposters.png differ