From 05f1315ebb96b46ea384df73d387aeb05602d2b5 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 8 Jul 2004 22:41:04 +0000 Subject: - remove output buffering options from download.php (not needed anymore) - optimized viewtopic.php a little bit - removed the create_function (was consuming too much memory) from viewtopic - check for manually added convert[.exe] program name to imagemagick path in admin_attachments - reduced filesize checking for imagemagick program (some installations require less than 20k) - added checked="checked" for "not selected" topic icon - moved parse_text_display function from functions_posting.php to functions.php (see comment above function) - check for user_id != ANONYMOUS in page_footer for displaying the administration link (there seems to be a problem checking for global options) - rewrote attachment thumbnail functions - utilize GD2 functions if available, more uptodate checks... - changed final thumbnail size calculation - define S_ROW_COUNT within template class itself - added SID to template vars in page_header - added ability to view topic/forum within admin_viewlogs - added optional acl checking to make_jumpbox, no need to duplicate the function for this small need - added custom body file for confirm_box git-svn-id: file:///svn/phpbb/trunk@4920 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../styles/subSilver/template/memberlist_view.html | 6 +++--- phpBB/styles/subSilver/template/posting_body.html | 2 +- .../styles/subSilver/template/viewforum_body.html | 22 ++++++---------------- 3 files changed, 10 insertions(+), 20 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/subSilver/template/memberlist_view.html b/phpBB/styles/subSilver/template/memberlist_view.html index 5528a7c966..ddb2c1d5a8 100644 --- a/phpBB/styles/subSilver/template/memberlist_view.html +++ b/phpBB/styles/subSilver/template/memberlist_view.html @@ -54,15 +54,15 @@ {VISITED} - {L_TOTAL_POSTS}: + {L_TOTAL_POSTS}: {POSTS}
[{POSTS_PCT} / {POSTS_DAY}]
{L_SEARCH_USER_POSTS}
{POSTS} - {L_ACTIVE_IN_FORUM}: + {L_ACTIVE_IN_FORUM}: {ACTIVE_FORUM}
[ {ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT} ]- - {L_ACTIVE_IN_TOPIC}: + {L_ACTIVE_IN_TOPIC}: {ACTIVE_TOPIC}
[ {ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT} ]- diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html index 1ef70b3662..af69b50016 100644 --- a/phpBB/styles/subSilver/template/posting_body.html +++ b/phpBB/styles/subSilver/template/posting_body.html @@ -168,7 +168,7 @@ function checkForm() {L_ICON}: - +
{L_NONE} {L_NONE}
diff --git a/phpBB/styles/subSilver/template/viewforum_body.html b/phpBB/styles/subSilver/template/viewforum_body.html index e8ea15f529..0040ad6464 100644 --- a/phpBB/styles/subSilver/template/viewforum_body.html +++ b/phpBB/styles/subSilver/template/viewforum_body.html @@ -53,13 +53,8 @@

{topicrow.VIEWS}

{topicrow.LAST_POST_TIME}

-

- - {topicrow.LAST_POST_AUTHOR} - - {topicrow.LAST_POST_AUTHOR} - - {topicrow.LAST_POST_IMG} +

{topicrow.LAST_POST_AUTHOR}{topicrow.LAST_POST_AUTHOR} + {topicrow.LAST_POST_IMG}

@@ -173,13 +168,8 @@

{topicrow.VIEWS}

{topicrow.LAST_POST_TIME}

-

- - {topicrow.LAST_POST_AUTHOR} - - {topicrow.LAST_POST_AUTHOR} - - {topicrow.LAST_POST_IMG} +

{topicrow.LAST_POST_AUTHOR}{topicrow.LAST_POST_AUTHOR} + {topicrow.LAST_POST_IMG}

@@ -197,11 +187,11 @@ -
+ - {L_DISPLAY_TOPICS}: {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} 
+
{L_DISPLAY_TOPICS}: {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} 
-- cgit v1.2.1