You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(193) |
Nov
(393) |
Dec
(347) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(401) |
Feb
(232) |
Mar
(343) |
Apr
(129) |
May
(129) |
Jun
(116) |
Jul
(189) |
Aug
(129) |
Sep
(68) |
Oct
(172) |
Nov
(298) |
Dec
(148) |
| 2003 |
Jan
(264) |
Feb
(210) |
Mar
(322) |
Apr
(309) |
May
(234) |
Jun
(188) |
Jul
(215) |
Aug
(161) |
Sep
(234) |
Oct
(163) |
Nov
(110) |
Dec
(7) |
| 2004 |
Jan
(95) |
Feb
(107) |
Mar
(55) |
Apr
(3) |
May
(49) |
Jun
(35) |
Jul
(57) |
Aug
(43) |
Sep
(56) |
Oct
(40) |
Nov
(25) |
Dec
(21) |
| 2005 |
Jan
(93) |
Feb
(25) |
Mar
(22) |
Apr
(72) |
May
(45) |
Jun
(24) |
Jul
(29) |
Aug
(20) |
Sep
(50) |
Oct
(93) |
Nov
(69) |
Dec
(183) |
| 2006 |
Jan
(185) |
Feb
(143) |
Mar
(402) |
Apr
(260) |
May
(322) |
Jun
(367) |
Jul
(234) |
Aug
(299) |
Sep
(206) |
Oct
(288) |
Nov
(338) |
Dec
(307) |
| 2007 |
Jan
(296) |
Feb
(250) |
Mar
(261) |
Apr
(434) |
May
(539) |
Jun
(274) |
Jul
(440) |
Aug
(190) |
Sep
(128) |
Oct
(249) |
Nov
(86) |
Dec
(51) |
| 2008 |
Jan
(177) |
Feb
(67) |
Mar
(61) |
Apr
(48) |
May
(56) |
Jun
(97) |
Jul
(60) |
Aug
(64) |
Sep
(151) |
Oct
(79) |
Nov
(109) |
Dec
(123) |
| 2009 |
Jan
(70) |
Feb
(70) |
Mar
(73) |
Apr
(80) |
May
(22) |
Jun
(193) |
Jul
(191) |
Aug
(181) |
Sep
(120) |
Oct
(48) |
Nov
(24) |
Dec
|
|
From: James A. <th...@us...> - 2002-02-03 18:17:11
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv22349/templates/subSilver
Modified Files:
viewtopic_poll_result.tpl
Log Message:
Fixed bug #512194. Note to translators I had to add 1 string to the lang_main file for Total Votes
Index: viewtopic_poll_result.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewtopic_poll_result.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** viewtopic_poll_result.tpl 2001/10/01 23:22:18 1.2
--- viewtopic_poll_result.tpl 2002/02/03 18:17:09 1.3
***************
*** 29,33 ****
</tr>
<tr>
! <td colspan="4" align="center"><span class="gen"><b>Total Votes : {TOTAL_VOTES}</b></span></td>
</tr>
</table>
--- 29,33 ----
</tr>
<tr>
! <td colspan="4" align="center"><span class="gen"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></span></td>
</tr>
</table>
|
|
From: Paul S. O. <ps...@us...> - 2002-02-02 22:18:20
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv5582
Modified Files:
update_to_RC3.php
Log Message:
I knew they'd be an error ...
Index: update_to_RC3.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/update_to_RC3.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** update_to_RC3.php 2002/02/02 18:25:39 1.2
--- update_to_RC3.php 2002/02/02 18:31:48 1.3
***************
*** 86,90 ****
$sql = "UPDATE " . THEMES_TABLE . "
! SET head_stylesheet = '', body_background = '', body_bgcolor = 'E5E5E5', body_text = '000000', body_link = '006699', body_vlink = '5493B4', body_alink = '', body_hlink = 'DD6900', tr_color1 = 'EFEFEF', tr_color2 = 'DEE3E7', tr_color3 = 'D1D7DC', tr_class1 = 'cellpic1', tr_class2 = 'cellpic3', tr_class3 = 'cellpic2', th_color1 = '98AAB1', th_color2 = '006699', th_color3 = 'FFFFFF', th_class1 = '', th_class2 = '', th_class3 = '', td_color1 = 'FAFAFA', td_color2 = 'FFFFFF', td_color3 = '', td_class1 = 'row1', td_class2 = 'row2', td_class3 = '', fontface1 = 'Verdana, Arial, Helvetica, sans-serif', fontface2 = 'Trebuchet MS', fontface3 = 'Courier, \'Courier New\', sans-serif', fontsize1 = 10, fontsize2 = 11, fontsize3 = 12, fontcolor1 = '444444', fontcolor2 = '006600', fontcolor3 = 'FFA34F', span_class1 = '', span_class2 = '', span_class3 = ''";
if ( !($result = $db->sql_query($sql)) )
{
--- 86,90 ----
$sql = "UPDATE " . THEMES_TABLE . "
! SET head_stylesheet = '', body_background = '', body_bgcolor = 'E5E5E5', body_text = '000000', body_link = '006699', body_vlink = '5493B4', body_alink = '', body_hlink = 'DD6900', tr_color1 = 'EFEFEF', tr_color2 = 'DEE3E7', tr_color3 = 'D1D7DC', tr_class1 = '', tr_class2 = '', tr_class3 = '', th_color1 = '98AAB1', th_color2 = '006699', th_color3 = 'FFFFFF', th_class1 = 'cellpic1.gif', th_class2 = 'cellpic3.gif', th_class3 = 'cellpic2.jpg', td_color1 = 'FAFAFA', td_color2 = 'FFFFFF', td_color3 = '', td_class1 = 'row1', td_class2 = 'row2', td_class3 = '', fontface1 = 'Verdana, Arial, Helvetica, sans-serif', fontface2 = 'Trebuchet MS', fontface3 = 'Courier, \'Courier New\', sans-serif', fontsize1 = 10, fontsize2 = 11, fontsize3 = 12, fontcolor1 = '444444', fontcolor2 = '006600', fontcolor3 = 'FFA34F', span_class1 = '', span_class2 = '', span_class3 = ''";
if ( !($result = $db->sql_query($sql)) )
{
|
|
From: Paul S. O. <ps...@us...> - 2002-02-02 22:17:20
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv6653 Modified Files: update_to_RC3.php Log Message: oohh, three errors, it must be my lucky day ... do we hear four? anyone? we have three, do we have a four? going once, going twice ... Index: update_to_RC3.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/update_to_RC3.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** update_to_RC3.php 2002/02/02 18:31:48 1.3 --- update_to_RC3.php 2002/02/02 18:37:10 1.4 *************** *** 92,96 **** } ! $subsilver_themes_names_sql = "INSERT INTO phpbb_themes_name (themes_id, tr_color1_name, tr_color2_name, tr_color3_name, tr_class1_name, tr_class2_name, tr_class3_name, th_color1_name, th_color2_name, th_color3_name, th_class1_name, th_class2_name, th_class3_name, td_color1_name, td_color2_name, td_color3_name, td_class1_name, td_class2_name, td_class3_name, fontface1_name, fontface2_name, fontface3_name, fontsize1_name, fontsize2_name, fontsize3_name, fontcolor1_name, fontcolor2_name, fontcolor3_name, span_class1_name, span_class2_name, span_class3_name) VALUES ($theme_id, 'The lightest row colour', 'The medium row color', 'The darkest row colour', '', '', '', 'Border round the whole page', 'Outer table border', 'Inner table border', 'Silver gradient picture', 'Blue gradient picture', 'Fade-out gradient on index', 'Background for quote boxes', 'All white areas', '', 'Background for topic posts', '2nd background for topic posts', '', 'Main fonts', 'Additional topic title font', 'Form fonts', 'Smallest font size', 'Medium font size', 'Normal font size (post body etc)', 'Quote & copyright text', 'Code text colour', 'Main table header text colour', '', '', '')"; if ( !($result = $db->sql_query($sql)) ) --- 92,96 ---- } ! $sql = "INSERT INTO " . THEMES_NAME_TABLE . " (themes_id, tr_color1_name, tr_color2_name, tr_color3_name, tr_class1_name, tr_class2_name, tr_class3_name, th_color1_name, th_color2_name, th_color3_name, th_class1_name, th_class2_name, th_class3_name, td_color1_name, td_color2_name, td_color3_name, td_class1_name, td_class2_name, td_class3_name, fontface1_name, fontface2_name, fontface3_name, fontsize1_name, fontsize2_name, fontsize3_name, fontcolor1_name, fontcolor2_name, fontcolor3_name, span_class1_name, span_class2_name, span_class3_name) VALUES ($theme_id, 'The lightest row colour', 'The medium row color', 'The darkest row colour', '', '', '', 'Border round the whole page', 'Outer table border', 'Inner table border', 'Silver gradient picture', 'Blue gradient picture', 'Fade-out gradient on index', 'Background for quote boxes', 'All white areas', '', 'Background for topic posts', '2nd background for topic posts', '', 'Main fonts', 'Additional topic title font', 'Form fonts', 'Smallest font size', 'Medium font size', 'Normal font size (post body etc)', 'Quote & copyright text', 'Code text colour', 'Main table header text colour', '', '', '')"; if ( !($result = $db->sql_query($sql)) ) |
|
From: Paul S. O. <ps...@us...> - 2002-02-02 18:57:58
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv11548
Modified Files:
update_to_RC3.php
Log Message:
last bid at four
Index: update_to_RC3.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/update_to_RC3.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** update_to_RC3.php 2002/02/02 18:37:10 1.4
--- update_to_RC3.php 2002/02/02 18:57:54 1.5
***************
*** 86,90 ****
$sql = "UPDATE " . THEMES_TABLE . "
! SET head_stylesheet = '', body_background = '', body_bgcolor = 'E5E5E5', body_text = '000000', body_link = '006699', body_vlink = '5493B4', body_alink = '', body_hlink = 'DD6900', tr_color1 = 'EFEFEF', tr_color2 = 'DEE3E7', tr_color3 = 'D1D7DC', tr_class1 = '', tr_class2 = '', tr_class3 = '', th_color1 = '98AAB1', th_color2 = '006699', th_color3 = 'FFFFFF', th_class1 = 'cellpic1.gif', th_class2 = 'cellpic3.gif', th_class3 = 'cellpic2.jpg', td_color1 = 'FAFAFA', td_color2 = 'FFFFFF', td_color3 = '', td_class1 = 'row1', td_class2 = 'row2', td_class3 = '', fontface1 = 'Verdana, Arial, Helvetica, sans-serif', fontface2 = 'Trebuchet MS', fontface3 = 'Courier, \'Courier New\', sans-serif', fontsize1 = 10, fontsize2 = 11, fontsize3 = 12, fontcolor1 = '444444', fontcolor2 = '006600', fontcolor3 = 'FFA34F', span_class1 = '', span_class2 = '', span_class3 = ''";
if ( !($result = $db->sql_query($sql)) )
{
--- 86,91 ----
$sql = "UPDATE " . THEMES_TABLE . "
! SET head_stylesheet = '', body_background = '', body_bgcolor = 'E5E5E5', body_text = '000000', body_link = '006699', body_vlink = '5493B4', body_alink = '', body_hlink = 'DD6900', tr_color1 = 'EFEFEF', tr_color2 = 'DEE3E7', tr_color3 = 'D1D7DC', tr_class1 = '', tr_class2 = '', tr_class3 = '', th_color1 = '98AAB1', th_color2 = '006699', th_color3 = 'FFFFFF', th_class1 = 'cellpic1.gif', th_class2 = 'cellpic3.gif', th_class3 = 'cellpic2.jpg', td_color1 = 'FAFAFA', td_color2 = 'FFFFFF', td_color3 = '', td_class1 = 'row1', td_class2 = 'row2', td_class3 = '', fontface1 = 'Verdana, Arial, Helvetica, sans-serif', fontface2 = 'Trebuchet MS', fontface3 = 'Courier, \'Courier New\', sans-serif', fontsize1 = 10, fontsize2 = 11, fontsize3 = 12, fontcolor1 = '444444', fontcolor2 = '006600', fontcolor3 = 'FFA34F', span_class1 = '', span_class2 = '', span_class3 = ''
! WHERE themes_id = $theme_id";
if ( !($result = $db->sql_query($sql)) )
{
|
|
From: Paul S. O. <ps...@us...> - 2002-02-02 18:41:54
|
Update of /cvsroot/phpbb/phpBB2/db/schemas In directory usw-pr-cvs1:/tmp/cvs-serv7716/db/schemas Modified Files: ms_access_primer.zip Log Message: Minor update to remove query Index: ms_access_primer.zip =================================================================== RCS file: /cvsroot/phpbb/phpBB2/db/schemas/ms_access_primer.zip,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 Binary files /tmp/cvsb0fS0i and /tmp/cvsb0ox2j differ |
|
From: Paul S. O. <ps...@us...> - 2002-02-02 18:25:48
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv4341
Modified Files:
update_to_RC3.php
Log Message:
Hope this works ...
Index: update_to_RC3.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/update_to_RC3.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** update_to_RC3.php 2002/02/02 18:04:21 1.1
--- update_to_RC3.php 2002/02/02 18:25:39 1.2
***************
*** 7,13 ****
include($phpbb_root_path . 'common.'.$phpEx);
- $subsilver_themes_sql = "INSERT INTO phpbb_themes (themes_id, template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3, img_size_poll, img_size_privmsg) VALUES (1, 'subSilver', 'subSilver', '', '', 'E5E5E5', '000000', '006699', '5493B4', '', 'DD6900', 'EFEFEF', 'DEE3E7', 'D1D7DC', '', '', '', '98AAB1', '006699', 'FFFFFF', 'cellpic1.gif', 'cellpic3.gif', 'cellpic2.jpg', 'FAFAFA', 'FFFFFF', '', 'row1', 'row2', '', 'Verdana, Arial, Helvetica, sans-serif', 'Trebuchet MS', 'Courier, \'Courier New\', sans-serif', 10, 11, 12, '444444', '006600', 'FFA34F', '', '', '', '','')";
- $subsilver_themes_names_sql = "INSERT INTO phpbb_themes_name (themes_id, tr_color1_name, tr_color2_name, tr_color3_name, tr_class1_name, tr_class2_name, tr_class3_name, th_color1_name, th_color2_name, th_color3_name, th_class1_name, th_class2_name, th_class3_name, td_color1_name, td_color2_name, td_color3_name, td_class1_name, td_class2_name, td_class3_name, fontface1_name, fontface2_name, fontface3_name, fontsize1_name, fontsize2_name, fontsize3_name, fontcolor1_name, fontcolor2_name, fontcolor3_name, span_class1_name, span_class2_name, span_class3_name) VALUES (1, 'The lightest row colour', 'The medium row color', 'The darkest row colour', '', '', '', 'Border round the whole page', 'Outer table border', 'Inner table border', 'Silver gradient picture', 'Blue gradient picture', 'Fade-out gradient on index', 'Background for quote boxes', 'All white areas', '', 'Background for topic posts', '2nd background for topic posts', '', 'Main fonts', 'Additional topic title font', 'Form fonts', 'Smallest font size', 'Medium font size', 'Normal font size (post body etc)', 'Quote & copyright text', 'Code text colour', 'Main table header text colour', '', '', '')";
-
$sql = array();
--- 7,10 ----
***************
*** 48,108 ****
break;
}
! $errored = false;
! for($i = 0; $i < count($sql); $i++)
{
! echo "Running >>> " . $sql[$i];
! $result = $db->sql_query($sql[$i]);
! if( !$result )
{
! $errored = true;
! $error = $db->sql_error();
! echo " :: <b>FAILED</b> <u>( " . $error['message'] . " )</u><br /><br />\n\n";
}
! else
{
! echo " :: <b>COMPLETED</b><br /><br />\n\n";
}
}
! if( $errored )
{
! echo "\n<br /><br />Errors occured! Please check and correct issues as required<br />\n";
}
- else
- {
! $sql = "SELECT post_id, topic_id
! FROM " . POSTS_TABLE . "
! GROUP BY topic_id ASC
! ORDER BY post_id ASC";
! if( !($result = $db->sql_query($sql)) )
{
! die("Couldn't obtain first post id list");
! }
! if( $row = $db->sql_fetchrow($result) )
! {
! do
{
! $post_id = $row['post_id'];
! $topic_id = $row['topic_id'];
!
! $sql = "UPDATE " . TOPICS_TABLE . "
! SET topic_first_post_id = $post_id
! WHERE topic_id = $topic_id";
! if( !$db->sql_query($sql) )
! {
! die("Couldn't update topic first post id in topic :: $topic_id");
! }
}
- while ( $row = $db->sql_fetchrow($result) );
}
!
! echo "\n<br /><br />\nCOMPLETE! Please delete this file before continuing!<br />\n";
}
!
?>
--- 45,132 ----
break;
}
+
+
+
+ $errored = false;
+ for($i = 0; $i < count($sql); $i++)
+ {
+ echo "Running >>> " . $sql[$i];
! $result = $db->sql_query($sql[$i]);
! if ( !$result )
! {
! $errored = true;
! $error = $db->sql_error();
! echo " :: <b>FAILED</b> <u>( " . $error['message'] . " )</u><br /><br />\n\n";
! }
! else
{
! echo " :: <b>COMPLETED</b><br /><br />\n\n";
! }
! }
! if ( $errored )
! {
! echo "\n<br /><br />Errors occured! Please check and correct issues as required<br />\n";
! }
! else
! {
! $sql = "SELECT themes_id
! FROM " . THEMES_TABLE . "
! WHERE template_name = 'subSilver'";
! if( !($result = $db->sql_query($sql)) )
! {
! die("Couldn't obtain subSilver id");
! }
!
! if( $row = $db->sql_fetchrow($result) )
! {
! $theme_id = $row['themes_id'];
!
! $sql = "UPDATE " . THEMES_TABLE . "
! SET head_stylesheet = '', body_background = '', body_bgcolor = 'E5E5E5', body_text = '000000', body_link = '006699', body_vlink = '5493B4', body_alink = '', body_hlink = 'DD6900', tr_color1 = 'EFEFEF', tr_color2 = 'DEE3E7', tr_color3 = 'D1D7DC', tr_class1 = 'cellpic1', tr_class2 = 'cellpic3', tr_class3 = 'cellpic2', th_color1 = '98AAB1', th_color2 = '006699', th_color3 = 'FFFFFF', th_class1 = '', th_class2 = '', th_class3 = '', td_color1 = 'FAFAFA', td_color2 = 'FFFFFF', td_color3 = '', td_class1 = 'row1', td_class2 = 'row2', td_class3 = '', fontface1 = 'Verdana, Arial, Helvetica, sans-serif', fontface2 = 'Trebuchet MS', fontface3 = 'Courier, \'Courier New\', sans-serif', fontsize1 = 10, fontsize2 = 11, fontsize3 = 12, fontcolor1 = '444444', fontcolor2 = '006600', fontcolor3 = 'FFA34F', span_class1 = '', span_class2 = '', span_class3 = ''";
! if ( !($result = $db->sql_query($sql)) )
{
! die("Couldn't update subSilver theme");
}
!
! $subsilver_themes_names_sql = "INSERT INTO phpbb_themes_name (themes_id, tr_color1_name, tr_color2_name, tr_color3_name, tr_class1_name, tr_class2_name, tr_class3_name, th_color1_name, th_color2_name, th_color3_name, th_class1_name, th_class2_name, th_class3_name, td_color1_name, td_color2_name, td_color3_name, td_class1_name, td_class2_name, td_class3_name, fontface1_name, fontface2_name, fontface3_name, fontsize1_name, fontsize2_name, fontsize3_name, fontcolor1_name, fontcolor2_name, fontcolor3_name, span_class1_name, span_class2_name, span_class3_name)
! VALUES ($theme_id, 'The lightest row colour', 'The medium row color', 'The darkest row colour', '', '', '', 'Border round the whole page', 'Outer table border', 'Inner table border', 'Silver gradient picture', 'Blue gradient picture', 'Fade-out gradient on index', 'Background for quote boxes', 'All white areas', '', 'Background for topic posts', '2nd background for topic posts', '', 'Main fonts', 'Additional topic title font', 'Form fonts', 'Smallest font size', 'Medium font size', 'Normal font size (post body etc)', 'Quote & copyright text', 'Code text colour', 'Main table header text colour', '', '', '')";
! if ( !($result = $db->sql_query($sql)) )
{
! echo "WARNING >> Couldn't insert subSilver name info";
}
}
! $sql = "SELECT post_id, topic_id
! FROM " . POSTS_TABLE . "
! GROUP BY topic_id ASC
! ORDER BY post_id ASC";
! if ( !($result = $db->sql_query($sql)) )
{
! die("Couldn't obtain first post id list");
}
! if ( $row = $db->sql_fetchrow($result) )
! {
! do
{
! $post_id = $row['post_id'];
! $topic_id = $row['topic_id'];
! $sql = "UPDATE " . TOPICS_TABLE . "
! SET topic_first_post_id = $post_id
! WHERE topic_id = $topic_id";
! if ( !$db->sql_query($sql) )
{
! die("Couldn't update topic first post id in topic :: $topic_id");
}
}
! while ( $row = $db->sql_fetchrow($result) );
}
!
! echo "\n<br /><br />\nCOMPLETE! Please delete this file before continuing!<br />\n";
! }
?>
|
|
From: Paul S. O. <ps...@us...> - 2002-02-02 18:12:34
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv31752/templates/subSilver/admin
Modified Files:
page_header.tpl
Log Message:
Tom has moved the theming info back into the DB, you'll need to run update_to_RC3.php to make use of it ... NOTE that some display issues seem to exist with this update.
Index: page_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/page_header.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** page_header.tpl 2002/01/01 12:42:49 1.7
--- page_header.tpl 2002/02/02 18:12:30 1.8
***************
*** 4,22 ****
{META}
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
- <link rel="stylesheet" href="../templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" />
<style type="text/css">
<!--
! /* Specifiy background images for selected styles
! This can't be done within the external style sheet as NS4 sees image paths relative to
! the page which called the style sheet (i.e. this page in the root phpBB directory)
! whereas all other browsers see image paths relative to the style sheet. Stupid NS again!
*/
! TH { background-image: url(../templates/subSilver/images/cellpic3.gif) }
! TD.cat { background-image: url(../templates/subSilver/images/cellpic1.gif) }
! TD.rowpic { background-image: url(../templates/subSilver/images/cellpic2.jpg); background-repeat: repeat-y }
! td.icqback { background-image: url(../templates/subSilver/images/icon_icq_add.gif); background-repeat: no-repeat }
! TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-image: url(../templates/subSilver/images/cellpic1.gif) }
! p, td { font-size : 12px; color : #000000; }
h1,h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
--- 4,216 ----
{META}
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<style type="text/css">
<!--
!
! /*
! The original subSilver Theme for phpBB version 2+
! Created by subBlue design
! http://www.subBlue.com
!
! NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
! theme administration centre. When you have finalised your style you could cut the final CSS code
! and place it in an external file, deleting this section to save bandwidth.
*/
!
!
! /* General page style. The scroll bar colours only visible in IE5.5+ */
! body {
! background-color: {T_BODY_BGCOLOR};
! scrollbar-face-color: {T_TR_COLOR2};
! scrollbar-highlight-color: {T_TD_COLOR2};
! scrollbar-shadow-color: {T_TR_COLOR2};
! scrollbar-3dlight-color: {T_TR_COLOR3};
! scrollbar-arrow-color: {T_BODY_LINK};
! scrollbar-track-color: {T_TR_COLOR1};
! scrollbar-darkshadow-color: {T_TH_COLOR1};
! }
!
! /* General font families for common tags */
! font,th,td,p { font-family: {T_FONTFACE1} }
! p, td { font-size : {T_FONTSIZE2}; color : {T_BODY_TEXT}; }
! a:link,a:active,a:visited { color : {T_BODY_LINK}; }
! a:hover { text-decoration: underline; color : {T_BODY_HLINK}; }
! hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}
h1,h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}
+
+
+ /* This is the border line & background colour round the entire page */
+ .bodyline { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; }
+
+ /* This is the outline round the main forum tables */
+ .forumline { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }
+
+
+ /* Main table cell colours and backgrounds */
+ td.row1 { background-color: {T_TR_COLOR1}; }
+ td.row2 { background-color: {T_TR_COLOR2}; }
+ td.row3 { background-color: {T_TR_COLOR3}; }
+
+
+ /*
+ This is for the table cell above the Topics, Post & Last posts on the index.php page
+ By default this is the fading out gradiated silver background.
+ However, you could replace this with a bitmap specific for each forum
+ */
+ td.rowpic {
+ background-color: {T_TD_COLOR2};
+ background-image: url(../templates/subSilver/images/{T_TH_CLASS3});
+ background-repeat: repeat-y;
+ }
+
+ /* Header cells - the blue and silver gradient backgrounds */
+ th {
+ color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold;
+ background-color: {T_BODY_LINK}; height: 25px;
+ background-image: url(../templates/subSilver/images/{T_TH_CLASS2});
+ }
+
+ td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
+ background-image: url(../templates/subSilver/images/{T_TH_CLASS1});
+ background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;
+ }
+
+
+ /*
+ Setting additional nice inner borders for the main table cells.
+ The names indicate which sides the border will be on.
+ Don't worry if you don't understand this, just ignore it :-)
+ */
+ td.cat,td.catHead,td.catBottom {
+ height: 29px;
+ }
+ th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
+ font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px; }
+ td.row3Right,td.spaceRow {
+ background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; }
+
+ th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }
+ th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
+ th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
+ th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
+ th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
+ th.thTop { border-width: 1px 0px 0px 0px; }
+ th.thCornerL { border-width: 1px 0px 0px 1px; }
+ th.thCornerR { border-width: 1px 1px 0px 0px; }
+
+
+ /* The largest text used in the index page title and toptic title etc. */
+ .maintitle {
+ font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
+ text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
+ }
+
+
+ /* General text */
+ .gen { font-size : {T_FONTSIZE3}px; }
+ .genmed { font-size : {T_FONTSIZE2}px; }
+ .gensmall { font-size : {T_FONTSIZE1}px; }
+ .gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
+ a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
+ a.gen:hover,a.genmed:hover,a.gensmall:hover { color: {T_BODY_HLINK}; text-decoration: underline; }
+
+
+ /* The register, login, search etc links at the top of the page */
+ .mainmenu { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
+ a.mainmenu { text-decoration: none; color : {T_BODY_LINK}; }
+ a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
+
+
+ /* Forum category titles */
+ .cattitle { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
+ a.cattitle { text-decoration: none; color : {T_BODY_LINK}; }
+ a.cattitle:hover{ text-decoration: underline; }
+
+
+ /* Forum title: Text and link to the forums used in: index.php */
+ .forumlink { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }
+ a.forumlink { text-decoration: none; color : {T_BODY_LINK}; }
+ a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
+
+
+ /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
+ .nav { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
+ a.nav { text-decoration: none; color : {T_BODY_LINK}; }
+ a.nav:hover { text-decoration: underline; }
+
+
+
+ /* Name of poster in viewmsg.php and viewtopic.php and other places */
+ .name { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
+
+ /* Location, number of posts, post date etc */
+ .postdetails { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }
+
+
+ /* The content of the posts (body of text) */
+ .postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
+ a.postlink:link { text-decoration: none; color : {T_BODY_LINK} }
+ a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
+ a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}
+
+
+ /* Quote & Code blocks */
+ .code {
+ font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
+ background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
+ border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
+ }
+
+ .quote {
+ font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
+ background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
+ border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
+ }
+
+
+ /* Copyright and bottom info */
+ .copyright { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}
+ a.copyright { color: {T_FONTCOLOR1}; text-decoration: none;}
+ a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;}
+
+
+ /* Form elements */
+ input,textarea, select {
+ color : {T_BODY_TEXT};
+ font: normal {T_FONTSIZE2}px {T_FONTFACE1};
+ border-color : {T_BODY_TEXT};
+ }
+
+ /* The text input fields background colour */
+ input.post, textarea.post, select {
+ background-color : {T_TD_COLOR2};
+ }
+
+ input { text-indent : 2px; }
+
+ /* The buttons used for bbCode styling in message post */
+ input.button {
+ background-color : {T_TR_COLOR1};
+ color : {T_BODY_TEXT};
+ font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
+ }
+
+ /* The main submit button option */
+ input.mainoption {
+ background-color : {T_TD_COLOR1};
+ font-weight : bold;
+ }
+
+ /* None-bold submit button */
+ input.liteoption {
+ background-color : {T_TD_COLOR1};
+ font-weight : normal;
+ }
+
+ /* This is the line in the posting page which shows the rollover
+ help line. This is actually a text box, but if set to be the same
+ colour as the background no one will know ;)
+ */
+ .helpline { background-color: {T_TR_COLOR2}; border-style: none; }
+
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
|
|
From: Paul S. O. <ps...@us...> - 2002-02-02 18:12:20
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv31679/templates/subSilver
Modified Files:
overall_header.tpl simple_header.tpl subSilver.css
Log Message:
Tom has moved the theming info back into the DB, you'll need to run update_to_RC3.php to make use of it ... NOTE that some display issues seem to exist with this update.
Index: overall_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/overall_header.tpl,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** overall_header.tpl 2002/01/23 20:47:56 1.22
--- overall_header.tpl 2002/02/02 18:12:15 1.23
***************
*** 11,23 ****
<style type="text/css">
<!--
! /* Specifiy background images for selected styles
! This can't be done within the external style sheet as NS4 sees image paths relative to
! the page which called the style sheet (i.e. this page in the root phpBB directory)
! whereas all other browsers see image paths relative to the style sheet. Stupid NS again!
*/
! TH { background-image: url(templates/subSilver/images/cellpic3.gif) }
! TD.cat { background-image: url(templates/subSilver/images/cellpic1.gif) }
! TD.rowpic { background-image: url(templates/subSilver/images/cellpic2.jpg); background-repeat: repeat-y }
! TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-image: url(templates/subSilver/images/cellpic1.gif) }
--- 11,224 ----
<style type="text/css">
<!--
!
! /*
! The original subSilver Theme for phpBB version 2+
! Created by subBlue design
! http://www.subBlue.com
!
! NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
! theme administration centre. When you have finalised your style you could cut the final CSS code
! and place it in an external file, deleting this section to save bandwidth.
*/
!
!
! /* General page style. The scroll bar colours only visible in IE5.5+ */
! body {
! background-color: {T_BODY_BGCOLOR};
! scrollbar-face-color: {T_TR_COLOR2};
! scrollbar-highlight-color: {T_TD_COLOR2};
! scrollbar-shadow-color: {T_TR_COLOR2};
! scrollbar-3dlight-color: {T_TR_COLOR3};
! scrollbar-arrow-color: {T_BODY_LINK};
! scrollbar-track-color: {T_TR_COLOR1};
! scrollbar-darkshadow-color: {T_TH_COLOR1};
! }
!
! /* General font families for common tags */
! font,th,td,p { font-family: {T_FONTFACE1} }
! a:link,a:active,a:visited { color : {T_BODY_LINK}; }
! a:hover { text-decoration: underline; color : {T_BODY_HLINK}; }
! hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}
!
!
! /* This is the border line & background colour round the entire page */
! .bodyline { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; }
!
! /* This is the outline round the main forum tables */
! .forumline { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }
!
!
! /* Main table cell colours and backgrounds */
! td.row1 { background-color: {T_TR_COLOR1}; }
! td.row2 { background-color: {T_TR_COLOR2}; }
! td.row3 { background-color: {T_TR_COLOR3}; }
!
!
! /*
! This is for the table cell above the Topics, Post & Last posts on the index.php page
! By default this is the fading out gradiated silver background.
! However, you could replace this with a bitmap specific for each forum
! */
! td.rowpic {
! background-color: {T_TD_COLOR2};
! background-image: url(templates/subSilver/images/{T_TH_CLASS3});
! background-repeat: repeat-y;
! }
!
! /* Header cells - the blue and silver gradient backgrounds */
! th {
! color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold;
! background-color: {T_BODY_LINK}; height: 25px;
! background-image: url(templates/subSilver/images/{T_TH_CLASS2});
! }
!
! td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
! background-image: url(templates/subSilver/images/{T_TH_CLASS1});
! background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;
! }
!
!
! /*
! Setting additional nice inner borders for the main table cells.
! The names indicate which sides the border will be on.
! Don't worry if you don't understand this, just ignore it :-)
! */
! td.cat,td.catHead,td.catBottom {
! height: 29px;
! }
! th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
! font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px; }
! td.row3Right,td.spaceRow {
! background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; }
!
! th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }
! th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
! th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
! th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
! th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
! th.thTop { border-width: 1px 0px 0px 0px; }
! th.thCornerL { border-width: 1px 0px 0px 1px; }
! th.thCornerR { border-width: 1px 1px 0px 0px; }
!
!
! /* The largest text used in the index page title and toptic title etc. */
! .maintitle {
! font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
! text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
! }
!
!
! /* General text */
! .gen { font-size : {T_FONTSIZE3}px; }
! .genmed { font-size : {T_FONTSIZE2}px; }
! .gensmall { font-size : {T_FONTSIZE1}px; }
! .gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
! a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
! a.gen:hover,a.genmed:hover,a.gensmall:hover { color: {T_BODY_HLINK}; text-decoration: underline; }
!
!
! /* The register, login, search etc links at the top of the page */
! .mainmenu { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
! a.mainmenu { text-decoration: none; color : {T_BODY_LINK}; }
! a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
!
!
! /* Forum category titles */
! .cattitle { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
! a.cattitle { text-decoration: none; color : {T_BODY_LINK}; }
! a.cattitle:hover{ text-decoration: underline; }
!
!
! /* Forum title: Text and link to the forums used in: index.php */
! .forumlink { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }
! a.forumlink { text-decoration: none; color : {T_BODY_LINK}; }
! a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
!
!
! /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
! .nav { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
! a.nav { text-decoration: none; color : {T_BODY_LINK}; }
! a.nav:hover { text-decoration: underline; }
!
!
! /* titles for the topics: could specify viewed link colour too */
! .topictitle,h1,h2 { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
! a.topictitle:link { text-decoration: none; color : {T_BODY_LINK}; }
! a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }
! a.topictitle:hover { text-decoration: underline; color : {T_BODY_HLINK}; }
!
!
! /* Name of poster in viewmsg.php and viewtopic.php and other places */
! .name { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
!
! /* Location, number of posts, post date etc */
! .postdetails { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }
!
!
! /* The content of the posts (body of text) */
! .postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
! a.postlink:link { text-decoration: none; color : {T_BODY_LINK} }
! a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
! a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}
!
!
! /* Quote & Code blocks */
! .code {
! font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
! background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
! border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
! }
!
! .quote {
! font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
! background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
! border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
! }
!
!
! /* Copyright and bottom info */
! .copyright { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}
! a.copyright { color: {T_FONTCOLOR1}; text-decoration: none;}
! a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;}
!
!
! /* Form elements */
! input,textarea, select {
! color : {T_BODY_TEXT};
! font: normal {T_FONTSIZE2}px {T_FONTFACE1};
! border-color : {T_BODY_TEXT};
! }
!
! /* The text input fields background colour */
! input.post, textarea.post, select {
! background-color : {T_TD_COLOR2};
! }
!
! input { text-indent : 2px; }
!
! /* The buttons used for bbCode styling in message post */
! input.button {
! background-color : {T_TR_COLOR1};
! color : {T_BODY_TEXT};
! font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
! }
!
! /* The main submit button option */
! input.mainoption {
! background-color : {T_TD_COLOR1};
! font-weight : bold;
! }
!
! /* None-bold submit button */
! input.liteoption {
! background-color : {T_TD_COLOR1};
! font-weight : normal;
! }
!
! /* This is the line in the posting page which shows the rollover
! help line. This is actually a text box, but if set to be the same
! colour as the background no one will know ;)
! */
! .helpline { background-color: {T_TR_COLOR2}; border-style: none; }
Index: simple_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/simple_header.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** simple_header.tpl 2002/01/17 19:14:58 1.5
--- simple_header.tpl 2002/02/02 18:12:15 1.6
***************
*** 16,29 ****
<style type="text/css">
<!--
! /* Specifiy background images for selected styles
! This can't be done within the external style sheet as NS4 sees image paths relative to
! the page which called the style sheet (i.e. this page in the root phpBB directory)
! whereas all other browsers see image paths relative to the style sheet. Stupid NS again!
*/
! TH { background-image: url(templates/subSilver/images/cellpic3.gif) }
! TD.cat { background-image: url(templates/subSilver/images/cellpic1.gif) }
! TD.rowpic { background-image: url(templates/subSilver/images/cellpic2.jpg); background-repeat: repeat-y }
! td.icqback { background-image: url(templates/subSilver/images/icon_icq_add.gif); background-repeat: no-repeat }
! TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-image: url(templates/subSilver/images/cellpic1.gif) }
--- 16,229 ----
<style type="text/css">
<!--
!
! /*
! The original subSilver Theme for phpBB version 2+
! Created by subBlue design
! http://www.subBlue.com
!
! NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
! theme administration centre. When you have finalised your style you could cut the final CSS code
! and place it in an external file, deleting this section to save bandwidth.
*/
!
!
! /* General page style. The scroll bar colours only visible in IE5.5+ */
! body {
! background-color: {T_BODY_BGCOLOR};
! scrollbar-face-color: {T_TR_COLOR2};
! scrollbar-highlight-color: {T_TD_COLOR2};
! scrollbar-shadow-color: {T_TR_COLOR2};
! scrollbar-3dlight-color: {T_TR_COLOR3};
! scrollbar-arrow-color: {T_BODY_LINK};
! scrollbar-track-color: {T_TR_COLOR1};
! scrollbar-darkshadow-color: {T_TH_COLOR1};
! }
!
! /* General font families for common tags */
! font,th,td,p { font-family: {T_FONTFACE1} }
! a:link,a:active,a:visited { color : {T_BODY_LINK}; }
! a:hover { text-decoration: underline; color : {T_BODY_HLINK}; }
! hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}
!
!
! /* This is the border line & background colour round the entire page */
! .bodyline { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; }
!
! /* This is the outline round the main forum tables */
! .forumline { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }
!
!
! /* Main table cell colours and backgrounds */
! td.row1 { background-color: {T_TR_COLOR1}; }
! td.row2 { background-color: {T_TR_COLOR2}; }
! td.row3 { background-color: {T_TR_COLOR3}; }
!
!
! /*
! This is for the table cell above the Topics, Post & Last posts on the index.php page
! By default this is the fading out gradiated silver background.
! However, you could replace this with a bitmap specific for each forum
! */
! td.rowpic {
! background-color: {T_TD_COLOR2};
! background-image: url(templates/subSilver/images/{T_TH_CLASS3});
! background-repeat: repeat-y;
! }
!
! /* Header cells - the blue and silver gradient backgrounds */
! th {
! color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold;
! background-color: {T_BODY_LINK}; height: 25px;
! background-image: url(templates/subSilver/images/{T_TH_CLASS2});
! }
!
! td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
! background-image: url(templates/subSilver/images/{T_TH_CLASS1});
! background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;
! }
!
!
! /*
! Setting additional nice inner borders for the main table cells.
! The names indicate which sides the border will be on.
! Don't worry if you don't understand this, just ignore it :-)
! */
! td.cat,td.catHead,td.catBottom {
! height: 29px;
! }
! th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
! font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px; }
! td.row3Right,td.spaceRow {
! background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; }
!
! th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }
! th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
! th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
! th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
! th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
! th.thTop { border-width: 1px 0px 0px 0px; }
! th.thCornerL { border-width: 1px 0px 0px 1px; }
! th.thCornerR { border-width: 1px 1px 0px 0px; }
!
!
! /* The largest text used in the index page title and toptic title etc. */
! .maintitle {
! font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
! text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
! }
!
!
! /* General text */
! .gen { font-size : {T_FONTSIZE3}px; }
! .genmed { font-size : {T_FONTSIZE2}px; }
! .gensmall { font-size : {T_FONTSIZE1}px; }
! .gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
! a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
! a.gen:hover,a.genmed:hover,a.gensmall:hover { color: {T_BODY_HLINK}; text-decoration: underline; }
!
!
! /* The register, login, search etc links at the top of the page */
! .mainmenu { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
! a.mainmenu { text-decoration: none; color : {T_BODY_LINK}; }
! a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
!
!
! /* Forum category titles */
! .cattitle { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
! a.cattitle { text-decoration: none; color : {T_BODY_LINK}; }
! a.cattitle:hover{ text-decoration: underline; }
!
!
! /* Forum title: Text and link to the forums used in: index.php */
! .forumlink { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }
! a.forumlink { text-decoration: none; color : {T_BODY_LINK}; }
! a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
!
!
! /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
! .nav { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
! a.nav { text-decoration: none; color : {T_BODY_LINK}; }
! a.nav:hover { text-decoration: underline; }
!
!
! /* titles for the topics: could specify viewed link colour too */
! .topictitle { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
! a.topictitle:link { text-decoration: none; color : {T_BODY_LINK}; }
! a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }
! a.topictitle:hover { text-decoration: underline; color : {T_BODY_HLINK}; }
!
!
! /* Name of poster in viewmsg.php and viewtopic.php and other places */
! .name { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
!
! /* Location, number of posts, post date etc */
! .postdetails { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }
!
!
! /* The content of the posts (body of text) */
! .postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
! a.postlink:link { text-decoration: none; color : {T_BODY_LINK} }
! a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
! a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}
!
!
! /* Quote & Code blocks */
! .code {
! font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
! background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
! border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
! }
!
! .quote {
! font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
! background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
! border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
! }
!
!
! /* Copyright and bottom info */
! .copyright { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}
! a.copyright { color: {T_FONTCOLOR1}; text-decoration: none;}
! a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;}
!
!
! /* Form elements */
! input,textarea, select {
! color : {T_BODY_TEXT};
! font: normal {T_FONTSIZE2}px {T_FONTFACE1};
! border-color : {T_BODY_TEXT};
! }
!
! /* The text input fields background colour */
! input.post, textarea.post, select {
! background-color : {T_TD_COLOR2};
! }
!
! input { text-indent : 2px; }
!
! /* The buttons used for bbCode styling in message post */
! input.button {
! background-color : {T_TR_COLOR1};
! color : {T_BODY_TEXT};
! font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
! }
!
! /* The main submit button option */
! input.mainoption {
! background-color : {T_TD_COLOR1};
! font-weight : bold;
! }
!
! /* None-bold submit button */
! input.liteoption {
! background-color : {T_TD_COLOR1};
! font-weight : normal;
! }
!
! /* This is the line in the posting page which shows the rollover
! help line. This is actually a text box, but if set to be the same
! colour as the background no one will know ;)
! */
! .helpline { background-color: {T_TR_COLOR2}; border-style: none; }
Index: subSilver.css
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/subSilver.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** subSilver.css 2002/01/09 18:47:04 1.4
--- subSilver.css 2002/02/02 18:12:15 1.5
***************
*** 1,51 ****
/*
! subSilver Theme for phpBB2
Created by subBlue design
http://www.subBlue.com
- */
/* General page style. The scroll bar colours only visible in IE5.5+ */
! body {
! background-color:#E5E5E5;
! scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF;
! scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC;
! scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF;
scrollbar-darkshadow-color: #98AAB1;
}
/* General font families for common tags */
! font{ font-family: Verdana, Arial, Helvetica, sans-serif }
! td { font-family: Verdana, Arial, Helvetica, sans-serif }
! p { font-family: Verdana, Arial, Helvetica, sans-serif }
hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
/* This is the border line & background colour round the entire page */
! .bodyline { background-color:#FFFFFF; border: #98AAB1; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }
/* This is the outline round the main forum tables */
! .forumline { background-color:#FFFFFF; border: 2px #006699 solid }
!
! /*
! Main table cell colours and backgrounds
! Styles that use bitmap backgrounds are commented "Uses Bitmap"
! Note that netscape 4 takes paths to bitmap files relative from
! the html file rather than from the style sheet.
! Hence, to maintain compatibility, all styles using bitmaps have
! their "background : url(templates/subSilver/images/bitmap.gif);"
! setting defined in overall_header.tpl
! */
! TH { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #1B7CAD; height: 25px; font-size: 11px; font-weight: bold; color: #FFA34F;
! } /* Uses Bitmap */
! TD.tablebg { background-color: #000000 }
! TD.cat { background-color: #D1D7DC; height: 28px } /* Uses Bitmap */
! TD.row1 { background-color: #EFEFEF }
! TD.row2 { background-color: #DEE3E7 }
! TD.row3 { background-color: #D1D7DC}
- /* This is the spacer row between post replies */
- TD.spaceRow { background-color: #D1D7DC; border: #FFFFFF; border-style: solid; border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
/*
--- 1,44 ----
/*
! The original subSilver Theme for phpBB version 2+
Created by subBlue design
http://www.subBlue.com
+ NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
+ theme administration centre. When you have finalised your style you could cut the final CSS code
+ and place it in an external file, deleting this section to save bandwidth.
+ */
+
+
/* General page style. The scroll bar colours only visible in IE5.5+ */
! body {
! background-color: #E5E5E5;
! scrollbar-face-color: #DEE3E7;
! scrollbar-highlight-color: #FFFFFF;
! scrollbar-shadow-color: #DEE3E7;
! scrollbar-3dlight-color: #D1D7DC;
! scrollbar-arrow-color: #006699;
! scrollbar-track-color: #EFEFEF;
scrollbar-darkshadow-color: #98AAB1;
}
/* General font families for common tags */
! font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
! a:link,a:active,a:visited { color : #006699; }
! a:hover { text-decoration: underline; color : #DD6900; }
hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
/* This is the border line & background colour round the entire page */
! .bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
/* This is the outline round the main forum tables */
! .forumline { background-color: #FFFFFF; border: 2px #006699 solid; }
! /* Main table cell colours and backgrounds */
! td.row1 { background-color: #EFEFEF; }
! td.row2 { background-color: #DEE3E7; }
! td.row3 { background-color: #D1D7DC; }
/*
***************
*** 54,111 ****
However, you could replace this with a bitmap specific for each forum
*/
! TD.rowpic { background-color: #FFFFFF } /* Uses Bitmap */
/*
! Setting additional nice borders for the main table cells.
The names indicate which sides the border will be on.
Don't worry if you don't understand this, just ignore it :-)
*/
! TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-color:#D1D7DC; height: 28px; border: #FFFFFF; border-style: solid; } /* Uses Bitmap */
!
! TD.catHead { height: 29px; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px }
! TD.catSides { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
! TD.catLeft { border-left-width: 1px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
! TD.catRight { border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
! TD.catBottom { height: 29px; border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px }
!
! TH.thHead,TH.thSides,TH.thTop,TH.thLeft,TH.thRight,TH.thBottom,TH.thCornerL,TH.thCornerR { border: #FFFFFF; border-style: solid; }
!
! TH.thHead { font-weight : bold; font-size: 12px; height: 25px; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px }
! TH.thSides { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
! TH.thTop { border-left-width: 0px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px }
! TH.thLeft { border-left-width: 1px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
! TH.thRight { border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
! TH.thBottom { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px }
! TH.thCornerL { border-left-width: 1px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px }
! TH.thCornerR { border-left-width: 0px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px }
!
! TD.row3Right { background-color: #D1D7DC; border: #FFFFFF; border-style: solid; border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
!
/* The largest text used in the index page title and toptic title etc. */
! .maintitle { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}
!
!
! /* General normal text */
! .gen { font-size : 12px; color : #000000; }
! a.gen { color: #006699; text-decoration: none; }
! a.gen:hover { color: #DD6900; text-decoration: underline; }
!
! /* General medium text */
! .genmed { font-size : 11px; color : #000000; }
! a.genmed { text-decoration: none; color : #006699; }
! a.genmed:hover { text-decoration: underline; color : #DD6900; }
! /* General small */
! .gensmall { font-size : 10px; color : #000000; }
! a.gensmall { color: #006699; text-decoration: none; }
! a.gensmall:hover{ color: #DD6900; text-decoration: underline; }
/* The register, login, search etc links at the top of the page */
! .mainmenu { font-size : 11px; text-decoration : none; color : #000000 }
a.mainmenu { text-decoration: none; color : #006699; }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
--- 47,110 ----
However, you could replace this with a bitmap specific for each forum
*/
! td.rowpic {
! background-color: #FFFFFF;
! background-image: url(templates/subSilver/images/cellpic2.jpg);
! background-repeat: repeat-y;
! }
!
! /* Header cells - the blue and silver gradient backgrounds */
! th {
! color: #FFA34F; font-size: 11px; font-weight : bold;
! background-color: #006699; height: 25px;
! background-image: url(templates/subSilver/images/cellpic3.gif);
! }
!
! td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
! background-image: url(templates/subSilver/images/cellpic1.gif);
! background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
! }
/*
! Setting additional nice inner borders for the main table cells.
The names indicate which sides the border will be on.
Don't worry if you don't understand this, just ignore it :-)
*/
! td.cat,td.catHead,td.catBottom {
! height: 29px;
! }
! th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
! font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
! td.row3Right,td.spaceRow {
! background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }
!
! th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
! th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
! th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
! th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
! th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
! th.thTop { border-width: 1px 0px 0px 0px; }
! th.thCornerL { border-width: 1px 0px 0px 1px; }
! th.thCornerR { border-width: 1px 1px 0px 0px; }
/* The largest text used in the index page title and toptic title etc. */
! .maintitle,h1,h2 {
! font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
! text-decoration: none; line-height : 120%; color : #000000;
! }
! /* General text */
! .gen { font-size : 12px; }
! .genmed { font-size : 11px; }
! .gensmall { font-size : 10px; }
! .gen,.genmed,.gensmall { color : #000000; }
! a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
! a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; }
/* The register, login, search etc links at the top of the page */
! .mainmenu { font-size : 11px; color : #000000 }
a.mainmenu { text-decoration: none; color : #006699; }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
***************
*** 113,117 ****
/* Forum category titles */
! .cattitle { font-size : 12px; letter-spacing: 1px; font-weight : bold; text-decoration : none; color : #006699}
a.cattitle { text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }
--- 112,116 ----
/* Forum category titles */
! .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle { text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }
***************
*** 119,129 ****
/* Forum title: Text and link to the forums used in: index.php */
! .forumlink { font-size : 12px; font-weight : bold; text-decoration : none; color : #006699; }
! a.forumlink { text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
! .nav { font-size : 11px; font-weight : bold; text-decoration : none; color : #000000;}
a.nav { text-decoration: none; color : #006699; }
a.nav:hover { text-decoration: underline; }
--- 118,128 ----
/* Forum title: Text and link to the forums used in: index.php */
! .forumlink { font-weight: bold; font-size: 12px; color : #006699; }
! a.forumlink { text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
! .nav { font-weight: bold; font-size: 11px; color : #000000;}
a.nav { text-decoration: none; color : #006699; }
a.nav:hover { text-decoration: underline; }
***************
*** 131,161 ****
/* titles for the topics: could specify viewed link colour too */
! .topictitle { font-size : 11px; font-weight : bold; text-decoration : none; color : #000000; }
! a.topictitle { text-decoration: none; color : #006699; }
a.topictitle:hover { text-decoration: underline; color : #DD6900; }
- a.topictitle:visited{ text-decoration: none; color : #5493B4; }
/* Name of poster in viewmsg.php and viewtopic.php and other places */
! .name { font-size : 11px; text-decoration : none; color : #000000;}
! a.name { color: #006699; text-decoration: none;}
! a.name:hover { color: #DD6900; text-decoration: underline;}
-
/* Location, number of posts, post date etc */
.postdetails { font-size : 10px; color : #000000; }
- a.postdetails { color: #006699; text-decoration: none; }
- a.postdetails:hover { color: #DD6900; text-decoration: underline; }
/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
! a.postlink { text-decoration: none; color : #006699 }
a.postlink:hover { text-decoration: underline; color : #DD6900}
! /* Quote Code (currently not used) */
! .code {
! font-family: Courier, "Courier New", sans-serif; font-size: 11px; color: #006600;
background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
--- 130,156 ----
/* titles for the topics: could specify viewed link colour too */
! .topictitle { font-weight: bold; font-size: 11px; color : #000000; }
! a.topictitle:link { text-decoration: none; color : #006699; }
! a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover { text-decoration: underline; color : #DD6900; }
/* Name of poster in viewmsg.php and viewtopic.php and other places */
! .name { font-size : 11px; color : #000000;}
/* Location, number of posts, post date etc */
.postdetails { font-size : 10px; color : #000000; }
/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
! a.postlink:link { text-decoration: none; color : #006699 }
! a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}
! /* Quote & Code blocks */
! .code {
! font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
***************
*** 163,180 ****
.quote {
! font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
- .editedby { font-size : 10px; line-height : 100%; color : #333333; }
/* Form elements */
input,textarea, select {
color : #000000;
! font-family : Verdana, Arial, Helvetica, sans-serif;
! font-size : 11px;
! font-weight : normal;
border-color : #000000;
}
--- 158,177 ----
.quote {
! font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
+ /* Copyright and bottom info */
+ .copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
+ a.copyright { color: #444444; text-decoration: none;}
+ a.copyright:hover { color: #000000; text-decoration: underline;}
+
/* Form elements */
input,textarea, select {
color : #000000;
! font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border-color : #000000;
}
***************
*** 191,196 ****
background-color : #EFEFEF;
color : #000000;
! font-family : Verdana, Arial, Helvetica, sans-serif;
! font-size : 11px;
}
--- 188,192 ----
background-color : #EFEFEF;
color : #000000;
! font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
***************
*** 213,218 ****
.helpline { background-color: #DEE3E7; border-style: none; }
! /* Copyright and bottom info */
! .copyright { font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; font-size: 10px; letter-spacing: -1px;}
! a.copyright { color: #333333; text-decoration: none;}
! a.copyright:hover { color: #000000; text-decoration: underline;}
--- 209,213 ----
.helpline { background-color: #DEE3E7; border-style: none; }
!
! /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
! @import url("templates/subSilver/formIE.css");
|
Update of /cvsroot/phpbb/phpBB2/db/schemas
In directory usw-pr-cvs1:/tmp/cvs-serv31363/db/schemas
Modified Files:
ms_access_primer.zip mssql_basic.sql mssql_schema.sql
mysql_basic.sql mysql_schema.sql postgres_basic.sql
postgres_schema.sql
Log Message:
Updates for topic_first_id, NOTE that these basics include a new updated subSilver entry that appears to produce some strange results at present ...
Index: ms_access_primer.zip
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/schemas/ms_access_primer.zip,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
Binary files /tmp/cvsli16G3 and /tmp/cvsmjpX1Y differ
Index: mssql_basic.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/schemas/mssql_basic.sql,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** mssql_basic.sql 2002/01/28 13:41:31 1.8
--- mssql_basic.sql 2002/02/02 18:10:53 1.9
***************
*** 20,24 ****
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_domain','');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_secure','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('session_length','900');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_html','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_html_tags','b,i,u,pre');
--- 20,24 ----
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_domain','');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_secure','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('session_length','3600');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_html','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_html_tags','b,i,u,pre');
***************
*** 123,127 ****
SET IDENTITY_INSERT phpbb_topics ON;
! INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_type, topic_vote, topic_last_post_id, topic_moved_id) VALUES (1, 1, 'Welcome to phpBB 2', 2, 972086460, '', '', '', '', '', 1, '');
SET IDENTITY_INSERT phpbb_topics OFF;
--- 123,127 ----
SET IDENTITY_INSERT phpbb_topics ON;
! INSERT INTO phpbb_topics (topic_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, forum_id, topic_status, topic_type, topic_vote, topic_first_post_id, topic_last_post_id, topic_moved_id) VALUES (1, 'Welcome to phpBB 2', 2, '972086460', 0, 0, 1, 0, 0, 0, 1, 1, '');
SET IDENTITY_INSERT phpbb_topics OFF;
***************
*** 144,152 ****
SET IDENTITY_INSERT phpbb_themes ON;
! INSERT INTO phpbb_themes (themes_id, template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (1,'subSilver','subSilver','subSilver.css','','E5E5E5','000000','006699','5584AA','FF9933','EDF2F2','EFEFEF','DEE3E7','c2cdd6','','','','CBD3D9','BCBCBC','1B7CAD','','','','AEBDC4','006699','FFFFFF','row1','row2','','Verdana,Arial,Helvetica,sans-serif','Verdana,Arial,Helvetica,sans-serif','courier','','','','004c75','004c75','004c75','','','');
SET IDENTITY_INSERT phpbb_themes OFF;
/*
-- Smilies
--- 144,154 ----
SET IDENTITY_INSERT phpbb_themes ON;
! INSERT INTO phpbb_themes (themes_id, template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (1, 'subSilver', 'subSilver', '', '', 'E5E5E5', '000000', '006699', '5493B4', '', 'DD6900', 'EFEFEF', 'DEE3E7', 'D1D7DC', '', '', '', '98AAB1', '006699', 'FFFFFF', 'cellpic1.gif', 'cellpic3.gif', 'cellpic2.jpg', 'FAFAFA', 'FFFFFF', '', 'row1', 'row2', '', 'Verdana, Arial, Helvetica, sans-serif', 'Trebuchet MS', 'Courier, ''Courier New'', sans-serif', 10, 11, 12, '444444', '006600', 'FFA34F', '', '', '');
SET IDENTITY_INSERT phpbb_themes OFF;
+ INSERT INTO phpbb_themes_name (themes_id, tr_color1_name, tr_color2_name, tr_color3_name, tr_class1_name, tr_class2_name, tr_class3_name, th_color1_name, th_color2_name, th_color3_name, th_class1_name, th_class2_name, th_class3_name, td_color1_name, td_color2_name, td_color3_name, td_class1_name, td_class2_name, td_class3_name, fontface1_name, fontface2_name, fontface3_name, fontsize1_name, fontsize2_name, fontsize3_name, fontcolor1_name, fontcolor2_name, fontcolor3_name, span_class1_name, span_class2_name, span_class3_name) VALUES (1, 'The lightest row colour', 'The medium row color', 'The darkest row colour', '', '', '', 'Border round the whole page', 'Outer table border', 'Inner table border', 'Silver gradient picture', 'Blue gradient picture', 'Fade-out gradient on index', 'Background for quote boxes', 'All white areas', '', 'Background for topic posts', '2nd background for topic posts', '', 'Main fonts', 'Additional topic title font', 'Form fonts', 'Smallest font size', 'Medium font size', 'Normal font size (post body etc)', 'Quote & copyright text', 'Code text colour', 'Main table header text colour', '', '', '');
+
/*
-- Smilies
***************
*** 211,222 ****
INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 3, 'phpbb', 0 );
INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 4, 'installation', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 5, 'may', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 6, 'delete', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 7, 'topic', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 8, 'forum', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 9, 'since', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 10, 'everything', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 11, 'seems', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 12, 'working', 0 );
SET IDENTITY_INSERT phpbb_search_wordlist OFF;
--- 213,224 ----
INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 3, 'phpbb', 0 );
INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 4, 'installation', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 5, 'delete', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 6, 'topic', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 7, 'forum', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 8, 'since', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 9, 'everything', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 10, 'seems', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 11, 'working', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 12, 'welcome', 0 );
SET IDENTITY_INSERT phpbb_search_wordlist OFF;
***************
*** 237,241 ****
INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES ( 10, 1, 0 );
INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES ( 11, 1, 0 );
! INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES ( 12, 1, 0 );
COMMIT;
--- 239,244 ----
INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES ( 10, 1, 0 );
INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES ( 11, 1, 0 );
! INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES ( 12, 1, 1 );
! INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES ( 3, 1, 1 );
COMMIT;
Index: mssql_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/schemas/mssql_schema.sql,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** mssql_schema.sql 2002/01/28 01:37:50 1.18
--- mssql_schema.sql 2002/02/02 18:10:53 1.19
***************
*** 288,291 ****
--- 288,292 ----
[topic_type] [smallint] NOT NULL ,
[topic_vote] [smallint] NOT NULL ,
+ [topic_first_post_id] [int] NULL ,
[topic_last_post_id] [int] NULL ,
[topic_moved_id] [int] NULL
Index: mysql_basic.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/schemas/mysql_basic.sql,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** mysql_basic.sql 2002/01/25 21:53:05 1.10
--- mysql_basic.sql 2002/02/02 18:10:53 1.11
***************
*** 13,17 ****
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_domain','');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_secure','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('session_length','900');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_html','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_html_tags','b,i,u,pre');
--- 13,17 ----
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_domain','');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_secure','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('session_length','3600');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_html','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_html_tags','b,i,u,pre');
***************
*** 88,92 ****
# -- Demo Topic
! INSERT INTO phpbb_topics (topic_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, forum_id, topic_status, topic_type, topic_vote, topic_last_post_id) VALUES (1, 'Welcome to phpBB 2', 2, '972086460', 0, 0, 1, 0, 0, 0, 1);
--- 88,92 ----
# -- Demo Topic
! INSERT INTO phpbb_topics (topic_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, forum_id, topic_status, topic_type, topic_vote, topic_first_post_id, topic_last_post_id) VALUES (1, 'Welcome to phpBB 2', 2, '972086460', 0, 0, 1, 0, 0, 0, 1, 1);
***************
*** 97,103 ****
# -- Themes
! INSERT INTO phpbb_themes (themes_id, template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (1, 'subSilver', 'subSilver', 'subSilver.css', NULL, 'E5E5E5', '000000', '006699', '5584AA', 'FF9933', 'EDF2F2', 'EFEFEF', 'DEE3E7', 'c2cdd6', NULL, NULL, NULL, 'CBD3D9', 'BCBCBC', '1B7CAD', NULL, NULL, NULL, 'AEBDC4', '006699', 'FFFFFF', 'row1', 'row2', NULL, 'Verdana, Arial, Helvetica, sans-serif', 'Verdana, Arial, Helvetica, sans-serif', 'courier', NULL, NULL, NULL, '004c75', '004c75', '004c75', NULL, NULL, NULL);
# -- Smilies
INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( 1, ':D', 'icon_biggrin.gif', 'Very Happy');
--- 97,105 ----
# -- Themes
! INSERT INTO phpbb_themes (themes_id, template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (1, 'subSilver', 'subSilver', '', '', 'E5E5E5', '000000', '006699', '5493B4', '', 'DD6900', 'EFEFEF', 'DEE3E7', 'D1D7DC', '', '', '', '98AAB1', '006699', 'FFFFFF', 'cellpic1.gif', 'cellpic3.gif', 'cellpic2.jpg', 'FAFAFA', 'FFFFFF', '', 'row1', 'row2', '', 'Verdana, Arial, Helvetica, sans-serif', 'Trebuchet MS', 'Courier, \'Courier New\', sans-serif', 10, 11, 12, '444444', '006600', 'FFA34F', '', '', '');
+ INSERT INTO phpbb_themes_name (themes_id, tr_color1_name, tr_color2_name, tr_color3_name, tr_class1_name, tr_class2_name, tr_class3_name, th_color1_name, th_color2_name, th_color3_name, th_class1_name, th_class2_name, th_class3_name, td_color1_name, td_color2_name, td_color3_name, td_class1_name, td_class2_name, td_class3_name, fontface1_name, fontface2_name, fontface3_name, fontsize1_name, fontsize2_name, fontsize3_name, fontcolor1_name, fontcolor2_name, fontcolor3_name, span_class1_name, span_class2_name, span_class3_name) VALUES (1, 'The lightest row colour', 'The medium row color', 'The darkest row colour', '', '', '', 'Border round the whole page', 'Outer table border', 'Inner table border', 'Silver gradient picture', 'Blue gradient picture', 'Fade-out gradient on index', 'Background for quote boxes', 'All white areas', '', 'Background for topic posts', '2nd background for topic posts', '', 'Main fonts', 'Additional topic title font', 'Form fonts', 'Smallest font size', 'Medium font size', 'Normal font size (post body etc)', 'Quote & copyright text', 'Code text colour', 'Main table header text colour', '', '', '');
+
# -- Smilies
INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( 1, ':D', 'icon_biggrin.gif', 'Very Happy');
***************
*** 152,163 ****
INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 3, 'phpbb', 0 );
INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 4, 'installation', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 5, 'may', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 6, 'delete', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 7, 'topic', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 8, 'forum', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 9, 'since', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 10, 'everything', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 11, 'seems', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 12, 'working', 0 );
--- 154,165 ----
INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 3, 'phpbb', 0 );
INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 4, 'installation', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 5, 'delete', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 6, 'topic', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 7, 'forum', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 8, 'since', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 9, 'everything', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 10, 'seems', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 11, 'working', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 12, 'welcome', 0 );
***************
*** 174,176 ****
INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES ( 10, 1, 0 );
INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES ( 11, 1, 0 );
! INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES ( 12, 1, 0 );
--- 176,179 ----
INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES ( 10, 1, 0 );
INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES ( 11, 1, 0 );
! INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES ( 12, 1, 1 );
! INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES ( 3, 1, 1 );
Index: mysql_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/schemas/mysql_schema.sql,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** mysql_schema.sql 2002/01/11 13:15:49 1.14
--- mysql_schema.sql 2002/02/02 18:10:53 1.15
***************
*** 424,427 ****
--- 424,428 ----
topic_vote tinyint(1) DEFAULT '0' NOT NULL,
topic_type tinyint(3) DEFAULT '0' NOT NULL,
+ topic_first_post_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
topic_last_post_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
topic_moved_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
Index: postgres_basic.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/schemas/postgres_basic.sql,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** postgres_basic.sql 2002/01/25 21:53:05 1.10
--- postgres_basic.sql 2002/02/02 18:10:53 1.11
***************
*** 14,18 ****
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_domain','');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_secure','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('session_length','900');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_html','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_html_tags','b,i,u,pre');
--- 14,18 ----
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_domain','');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_secure','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('session_length','3600');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_html','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_html_tags','b,i,u,pre');
***************
*** 88,92 ****
-- Demo Topic
! INSERT INTO phpbb_topics (topic_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, forum_id, topic_status, topic_type, topic_vote, topic_last_post_id) VALUES (1, 'Welcome to phpBB 2', 2, '972086460', 0, 0, 1, 0, 0, 0, 1);
--- 88,92 ----
-- Demo Topic
! INSERT INTO phpbb_topics (topic_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, forum_id, topic_status, topic_type, topic_vote, topic_first_post_id, topic_last_post_id) VALUES (1, 'Welcome to phpBB 2', 2, '972086460', 0, 0, 1, 0, 0, 0, 1, 1);
***************
*** 97,103 ****
-- Themes
! INSERT INTO phpbb_themes (themes_id, template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (1, 'subSilver', 'subSilver', 'subSilver.css', NULL, 'E5E5E5', '000000', '006699', '5584AA', 'FF9933', 'EDF2F2', 'EFEFEF', 'DEE3E7', 'c2cdd6', NULL, NULL, NULL, 'CBD3D9', 'BCBCBC', '1B7CAD', NULL, NULL, NULL, 'AEBDC4', '006699', 'FFFFFF', 'row1', 'row2', NULL, 'Verdana, Arial, Helvetica, sans-serif', 'Verdana, Arial, Helvetica, sans-serif', 'courier', NULL, NULL, NULL, '004c75', '004c75', '004c75', NULL, NULL, NULL);
-- Smilies
INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( 1, ':D', 'icon_biggrin.gif', 'Very Happy');
--- 97,105 ----
-- Themes
! INSERT INTO phpbb_themes (themes_id, template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (1, 'subSilver', 'subSilver', NULL, NULL, 'E5E5E5', '000000', '006699', '5493B4', '', 'DD6900', 'EFEFEF', 'DEE3E7', 'D1D7DC', NULL, NULL, NULL, '98AAB1', '006699', 'FFFFFF', 'cellpic1.gif', 'cellpic3.gif', 'cellpic2.jpg', 'FAFAFA', 'FFFFFF', NULL, 'row1', 'row2', NULL, 'Verdana, Arial, Helvetica, sans-serif', 'Trebuchet MS', 'Courier, ''Courier New'', sans-serif', 10, 11, 12, '444444', '006600', 'FFA34F', NULL, NULL, NULL);
+ INSERT INTO phpbb_themes_name (themes_id, tr_color1_name, tr_color2_name, tr_color3_name, tr_class1_name, tr_class2_name, tr_class3_name, th_color1_name, th_color2_name, th_color3_name, th_class1_name, th_class2_name, th_class3_name, td_color1_name, td_color2_name, td_color3_name, td_class1_name, td_class2_name, td_class3_name, fontface1_name, fontface2_name, fontface3_name, fontsize1_name, fontsize2_name, fontsize3_name, fontcolor1_name, fontcolor2_name, fontcolor3_name, span_class1_name, span_class2_name, span_class3_name) VALUES (1, 'The lightest row colour', 'The medium row color', 'The darkest row colour', NULL, NULL, NULL, 'Border round the whole page', 'Outer table border', 'Inner table border', 'Silver gradient picture', 'Blue gradient picture', 'Fade-out gradient on index', 'Background for quote boxes', 'All white areas', NULL, 'Background for topic posts', '2nd background for topic posts', NULL, 'Main fonts', 'Additional topic title font', 'Form fonts', 'Smallest font size', 'Medium font size', 'Normal font size (post body etc)', 'Quote & copyright text', 'Code text colour', 'Main table header text colour', NULL, NULL, NULL);
+
-- Smilies
INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( 1, ':D', 'icon_biggrin.gif', 'Very Happy');
***************
*** 152,163 ****
INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 3, 'phpbb', 0 );
INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 4, 'installation', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 5, 'may', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 6, 'delete', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 7, 'topic', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 8, 'forum', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 9, 'since', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 10, 'everything', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 11, 'seems', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 12, 'working', 0 );
--- 154,165 ----
INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 3, 'phpbb', 0 );
INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 4, 'installation', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 5, 'delete', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 6, 'topic', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 7, 'forum', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 8, 'since', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 9, 'everything', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 10, 'seems', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 11, 'working', 0 );
! INSERT INTO phpbb_search_wordlist (word_id, word_text, word_common) VALUES ( 12, 'welcome', 0 );
***************
*** 174,176 ****
INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES ( 10, 1, 0 );
INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES ( 11, 1, 0 );
! INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES ( 12, 1, 0 );
--- 176,179 ----
INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES ( 10, 1, 0 );
INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES ( 11, 1, 0 );
! INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES ( 12, 1, 1 );
! INSERT INTO phpbb_search_wordmatch (word_id, post_id, title_match) VALUES ( 3, 1, 1 );
Index: postgres_schema.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/schemas/postgres_schema.sql,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** postgres_schema.sql 2002/01/11 13:15:49 1.16
--- postgres_schema.sql 2002/02/02 18:10:53 1.17
***************
*** 401,410 ****
topic_vote int2 DEFAULT '0' NOT NULL,
topic_type int2 DEFAULT '0' NOT NULL,
! topic_moved_id int4 DEFAULT '0' NOT NULL,
topic_last_post_id int4 DEFAULT '0' NOT NULL,
CONSTRAINT phpbb_topics_pkey PRIMARY KEY (topic_id)
);
CREATE INDEX forum_id_phpbb_topics_index ON phpbb_topics (forum_id);
CREATE INDEX topic_moved_id_phpbb_topics_index ON phpbb_topics (topic_moved_id);
CREATE INDEX topic_last_post_id_phpbb_topics_index ON phpbb_topics (topic_last_post_id);
CREATE INDEX topic_status_phpbb_topics_index ON phpbb_topics (topic_status);
--- 401,412 ----
topic_vote int2 DEFAULT '0' NOT NULL,
topic_type int2 DEFAULT '0' NOT NULL,
! topic_first_post_id int4 DEFAULT '0' NOT NULL,
topic_last_post_id int4 DEFAULT '0' NOT NULL,
+ topic_moved_id int4 DEFAULT '0' NOT NULL,
CONSTRAINT phpbb_topics_pkey PRIMARY KEY (topic_id)
);
CREATE INDEX forum_id_phpbb_topics_index ON phpbb_topics (forum_id);
CREATE INDEX topic_moved_id_phpbb_topics_index ON phpbb_topics (topic_moved_id);
+ CREATE INDEX topic_first_post_id_phpbb_topics_index ON phpbb_topics (topic_first_post_id);
CREATE INDEX topic_last_post_id_phpbb_topics_index ON phpbb_topics (topic_last_post_id);
CREATE INDEX topic_status_phpbb_topics_index ON phpbb_topics (topic_status);
|
|
From: Paul S. O. <ps...@us...> - 2002-02-02 18:04:23
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv29556
Added Files:
update_to_RC3.php
Log Message:
Introduce an additional DB field for first_topic_id ... RUN update_to_RC3 ONCE YOU'VE UPDATED
--- NEW FILE ---
<html>
<body>
<?php
$phpbb_root_path = "./";
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$subsilver_themes_sql = "INSERT INTO phpbb_themes (themes_id, template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3, img_size_poll, img_size_privmsg) VALUES (1, 'subSilver', 'subSilver', '', '', 'E5E5E5', '000000', '006699', '5493B4', '', 'DD6900', 'EFEFEF', 'DEE3E7', 'D1D7DC', '', '', '', '98AAB1', '006699', 'FFFFFF', 'cellpic1.gif', 'cellpic3.gif', 'cellpic2.jpg', 'FAFAFA', 'FFFFFF', '', 'row1', 'row2', '', 'Verdana, Arial, Helvetica, sans-serif', 'Trebuchet MS', 'Courier, \'Courier New\', sans-serif', 10, 11, 12, '444444', '006600', 'FFA34F', '', '', '', '','')";
$subsilver_themes_names_sql = "INSERT INTO phpbb_themes_name (themes_id, tr_color1_name, tr_color2_name, tr_color3_name, tr_class1_name, tr_class2_name, tr_class3_name, th_color1_name, th_color2_name, th_color3_name, th_class1_name, th_class2_name, th_class3_name, td_color1_name, td_color2_name, td_color3_name, td_class1_name, td_class2_name, td_class3_name, fontface1_name, fontface2_name, fontface3_name, fontsize1_name, fontsize2_name, fontsize3_name, fontcolor1_name, fontcolor2_name, fontcolor3_name, span_class1_name, span_class2_name, span_class3_name) VALUES (1, 'The lightest row colour', 'The medium row color', 'The darkest row colour', '', '', '', 'Border round the whole page', 'Outer table border', 'Inner table border', 'Silver gradient picture', 'Blue gradient picture', 'Fade-out gradient on index', 'Background for quote boxes', 'All white areas', '', 'Background for topic posts', '2nd background for topic posts', '', 'Main fonts', 'Additional topic title font', 'Form fonts', 'Smallest font size', 'Medium font size', 'Normal font size (post body etc)', 'Quote & copyright text', 'Code text colour', 'Main table header text colour', '', '', '')";
$sql = array();
switch ( SQL_LAYER )
{
case 'mysql':
case 'mysql4':
$sql[] = "ALTER TABLE " . TOPICS_TABLE . "
ADD COLUMN topic_first_post_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
ADD INDEX (topic_first_post_id)";
break;
case 'postgresql':
$sql[] = "ALTER TABLE " . TOPICS_TABLE . "
ADD COLUMN topic_first_post_id int4";
$sql[] = "CREATE INDEX topic_first_post_id_" . $table_prefix . "topics_index
ON " . TOPICS_TABLE . " (topic_first_post_id)";
break;
case 'mssql-odbc':
case 'mssql':
$sql[] = "ALTER TABLE " . TOPICS_TABLE . " ADD
topic_first_post_id int NOT NULL,
CONSTRAINT [DF_" . $table_prefix . "topics_topic_first_post_id] DEFAULT (0) FOR [topic_first_post_id]";
$sql[] = "CREATE INDEX [IX_" . $table_prefix . "topics]
ON [" . TOPICS_TABLE . "]([topic_first_post_id]) ON [PRIMARY]";
break;
case 'msaccess':
$sql[] = "ALTER TABLE " . TOPICS_TABLE . " ADD
topic_first_post_id int NOT NULL";
$sql[] = "CREATE INDEX topic_first_post_id
ON " . TOPICS_TABLE . " (topic_first_post_id)";
break;
default:
die("No DB LAYER found!");
break;
}
$errored = false;
for($i = 0; $i < count($sql); $i++)
{
echo "Running >>> " . $sql[$i];
$result = $db->sql_query($sql[$i]);
if( !$result )
{
$errored = true;
$error = $db->sql_error();
echo " :: <b>FAILED</b> <u>( " . $error['message'] . " )</u><br /><br />\n\n";
}
else
{
echo " :: <b>COMPLETED</b><br /><br />\n\n";
}
}
if( $errored )
{
echo "\n<br /><br />Errors occured! Please check and correct issues as required<br />\n";
}
else
{
$sql = "SELECT post_id, topic_id
FROM " . POSTS_TABLE . "
GROUP BY topic_id ASC
ORDER BY post_id ASC";
if( !($result = $db->sql_query($sql)) )
{
die("Couldn't obtain first post id list");
}
if( $row = $db->sql_fetchrow($result) )
{
do
{
$post_id = $row['post_id'];
$topic_id = $row['topic_id'];
$sql = "UPDATE " . TOPICS_TABLE . "
SET topic_first_post_id = $post_id
WHERE topic_id = $topic_id";
if( !$db->sql_query($sql) )
{
die("Couldn't update topic first post id in topic :: $topic_id");
}
}
while ( $row = $db->sql_fetchrow($result) );
}
echo "\n<br /><br />\nCOMPLETE! Please delete this file before continuing!<br />\n";
}
?>
</body>
</html>
|
|
From: Paul S. O. <ps...@us...> - 2002-02-02 18:03:49
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv29445
Modified Files:
posting.php viewforum.php
Log Message:
Introduce an additional DB field for first_topic_id ... RUN update_to_RC3 ONCE YOU'VE UPDATED
Index: posting.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/posting.php,v
retrieving revision 1.142
retrieving revision 1.143
diff -C2 -r1.142 -r1.143
*** posting.php 2002/01/28 18:47:41 1.142
--- posting.php 2002/02/02 18:03:44 1.143
***************
*** 419,431 ****
if( $post_id )
{
! $sql = "SELECT p2.post_id, t.topic_id, t.topic_status, t.topic_last_post_id, t.topic_vote, f.forum_id, f.forum_name, f.forum_status, f.forum_last_post_id
! FROM " . POSTS_TABLE . " p, " . POSTS_TABLE . " p2, " . TOPICS_TABLE . " t, " . FORUMS_TABLE . " f
WHERE p.post_id = $post_id
- AND p2.topic_id = p.topic_id
AND t.topic_id = p.topic_id
! AND f.forum_id = t.forum_id
! ORDER BY p2.post_time ASC
! LIMIT 1";
!
}
else
--- 419,427 ----
if( $post_id )
{
! $sql = "SELECT t.topic_id, t.topic_status, t.topic_first_post_id, t.topic_last_post_id, t.topic_vote, f.forum_id, f.forum_name, f.forum_status, f.forum_last_post_id
! FROM " . POSTS_TABLE . " p, " . TOPICS_TABLE . " t, " . FORUMS_TABLE . " f
WHERE p.post_id = $post_id
AND t.topic_id = p.topic_id
! AND f.forum_id = t.forum_id";
}
else
***************
*** 453,457 ****
$topic_id = $check_row['topic_id'];
! $is_first_post_topic = ($check_row['post_id'] == $post_id) ? TRUE : 0;
$is_last_post_topic = ($check_row['topic_last_post_id'] == $post_id) ? TRUE : 0;
$is_last_post_forum = ($check_row['forum_last_post_id'] == $post_id) ? TRUE : 0;
--- 449,453 ----
$topic_id = $check_row['topic_id'];
! $is_first_post_topic = ($check_row['topic_first_post_id'] == $post_id) ? TRUE : 0;
$is_last_post_topic = ($check_row['topic_last_post_id'] == $post_id) ? TRUE : 0;
$is_last_post_forum = ($check_row['forum_last_post_id'] == $post_id) ? TRUE : 0;
***************
*** 932,937 ****
if( $db->sql_query($sql) )
{
$sql = "UPDATE " . TOPICS_TABLE . "
! SET topic_last_post_id = $new_post_id";
if($mode == "reply")
{
--- 928,934 ----
if( $db->sql_query($sql) )
{
+ $first_post_sql = ( $mode == "newtopic" ) ?", topic_first_post_id = $new_post_id" : "";
$sql = "UPDATE " . TOPICS_TABLE . "
! SET topic_last_post_id = $new_post_id" . $first_post_sql;
if($mode == "reply")
{
***************
*** 1437,1442 ****
// is update the forums table data as necessary
//
$sql = "UPDATE " . TOPICS_TABLE . "
! SET topic_replies = topic_replies - 1
WHERE topic_id = $topic_id";
--- 1434,1454 ----
// is update the forums table data as necessary
//
+ $first_post_sql = "";
+ if( $is_first_post_topic )
+ {
+ $sql = "SELECT MIN(post_id) AS first_post
+ FROM " . POSTS_TABLE . "
+ WHERE topic_id = $topic_id";
+ if($result = $db->sql_query($sql))
+ {
+ if( $row = $db->sql_fetchrow($result) )
+ {
+ $first_post_sql = ", topic_first_post_id = " . $row['first_post'];
+ }
+ }
+ }
+
$sql = "UPDATE " . TOPICS_TABLE . "
! SET topic_replies = topic_replies - 1" . $first_post_sql . "
WHERE topic_id = $topic_id";
Index: viewforum.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewforum.php,v
retrieving revision 1.124
retrieving revision 1.125
diff -C2 -r1.124 -r1.125
*** viewforum.php 2002/01/28 17:20:40 1.124
--- viewforum.php 2002/02/02 18:03:44 1.125
***************
*** 275,316 ****
$select_topic_days .= "</select>";
//
! // Grab all the basic data (all topics except announcements)
! // for this forum
//
$sql = "SELECT t.*, u.username, u.user_id, u2.username as user2, u2.user_id as id2, p.post_time, p.post_username
FROM " . TOPICS_TABLE . " t, " . USERS_TABLE . " u, " . POSTS_TABLE . " p, " . USERS_TABLE . " u2
! WHERE t.forum_id = $forum_id
AND t.topic_poster = u.user_id
AND p.post_id = t.topic_last_post_id
AND p.poster_id = u2.user_id
! AND t.topic_type <> " . POST_ANNOUNCE . "
! $limit_topics_time
! ORDER BY t.topic_type DESC, t.topic_last_post_id DESC
! LIMIT $start, ".$board_config['topics_per_page'];
! if( !$t_result = $db->sql_query($sql) )
{
message_die(GENERAL_ERROR, "Couldn't obtain topic information", "", __LINE__, __FILE__, $sql);
}
! $total_topics = $db->sql_numrows($t_result);
//
! // All announcement data, this keeps announcements
! // on each viewforum page ...
//
! $sql = "SELECT t.*, u.username, u.user_id, u2.username as user2, u2.user_id as id2, p.post_time, p.post_username
! FROM " . TOPICS_TABLE . " t, " . USERS_TABLE . " u, " . POSTS_TABLE . " p, " . USERS_TABLE . " u2
! WHERE t.forum_id IN ($forum_id, -1)
AND t.topic_poster = u.user_id
! AND p.post_id = t.topic_last_post_id
! AND p.poster_id = u2.user_id
! AND t.topic_type = " . POST_ANNOUNCE . "
! ORDER BY t.topic_last_post_id DESC ";
! if( !$ta_result = $db->sql_query($sql) )
{
message_die(GENERAL_ERROR, "Couldn't obtain topic information", "", __LINE__, __FILE__, $sql);
}
- $total_announcements = $db->sql_numrows($ta_result);
//
// Total topics ...
--- 275,335 ----
$select_topic_days .= "</select>";
+
//
! // All announcement data, this keeps announcements
! // on each viewforum page ...
//
$sql = "SELECT t.*, u.username, u.user_id, u2.username as user2, u2.user_id as id2, p.post_time, p.post_username
FROM " . TOPICS_TABLE . " t, " . USERS_TABLE . " u, " . POSTS_TABLE . " p, " . USERS_TABLE . " u2
! WHERE t.forum_id IN ($forum_id, -1)
AND t.topic_poster = u.user_id
AND p.post_id = t.topic_last_post_id
AND p.poster_id = u2.user_id
! AND t.topic_type = " . POST_ANNOUNCE . "
! ORDER BY t.topic_last_post_id DESC ";
! if( !$result = $db->sql_query($sql) )
{
message_die(GENERAL_ERROR, "Couldn't obtain topic information", "", __LINE__, __FILE__, $sql);
+ }
+
+ $topic_rowset = array();
+ $total_announcements = 0;
+ while( $row = $db->sql_fetchrow($result) )
+ {
+ $topic_rowset[] = $row;
+ $total_announcements++;
}
!
! $db->sql_freeresult($result);
//
! // Grab all the basic data (all topics except announcements)
! // for this forum
//
! $sql = "SELECT t.*, u.username, u.user_id, u2.username as user2, u2.user_id as id2, p.post_username, p2.post_username AS post_username2, p2.post_time
! FROM " . TOPICS_TABLE . " t, " . USERS_TABLE . " u, " . POSTS_TABLE . " p, " . POSTS_TABLE . " p2, " . USERS_TABLE . " u2
! WHERE t.forum_id = $forum_id
AND t.topic_poster = u.user_id
! AND p.post_id = t.topic_first_post_id
! AND p2.post_id = t.topic_last_post_id
! AND u2.user_id = p2.poster_id
! AND t.topic_type <> " . POST_ANNOUNCE . "
! $limit_topics_time
! ORDER BY t.topic_type DESC, t.topic_last_post_id DESC
! LIMIT $start, ".$board_config['topics_per_page'];
! if( !$result = $db->sql_query($sql) )
{
message_die(GENERAL_ERROR, "Couldn't obtain topic information", "", __LINE__, __FILE__, $sql);
}
+ $total_topics = 0;
+ while( $row = $db->sql_fetchrow($result) )
+ {
+ $topic_rowset[] = $row;
+ $total_topics++;
+ }
+
+ $db->sql_freeresult($result);
+
//
// Total topics ...
***************
*** 350,358 ****
$s_auth_can .= sprintf($lang['Rules_moderate'], "<a href=\"" . append_sid("modcp.$phpEx?" . POST_FORUM_URL . "=$forum_id") . "\">", "</a>");
}
- else
- {
- $s_auth_mod_img = "";
- }
$template->set_filenames(array(
"body" => "viewforum_body.tpl",
--- 369,387 ----
$s_auth_can .= sprintf($lang['Rules_moderate'], "<a href=\"" . append_sid("modcp.$phpEx?" . POST_FORUM_URL . "=$forum_id") . "\">", "</a>");
}
+ //
+ // Mozilla navigation bar
+ //
+ $nav_links['up'] = array(
+ 'url' => append_sid("index.".$phpEx),
+ 'title' => sprintf($lang['Forum_Index'], $board_config['sitename'])
+ );
+
+ //
+ // Dump out the page header and load viewforum template
+ //
+ $page_title = $lang['View_forum'] . " - " . $forum_row['forum_name'];
+ include($phpbb_root_path . 'includes/page_header.'.$phpEx);
+
$template->set_filenames(array(
"body" => "viewforum_body.tpl",
***************
*** 392,395 ****
--- 421,426 ----
"L_POST_NEW_TOPIC" => ( $forum_row['forum_status'] == FORUM_LOCKED ) ? $lang['Forum_locked'] : $lang['Post_new_topic'],
+ "S_AUTH_LIST" => $s_auth_can,
+
"U_MARK_READ" => append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=$forum_id&mark=topics"))
);
***************
*** 403,431 ****
if( $total_topics )
{
- //
- // First get announcements
- //
- while( $ta_row = $db->sql_fetchrow($ta_result) )
- {
- $topic_rowset[] = $ta_row;
- }
- //
- // Now get everything else
- //
- while( $t_row = $db->sql_fetchrow($t_result) )
- {
- $topic_rowset[] = $t_row;
- }
-
for($i = 0; $i < $total_topics; $i++)
{
! if( count($orig_word) )
! {
! $topic_title = preg_replace($orig_word, $replacement_word, $topic_rowset[$i]['topic_title']);
! }
! else
! {
! $topic_title = $topic_rowset[$i]['topic_title'];
! }
$topic_type = $topic_rowset[$i]['topic_type'];
--- 434,440 ----
if( $total_topics )
{
for($i = 0; $i < $total_topics; $i++)
{
! $topic_title = ( count($orig_word) ) ? preg_replace($orig_word, $replacement_word, $topic_rowset[$i]['topic_title']) : $topic_rowset[$i]['topic_title'];
$topic_type = $topic_rowset[$i]['topic_type'];
***************
*** 456,482 ****
{
$total_pages = ceil(($replies+1)/$board_config['posts_per_page']);
! $goto_page = " [ <img src=\"" . $images['icon_gotopost'] . "\" alt=\"" . $lang['Goto_page'] . "\" title=\"" . $lang['Goto_page'] . "\" />" . $lang['Goto_page'] . ": ";
$times = 1;
for($j = 0; $j < $replies + 1; $j += $board_config['posts_per_page'])
{
! $goto_page .= "<a href=\"".append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=" . $topic_id . "&start=$j") . "\">$times</a>";
! if( $times == 1 && $total_pages > 4)
{
! $goto_page .= " ... ";
$times = $total_pages - 3;
! $j += ($total_pages-4) * $board_config['posts_per_page'];
}
! else if ($times < $total_pages)
{
! $goto_page .= ", ";
}
$times++;
}
! $goto_page .= " ] ";
}
else
{
! $goto_page = "";
}
--- 465,491 ----
{
$total_pages = ceil(($replies+1)/$board_config['posts_per_page']);
! $goto_page = ' [ <img src="' . $images['icon_gotopost'] . '" alt="' . $lang['Goto_page'] . '" title="' . $lang['Goto_page'] . '" />' . $lang['Goto_page'] . ': ';
$times = 1;
for($j = 0; $j < $replies + 1; $j += $board_config['posts_per_page'])
{
! $goto_page .= '<a href="' . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=" . $topic_id . "&start=$j") . '">' . $times . '</a>';
! if( $times == 1 && $total_pages > 4 )
{
! $goto_page .= ' ... ';
$times = $total_pages - 3;
! $j += ( $total_pages - 4 ) * $board_config['posts_per_page'];
}
! else if ( $times < $total_pages )
{
! $goto_page .= ', ';
}
$times++;
}
! $goto_page .= ' ] ';
}
else
{
! $goto_page = '';
}
***************
*** 486,491 ****
$topic_id = $topic_rowset[$i]['topic_moved_id'];
! $folder_image = "<img src=\"" . $images['folder'] . "\" alt=\"" . $lang['No_new_posts'] . "\" title=\"" . $lang['No_new_posts'] . "\" />";
! $newest_post_img = "";
}
else
--- 495,500 ----
$topic_id = $topic_rowset[$i]['topic_moved_id'];
! $folder_image = '<img src="' . $images['folder'] . '" alt="' . $lang['No_new_posts'] . '" title="' . $lang['No_new_posts'] . '" />';
! $newest_post_img = '';
}
else
***************
*** 555,561 ****
if( $unread_topics )
{
! $folder_image = "<img src=\"$folder_new\" alt=\"" . $lang['New_posts'] . "\" title=\"" . $lang['New_posts'] . "\" />";
! $newest_post_img = "<a href=\"viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id&view=newest\"><img src=\"" . $images['icon_newest_reply'] . "\" alt=\"" . $lang['View_newest_post'] . "\" title=\"" . $lang['View_newest_post'] . "\" border=\"0\" /></a> ";
}
else
--- 564,570 ----
if( $unread_topics )
{
! $folder_image = '<img src="' . $folder_new . '" alt="' . $lang['New_posts'] . '" title="' . $lang['New_posts'] . '" />';
! $newest_post_img = '<a href="' . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id&view=newest") . '"><img src="' . $images['icon_newest_reply'] . '" alt="' . $lang['View_newest_post'] . '" title="' . $lang['View_newest_post'] . '" border="0" /></a> ';
}
else
***************
*** 563,575 ****
$folder_alt = ( $topic_rowset[$i]['topic_status'] == TOPIC_LOCKED ) ? $lang['Topic_locked'] : $lang['No_new_posts'];
! $folder_image = "<img src=\"$folder\" alt=\"$folder_alt\" title=\"$folder_alt\" border=\"0\" />";
! $newest_post_img = "";
}
}
else
{
! $folder_image = "<img src=\"$folder_new\" alt=\"" . $lang['New_posts'] . "\" title=\"" . $lang['New_posts'] . "\" />";
! $newest_post_img = "<a href=\"viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id&view=newest\"><img src=\"" . $images['icon_newest_reply'] . "\" alt=\"" . $lang['View_newest_post'] . "\" title=\"" . $lang['View_newest_post'] . "\" border=\"0\" /></a> ";
}
}
--- 572,584 ----
$folder_alt = ( $topic_rowset[$i]['topic_status'] == TOPIC_LOCKED ) ? $lang['Topic_locked'] : $lang['No_new_posts'];
! $folder_image = '<img src="' . $folder . '" alt="' . $folder_alt . '" title="' . $folder_alt . '" border="0" />';
! $newest_post_img = '';
}
}
else
{
! $folder_image = '<img src="' . $folder_new . '" alt="' . $lang['New_posts'] . '" title="' . $lang['New_posts'] . '" />';
! $newest_post_img = '<a href="' . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id&view=newest") . '"><img src="' . $images['icon_newest_reply'] . '" alt="' . $lang['View_newest_post'] . '" title="' . $lang['View_newest_post'] . '" border="0" /></a> ';
}
}
***************
*** 577,582 ****
{
$folder_alt = ( $topic_rowset[$i]['topic_status'] == TOPIC_LOCKED ) ? $lang['Topic_locked'] : $lang['No_new_posts'];
! $folder_image = "<img src=\"$folder\" alt=\"$folder_alt\" title=\"$folder_alt\" border=\"0\" />";
! $newest_post_img = "";
}
}
--- 586,591 ----
{
$folder_alt = ( $topic_rowset[$i]['topic_status'] == TOPIC_LOCKED ) ? $lang['Topic_locked'] : $lang['No_new_posts'];
! $folder_image = '<img src="' . $folder . '" alt="' . $folder_alt . '" title="' . $folder_alt . '" border="0" />';
! $newest_post_img = '';
}
}
***************
*** 584,589 ****
{
$folder_alt = ( $topic_rowset[$i]['topic_status'] == TOPIC_LOCKED ) ? $lang['Topic_locked'] : $lang['No_new_posts'];
! $folder_image = "<img src=\"$folder\" alt=\"$folder_alt\" title=\"$folder_alt\" border=\"0\" />";
! $newest_post_img = "";
}
}
--- 593,598 ----
{
$folder_alt = ( $topic_rowset[$i]['topic_status'] == TOPIC_LOCKED ) ? $lang['Topic_locked'] : $lang['No_new_posts'];
! $folder_image = '<img src="' . $folder . '" alt="' . $folder_alt . '" title="' . $folder_alt . '" border="0" />';
! $newest_post_img = '';
}
}
***************
*** 591,603 ****
$view_topic_url = append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id");
! $topic_poster = ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? "<a href=\"" . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $topic_rowset[$i]['user_id']) . "\">" : "";
$topic_poster .= ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? $topic_rowset[$i]['username'] : ( ( $topic_rowset[$i]['post_username'] != "" ) ? $topic_rowset[$i]['post_username'] : $lang['Guest'] );
! $topic_poster .= ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? "</a>" : "";
$last_post_time = create_date($board_config['default_dateformat'], $topic_rowset[$i]['post_time'], $board_config['board_timezone']);
! $last_post = $last_post_time . "<br />";
! $last_post .= ( $topic_rowset[$i]['id2'] == ANONYMOUS ) ? ( ($topic_rowset[$i]['post_username'] != "" ) ? $topic_rowset[$i]['post_username'] . " " : $lang['Guest'] . " " ) : "<a href=\"" . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $topic_rowset[$i]['id2']) . "\">" . $topic_rowset[$i]['user2'] . "</a> ";
! $last_post .= "<a href=\"" . append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=" . $topic_rowset[$i]['topic_last_post_id']) . "#" . $topic_rowset[$i]['topic_last_post_id'] . "\"><img src=\"" . $images['icon_latest_reply'] . "\" alt=\"" . $lang['View_latest_post'] . "\" title=\"" . $lang['View_latest_post'] . "\" border=\"0\" /></a>";
$views = $topic_rowset[$i]['topic_views'];
--- 600,612 ----
$view_topic_url = append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id");
! $topic_poster = ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $topic_rowset[$i]['user_id']) . '">' : '';
$topic_poster .= ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? $topic_rowset[$i]['username'] : ( ( $topic_rowset[$i]['post_username'] != "" ) ? $topic_rowset[$i]['post_username'] : $lang['Guest'] );
! $topic_poster .= ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? '</a>' : '';
$last_post_time = create_date($board_config['default_dateformat'], $topic_rowset[$i]['post_time'], $board_config['board_timezone']);
! $last_post = $last_post_time . '<br />';
! $last_post .= ( $topic_rowset[$i]['id2'] == ANONYMOUS ) ? ( ($topic_rowset[$i]['post_username'] != "" ) ? $topic_rowset[$i]['post_username2'] . ' ' : $lang['Guest'] . ' ' ) : '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $topic_rowset[$i]['id2']) . '">' . $topic_rowset[$i]['user2'] . '</a> ';
! $last_post .= '<a href="' . append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=" . $topic_rowset[$i]['topic_last_post_id']) . "#" . $topic_rowset[$i]['topic_last_post_id'] . '"><img src="' . $images['icon_latest_reply'] . '" alt="' . $lang['View_latest_post'] . '" title="' . $lang['View_latest_post'] . '" border="0" /></a>';
$views = $topic_rowset[$i]['topic_views'];
***************
*** 629,635 ****
"PAGE_NUMBER" => sprintf($lang['Page_of'], ( floor( $start / $board_config['topics_per_page'] ) + 1 ), ceil( $topics_count / $board_config['topics_per_page'] )),
! "L_GOTO_PAGE" => $lang['Goto_page'],
!
! "S_NO_TOPICS" => FALSE)
);
--- 638,642 ----
"PAGE_NUMBER" => sprintf($lang['Page_of'], ( floor( $start / $board_config['topics_per_page'] ) + 1 ), ceil( $topics_count / $board_config['topics_per_page'] )),
! "L_GOTO_PAGE" => $lang['Goto_page'])
);
***************
*** 650,667 ****
//
- // Mozilla navigation bar
- //
- $nav_links['up'] = array(
- 'url' => append_sid("index.".$phpEx),
- 'title' => sprintf($lang['Forum_Index'], $board_config['sitename'])
- );
-
- //
- // Dump out the page header and load viewforum template
- //
- $page_title = $lang['View_forum'] . " - " . $forum_row['forum_name'];
- include($phpbb_root_path . 'includes/page_header.'.$phpEx);
-
- //
// Parse the page and print
//
--- 657,660 ----
***************
*** 673,675 ****
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
--- 666,668 ----
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
! ?>
\ No newline at end of file
|
|
From: Paul S. O. <ps...@us...> - 2002-02-02 15:05:41
|
Update of /cvsroot/phpbb/phpBB2/language/lang_finnish In directory usw-pr-cvs1:/tmp/cvs-serv23205/language/lang_finnish Modified Files: lang_admin.php lang_main.php Log Message: Various updates Index: lang_admin.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_finnish/lang_admin.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** lang_admin.php 2002/01/13 21:44:23 1.3 --- lang_admin.php 2002/02/02 15:05:37 1.4 *************** *** 159,162 **** --- 159,170 ---- $lang['Hidden'] = "Piilotettu"; + // These are displayed in the drop down boxes for advanced + // mode forum auth, try and keep them short! + $lang['Forum_ALL'] = "KAIKKI"; + $lang['Forum_REG'] = "REKIST."; + $lang['Forum_PRIVATE'] = "YKSITYINEN"; + $lang['Forum_MOD'] = "MODER."; + $lang['Forum_ADMIN'] = "YLLÄPITO"; + $lang['View'] = "Näytä"; $lang['Read'] = "Lue"; *************** *** 525,529 **** $lang['Rank_removed'] = "Tittelin poisto onnistui"; ! $lang['Click_return_rankadmin'] = "Klikkaa %stäst%s palataksesi Tittelien hallintaan"; --- 533,537 ---- $lang['Rank_removed'] = "Tittelin poisto onnistui"; ! $lang['Click_return_rankadmin'] = "Klikkaa %stästä%s palataksesi Tittelien hallintaan"; *************** *** 646,650 **** $lang['DB_config'] = "Tietokanta konfiguraatio"; $lang['Admin_config'] = "Ylläpidon konfiguraatio"; ! $lang['continue_upgrade'] = "Kun olet ladannut konfigurointi tiedoston paikalliselle koneelle voit klikata\"jatka päivitystä\" painiketta alapuolella jatkaaksesi päivitystä. Ole hyvä ja odota konfigurointitiedoston lataamista kunnes päivitys on valmis."; $lang['upgrade_submit'] = "Jatka päivitystä"; --- 654,658 ---- $lang['DB_config'] = "Tietokanta konfiguraatio"; $lang['Admin_config'] = "Ylläpidon konfiguraatio"; ! $lang['continue_upgrade'] = "Kun olet ladannut konfigurointitiedoston paikalliselle koneelle voit klikata\"jatka päivitystä\" painiketta alapuolella jatkaaksesi päivitystä. Ole hyvä ja odota konfigurointitiedoston lataamista kunnes päivitys on valmis."; $lang['upgrade_submit'] = "Jatka päivitystä"; *************** *** 653,657 **** $lang['Install_db_error'] = "Tietokannan päivityksessä tapahtui virhe"; ! $lang['Re_install'] = "Aikaisempi asennus on yhä aktiivinen. <br /><br />Jos haluat asentaa uudestaan phpBB 2, klikkaa Yes nappulaa alapuolella. Huomaa kuitenkin, että näin menetät kaiken olemassa olevan datan, varmuuskopiointia ei suoriteta! Ylläpitäjän käyttäjätunnus ja salasana joita olet käyttänyt sisään kirjautumiseen luodaan uudestaan asennuksen jälkeen, muita asetuksia ei säilytetä. <br /><br />Harkitse tarkoin ennen kuin klikkaat Yes!"; $lang['Inst_Step_0'] = "Kiitos, että valintasi on phpBB 2. Jotta asennus voidaan suorittaa loppuun, täytä alla olevat yksityiskohdat. Huomaa, että tietokannan johon asennus tehdään, tulee olla jo olemassa. Jos asennat tietokantaan joka käyttää ODBC:ta, esim. MS Access sinun täytyy ensin luoda DSN sille."; --- 661,665 ---- $lang['Install_db_error'] = "Tietokannan päivityksessä tapahtui virhe"; ! $lang['Re_install'] = "Aikaisempi asennus on yhä aktiivinen. <br /><br />Jos haluat asentaa uudestaan phpBB 2:n, klikkaa Yes nappulaa alapuolella. Huomaa kuitenkin, että näin menetät kaiken olemassa olevan datan, varmuuskopiointia ei suoriteta! Ylläpitäjän käyttäjätunnus ja salasana joita olet käyttänyt sisään kirjautumiseen luodaan uudestaan asennuksen jälkeen, muita asetuksia ei säilytetä. <br /><br />Harkitse tarkoin ennen kuin klikkaat Yes!"; $lang['Inst_Step_0'] = "Kiitos, että valintasi on phpBB 2. Jotta asennus voidaan suorittaa loppuun, täytä alla olevat yksityiskohdat. Huomaa, että tietokannan johon asennus tehdään, tulee olla jo olemassa. Jos asennat tietokantaan joka käyttää ODBC:ta, esim. MS Access sinun täytyy ensin luoda DSN sille."; *************** *** 695,698 **** --- 703,710 ---- $lang['Install_Method'] = "Valitse asennustapa"; + + $lang['Install_No_Ext'] = "Palvelimen php asetukset eivät tue valitsemaasi tietokantaa."; + + $lang['Install_No_PCRE'] = "PhpBB2 tarvitsee moduulin (Perl-Compatible Regular Expressions Module) php:lle jota php asetuksesi eivät näytä tukevan!"; // Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_finnish/lang_main.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** lang_main.php 2002/01/28 12:45:38 1.5 --- lang_main.php 2002/02/02 15:05:37 1.6 *************** *** 127,130 **** --- 127,131 ---- // $lang['Registered_users'] = "Rekisteröityjä käyttäjiä:"; + $lang['Browsing_forum'] = "Käyttäjiä selaamassa tätä foorumia:"; $lang['Online_users_zero_total'] = "Yhteensä <b>0</b> käyttäjää tällä hetkellä :: "; $lang['Online_users_total'] = "Yhteensä <b>%d</b> käyttäjää tällä hetkellä :: "; *************** *** 134,142 **** $lang['Reg_user_total'] = "%d Rekisteröity, "; $lang['Hidden_users_zero_total'] = "0 Piilotettua ja "; ! $lang['Hidden_users_total'] = "%d Piilotettuja ja "; ! $lang['Hidden_user_total'] = "%d Piilotettu ja "; $lang['Guest_users_zero_total'] = "0 Vierasta"; $lang['Guest_users_total'] = "%d Vieraita"; $lang['Guest_user_total'] = "%d Vieras"; $lang['Admin_online_color'] = "%sYlläpitäjä%s"; --- 135,144 ---- $lang['Reg_user_total'] = "%d Rekisteröity, "; $lang['Hidden_users_zero_total'] = "0 Piilotettua ja "; ! $lang['Hidden_user_total'] = "%d Piilotettuja ja "; ! $lang['Hidden_users_total'] = "%d Piilotettu ja "; $lang['Guest_users_zero_total'] = "0 Vierasta"; $lang['Guest_users_total'] = "%d Vieraita"; $lang['Guest_user_total'] = "%d Vieras"; + $lang['Record_online_users'] = "Eniten käyttäjiä online on ollut <b>%s</b> ,päiväys %s"; // first %s = number of users, second %s is the date. $lang['Admin_online_color'] = "%sYlläpitäjä%s"; *************** *** 254,258 **** $lang['Guest'] = 'Vieras'; ! $lang['Post_subject'] = "Kirjoita viesti"; $lang['View_next_topic'] = "Näytä seuraava aihe"; $lang['View_previous_topic'] = "Näytä edellinen aihe"; --- 256,260 ---- $lang['Guest'] = 'Vieras'; ! $lang['Post_subject'] = "Viestin aihe"; $lang['View_next_topic'] = "Näytä seuraava aihe"; $lang['View_previous_topic'] = "Näytä edellinen aihe"; *************** *** 460,463 **** --- 462,469 ---- $lang['No_such_user'] = "Valitettavasti käyttäjätunnusta ei löydy"; + $lang['Disable_HTML_pm'] = "Älä salli HTML muotoiluja tässä viestissä"; + $lang['Disable_BBCode_pm'] = "Älä salli BBCode muotoiluja tässä viestissä"; + $lang['Disable_Smilies_pm'] = "Älä salli hymiöitä tässä viestissä"; + $lang['Message_sent'] = "Viestisi on lähetetty"; *************** *** 525,529 **** $lang['No_user_id_specified'] = "Valitettavasti käyttäjätunnusta ei ole olemassa"; $lang['Wrong_Profile'] = "Et voi muokata toisen käyttäjätunnuksen tietoja."; ! $lang['Sorry_banned_or_taken_email'] = "Valitettavasti sähköpostiosoite jonka annoit on porttikiellossa, rekisteröity jo toiselle käyttäjälle tai muuten epäkelpo. Ole hyvä ja yritä toista osoitetta. Jos myös se on estetty, ota yhteys ylläpitoon"; $lang['Only_one_avatar'] = "Voit määritellä vain yhden Avatarin"; $lang['File_no_data'] = "Antamassasi URL:ssa ei ole dataa"; --- 531,535 ---- $lang['No_user_id_specified'] = "Valitettavasti käyttäjätunnusta ei ole olemassa"; $lang['Wrong_Profile'] = "Et voi muokata toisen käyttäjätunnuksen tietoja."; ! $lang['Only_one_avatar'] = "Voit määritellä vain yhden Avatarin"; $lang['File_no_data'] = "Antamassasi URL:ssa ei ole dataa"; *************** *** 553,556 **** --- 559,563 ---- $lang['New_password'] = "Uusi salasana"; $lang['Confirm_password'] = "Vahvista salasana"; + $lang['Confirm_password_explain'] = "Sinun täytyy varmentaa nykyinen salasanasi jos haluat muuttaa sitä tai sähköpostiosoitettasi"; $lang['password_if_changed'] = "Anna salasana vain jos haluat vaihtaa sitä"; $lang['password_confirm_if_changed'] = "Vahvistus tarvitaan vain jos muutit salasanaa yläpuolella olevassa kentässä"; *************** *** 584,588 **** $lang['Password_mismatch'] = "Antamasi salasanat eivät täsmänneet"; $lang['Current_password_mismatch'] = "Antamasi nykyinen salasana ei täsmää tietokantaan tallennetun kanssa"; ! $lang['Invalid_username'] = "Antamasi käyttäjätunnus on jo käytössä, ei ole sallittu tai sisältää kiellettyjä merkkejä kuten \" merkin"; $lang['Signature_too_long'] = "Allekirjoituksesi on liian pitkä"; $lang['Fields_empty'] = "Kaikki pakolliset kentät on täytettävä"; --- 591,601 ---- $lang['Password_mismatch'] = "Antamasi salasanat eivät täsmänneet"; $lang['Current_password_mismatch'] = "Antamasi nykyinen salasana ei täsmää tietokantaan tallennetun kanssa"; ! $lang['Password_long'] = "Salasana saa olla korkeintaan 32 merkkiä"; ! $lang['Username_taken'] = "Valitettavasti käyttäjätunnus on jo varattu"; ! $lang['Username_invalid'] = "Valitettavsti käyttäjätunnus sisältää kielletyn merkin kuten \""; ! $lang['Username_disallowed'] = "Valitettavasti käyttäjätunnus ei ole sallittu"; ! $lang['Email_taken'] = "Valitettavasti sähköpostiosoite on jo käytössä rekisteröidyllä käyttäjällä"; ! $lang['Email_banned'] = "Valitettavasti sähköpostiosoite on porttikiellossa"; ! $lang['Email_invalid'] = "Valitettavasti antamasi sähköpostiosoite ei ole oikeassa muodossa"; $lang['Signature_too_long'] = "Allekirjoituksesi on liian pitkä"; $lang['Fields_empty'] = "Kaikki pakolliset kentät on täytettävä"; *************** *** 601,605 **** $lang['Account_active_admin'] = "Käyttäjätunnus on nyt aktivoitu"; $lang['Reactivate'] = "Aktivoi uudelleen käyttäjätunnuksesi!"; ! $lang['COPPA'] = "Käyttäjätunnuksesi on luotu mutta vaatii vahvistuksen, Tarkista sähköpostistasi lisäohjeet."; $lang['Registration'] = "Rekisteröintisopimus"; --- 614,618 ---- $lang['Account_active_admin'] = "Käyttäjätunnus on nyt aktivoitu"; $lang['Reactivate'] = "Aktivoi uudelleen käyttäjätunnuksesi!"; ! $lang['COPPA'] = "Käyttäjätunnuksesi on luotu mutta vaatii vahvistuksen. Tarkista sähköpostistasi lisäohjeet."; $lang['Registration'] = "Rekisteröintisopimus"; *************** *** 808,812 **** $lang['Viewing_member_list'] = "Katsoo käyttäjälistaa"; $lang['Viewing_priv_msgs'] = "Katsoo yksityisiä viestejä"; ! $lang['Viewing_FAQ'] = "Katsoo FAQ"; --- 821,825 ---- $lang['Viewing_member_list'] = "Katsoo käyttäjälistaa"; $lang['Viewing_priv_msgs'] = "Katsoo yksityisiä viestejä"; ! $lang['Viewing_FAQ'] = "Katsoo FAQ:a"; |
|
From: Bart v. B. <ba...@us...> - 2002-02-02 11:56:25
|
Update of /cvsroot/phpbb/phpBB2/admin
In directory usw-pr-cvs1:/tmp/cvs-serv20811
Modified Files:
admin_groupauth.php
Log Message:
Partially fixed #510601; 'output before headers'
Index: admin_groupauth.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/admin/admin_groupauth.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** admin_groupauth.php 2002/01/01 02:22:23 1.24
--- admin_groupauth.php 2002/02/02 11:56:22 1.25
***************
*** 461,465 ****
for($i = 0; $i < count($user_ary); $i++)
{
- echo $user_ary[$i];
if( !empty($valid_auth_mod_sql[$forum_id]) )
{
--- 461,464 ----
***************
*** 890,892 ****
include('page_footer_admin.'.$phpEx);
! ?>
\ No newline at end of file
--- 889,891 ----
include('page_footer_admin.'.$phpEx);
! ?>
|
|
From: Jonathan H. <the...@us...> - 2002-02-01 15:07:46
|
Update of /cvsroot/phpbb/phpBB2/admin
In directory usw-pr-cvs1:/tmp/cvs-serv17587
Modified Files:
admin_db_utilities.php
Log Message:
Added some checking for mysql4 SQL_LAYER
Index: admin_db_utilities.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/admin/admin_db_utilities.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** admin_db_utilities.php 2002/01/24 15:31:18 1.33
--- admin_db_utilities.php 2002/02/01 15:07:42 1.34
***************
*** 819,824 ****
{
$table_name = $tables[$i];
! $table_def_function = "get_table_def_" . SQL_LAYER;
! $table_content_function = "get_table_content_" . SQL_LAYER;
if($backup_type != 'data')
--- 819,832 ----
{
$table_name = $tables[$i];
! if(SQL_LAYER != 'mysql4')
! {
! $table_def_function = "get_table_def_" . SQL_LAYER;
! $table_content_function = "get_table_content_" . SQL_LAYER;
! }
! else
! {
! $table_def_function = "get_table_def_mysql";
! $table_content_function = "get_table_content_mysql";
! }
if($backup_type != 'data')
|
|
From: Bart v. B. <ba...@us...> - 2002-01-31 23:38:02
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv22876 Modified Files: upgrade.php Log Message: Fixed #509331, call to undefined function remove_common_global() Index: upgrade.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/upgrade.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -r1.18 -r1.19 *** upgrade.php 2002/01/09 23:13:51 1.18 --- upgrade.php 2002/01/31 23:19:00 1.19 *************** *** 1651,1655 **** print "<br>Removing common words (words that appear in more than $common_percent of the posts)<br>\n"; flush(); ! print "Removed " . remove_common_global($common_percent, 1) . " words that where too common.<br>"; } --- 1651,1655 ---- print "<br>Removing common words (words that appear in more than $common_percent of the posts)<br>\n"; flush(); ! print "Removed " . remove_common($common_percent, 1) . " words that where too common.<br>"; } |
|
From: Bart v. B. <ba...@us...> - 2002-01-31 23:29:18
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv26878
Modified Files:
jumpbox.tpl
Log Message:
Fixed bug #508734, URL on viewtopic.php wrong after using jumpbox
Index: jumpbox.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/jumpbox.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** jumpbox.tpl 2001/10/06 17:21:10 1.2
--- jumpbox.tpl 2002/01/31 23:29:14 1.3
***************
*** 1,4 ****
! <form method="post" name="jumpbox" action="{S_JUMPBOX_ACTION}">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
--- 1,4 ----
! <form method="GET" name="jumpbox" action="{S_JUMPBOX_ACTION}">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
|
|
From: Jonathan H. <the...@us...> - 2002-01-31 21:16:19
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv8316
Modified Files:
smtp.php
Log Message:
Increased the length of return codes allowed from smtp server to 256..
Index: smtp.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/smtp.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** smtp.php 2002/01/28 21:56:56 1.8
--- smtp.php 2002/01/31 21:16:12 1.9
***************
*** 37,41 ****
function server_parse($socket, $response)
{
! if(!($server_response = fgets($socket, 100)))
{
message_die(GENERAL_ERROR, "Couldn't get mail server response codes", "", __LINE__, __FILE__);
--- 37,41 ----
function server_parse($socket, $response)
{
! if(!($server_response = fgets($socket, 256)))
{
message_die(GENERAL_ERROR, "Couldn't get mail server response codes", "", __LINE__, __FILE__);
|
|
From: Paul S. O. <ps...@us...> - 2002-01-31 16:34:04
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/images/lang_swedish
In directory usw-pr-cvs1:/tmp/cvs-serv6697/templates/subSilver/images/lang_swedish
Added Files:
icon_aim.gif icon_edit.gif icon_email.gif icon_icq.gif
icon_ip.gif icon_msnm.gif icon_pm.gif icon_profile.gif
icon_quote.gif icon_search.gif icon_www.gif icon_yim.gif
msg_newpost.gif post.gif reply-locked.gif reply.gif
Log Message:
Initial version by Svenneman
--- NEW FILE ---
GIF89a;
$//¦w( $%ÀÁÂÂäÅ* #!
,ø8Á 9(
¨Txg
«$ÈH >yZÐmC7àÁô1@Ã
dø1 j µäDôC ñ
/ZPjn]»íâÐê»PpÁð`JaÀ=a
--- NEW FILE ---
GIF89a;
¨`tkj!||+?y'*
== "£¤
e/~$%6;6|.¡|¤"¦Æ
e®'S;:8<;8;.,..Ä£ÇÉ8êêË63®:;SÖO6Ü|1À¸!âA_4`á$
Ap¡mY
xucÃ
ÐÐ ÊH
(àXÀÃÁ´iA&
$¨à j à>A~ê&àp`À
--- NEW FILE ---
GIF89a;
FíJ`0FÁ2tªn»ßðø{ \ax`G/
= #f4
lè@¡
--- NEW FILE ---
GIF89a;
£ÄÕFõFÿÿÿÿÿ±R¸ééé½½»=
©îîîlÉÄÉ
#&2!/j +
<#
-
¥¦'¨©'¬h
4%4#`8±
(PÈ á
|T¤ò¼Ú¯ç¾
>§øýÙ
4´VγùÞçÔÃÿö ¦ 8lHpÀ¾½{÷0ÚÃO¿¾ýûøëë0ÏGÿÿ
--- NEW FILE ---
GIF89a
--- NEW FILE ---
GIF89a;
%< b+=7¯¡³¡b<=9
8
$b(pà)Ã.`B¢ò,L` C
jp0vÃPhãe!#Àº8ȼy@Z½Põ¨
|¡Q1(
iP¡¿ÿþü àhàC~sÄáà¾!D
--- NEW FILE ---
GIF89a;
:7"
?
¹3
Â(ƬÉÊ
x/}~~9©
--- NEW FILE ---
GIF89a;
¼¡rÉl:Ð_Óô<ɨvËým8³Là tÏè
:G¡ (I ®Ûïø¼^?\0D&qG&
#
"?~$ppq$ *'"#§¨¨*5omm-¡¹
"'#À«Ä-j#$(Ï(:º©§''ÛÇáãÊ5ê4
#ò*2.ÙÔ
*|`Qb
`Ü(áãªU KZé8BPr`áþzõ
--- NEW FILE ---
GIF89a;
^v£®ÁËìóöÿÿüRàìò.?³¼À#fÍÌÈ´º¾c£ØÖË£¢ÀÏÖ[_`°°© ¬°
=Ç®{'2)º£½¤¿Ù¿Â
%6X`Cb2°áÍ
+ @à&¨àú _sD(á
--- NEW FILE ---
GIF89a;
`LI >\Ú¦"À JHüÖ E
HÈÌ_Ç'D0¡WÅ1t( " "JôÝì7h 5ìñ£Ï½¼*àÌ/aP(ø6¬´Ï]s·ÞÝC~ÈA#ÂãÈ'ü
óçУKýÆã!s²kßÎ]H
--- NEW FILE ---
GIF89a;
1/-
F4Q@
& +$
^{
@\pìb/pðÃQ
x
ì@` (N °Aå.(\PÐ /\ÀÁ¡h
°vÈ-$8Q÷¿ að¢FxøpƯ°yl
--- NEW FILE ---
GIF89a;
d
¤º»½½&q*¡)V8$$ $ ¡# #Ã#Ù#-¾å1q£ 5{47Ð!7¡#ûF0 áC/
Ð!Cÿ=»ÐãåNÞ`4A¦0^6:uÁ$hB'0¾@¡ÄãÈAhà"B'ì0âÀ,ØË×ÆÕ Ntè
(¡8`*àÀvè
--- NEW FILE ---
GIF89aR
)¦8øX`Mú
}¡(+20ø`F½0
@`pÓà ֮¥
×mÔ
¹aCEU QLà
PØ e&>á-¶HÀÀ§Ç|<,aY¼`
jéÀÌÀBBP0APxÀ¢r@ñ'@L@«ðÂ1àvÞ
èWÿ¨õE_ÕjqÁjpÀApÄ
xÙ ì
IÈ`/
--- NEW FILE ---
GIF89aR
KÊߦÌÍÏÒåèTg|+@[¥hPP1H4P,eà¹âÏÐæ¢¡ÈA"cÙ8bê¢4 $
S$L(Ê@46ì*%J¯-è± #^ «ÀVÑIÿ~ûaÂ"6*
!FW¨ÑãÅ5V·&1a"0¥¢^XrÄ
jØñ
#´ `C¬Á/¾1(R
;ÐÁ(`
áBgPÁ
1#Ô|/dùAè0_>Ô7Á|-ø`Á#±ægÇ~ô
7`RÁÞ Ã!qðpC$¼&\o
Ásü|ãÂ@a @L1E
A<õÔttàAÁÃ A
àØ}·ê«³îzß±W?ûõØg¯}
--- NEW FILE ---
GIF89aR
VZf^£¤¥¦§¨©ª«¦u\#f#S¬¹º»¬_¾_f_`tVKNµ#¼ËÌ«¿¾`ÑÑbÔb2'1ʦ>,AÍâ§ÏÐÒÕblêl íueqmQ¦`G!GFG"_ãt6Ú:víFX8 ENi0ÂfÔû|ìãÀ©rÂÎ\°äÂRnÙ£N1 Flá¥Q´bîéHLp2¥Ê+/\ §QÔ
6Öðú°âÃ3TºÀà
ÿ2]è*T©è}²àǦ¾ðà$)HåÁ°3U9²MÀ@)W:*pKpøÐ¢
(ëÚÅ«·ÁÓRPÓC-¦´`üE$ar?iì$A19¨QaÅ
+Z0¢ÂALìFZúôÕªÕ¨Y°`Î%õ>|$+a²`ÉæÌ/mGB¦
àAÚ^¨a·vÜ-
+°ER$Ç
âÈ dY
5d Å/[X"@S¹ÕÆé4Ú+½°BC )ê@*xp@-)æeFZÀ¤ô DÓø(Æ/^¨A¹ÁÎ|¥HP
"°IìÁ3®»KtÑ^ÇÍ0Ü0ijÂÅ4¼A>hÀ²k
ÈgBF1ü%ÁðÄoüñÈ'¯üòÅÏ0y
--- NEW FILE ---
GIF89aR
¨p¢:(\°1hê<
6È2Ä
»%:ÈîÀ¡ ¢PÒ¶ªÌ¬ÅH¸Ôù0Ê×ÙW( ÍÀdÈ&,aAaK+oXÎc'< ±â{hÈè¢}6mðç0`ÐOT-$(1ÁÆ`5Ô!ÜPSMH`@hhðBt0x
wñ!0ñÄ §D0èð@^¬ø@Ã)² |ðm ã$(N8¨á6|0A%¨Q'xJesÿô ÐEy1°ÀF@APÁáxpÊMé1ÈÆìI)Â2bàæóíaeÙP
ìhMáA óHàÝõPÆ
Häà
<(q)l^ 0°@hÀ9ið=ÀBVn¦ |Äc¬a
%¼å'B
,hpwW÷À4HðC]0ñÔ~<° Ä
\®÷Þlúífç¬îûç
ZpE(Âýlp
ápøÃ
A
N
WȺP
7¡gHÃÚðR F010l
|
|
From: Paul S. O. <ps...@us...> - 2002-01-31 16:33:28
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/images/lang_swedish In directory usw-pr-cvs1:/tmp/cvs-serv6584/lang_swedish Log Message: Directory /cvsroot/phpbb/phpBB2/templates/subSilver/images/lang_swedish added to the repository |
|
From: Paul S. O. <ps...@us...> - 2002-01-31 16:16:11
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/images/lang_arabic
In directory usw-pr-cvs1:/tmp/cvs-serv2021/templates/subSilver/images/lang_arabic
Added Files:
icon_aim.gif icon_icq_add.gif icon_ip.gif icon_msnm.gif
icon_www.gif icon_yim.gif
Log Message:
'Missing' image added
--- NEW FILE ---
GIF89a;
*®
ypü9±b
ü£ÁãÅXt@@
--- NEW FILE ---
GIF89a;
*'!§
2 ¶¸ m(2
5
$'¶·¸Ôº¼f{}¾+
Ô&&"ÓÕÖó»wÜ'>ÜÒ1bÀ8>Z÷ÃìeCÏÏ¥Lø¸¡ÀÆ
wXÀ
--- NEW FILE ---
GIF89a
--- NEW FILE ---
GIF89a;
X@`¡]&dàÁÁA$xñBÀÏ"4HàAA¤<3`.µCT.(4 PUV4$\uªÚmŪe+²ss°0A4¨(¡CEp;0La
`<B0XÏëCüÈÃg}Ë
Äæ ý
--- NEW FILE ---
GIF89a;
Ð,Ú
ô-++ú´pOÀ/0"00pF)PxÈð@À"BòhQÀt´Ð¡
--- NEW FILE ---
GIF89a;
c§À¯>ÃÄ>o(¤3V H
&#{
£(Ì¡*©2ÃÇ©%Æì)&¦){ÔÖ4 &Ü¢(rP86 S¨hÀE¤"EñJùp
rW¨
ºæZ(¦Hb6øõÃ,
4Öh£
ä¨ã<öèã:~ðo bäH&)"?
|
|
From: Paul S. O. <ps...@us...> - 2002-01-31 16:08:16
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/images/lang_italian
In directory usw-pr-cvs1:/tmp/cvs-serv32297/templates/subSilver/images/lang_italian
Added Files:
icon_aim.gif icon_icq_add.gif icon_ip.gif icon_msnm.gif
icon_www.gif icon_yim.gif
Log Message:
'Missing' image added
--- NEW FILE ---
GIF89a;
*®
ypü9±b
ü£ÁãÅXt@@
--- NEW FILE ---
GIF89a;
*'!§
2 ¶¸ m(2
5
$'¶·¸Ôº¼f{}¾+
Ô&&"ÓÕÖó»wÜ'>ÜÒ1bÀ8>Z÷ÃìeCÏÏ¥Lø¸¡ÀÆ
wXÀ
--- NEW FILE ---
GIF89a
--- NEW FILE ---
GIF89a;
X@`¡]&dàÁÁA$xñBÀÏ"4HàAA¤<3`.µCT.(4 PUV4$\uªÚmŪe+²ss°0A4¨(¡CEp;0La
`<B0XÏëCüÈÃg}Ë
Äæ ý
--- NEW FILE ---
GIF89a;
Ð,Ú
ô-++ú´pOÀ/0"00pF)PxÈð@À"BòhQÀt´Ð¡
--- NEW FILE ---
GIF89a;
c§À¯>ÃÄ>o(¤3V H
&#{
£(Ì¡*©2ÃÇ©%Æì)&¦){ÔÖ4 &Ü¢(rP86 S¨hÀE¤"EñJùp
rW¨
ºæZ(¦Hb6øõÃ,
4Öh£
ä¨ã<öèã:~ðo bäH&)"?
|
|
From: Paul S. O. <ps...@us...> - 2002-01-31 16:06:58
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/images/lang_french
In directory usw-pr-cvs1:/tmp/cvs-serv31633/templates/subSilver/images/lang_french
Added Files:
icon_aim.gif icon_icq_add.gif icon_ip.gif icon_msnm.gif
icon_www.gif icon_yim.gif
Log Message:
'Missing' image added
--- NEW FILE ---
GIF89a;
*®
ypü9±b
ü£ÁãÅXt@@
--- NEW FILE ---
GIF89a;
*'!§
2 ¶¸ m(2
5
$'¶·¸Ôº¼f{}¾+
Ô&&"ÓÕÖó»wÜ'>ÜÒ1bÀ8>Z÷ÃìeCÏÏ¥Lø¸¡ÀÆ
wXÀ
--- NEW FILE ---
GIF89a
--- NEW FILE ---
GIF89a;
X@`¡]&dàÁÁA$xñBÀÏ"4HàAA¤<3`.µCT.(4 PUV4$\uªÚmŪe+²ss°0A4¨(¡CEp;0La
`<B0XÏëCüÈÃg}Ë
Äæ ý
--- NEW FILE ---
GIF89a;
Ð,Ú
ô-++ú´pOÀ/0"00pF)PxÈð@À"BòhQÀt´Ð¡
--- NEW FILE ---
GIF89a;
c§À¯>ÃÄ>o(¤3V H
&#{
£(Ì¡*©2ÃÇ©%Æì)&¦){ÔÖ4 &Ü¢(rP86 S¨hÀE¤"EñJùp
rW¨
ºæZ(¦Hb6øõÃ,
4Öh£
ä¨ã<öèã:~ðo bäH&)"?
|
|
From: Paul S. O. <ps...@us...> - 2002-01-31 16:05:50
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/images/lang_dutch
In directory usw-pr-cvs1:/tmp/cvs-serv31351/templates/subSilver/images/lang_dutch
Added Files:
icon_aim.gif icon_email.gif icon_icq_add.gif icon_ip.gif
icon_msnm.gif icon_quote.gif icon_www.gif icon_yim.gif
Log Message:
'Missing' image added
--- NEW FILE ---
GIF89a;
*®
ypü9±b
ü£ÁãÅXt@@
--- NEW FILE ---
GIF89a;
|ì± Á(ØùÁaÿ4Hvá
rx`!G&x¨
YÈ|`¦+À¶À\`¨ 1 ÕÇ"°ÐàÆZ-~Ã_Ö±`ô0
--- NEW FILE ---
GIF89a;
*'!§
2 ¶¸ m(2
5
$'¶·¸Ôº¼f{}¾+
Ô&&"ÓÕÖó»wÜ'>ÜÒ1bÀ8>Z÷ÃìeCÏÏ¥Lø¸¡ÀÆ
wXÀ
--- NEW FILE ---
GIF89a
--- NEW FILE ---
GIF89a;
X@`¡]&dàÁÁA$xñBÀÏ"4HàAA¤<3`.µCT.(4 PUV4$\uªÚmŪe+²ss°0A4¨(¡CEp;0La
`<B0XÏëCüÈÃg}Ë
Äæ ý
--- NEW FILE ---
GIF89a;
Ê´!
º®(×-¥)¦(,ª+2,
7+7ÃêÆÊñÊ4Ó
øDÈÈ¡
--- NEW FILE ---
GIF89a;
Ð,Ú
ô-++ú´pOÀ/0"00pF)PxÈð@À"BòhQÀt´Ð¡
--- NEW FILE ---
GIF89a;
c§À¯>ÃÄ>o(¤3V H
&#{
£(Ì¡*©2ÃÇ©%Æì)&¦){ÔÖ4 &Ü¢(rP86 S¨hÀE¤"EñJùp
rW¨
ºæZ(¦Hb6øõÃ,
4Öh£
ä¨ã<öèã:~ðo bäH&)"?
|
|
From: Paul S. O. <ps...@us...> - 2002-01-31 16:04:00
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/images/lang_bulgarian In directory usw-pr-cvs1:/tmp/cvs-serv30855/templates/subSilver/images/lang_bulgarian Added Files: icon_ip.gif Log Message: 'Missing' image added --- NEW FILE --- GIF89a |
|
From: Paul S. O. <ps...@us...> - 2002-01-31 13:42:26
|
Update of /cvsroot/phpbb/phpBB2/language/lang_turkish In directory usw-pr-cvs1:/tmp/cvs-serv21824/language/lang_turkish Added Files: index.htm lang_admin.php lang_bbcode.php lang_faq.php lang_main.php Log Message: Initial version by postexitus --- NEW FILE --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> --- NEW FILE --- <?php /*************************************************************************** * lang_admin.php [Turkish] * ------------------- * begin : Sat Dec 16 2000 * copyright : (C) 2001 The phpBB Group * email : su...@ph... * * $Id: lang_admin.php,v 1.1 2002/01/31 13:42:23 psotfx Exp $ * ****************************************************************************/ /*************************************************************************** * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ***************************************************************************/ // // Translation by: // // Onur Turgay (postexitus) :: onu...@is... :: http://welcome.to/aaal2000 // Erdem Corapcioglu (erdem) :: er...@sm... :: http://www.smtg.org // // For questions and comments use: onu...@is... // $lang['General'] = "Genel Yönetim"; $lang['Users'] = "Kullanýcý Yönetimi"; $lang['Groups'] = "Grup Yönetimi"; $lang['Forums'] = "Forum Yönetimi"; $lang['Styles'] = "Stil Yönetimi"; $lang['Configuration'] = "Ayarlar"; $lang['Permissions'] = "Ýzinler"; $lang['Manage'] = "Yönetim"; $lang['Disallow'] = "Yasaklý Ýsimler"; $lang['Prune'] = "Eski Mesajlarý Silme"; $lang['Mass_Email'] = "Kullanýcýlara E-Mail"; $lang['Ranks'] = "Kullanýcý Seviyeleri"; $lang['Smilies'] = "Smililer"; $lang['Ban_Management'] = "Ban Kontrolü"; $lang['Word_Censor'] = "Sansürlü Kelimeler"; $lang['Export'] = "Kaydet"; $lang['Create_new'] = "Yarat"; $lang['Add_new'] = "Ekle"; $lang['Backup_DB'] = "Veritabanýný Yedekle"; $lang['Restore_DB'] = "Veritabanýný Yükle"; // // Index // $lang['Admin'] = "Yönetim"; $lang['Not_admin'] = "Bu sitenin adminliðini yapma yetkiniz yok"; $lang['Welcome_phpBB'] = "phpBB'ye hoþgeldiniz"; $lang['Admin_intro'] = "PhpBB2'yi forumunuz olarak seçtiðiniz için teþekkür ederiz. Bu ekran size sitenizin bilgilerinin kýsa bir özetini sunmaktadýr. Bu sayfaya soldaki <u>Yönetim - Ana Sayfa</u> linkine basarak geri dönebilirsiniz. Sitenizin ana sayfasýna dönmek için soldaki küçük logoyu kullanabilrsiniz. Soldaki diðer linkler forumunuzun her türlü ayarýný yapmanýzý saðlayacaktýr, her ekran kendinin nasýl kullanýlacaðýný anlatacaktýr."; $lang['Main_index'] = "Ana Sayfa"; $lang['Forum_stats'] = "Forum Ýstatistikleri"; $lang['Admin_Index'] = "Yönetim - Ana Sayfa"; $lang['Preview_forum'] = "Forum Önizlemesi"; $lang['Click_return_admin_index'] = "Yönetim ana sayfasýna dönmek için %sburaya%s týklayýn"; $lang['Statistic'] = "Ýstatistik"; $lang['Value'] = "Deðer"; $lang['Number_posts'] = "Mesaj Sayýsý"; $lang['Posts_per_day'] = "Günlük ortalama mesaj"; $lang['Number_topics'] = "Baþlýk sayýsý"; $lang['Topics_per_day'] = "Günlük ortalama baþlýk"; $lang['Number_users'] = "Kullanýcý sayýsý"; $lang['Users_per_day'] = "Günlük ortalama kullanýcý"; $lang['Board_started'] = "Forum açýlýþ tarihi"; $lang['Avatar_dir_size'] = "Avatar klasörü büyüklüðü"; $lang['Database_size'] = "Veritabaný büyüklüðü"; $lang['Gzip_compression'] ="Gzip sýkýþtýrma"; $lang['Not_available'] = "Mevcut deðil"; $lang['ON'] = "Açýk"; // This is for GZip compression $lang['OFF'] = "Kapalý"; // // DB Utils // $lang['Database_Utilities'] = "Veritabaný Ýþlemleri"; $lang['Restore'] = "Geri Yüklem"; $lang['Backup'] = "Yedekleme"; $lang['Restore_explain'] = "Bu iþlem bir dosyadan tüm phpBB veritabaný tablolarýný <B>geri yükleyecektir</B>. Eðer serverýnýz izin veriyorsa gzip ile sýkýþtýrýlmýþ bir text dosyasý yükleyebilirsiniz, otomatik olarak açýlacaktýr. <b>UYARI</b> Bu iþlem bütün bulunan verileri silecek yerine yenilerini yazacaktýr. Geri yükleme uzun sürebilir, tamamlanana kadar lütfen bu sayfayý kapatmayýnýz."; $lang['Backup_explain'] = "Buradan tüm phpBB verilerinizi yedekleyebilirsiniz. Eðer ayný veritabanýnda saklamak istediðiniz baþka tablolarýnýz da varsa, aþaðýdaki Ek Tablolar bölümüne isimlerini virgülle ayýrarak giriniz. Eðer serverýnýz izin veriyorsa backup dosyanýzý gzip ile sýkýþtýrýp da alabilirsiniz."; $lang['Backup_options'] = "Yedekleme seçenekleri"; $lang['Start_backup'] = "Yedeklemeyi baþlat"; $lang['Full_backup'] = "Tam yedekleme"; $lang['Structure_backup'] = "Sadece tablo yapýsý"; $lang['Data_backup'] = "Sadece veriler"; $lang['Additional_tables'] = "Ek tablolar"; $lang['Gzip_compress'] = "Gzip sýkýþtýrma"; $lang['Select_file'] = "Bir dosya seçin"; $lang['Start_Restore'] = "Geri yüklemeyi baþlat"; $lang['Restore_success'] = "Veritabaný baþarýyla yedeklendi.<br /><br />Siteniz yedeklemenin yapýldýðý zamanki haline dönüþtürüldü."; $lang['Backup_download'] = "Download kýsa bir süre içinde baþlýyacak, lütfen bekleyiniz"; $lang['Backups_not_supported'] = "Üzgünüz, kullandýðýnz veritabaný sistemin henüz yedekleme desteklenmiyor"; $lang['Restore_Error_uploading'] = "Yedekleme dosyasýný gönderirken hata"; $lang['Restore_Error_filename'] = "Dosya isminde problem oluþtu, lütfen alternatif bir dosya deneyin"; $lang['Restore_Error_decompress'] = "Gzip sýkýþtýrmasý açýlamýyor, lütfen düzyazý versiyonunu gönderin"; $lang['Restore_Error_no_file'] = "Dosya gönderilmedi"; // // Auth pages // $lang['Select_a_User'] = "Bir kullanýcý seç"; $lang['Select_a_Group'] = "Bir grup seç"; $lang['Select_a_Forum'] = "Bir forum seç"; $lang['Auth_Control_User'] = "Kullanýcý Ýzinleri Kontrolü"; $lang['Auth_Control_Group'] = "Grup Ýzinleri Kontrolü"; $lang['Auth_Control_Forum'] = "Forum Ýzinleri Kontrolü"; $lang['Look_up_User'] = "Ayrýntýlar"; $lang['Look_up_Group'] = "Ayrýntýlar"; $lang['Look_up_Forum'] = "Ayrýntýlar"; $lang['Group_auth_explain'] = "Burada her gruba verilmiþ olan izinleri ve moderatorlük statülerini deðiþtirebilirsiniz. Grup izinlerini deðiþtirirken kullanýcý izinlerinin gruptaki bazý kullanýcýlara hala bazý özel haklar tanýyabileceðini unutmayýn. Eðer böyle bir durum söz konusuysa uyarýlacaksýnýz."; $lang['User_auth_explain'] = "Burada her kullanýcýya verilmiþ olan izinleri ve moderatorlük statülerini deðiþtirebilirsiniz. Kullanýcý izinlerini deðiþtirirken grup izinlerinin bazý kullanýcýlara hala bazý özel haklar tanýyabileceðini unutmayýn. Eðer böyle bir durum söz konusuysa uyarýlacaksýnýz."; $lang['Forum_auth_explain'] = "Buradan her forumun izin derecesini deðiþtirebilirsiniz. Geliþmiþ ve Basit olaraka ikiye ayrýlmýþ olan izinlerde, geliþmiþ seçeneðini kullanarak daha özel izinler verebileceðinizi unutmayýnýz."; $lang['Simple_mode'] = "Basit Mod"; $lang['Advanced_mode'] = "Geliþmiþ Mod"; $lang['Moderator_status'] = "Moderator durumu"; $lang['Allowed_Access'] = "Eriþim izni verilmiþ"; $lang['Disallowed_Access'] = "Eriþim izni verilmemiþ"; $lang['Is_Moderator'] = "Moderator"; $lang['Not_Moderator'] = "Moderator deðil"; $lang['Conflict_warning'] = "Yetki Çeliþkisi Uyarýsý"; $lang['Conflict_access_userauth'] = "Bu kullanýcýnýn üye olduðu grup aracýlýðý ile bu foruma eriþimi var. Grup izinleriyle oynayabilir ya da kullanýcýyý gruptan çýkartabilirsiniz. Bu durumu oluþturan gruplar ve forumlar aþaðýda listelenmiþtir."; $lang['Conflict_mod_userauth'] = "Bu kullanýcýnýn üye olduðu grup aracýlýðý ile bu foruma moderator eriþimi var. Grup izinleriyle oynayabilir ya da kullanýcýyý gruptan çýkartabilirsiniz. Bu durumu oluþturan gruplar ve forumlar aþaðýda listelenmiþtir."; $lang['Conflict_access_groupauth'] = "Aþaðýdaki kullanýcýlarýn hala Kullanýcý izinleriyle bu foruma eriþimleri var. Kullanýcý izinlerini deðiþtirebilirsiniz. Özel hakký olan kullanýcýlar ve forumlar aþaðýda listelenmiþtir."; $lang['Conflict_mod_groupauth'] = "Aþaðýdaki kullanýcýlarýn hala Kullanýcý izinleriyle bu foruma moderator eriþimleri var. Kullanýcý izinlerini deðiþtirebilirsiniz. Özel hakký olan kullanýcýlar ve forumlar aþaðýda listelenmiþtir."; $lang['Public'] = "Herkese Açýk"; $lang['Private'] = "Özel"; $lang['Registered'] = "Kayýtlýlara Açýk"; $lang['Administrators'] = "Adminlere Açýk"; $lang['Hidden'] = "Gizli"; // These are displayed in the drop down boxes for advanced // mode forum auth, try and keep them short! $lang['Forum_ALL'] = "Herkes"; $lang['Forum_REG'] = "Kayýtlý"; $lang['Forum_PRIVATE'] = "Özel"; $lang['Forum_MOD'] = "Mod"; $lang['Forum_ADMIN'] = "Admin"; $lang['View'] = "Görüntüleme"; $lang['Read'] = "Okuma"; $lang['Post'] = "Gönderme"; $lang['Reply'] = "Cevap yazma"; $lang['Edit'] = "Deðiþtirme"; $lang['Delete'] = "Silme"; $lang['Sticky'] = "Sabit"; $lang['Announce'] = "Duyuru"; $lang['Vote'] = "Oy kullanma"; $lang['Pollcreate'] = "Anket yaratma"; $lang['Permissions'] = "Ýzinler"; $lang['Simple_Permission'] = "Basit Mod"; $lang['User_Level'] = "Kullanýcý seviyesi"; $lang['Auth_User'] = "Kullanýcý"; $lang['Auth_Admin'] = "Adminr"; $lang['Group_memberships'] = "Grup üyelikleri"; $lang['Usergroup_members'] = "Bu grubun üyeleri"; $lang['Forum_auth_updated'] = "Forum izinleri güncellendi"; $lang['User_auth_updated'] = "Kullanýcý izinleri güncellendi"; $lang['Group_auth_updated'] = "Grup izinleri güncellendi"; $lang['Auth_updated'] = "Ýzinler güncellendi"; $lang['Click_return_userauth'] = "Kullanýcý izinlerine dönmek için %sburaya%s týklayýn"; $lang['Click_return_groupauth'] = "Grup izinlerine dönmek için %sburaya%s týklayýn"; $lang['Click_return_forumauth'] = "Forum izinlerine dönmek için %sburaya%s týklayýn"; // // Banning // $lang['Ban_control'] = "Ban Kontrolü"; $lang['Ban_explain'] = "Buradan kullanýcýlarýn ban ayarlarýný yapabilirsiniz. Bunu kullanýcý adýný, IP adresini ya da hostname'ini banlayarak yapabilirsiniz. Bu o kullanýcýnýn ana sayfaya bile eriþimini engelleyecektir. Bir kullanýcýnýn baþka bir kullanýcý adýyla kaydolmasýný engellemek için o e-mail adresini banlayabilirsiniz. Unutmayýn ki bie e-mail adresini banlamak o kullanýcýnýn ana sayfaya girmesini ya da mesaj gondermesini engellemez. Bunun için kullanýcý adý ya da IP-Host Ban yapmalýsýnýz."; $lang['Ban_explain_warn'] = "Bir IP dizisinin banlanmasý baþlangýç ve bitiþ IP'leri arasýndaki tüm IP'leri banlayacaktýr. Veritabanýnda yer kaplamamasý için uygun olduðu yerlerde wildcard kullanýlacaktýr. Eðer gerçekten bir IP dizisi girmek istiyorsanýz lütfen onu kýsa tutun ya da tek tek IP'leri girin."; $lang['Select_username'] = "Kullanýcý adý seçin"; $lang['Select_ip'] = "IP seçin"; $lang['Select_email'] = "E-mail adresi seçin"; $lang['Ban_username'] = "Kullanýcý banlama"; $lang['Ban_username_explain'] = "Birden fazla kullanýcý banlamak istiyorsanýz browserýnýza uygun klavye mouse kombinasyonunu kullanýn"; $lang['Ban_IP'] = "IP ve Host banlama"; $lang['IP_hostname'] = "IP ve Host adresleri"; $lang['Ban_IP_explain'] = "Birden fazla IP/Host banlamak için araya virgül koyun. Bir IP dizisi belirtmek için baþlangýç ve bitiþ arasýna - koyun. Wildcard olarak * kullanýn"; $lang['Ban_email'] = "E-mail banlama"; $lang['Ban_email_explain'] = "Birden fazla e-mail banlamak için virgül kullanýn. Wildcard olarak * kullanýn, mesela *@hotmail.com"; $lang['Unban_username'] = "Kullanýcý baný kaldýrma"; $lang['Unban_username_explain'] = "Birden fazla kullanýcýnýn banýný kaldýrmak istiyorsanýz browserýnýza uygun klavye mouse kombinasyonunu kullanýn"; $lang['Unban_IP'] = "IP/Host baný kaldýrma"; $lang['Unban_IP_explain'] = "Birden fazla IP/Host baný kaldýrmak istiyorsanýz browserýnýza uygun klavye mouse kombinasyonunu kullanýn"; $lang['Unban_email'] = "E-mail baný kaldýrma"; $lang['Unban_email_explain'] = "Birden fazla e-mail baný kaldýrmak istiyorsanýz browserýnýza uygun klavye mouse kombinasyonunu kullanýn"; $lang['No_banned_users'] = "Banlý kullanýcý yok"; $lang['No_banned_ip'] = "Banlý IP yok"; $lang['No_banned_email'] = "Banlý e-mail yok"; $lang['Ban_update_sucessful'] = "Ban listesi baþarýyla güncellendi"; $lang['Click_return_banadmin'] = "Ban kontrolüne dönmek için %sburaya%s týklayýn"; // // Configuration // $lang['General_Config'] = "Genel Ayarlar"; $lang['Config_explain'] = "Aþaðýdaki form sitenizdeki genel ayarlarý yapmak için kullanýlacaktýr. Kullanýcý ve forum bazlý ayarlar için sol taraftaki ilgili linklere týklayýnýz."; $lang['Click_return_config'] = "Genel ayarlara dönmek için %sburaya%s týklayýn"; $lang['General_settings'] = "Genel Site Ayarlarý"; $lang['Site_name'] = "Site ismi"; $lang['Site_desc'] = "Site açýklamasý"; $lang['Board_disable'] = "Siteyi kapat"; $lang['Board_disable_explain'] = "Bu siteyi kullanýcýlara kapayacaktýr. Bunu yaptýktan sonra logout olmayýn yoksa bir daha login olamazsýnýz!"; $lang['Acct_activation'] = "Hesap aktivasyonu"; $lang['Acc_None'] = "Kapalý"; // These three entries are the type of activation $lang['Acc_User'] = "Kullanýcý"; $lang['Acc_Admin'] = "Admin"; $lang['Abilities_settings'] = "Kullanýcý ve Forum Temel Ayarlarý"; $lang['Max_poll_options'] = "Max. anket seçeneði sayýsý"; $lang['Flood_Interval'] = "Flood Aralýðý"; $lang['Flood_Interval_explain'] = "Kullanýcýnýn iki mesajý arasýnda beklemesi gereken süre"; $lang['Board_email_form'] = "Kullýnýcýlar arasý e-mail"; $lang['Board_email_form_explain'] = "Bu site aracýlýðý ile kullanýcýlarýn birbirlerine e-mail göndermesini saðlar"; $lang['Topics_per_page'] = "Her sayfadaki baþlýk sayýsý"; $lang['Posts_per_page'] = "Her sayfadaki mesaj sayýsý"; $lang['Hot_threshold'] = "Popülerlik sýnýrý"; $lang['Default_style'] = "Varsayýlan stil"; $lang['Override_style'] = "Kullanýcý stilini gözardý et"; $lang['Override_style_explain'] = "Kullanýcýlarýn seçtiði stili varsayýlan ile deðiþtirir"; $lang['Default_language'] = "Varsayýlan dil"; $lang['Date_format'] = "Saat formatý"; $lang['System_timezone'] = "Sistem Zaman Dilimi"; $lang['Enable_gzip'] = "GZip sýkýþtýrma"; $lang['Enable_prune'] = "Mesaj temizliði"; $lang['Allow_HTML'] = "HTML'e izin ver"; $lang['Allow_BBCode'] = "BBCode'a izin ver"; $lang['Allowed_tags'] = "Ýzin verilen HTML tagleri"; $lang['Allowed_tags_explain'] = "Tagleri virgüllerle ayýrýn"; $lang['Allow_smilies'] = "Smililere izin ver"; $lang['Smilies_path'] = "Smili klasörü"; $lang['Smilies_path_explain'] = "phpBB ana klasörüne göre smiley klasörü, örn: images/smilies"; $lang['Allow_sig'] = "Ýmzaya izin ver"; $lang['Max_sig_length'] = "Max. imza uzunluðu"; $lang['Max_sig_length_explain'] = "Kullanýcý imzalarýndaki maksimum karakter sayýsý"; $lang['Allow_name_change'] = "Kullanýcý isim deðiþikliðine izin ver"; $lang['Avatar_settings'] = "Avatar Ayarlarý"; $lang['Allow_local'] = "Galeri avatarlarýný aç"; $lang['Allow_remote'] = "Uzak avatarlarý aç"; $lang['Allow_remote_explain'] = "Baþka bir siteden link verilen avatarlar"; $lang['Allow_upload'] = "Avatar göndermeyi aç"; $lang['Max_filesize'] = "Max. Avatar dosya büyüklüðü"; $lang['Max_filesize_explain'] = "Gönderilen avatarlar için"; $lang['Max_avatar_size'] = "Max. avatar boyutlarý"; $lang['Max_avatar_size_explain'] = "(Piksel olarak Yükseklik x Geniþlik)"; $lang['Avatar_storage_path'] = "Avatar Klasörü"; $lang['Avatar_storage_path_explain'] = "phpBB ana klasörüne göre, örn: images/avatars"; $lang['Avatar_gallery_path'] = "Avatar Galeri Klasörü"; $lang['Avatar_gallery_path_explain'] = "phpBB ana klasörüne göre önceden yüklenmiþ avatarlarýn yeri, örn: images/avatars/gallery"; $lang['COPPA_settings'] = "COPPA ayarlarý"; $lang['COPPA_fax'] = "COPPA Fax Numarasý"; $lang['COPPA_mail'] = "COPPA Mail Adresi"; $lang['COPPA_mail_explain'] = "Ebeveynlerin COPPA anlaþmasýný gönderecekleri yer"; $lang['Email_settings'] = "E-mail Ayarlarý"; $lang['Admin_email'] = "Admin E-mail Adresi"; $lang['Email_sig'] = "E-mail Ýmzasý"; $lang['Email_sig_explain'] = "Sitenin gönderceði tüm e-maillere bu yazý eklenir"; $lang['Use_SMTP'] = "E-mail için SMTP server'ý kullan"; $lang['Use_SMTP_explain'] = "Lokal sendmail fonksiyonu yerine SMTP serverý kullanmak için Evet'i seçin"; $lang['SMTP_server'] = "SMTP Server Adresi"; $lang['Disable_privmsg'] = "Özel Mesajlaþma"; $lang['Inbox_limits'] = "Gelenler'deki max. msj sayýsý "; $lang['Sentbox_limits'] = "Ulaþanlar'daki max. msj sayýsý"; $lang['Savebox_limits'] = "Saklananlar'daki max. msj sayýsý"; $lang['Cookie_settings'] = "Cookie Ayarlarý"; $lang['Cookie_settings_explain'] = "Bu cookie'lerin browerserlara nasýl gönderildiðini ayarlamak içindir. Bir çok durumda bu ilk halinde býrakýlmalýdýr. Bunlarý deðiþtirmeniz gerekiyorsa dikkatli olun, yanlýþ ayarlar kullanýcýlarýn login olmasýný engeller."; $lang['Cookie_name'] = "Cookie adý"; $lang['Cookie_domain'] = "Cookie domain'i"; $lang['Cookie_path'] = "Cookie path'i"; $lang['Session_length'] = "Oturum uzunluðu [ saniye ]"; $lang['Cookie_secure'] = "Cookie güvenliði [ https ]"; // // Forum Management // $lang['Forum_admin'] = "Forum Yönetimi"; $lang['Forum_admin_explain'] = "Buradan forum ve kategorileri ekleyebilir, silebilir, deðiþtirebilr ve senkronize edebilirsiniz"; $lang['Edit_forum'] = "Forumu deðiþtir"; $lang['Create_forum'] = "Yeni forum yarat"; $lang['Create_category'] = "Yeni kategori yarat"; $lang['Remove'] = "Çýkar"; $lang['Action'] = "Action"; $lang['Update_order'] = "Sýralamayý güncelle"; $lang['Config_updated'] = "Forum Ayarlarý Baþarýyla Güncellendi"; $lang['Edit'] = "Deðiþtir"; $lang['Delete'] = "Sil"; $lang['Move_up'] = "Yukarý taþý"; $lang['Move_down'] = "Aþaðý taþý"; $lang['Resync'] = "Resync"; $lang['No_mode'] = "Hiç mode seçilmedi"; $lang['Forum_edit_delete_explain'] = "Aþaðýdaki form sitenizdeki genel ayarlarý yapmak için kullanýlacaktýr. Kullanýcý ve forum bazlý ayarlar için sol taraftaki ilgili linklere týklayýnýz."; $lang['Move_contents'] = "Tüm içeriði taþý"; $lang['Forum_delete'] = "Forumu sil"; $lang['Forum_delete_explain'] = "Aþaðýdaki form ile forum ya da kategori silebilir, içeriklerini istediðiniz yere taþýyabilirsiniz"; $lang['Forum_settings'] = "Genel Forum Ayarlarý"; $lang['Forum_name'] = "Forum adý"; $lang['Forum_desc'] = "AÇýklama"; $lang['Forum_status'] = "Forum statüsü"; $lang['Forum_pruning'] = "Otomatik Mesaj Temizleme"; $lang['prune_freq'] = 'Her X günde bir forumu kontrol et'; $lang['prune_days'] = "X gün içinde cevap gelmeyen baþlýklarý sil"; $lang['Set_prune_data'] = "Mesaj temizliðini açtýðýnýz halde kaç günde bir mesaj temizliði yapýlacagýný seçmediniz"; $lang['Move_and_Delete'] = "Taþý ve Sil"; $lang['Delete_all_posts'] = "Tüm mesajlarý sil"; $lang['Nowhere_to_move'] = "Taþýnacak yer yok"; $lang['Edit_Category'] = "Kategoriyi deðiþtir"; $lang['Edit_Category_explain'] = "Bir kategorinin ismini deðiþtirmek için bu formu kullanýn."; $lang['Forums_updated'] = "Forum ve Kategori bilgisi baþarýyla güncellendi"; $lang['Must_delete_forums'] = "Bu kategoriyi silmeden önce içindkei tüm forumlarý silmelisiniz"; $lang['Click_return_forumadmin'] = "Forum yönetim paneline dönmek için %sburaya%s týklayýn"; // // Smiley Management // $lang['smiley_title'] = "Smiley Kontrol Paneli"; $lang['smile_desc'] = "Buradan kullanýcýlara sunulan smilileri ekleyebilir kaldýrabilir ya da deðiþtirebilirsiniz."; $lang['smiley_config'] = "Smiley Ayarlarý"; $lang['smiley_code'] = "Smiley Kodu"; $lang['smiley_url'] = "Smiley Resim Dosyasý"; $lang['smiley_emot'] = "Smiley Açýklamasý"; $lang['smile_add'] = "Yeni smiley ekle"; $lang['Smile'] = "Smiley"; $lang['Emotion'] = "Açýklama"; $lang['Select_pak'] = "Paket (.pak) dosyasý seç"; $lang['replace_existing'] = "Varolan smileyi bununla deðiþtir"; $lang['keep_existing'] = "Varolan smileyi koru"; $lang['smiley_import_inst'] = "Smiley dosyasýný zip ile açmalý ve uygun smiley klasörüne göndermelisiniz. Sonra buradan doðru secenekleri bularak install iþlemini gerçekleþtiriniz."; $lang['smiley_import'] = "Smiley Paketi Kurma"; $lang['choose_smile_pak'] = "Smiley Paket Dosyasý (.pak) Seçin"; $lang['import'] = "Smiley Paketi Kur"; $lang['smile_conflicts'] = "Ýkimlemlerde ne yapýlmalý?"; $lang['del_existing_smileys'] = "Kurumdan önce varolan smileyleri sil"; $lang['import_smile_pack'] = "Smiley Paketi Kur"; $lang['export_smile_pack'] = "Smiley Paketi Yarat"; $lang['export_smiles'] = "Varolan smililerinizden bir paket yaratmak için, smiles.pak soyasýný indirmek için %sburaya%s týklayýn. .pak uzantýsýný korumak suretiyle bu dosyanýn ismini deðiþtirin. Sonra bu .pak dosyasýný ve ilgili smiley resimlerini tek bir zip dosyasý içinde sýkýþtýrýn."; $lang['smiley_add_success'] = "Smiley baþarýyla eklendi"; $lang['smiley_edit_success'] = "Smiley baþarýyla güncellendi"; $lang['smiley_import_success'] = "Smiley Paketi kurulumu baþarýldý!"; $lang['smiley_del_success'] = "Smiley baþarýyla silindi"; $lang['Click_return_smileadmin'] = "Smiley kontrol paneline dönmek için %sburaya%s týklayýn"; // // User Management // $lang['User_admin'] = "Kullanýcý Yönetimi"; $lang['User_admin_explain'] = "Buradan kullanýcýlarýnýzýn ayarlarýný deðiþtirebilirsiniz. Ýzinleri deðiþtirmek için soldan Ýzinler linkini kullanýn."; $lang['Look_up_user'] = "Kullanýcýyý incele"; $lang['Admin_user_fail'] = "Kullanýcýnýn profili güncellenemedi."; $lang['Admin_user_updated'] = "Kullanýcý profili baþarýyla güncellendi."; $lang['Click_return_useradmin'] = "Kullanýcý Yönetim Paneline dönmek için %sburaya%s týklayýn"; $lang['User_delete'] = "Bu kullanýcýyý sil"; $lang['User_delete_explain'] = "Kullanýcýyý silmek için buraya týklayýn. Bu dönüþü olmayan bir iþlemdir."; $lang['User_deleted'] = "Kullanýcý baþarýyla silindi."; $lang['User_status'] = "Bu kullanýcý þu anda aktif"; $lang['User_allowpm'] = "Özel mesaj atabilir"; $lang['User_allowavatar'] = "Avatar kullanabilir"; $lang['Admin_avatar_explain'] = "Burdan kullanýcýnýn þu andaki avatarýný silebilir ya da deðiþtirebilirsiniz."; $lang['User_special'] = "Özel admin alanlarý"; $lang['User_special_explain'] = "Bu alanlar kullanýcýlar tarafýndan deðiþtirilemez. Buradan bütün kullanýcýlara verilmeyen ayarlarý yapabilirsiniz."; // // Group Management // $lang['Group_administration'] = "Grup Yönetimi"; $lang['Group_admin_explain'] = "Burdan gruplarýnýzý yaratabilir, silebilir ya da deðiþtirebilirsiniz. Grup moderatorlerini, grup statülerini, grup isimlerini deðiþtirebilirsiniz"; $lang['Error_updating_groups'] = "Gruplar güncellenirken bir hata oluþtu"; $lang['Updated_group'] = "Grup baþarýyla güncellendi"; $lang['Added_new_group'] = "Yeni grup baþarýyla yaratýldý"; $lang['Deleted_group'] = "Grup baþarýyla silindi"; $lang['New_group'] = "Yeni grup yarat"; $lang['Edit_group'] = "Grubu deðiþtir"; $lang['group_name'] = "Grup adý"; $lang['group_description'] = "Grup açýklamasý"; $lang['group_moderator'] = "Grup moderatorü"; $lang['group_status'] = "Grup statusü"; $lang['group_open'] = "Açýk grup"; $lang['group_closed'] = "Kapalý group"; $lang['group_hidden'] = "Gizli group"; $lang['group_delete'] = "Grubu sil"; $lang['group_delete_check'] = "Bu grubu sil"; $lang['submit_group_changes'] = "Deðiþiklikleri gönder"; $lang['reset_group_changes'] = "Deðiþiklikleri sil"; $lang['No_group_name'] = "Bu grup için bir isim belirtmelisiniz"; $lang['No_group_moderator'] = "Bu grup için bir moderator belirtmelisiniz"; $lang['No_group_mode'] = "Bu grup için bir mod belirmelisiniz, açýk ya da kapalý"; $lang['delete_group_moderator'] = "Eski grup moderatorunu sil"; $lang['delete_moderator_explain'] = "Grup moderatorunu deðiþtirirken, eski moderatoru gruptan atmak için burayý iþaretleyin. Aksi takdirde kullanýcý grubun normal bir üyesi olacaktýr."; $lang['Click_return_groupsadmin'] = "Grup yönetimine dönmek için %sburaya%s týklayýn."; $lang['Select_group'] = "Grup seç"; $lang['Look_up_group'] = "Grubu incele"; // // Prune Administration // $lang['Forum_Prune'] = "Mesaj Temizliði"; $lang['Forum_Prune_explain'] = "Bu form ile seçtiðiniz gün sayýsý içinde cevap gelmeyen baþlýklarý silebilirsiniz. Eðer bir sayý girmezseniz tüm mesajlar silinir. Ýçinde anket olan mesajlarý ya da duyurularý silmeyecektir. Onlarý tek tek elle silmek zorundasýnýz."; $lang['Do_Prune'] = "Temizlik Yap"; $lang['All_Forums'] = "Tüm forumlar"; $lang['Prune_topics_not_posted'] = "Bu kadar gün içinde cevap gelmemiþ mesajlarý sil"; $lang['Topics_pruned'] = "Silinen baþlýklar"; $lang['Posts_pruned'] = "Silinen mesajlar"; $lang['Prune_success'] = "Mesaj temizliði baþarýlý!"; // // Word censor // $lang['Words_title'] = "Kelime Sansürleme"; $lang['Words_explain'] = "Buradan otomatik olaran sansürlenecek kelimeleri ekleyebilir, silebilir, deðiþtirebilirsiniz. Ayrýca insanlar bu kelimeleri kullanýcý isimlerinde de kullanamazlar. Wildcard olarak * kullanabilirsiniz, Örn: *siklo* ansiklopedi'yi, siklo* siklon'û, *siklo dersiklo'yu sansürleyecektir."; $lang['Word'] = "Kelime"; $lang['Edit_word_censor'] = "SAnsürlü kelimeyi deðiþtir"; $lang['Replacement'] = "Yerine konacak"; $lang['Add_new_word'] = "Yeni kelime ekle"; $lang['Update_word'] = "Sansürü güncelle"; $lang['Must_enter_word'] = "Bir kelime ve onun yerine girilecek kelimeyi girmelisiniz"; $lang['No_word_selected'] = "Deðiþtirmek için bir kelime seçmediniz"; $lang['Word_updated'] = "Seçilen sansürlü kelime baþarýyla güncellendi"; $lang['Word_added'] = "Sansürlü kelime baþarýyla eklendi"; $lang['Word_removed'] = "Seçilen sansürlü kelime baþarýyla silindi"; $lang['Click_return_wordadmin'] = "Kelime sansürü yönetim paneline dönmek için %sburaya%s týklayýn"; // // Mass Email // $lang['Mass_email_explain'] = "Buradan tüm kullanýcýlarýnýza ya da bir gruba dahil tüm kullanýcýlara e-mail gönderebilirsiniz. Bu admin e-mailine atýlan mesajýn gizli karbon kopyalarýnýn kullanýcýlara gönderilmesi yoluyla yapýlacak. Eðer geniþ bir gruba gönderiyorsanýz lütfen stop butonuna basmayýn ve sayfanýn yüklenmesini sabýrlý bir þekilde bekleyin. Büyük bir toptan e-mail gönderiminin yavaþ olmasý doðaldýr, Script görevini tamamladýðýnda size haber verilecektir"; $lang['Compose'] = "Oluþtur"; $lang['Recipients'] = "Alýcýlar"; $lang['All_users'] = "Tüm Kullanýcýlar"; $lang['Email_successfull'] = "Mesajýnýz Gçnderilmiþtir"; $lang['Click_return_massemail'] = "Toptan e-mail formuna dönmek için %sburaya%s týklayýnýz"; // // Ranks admin // $lang['Ranks_title'] = "Rütbe Yönetimi"; $lang['Ranks_explain'] = "Using this form you can add, edit, view and delete ranks. You can also create custom ranks which can be applied to a user via the user management facility"; $lang['Add_new_rank'] = "Yeni rütbe ekle"; $lang['Rank_title'] = "Rütbe adý"; $lang['Rank_special'] = "Özel rütbe olarak ata"; $lang['Rank_minimum'] = "Minimum Mesaj Sayýsý"; $lang['Rank_maximum'] = "Maximum Mesaj Sayýsý"; $lang['Rank_image'] = "Rütbe resmi (phpBB2 ana klasörüne göre)"; $lang['Rank_image_explain'] = "Rütbe için ufak bir resim kullanýn"; $lang['Must_select_rank'] = "Bir rütbe seçmelisiniz"; $lang['No_assigned_rank'] = "Hiç özel rütbe atanmamýþ"; $lang['Rank_updated'] = "Rütbe baþarýyla güncellendi"; $lang['Rank_added'] = "Rütbe baþarýyla eklendi"; $lang['Rank_removed'] = "Rütbe baþarýyla silindi"; $lang['Click_return_rankadmin'] = "Rütbe yönetimine dönmek için %sburaya%s týklayýn"; // // Disallow Username Admin // $lang['Disallow_control'] = "Yasaklý Kullanýcý Ýsmi Kontrolü"; $lang['Disallow_explain'] = "Burada kullanýlmamasý gereken kullanýcý isimlerini ayarlayabilirsiniz. Wildcard olarak * kullanabilirsiniz. Kaydolmuþ bir kullanýcý adaýný yasaklayamazsýnýz, bunu yapmak için ilk önce o kullanýcýyý silmelisiniz"; $lang['Delete_disallow'] = "Sil"; $lang['Delete_disallow_title'] = "Yasaklý bir kullanýcý ismini kaldýr"; $lang['Delete_disallow_explain'] = "Buradan yasaklý bir kullanýcý ismini seçip göndere basarak yasaðý kaldýrabilirsiniz"; $lang['Add_disallow'] = "Ekle"; $lang['Add_disallow_title'] = "Yasaklý bir kullanýcý ismi ekle"; $lang['Add_disallow_explain'] = "Wildcard olarak * kullanabilirsiniz"; $lang['No_disallowed'] = "Yasaklý kullanýcý adý yok"; $lang['Disallowed_deleted'] = "Yasaklý kullanýcý adý baþarýyla kaldýrýldý"; $lang['Disallow_successful'] = "Yasaklý kullanýcý adý baþarýyla eklendi"; $lang['Disallowed_already'] = "Girdiðiniz isim yasaklanamadý. ya listede var, ya sansür listesinde var ya da böyle bir kullanýcý mevcut"; $lang['Click_return_disallowadmin'] = "Yasaklý kullanýcý adý kontrol paneline dönmek için %sburaya%s týklayýn"; // // Styles Admin // $lang['Styles_admin'] = "Stil Yönetimi"; $lang['Styles_explain'] = "Buradan kullanýcýlarýnýza sunduðunuz theme ve template'lerinizi yönetebilirsiniz"; $lang['Styles_addnew_explain'] = "Burada tüm theme'leriniz listelenmiþtir. Bunlar henüz veritabanýna kaydedilmemiþtir. Kaydetmek için birini seçin ve Install tuþuna basýn"; $lang['Select_template'] = "Bir template seçin"; $lang['Style'] = "Stil"; $lang['Template'] = "Template"; $lang['Install'] = "Install"; $lang['Download'] = "Ýndir"; $lang['Edit_theme'] = "Theme'i deðiþtir"; $lang['Edit_theme_explain'] = "Aþaðýdaki form ile seçtiðiniz theme'i deðiþtirebilirsiniz"; $lang['Create_theme'] = "Theme yarat"; $lang['Create_theme_explain'] = "Aþaðýdaki form ile seçilen template için yeni bir theme yaratýn. Renkleri girerken # iþaretini kullanmayýn. Örn: CCCCCC doðru, #CCCCCC yanlýþ"; $lang['Export_themes'] = "Theme'i kaydet"; $lang['Export_explain'] = "Bu panel ile seçtiðiniz template için bir theme dosyasý yaratýp kaydedebileceksiniz. Aþaðýdan template'i seçin ve script onun için gerekli theme dosyasýný yaratýp o klasöre kaydetmeyi deneyecektir. Eðer kaydedemezse size indirme opsiyonunu sunacaktýr. Scriptin dosyayý kaydedebilmesi için o klasöre yazma izninin verilmiþ olmasý gerekir. Ayrýntýlý bilgi için PhpBB2 kullanma kýlavuzuna bakýn."; $lang['Theme_installed'] = "Seçilen theme baþarýyla install edildi"; $lang['Style_removed'] = "Seçilen theme veritabanýndan baþarýyla silindi. Bu theme'i sisteminizden tamamiyle silmek için dosylarýný da silmelisiniz."; $lang['Theme_info_saved'] = "Seçilen template için theme bilgisi kaydedildi."; $lang['Theme_updated'] = "Seçilen theme güncellendi. Þimdi yeni theme ayarlarýný kaydetmelisiniz"; $lang['Theme_created'] = "Theme yaratýldý. ÞÝmdi bu theme'i sonradan kullanmak ya da taþýmak için kaydetmelisiniz"; $lang['Confirm_delete_style'] = "Bu stili silmek istediðinizden emin misiniz?"; $lang['Download_theme_cfg'] = "Theme bilgi dosyasý yazýlamadý. Dosyayý indirmek için aþaðýdaki butona týklayýnýz. Sonra onu ilgili template dosyalarýnýn bulunduðu klasöre göndermelisiniz. Sonra isterseniz dosyalarý daðýtým ya da baþka bir amaçla paketleyebilirsiniz"; $lang['No_themes'] = "Seçilen template'in atanmýþ hiç theme'i yok. Sol taraftaki Stil Yönetimi'nden Yarat'a týklayýnýz"; $lang['No_template_dir'] = "Tenmplate klasörü açýlamadý. Weberver tarafýndan okunamýyor olabilir ya da böyle bir klasör yok"; $lang['Cannot_remove_style'] = "Bu stil þu anda varsayýlan stil olduðu için silinemez. Varsayýlan stili deðiþtirip tekrar deneyin."; $lang['Style_exists'] = "Seçilen stil adý kullanýmda, lütfen baþka bir isim seçiniz."; $lang['Click_return_styleadmin'] = "Stil yönetimine dönmek için %sburaya%s týklayýn"; $lang['Theme_settings'] = "Theme Ayarlarý"; $lang['Theme_element'] = "Theme Elemanlarý"; $lang['Simple_name'] = "Ýsmi"; $lang['Value'] = "Deðer"; $lang['Save_Settings'] = "Ayarlarý Kaydet"; $lang['Stylesheet'] = "CSS Stylesheet"; $lang['Background_image'] = "Arkaplan Resmi"; $lang['Background_color'] = "Arkaplan Rengi"; $lang['Theme_name'] = "Theme Adý"; $lang['Link_color'] = "Link Rengi"; $lang['Text_color'] = "Yazý Rengi"; $lang['VLink_color'] = "Ziyaret Edilmiþ Link Rengi"; $lang['ALink_color'] = "Aktif Link Rengi"; $lang['HLink_color'] = "Üstüne Gelinen Link Rengi"; $lang['Tr_color1'] = "Tablo Satýr Rengi 1"; $lang['Tr_color2'] = "Tablo Satýr Rengi 2"; $lang['Tr_color3'] = "Tablo Satýr Rengi 3"; $lang['Tr_class1'] = "Tablo Satýr Sýnýfý 1"; $lang['Tr_class2'] = "Tablo Satýr Sýnýfý 2"; $lang['Tr_class3'] = "Tablo Satýr Sýnýfý 3"; $lang['Th_color1'] = "Tablo Baþlýk Rengi 1"; $lang['Th_color2'] = "Tablo Baþlýk Rengi 2"; $lang['Th_color3'] = "Tablo Baþlýk Rengi 3"; $lang['Th_class1'] = "Tablo Baþlýk Sýnýfý 1"; $lang['Th_class2'] = "Tablo Baþlýk Sýnýfý 2"; $lang['Th_class3'] = "Tablo Baþlýk Sýnýfý 3"; $lang['Td_color1'] = "Tablo Hücre Rengi 1"; $lang['Td_color2'] = "Tablo Hücre Rengi 2"; $lang['Td_color3'] = "Tablo Hücre Rengi 3"; $lang['Td_class1'] = "Tablo Hücre Sýnýfý 1"; $lang['Td_class2'] = "Tablo Hücre Sýnýfý 2"; $lang['Td_class3'] = "Tablo Hücre Sýnýfý 3"; $lang['fontface1'] = "Font Tipi 1"; $lang['fontface2'] = "Font Tipi 2"; $lang['fontface3'] = "Font Tipi 3"; $lang['fontsize1'] = "Font Büyüklüðü 1"; $lang['fontsize2'] = "Font Büyüklüðü 2"; $lang['fontsize3'] = "Font Büyüklüðü 3"; $lang['fontcolor1'] = "Font Rengi 1"; $lang['fontcolor2'] = "Font Rengi 2"; $lang['fontcolor3'] = "Font Rengi 3"; $lang['span_class1'] = "Span Sýnýfý 1"; $lang['span_class2'] = "Span Sýnýfý 2"; $lang['span_class3'] = "Span Sýnýfý 3"; $lang['img_poll_size'] = "Anket resmi büyüklüðü [px]"; $lang['img_pm_size'] = "Özel mesajlar statü resmi büyüklüðü [px]"; // // Install Process // $lang['Welcome_install'] = "PhpBB2 Yüklemesine Hoþgeldiniz"; $lang['Initial_config'] = "Temel Ayarlar"; $lang['DB_config'] = "Veritabaný Ayarlarý"; $lang['Admin_config'] = "Admin Ayarlarý"; $lang['continue_upgrade'] = "Config dosyasýný bilgisayarýnza indirdikten sonra \"Upgrade'e Devam\" butonuýyla upgrade iþlemine devam edebilirsiniz."; $lang['upgrade_submit'] = "Upgrade'e Devam"; $lang['Installer_Error'] = "Install sýrasýnda bir problem oluþtu"; $lang['Previous_Install'] = "Önceden yapýlmýþ bir install bulundu"; $lang['Install_db_error'] = "Veritabanýný güncellerken bir hata oluþtu"; $lang['Re_install'] = "Önceki install'unuz halen aktif. <br /><br />Eðer phpBB2'yi yeniden install etmek istiyorsanýz aþaðýdaki evet butonuna týklayýn. Bunu yaparken bunun þu andaki tüm verileri sileceðini, yedek yapýlmayacaðýný unutmayýn! Admin kullanýcý adý ve þifreniz yeniden yaratýlacaktýr; baþka hiçbir ayarýnýz korunmayacaktýr. <br /><br />Evet'e basmadan önce iyi düþünün!"; $lang['Inst_Step_0'] = "PhpBB2'yi seçtiðiniz için teþekkür ederiz. Install iþlemini bitirmek için lütfen aþaðýdaki boþluklarý doldurunuz. Install iþlemini yapacaðýnýz veritabanýnýn instaldan önce yaratýlmýþ olmasý gerektiðini unutmayýnýz. ODBC kullanan bir veritabanýna install yapacaksanýz, (Örn: MS Access) devam etmeden önce bir DSN yaratmalýsýnýz."; $lang['Start_Install'] = "Installa baþla"; $lang['Finish_Install'] = "Installý bitir"; $lang['Default_lang'] = "Sitenin varsayýlan dili"; $lang['DB_Host'] = "Veritabaný server adresi"; $lang['DB_Name'] = "Veritabaný adý"; $lang['DB_Username'] = "Veritabaný kullanýcý adý"; $lang['DB_Password'] = "Veritabaný þifresi"; $lang['Database'] = "Veritabanýnýz"; $lang['Install_lang'] = "Install dilini seçin"; $lang['dbms'] = "Veritabaný Türü"; $lang['Table_Prefix'] = "Veritabanýndaki tablolarýn önadlarý"; $lang['Admin_Username'] = "Admin kullanýcý adý"; $lang['Admin_Password'] = "Admin þifresi"; $lang['Admin_Password_confirm'] = "Admin þifresi [ Onayla ]"; $lang['Inst_Step_2'] = "Admin kulllanýcý yaratýldý. Bu noktada temel install tamamlandý. Þimdi yeni install ettiðiniz forumu yönetebileceðiniz bir sayfaya yönlendirilceksiniz. Genel ayarlarý kontrol edin ve kendi ihtiyaçlarýnýz doðrultusunda ayarlarý yaptýðýnýza emin olun. PhpBB2'yi seçtiðiniz için teþekkür ederiz."; $lang['Unwriteable_config'] = "Þu anda config dosyasýna yazýlamýyor. Aþaðýdaki butona nasýnca bu config dosyasýnýn bir kopyasý bilgisayarýnýza indirilecektir. Bu dosyayý phpBB2 ile ayný klasör içine göndermelisiniz. Bunu ypatýktan sonra bir önceki formla yaratýlan admin adý ve þifresini kullanarak yönetim paneline girmeli ve ayarlarý yapmalýsýnýz. (Login olduktan sonra ekranýn altýnda bir link gözükecektir). PhpBB2'yi seçtiðiniz için teþekkür ederiz."; $lang['Download_config'] = "Config Dosyasýný Ýndir"; $lang['ftp_choose'] = "Download Metodunu Seçin"; $lang['ftp_option'] = "<br />PHP'nin bu versiyonunda ftp komutlarýna izin verildiði için direk config dosyasýný yerine ftp ile gönderebilirsiniz."; $lang['ftp_instructs'] = "Config dosyasýný phpBB2'nin bulunduðu yere otomatik olarak ftp ile göndermeyi seçtiniz. Lütfen aþaðýdaki bilgileri doldurunuz"; $lang['ftp_info'] = "FTP bilgilerinizi girin"; $lang['Attempt_ftp'] = "FTP ile gönderme deneniyor"; $lang['Send_file'] = "Bana sadece dosyayý gönder ve ben onu kendim FTP'liyim"; $lang['ftp_path'] = "phpBB2 FTP path'i"; $lang['ftp_username'] = "FTP Kullanýcý Adý"; $lang['ftp_password'] = "FTP ÞÝfresi"; $lang['Transfer_config'] = "Transfere baþla"; $lang['NoFTP_config'] = "FTP iþlemi baþarýsýz. Lütfen config doyasýný indirip kendiniz gönderiniz"; $lang['Install'] = "Install"; $lang['Upgrade'] = "Güncelle"; $lang['Install_Method'] = "Install Metodunu Seçin"; $lang['Install_No_Ext'] = "Server'ýnýz seçtiðiniz veritabaný türünü desteklemiyor"; $lang['Install_No_PCRE'] = "phpBB2 php için 'Perl-Compatible Regular Expressions' modülüne ihtiyaç duymaktadýr. Kullandýðýnýz php ayarlarý bunu desteklememektedir"; // // That's all Folks! // ------------------------------------------------- ?> --- NEW FILE --- <?php /*************************************************************************** * lang_bbcode.php [Turkish] * ------------------- * begin : Wednesday Oct 3, 2001 * copyright : (C) 2001 The phpBB Group * email : su...@ph... * * $Id: lang_bbcode.php,v 1.3 2001/12/18 01:53:26 psotfx Exp $ * * ***************************************************************************/ /*************************************************************************** * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ***************************************************************************/ // // Translation by: // // Onur Turgay (postexitus) :: onu...@is... :: http://welcome.to/aaal2000 // Erdem Corapcioglu (erdem) :: er...@sm... :: http://www.smtg.org // // For questions and comments use: onu...@is... // $faq[] = array("--","Giriþ"); $faq[] = array("BBCode nedir?", "BBCode HTML'in özel bir uygulamasýdýr. Forum'a yazdýðýnýz mesajlarda BBCode kullanabilme imkanýný pano yöneticisi saptar. Ayrýca mesaj gönderme formundaki seçenekler sayesinde dilediðiniz mesajlarda BBCode'ý iptal etmeniz mümkündür. BBCode, HTML'e benzer tarzdadýr fakat tag'ler < ve > yerine köþeli parantez içine alýnýr. Ayrýca nelerin nasýl görüntülendiði daha iyi kontrol edilebilir. Mesajlarýnýza BBCode eklemek için mesaj gövdesi üzerinde bulunan araç çubuðunu kullanmanýz iþi çok daha kolaylaþtýrýr (araç çubuðu görünümü kullandýðýnýz tema'ya baðlýdýr). Ayrýca alttaki rehberi faydalý bulabilirsiniz."); $faq[] = array("--","Metin Biçimini Deðiþtirme"); $faq[] = array("Kalýn, italik veya altýçizili yazýlar nasýl yazýlýr?", "BBCode, metnin temel biçimlemesini kolayca deðiþtirmenizi saðlayan tag'lere sahiptir. Bunu gerçekleþtirmek için þu yöntemler kullanýlýr: <ul><li>Metnin belirli bir kýsmýný kalýn harflerle görüntülemek için <b>[b][/b]</b> tag'leri içine alýn, örn. <br /><br /><b>[b]</b>Hello<b>[/b]</b><br /><br />yazýlýnca <b>Hello</b> olarak görüntülenir.</li><li>Altýçizili yazýlar için <b>[u][/u]</b> kullanýn, örn.: <br /><br /><b>[u]</b>Good Morning<b>[/u]</b><br /><br />yazýlýnca <u>Good Morning</u> olarak görüntülenir.</li><li>Metni italik yazmak için <b>[i][/i]</b> kullanýn, örn. <br /><br />This is <b>[i]</b>Great!<b>[/i]</b><br /><br />yazýlýnca sonuç This is <i>Great!</i> olur.</li></ul>"); $faq[] = array("Yazýlarýn rengi veya boyutu nasýl deðiþtirilir?", "Yazýlarýn renk veya boyutunu deðiþtirmek için alttaki tag'ler kullanýlabilir. Elde edilen sonuç, kullanýlan browser ve bilgisayar sistemine göre deðiþebilir, aklýnýzda bulunsun: <ul><li>Yazýlarýn rengi, metni <b>[color=][/color]</b> tag'leri içine alarak deðiþtirilir. Belirli ingilizce renk isimlerini (örn. red, blue, yellow vs.) veya alternatif olarak 16 tabanlý sayý sisteminde kodlanmýþ üç rakamlý renk kodunu yazabilirsiniz (örn. #FFFFFF, #000000). Metni örneðin kýrmýzý harflerle yazmak için:<br /><br /><b>[color=red]</b>Hello!<b>[/color]</b><br /><br />veya<br /><br /><b>[color=#FF0000]</b>Hello!<b>[/color]</b><br /><br />ayný þekilde görüntülenir: <span style=\"color:red\">Hello!</span></li><li>Karakterlerin boyutunu benzer þekilde <b>[size=][/size]</b> kullanarak deðiþtirebilirsiniz. Bu tag kullandýðýnýz tema'ya baðlýdýr. Karakterlerin pixel olarak boyutunu yazmanýz önerilir. Bu rakam 1 ile baþlayýp (gözle görülmeyecek kadar küçük), en fazla 29 (çok büyük) olabilir. Örnek:<br /><br /><b>[size=9]</b>KÜÇÜK<b>[/size]</b><br /><br />genelde þu sonucu verir: <span style=\"font-size:9px\">KÜÇÜK</span><br /><br />öte yandan:<br /><br /><b>[size=24]</b>BÜYÜK!<b>[/size]</b><br /><br /><span style=\"font-size:24px\">BÜYÜK!</span> sonucunu verir.</li></ul>"); $faq[] = array("Biçimlendirme tag'lerini karýþtýrabilir miyim?", "Evet, mesela dikkati çekmek için þöyle yazabilirsiniz:<br /><br /><b>[size=18][color=red][b]</b>DÝKKAT!<b>[/b][/color][/size]</b><br /><br />Bu yazý þu þekilde görüntülenir: <span style=\"color:red;font-size:18px\"><b>DÝKKAT!</b></span><br /><br />Uzun metinleri bu þekilde yazmamanýzý öneririz! Unutmayýn ki, tag'lerin düzgün bir þekilde kapatýlmasýný temin etmek, metni gönderen kiþi olarak sizin görevinizdir. Örneðin bu þekilde yazmak yanlýþtýr: <br /><br /><b>[b][u]</b>Tag'ler hatalý kapatýlmýþ<b>[/b][/u]</b>"); $faq[] = array("--","Alýntý ile Cevap ve Eþaralýklý Yazýtipi"); $faq[] = array("Alýntý ile cevap yazma", "Bir metinden alýntý yapmanýn iki ayrý yöntemi vardýr: kaynak vererek veya vermeyerek.<ul><li>Bir mesaja cevap vermek için Alýnýtý ile Cevap komutunu kullanýrsanýz, orijinal mesajýn kendi mesajýnýza <b>[quote=\"\"][/quote]</b> tag'leri arasýnda eklendiðini göreceksiniz. Bu yöntem, bir þahsý veya seçeceðiniz herhangi baþka bir yeri kaynak vererek yanýt yazmanýzý saðlar. Örneðin Ali isminde bir þahsýn yazdýklarýný iktibas etmek için þu þekilde yazmanýz gerek: <br /><br /><b>[quote=\"Ali\"]</b>Ali'nin yazdýðý yazýlar...<b>[/quote]</b><br /><br />Sonuçta iktibas edilen kýsmýn önüne otomatik olarak Ali wrote: yazýlýr. Alýntý yaptýðýnýz þahsýn ismini týrnak iþaretleri \"\" içine almayý unutmayýn, týrnak iþaretleri kullanmanýz <b>þart</b>.</li><li>Ýkinci yöntem, kaynak vermeden alýntý yapmanýzý saðlar. Ýlgili bölümü <b>[quote][/quote]</b> tag'leri içine almanýz yeterli. Bu bölümün önünde Quote: yazýsýný göreceksiniz.</li></ul>"); $faq[] = array("Kaynak yazýlým veya eþaralýklý yazýtipiyle görüntüleme", "Bir programlama dilinde yazýlmýþ kaynak yazýlým veya eþaralýklý yazýtipi (örn. Courier) gerektiren herhangi bir metni görüntülemek için, ilgili kýsmý <b>[code][/code]</b> tag'leri içine almalýsýnýz. Örn.: <br /><br /><b>[code]</b>echo \"This is some code\";<b>[/code]</b><br /><br /><b>[code][/code]</b> tag'leri arasýna yazýlan tüm biçimleme tag'leri (örn. [i], [b] gibi) iptal edilir."); $faq[] = array("--","Liste Yaratma"); $faq[] = array("Madde imiyle liste", "BBCode rakamsýz (madde imiyle) ve rakamlý olmak üzere iki türlü liste destekler. Bu listeler aslýnda HTML listelerine eþittir. Rakamsýz liste, her maddeyi bir madde imiyle beraber satýr baþýný biraz girintilenmiþ olarak görüntüler. Rakamsýz bir liste hazýrlamak için <b>[list][/list]</b> tag'lerini kullanýn ve her satýrýn baþýna <b>[*]</b> yazýn. Örn. sevdiðiniz renklerin bir listesini þu þekilde hazýrlayabilirsiniz:<br /><br /><b>[list]</b><br /><b>[*]</b>Kýrmýzý<br /><b>[*]</b>Mavi<br /><b>[*]</b>Sarý<br /><b>[/list]</b><br /><br />Sonuç olarak þu listeyi göreceksiniz:<ul><li>Kýrmýzý</li><li>Mavi</li><li>Sarý</li></ul>"); $faq[] = array("Rakamlý liste", "Ýkinci liste türü olan rakamlý listeyle, her satýr baþýnda görülen rakamý kontrol edebilirsiniz. Rakamlara göre sýralanmýþ bir liste için <b>[list=1][/list]</b> kullanmanýz gerek. Alternatif olarak alfabe'ye göre sýralanmýþ bir liste için <b>[list=a][/list]</b> tag'lerini kullanabilirsiniz. Rakamsýz listelerde olduðu gibi, her maddeyi <b>[*]</b> ile iþaretlemeniz gerek. Örneðin:<br /><br /><b>[list=1]</b><br /><b>[*]</b>Maðazaya git<br /><b>[*]</b>Yeni bilgisayar al<br /><b>[*]</b>Eve götür<br /><b>[/list]</b><br /><br />þu þekilde görüntülenir:<ol type=\"1\"><li>Maðazaya git</li><li>Yeni bilgisayar al</li><li>Eve götür</li></ol>Öte yandan alfabeye göre sýralanmýþ bir listeyi þu þekilde yazmanýz gerekir:<br /><br /><b>[list=a]</b><br /><b>[*]</b>Birinci seçenek<br /><b>[*]</b>Ýkinci seçenek<br /><b>[*]</b>Üçüncü seçenek<br /><b>[/list]</b><br /><br />Sonuç:<ol type=\"a\"><li>Birinci seçenek</li><li>Ýkinci seçenek</li><li>Üçüncü seçenek</li></ol>"); $faq[] = array("--", "Link (kýsayol) Yaratma"); $faq[] = array("Ayrý bir siteye link verme", "BBCode link (URL) yaratmak için deðiþik yöntemleri destekler.<ul><li>Birinci yöntem <b>[url=][/url]</b> tag'iyledir. = iþaretinin arkasýna yazýlanlar link olarak çalýþýr. Örneðin phpBB.com'a link vermek için þu þekilde yazýn:<br /><br /><b>[url=http://www.phpbb.com/]</b>phpBB'yi ziyaret edin!<b>[/url]</b><br /><br />Sonuçta þu linki göreceksiniz: <a href=\"http://www.phpbb.com/\" target=\"_blank\">phpBB'yi ziyaret edin!</a> Bu linki týklayýnca ayrý bir pencere açýlýr. Böylece kullanýcý forum'u gezmeye devam edebilir.</li><li>Link adresinin gösterilmesini istiyorsanýz, þu þekildede yazabilirsiniz:<br /><br /><b>[url]</b>http://www.phpbb.com/<b>[/url]</b><br /><br />Sonuçta þu linki göreceksiniz: <a href=\"http://www.phpbb.com/\" target=\"_blank\">http://www.phpbb.com/</a></li><li>phpBB ayrýca <i>Sihirli Linkler</i> denen bir iþleme sahip. Bunun sayesinde, kurallara uygun bir þekilde yazýlan her link adresi otomatik olarak link'e çevrilir, herhangi bir tag, hatta http:// yazmanýza gerek kalmaz. Örn. www.phpbb.com yazýnca, izlenim sayfasýnda otomatik olarak <a href=\"http://www.phpbb.com/\" target=\"_blank\">www.phpbb.com</a> olarak görüntülenir.</li><li>Ayný iþlem email adresleri için uygulanýr. Dilerseniz özel olarak bir adres belirleyebilirsiniz, örn.:<br /><br /><b>[email]</b>no...@do...<b>[/email]</b><br /><br />yazýlýnca þu þekilde görüntülenir: <a href=\"emailto:no...@do...\">no...@do...</a> Veya basitçe no...@do... yazabilirsiniz ve mesajýnýz görüntülendiðinde bu kýsým otomatik olarak link'e çevrilir.</li></ul>Bütün BBCode tag'leri gibi, link adreslerinide diðer tag'lerin içine alabilirsiniz, örn. <b>[img][/img]</b> (bir sonraki madde bakýn), <b>[b][/b]</b>, vs. Biçimleme tag'lerinde olduðu gibi, tag'lerin düzgün bir þekilde sýrasýyla kapatýlmasýný kendiniz saðlamalýsýnýz, örn.:<br /><br /><b>[url=http://www.phpbb.com/][img]</b>http://www.phpbb.com/images/phplogo.gif<b>[/url][/img]</b><br /><br />doðru <u>deðildir</u> ve hatta mesajýnýzýn silinmesine yol açabilir, bu konuda dikkatli olmanýz gerek."); $faq[] = array("--", "Mesajlarda Resim Görüntüleme"); $faq[] = array("Bir mesaja resim ekleme", "BBCode mesajlarýnýza resim eklemek için bir tag'e sahiptir. Bu tag'i kullanýrken iki önemli noktayý dikkate almanýz gerek: birçok kullanýcý mesajlarda çok sayýda resmin görüntülenmesini hoþ karþýlamýyor. Ayrýca kullanmak istediðiniz resme internet üzerinden ulaþýlabilmeli (örn. bu resmin kendi bilgisayarýnýzda bulunmasý yeterli deðildir). Þu anda phpBB üzerinden resim kaydetme imkaný yoktur (bu konular muhtemelen phpBB'nin bir sonraki sürümünde ele alýnacak). Bir resmi görüntülemek için, resmin adresini <b>[img][/img]</b> tag'leri içine almalýsýnýz. Örn.:<br /><br /><b>[img]</b>http://www.phpbb.com/images/phplogo.gif<b>[/img]</b><br /><br />Bir önceki maddede belirtildiði gibi, resmi dilerseniz <b>[url][/url]</b> tag'leri içine alabilirsiniz. Örn.:<br /><br /><b>[url=http://www.phpbb.com/][img]</b>http://www.phpbb.com/images/phplogo.gif<b>[/img][/url]</b><br /><br />yazýnca þu sonucu verir:<br /><br /><a href=\"http://www.phpbb.com/\" target=\"_blank\"><img src=\"http://www.phpbb.com/images/phplogo.gif\" border=\"0\" alt=\"\" /></a><br />"); $faq[] = array("--", "Diðer Konular"); $faq[] = array("Kendi tag'lerimi ekleyebilir miyim?", "Hayýr, maalesef phpBB 2.0 sürümünde böyle bir imkan yok. Bir sonraki sürümde özelleþtirilmiþ BBCode tag'leri sunmayý planlýyoruz."); // // This ends the BBCode guide entries // ?> --- NEW FILE --- <?php /*************************************************************************** * lang_faq.php [turkish] * ------------------- * begin : Wednesday Oct 3, 2001 * copyright : (C) 2001 The phpBB Group * email : su...@ph... * * $Id: lang_faq.php,v 1.4 2001/12/15 16:42:08 psotfx Exp $ * * ***************************************************************************/ /*************************************************************************** * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ***************************************************************************/ // // Translation by: // // Onur Turgay (postexitus) :: onu...@is... :: http://welcome.to/aaal2000 // Erdem Corapcioglu (erdem) :: er...@sm... :: http://www.smtg.org // // For questions and comments use: onu...@is... // $faq[] = array("--","Giriþ ve Kayýt sorunlarý"); $faq[] = array("Neden giriþ yapamýyorum?", "Kayýt oldunuz mu? Giriþ yapabilmek için önceden kayýt olmanýz gerek. Yoksa mesaj panosundan banlandýnýz mý (o halde bu anlamda bir mesaj görmeniz gerekir)? Eðer öyleyse, site yöneticisiyle (webmaster) veya pano yöneticisiyle (administrator) irtibata geçip sebebini sorabilirsiniz. Eðer kayýt olduysanýz ve banlanmýþ olmamanýza raðmen giriþ yapamýyorsanýz, tekrar tekrar kullanýcý adýnýzý ve þifrenizi kontrol edin. Genelde hata burada oluyor. Sorun bu deðilse pano yöneticisiyle irtibata geçin, belki mesaj panosu için yanlýþ ayar yapmýþ olabilir."); $faq[] = array("Neden kayýt olmam gerekiyor?", "Kayýt olmanýza gerek olmayabilirdi aslýnda. Mesaj gönderebilmek için kaydýn þart olmasý, pano yöneticisinin (administator) kararýna baðlý. Ayrýca kayýt olunca bazý özel imkanlara ulaþabilirsiniz. Örneðin mesajlarýnýzýn yanýnda kedinize ait küçük bir resim (avatar) gösterme, özel mesaj gönderme, tanýdýðýnýz kullanýcýlara mail gönderme veya kullanýcý gruplarýna katýlma imkanlarýna misafir kullanýcýlar sahip deðildir. Kayýt iþlemi çok basit olduðu için kaydolmanýz önerilir."); $faq[] = array("Neden otomatik olarak çýkýþým yapýlýyor?", "Giriþ sayfasýnda gördüðünüz <i>Her zaman otomatik giriþ yap</i> komutunu seçmediðiniz sürece, mesaj panosu sizi sadece belirli bir süre için giriþ yapmýþ kabul eder. Böylece kaydýnýzýn baþkalarý tarafýndan kullanýlmasý önlenir. Giriþinizin devamlý kalmasý için, bu komutu seçmeniz yeterlidir. Fakat baþka þahýslarýnda kullandýðý (örn. herhangi bir kütüphaneye, internet cafeye, üniversiteye vs. ait) bir bilgisayardan giriþ yapýyorsanýz, bu komutu seçmemeniz önerilir."); $faq[] = array("Kimler Online listesinde ismimin görülmesini nasýl önleyebilirim?", "Þahsýnýza ait profil sayfasýnda <i>Online olduðumu gizle</i> seçeneðini bulabilirsiniz. Buradan <i>Evet</i> 'i seçince online olduðunuzu sadece pano yöneticileri ve kendiniz görebilirsiniz. Bu durumda gizli kullanýcý olarak sayýlýrsýnýz."); $faq[] = array("Þifremi unuttum!", "Telaþa kapýlmayýn! Eski þifrenizi öðrenmek mümkün olmasa bile, yerine deðiþik bir þifre alabilirsiniz. Giriþ sayfasýný açýp <u>Þifremi unuttum</u> üzerini týklayýn ve tarif edilen iþlemleri uygulayýn. Kýsa sürede tekrar online olduðunuzu göreceksiniz."); $faq[] = array("Kayýt oldum ama giriþ yapamýyorum!", "Ýlk önce kullanýcý adýnýzý ve þifrenizi doðru yazdýðýnýzý temin edin. Doðru yazýlmýþsa, iki sebep daha olabilir. Eðer COPPA destekleniyorsa ve kaydýnýz esnasýnda <u>13 yaþýndan küçüðüm</u> linkini týkladýysanýz, tarif edilen iþlemleri uygulamanýz gerek. Sebep bu deðilse, kaydýnýzýn onaylanmasý gerekebilir. Bazý mesaj panolarý tüm yeni kayýtlarýn onaylanmasýný þart koþar. Giriþ yapabilmeniz için ya kendiniz yada pano yöneticisi tarafýndan kaydýnýz onaylanmalýdýr. Bu durumda onay gerekçesi, kaydýnýz esnasýnda size bildirilmiþ olmalý. Bu doðrultuda bir e-mail aldýysanýz, tarif edilen iþlemleri uygulamanýz gerek. Eðer böyle bir e-mail almadýysanýz, verdiðiniz e-mail adresinin doðru olup olmadýðýný kontrol edin. Onay gerekçesinin sebebi, <i>kötü amaçlý</i> kullanýcýlarýn anonim kalýp mesaj panosunu suiistimal etmelerini önlemektir. Verdiðiniz e-mail adresinin doðru olduðundan eminseniz, pano yöneticisiyle irtibata geçmeniz gerekir."); $faq[] = array("Daha önceleri kayýtlýydým ama artýk giriþ yapamýyorum?!", "Bunun en olasý sebebi hatalý kullanýcý adý veya þifre giriþidir (kayýt olduktan sonra aldýðýnýz e-maile bakýp kontrol edin). Belkide pano yöneticisi kaydýnýzý herhangi bir sebepten dolayý silmiþ olabilir. Panoya hiç mesaj gönderdinizmi? Veritabanýnýn kapladýðý alaný küçük tutmak için, mesaj göndermeyen kullanýcýlarýn kaydý genelde belirli bir süre sonra silinir. Tekrar kaydolmayý deneyin ve tartýþmalara katýlýn."); $faq[] = array("--","Kullanýcý Seçenekleri ve Ayarlarý"); $faq[] = array("Kullanýcý ayarlarýmý nasýl deðiþtirebilirim?", "Eðer kaydolduysanýz bütün ayarlarýnýz veritabanýna kaydedilir. Ayarlarýnýzý deðiþtirmek için (genelde sayfalarýn üst kýsmýnda bulunan) <u>Profil</u> linkini týklayýn. Ayarlarýnýz buradan deðiþtirilir."); $faq[] = array("Gösterilen saatler yanlýþ!", "Gösterilen saatler büyük bir ihtimalle doðrudur. Fakat gördüðünüz saat, bulunduðunuz yerin saat diliminden farklý olabilir. Bu durumda, <u>Profil</u> linkini týklayýp kendiniz için geçerli saat dilimini seçmeniz gerekir, örn. London, Paris, New York, Sydney vs. Çoðu seçenekler için geçerli olduðu gibi, saat dilimini deðiþtirme imkanýda sadece kayýtlý kullanýcýlara verilmiþtir. Eðer kayýtlý deðilseniz, kaydolmanýn tam zamaný (kelime oyununu baðýþlayýn)!"); $faq[] = array("Deðiþik bir zaman dilimi seçtim ama saatler hala yanlýþ!", "Doðru zaman dilimini seçtiðinizden eminseniz ve saat hala yanlýþ gösteriliyorsa, bunun en olasý sebebi günýþýðýndan yararlanma deðiþimleri olabilir. Örn. yaz aylarýnda görülen saatler, bulunduðunuz ülkenin gerçek saatinden bir saat ileri veya geri olabilir. Mesaj panosu bu deðiþimleri dikkate almaz."); $faq[] = array("Konuþtuðum lisan listede yok!", "Bunun en olasý sebepleri, ya pano yöneticisinin konuþtuðunuz lisaný destekleyen uzantýyý kurmuþ olmayýþý, yada bu panonun konuþtuðunuz lisana henüz çevrilmiþ olmayýþýdýr. Pano yöneticilerine baþvurup, kendi lisanýnýzý destekleyen uzantýyý kurmalarýný rica edin. Eðer böyle bir uzantý yoksa, panoyu kendi dilinize çevirmekte özgürsünüz. Bu konuda daha geniþ bilgi için sayfalarýn alt kýsmýnda görülen phpBB Group linkini týklayýn."); $faq[] = array("Ýsmimin altýnda resim (avatar) göstermek için ne yapmalýyým?", "Mesajlarýn görüntülendiði sayfalarda kullanýcý adlarýnýn altýnda iki tür resim görebilirsiniz. Birincisi, kullanýcý derecenizi gösterir ve genelde gönderdiðiniz mesaj sayýsýna baðlý olarak belirli bir sayýda yýldýz veya kare þeklindedir. Bunun altýnda avatar denen biraz daha büyük bir resim görebilirsiniz. Bu resim genelde kullanýcýya ait ve özeldir. Avatar kullanma imkanýný pano yöneticisi saptar. Ayrýca avatar'larýn ne þekilde kullanýlabileceðinide saptar. Avatar kullanamýyorsanýz, pano yöneticisine baþvurup bu imkaný ne sebepten iptal ettiðini öðrenebilirsiniz (bunun önemli bir sebebi olduðundan eminiz!)"); $faq[] = array("Kullanýcý derecemi nasýl deðiþtirebilirim?", "Genelde kullanýcý derecenizi doðrudan deðiþtirmeniz mümkün deðil (kullanýcý derecesi, gönderdiðiniz mesajýn yanýnda bulunan isminizin altýnda ve kullanýcý profili sayfasýnda görülür). Çoðu mesaj panosunda kullanýcý dereceleri, gönderilen mesajlarýn sayýsýný veya yetkili üyeleri belirlemek için kullanýlýr, örn. yöneticiler veya pano yöneticileri özel bir dereceye sahip olabilir. Lütfen gereksiz yere mesaj gönderipte derecenizi yükseltmeye çalýþmayýn, elde edeceðiniz tek sonuç, yöneticilerin mesajlarýnýzýn sayýsýný düþürmesi olacaktýr."); $faq[] = array("Bir kullanýcýnýn mail linkini týklayýnca giriþ yapmam isteniyor?", "Panoya ait e-mail formuyla maalesef sadece kayýtlý kullanýcýlar mail gönderebiliyor (ayrýca yöneticinin bu iþlevi çalýþtýrmasý gerek). Bunun sebebi, e-mail sisteminin anonim kullanýcýlar tarafýndan suiistimal edilmesini önlemektir."); $faq[] = array("--","Mesaj Gönderme"); $faq[] = array("Foruma yeni baþlýk nasýl gönderilir?", "Çok basit: forumu veya baþlýðý görüntüleme sayfasýnda <i>Yeni Baþlýk Gönder</i> düðmesini týklayýn. Yeni mesaj göndermeden önce kayýt olmanýz gerekebilir. Forum ve baþlýk sayfalarýnýn alt kýsmýnda yapabileceðiniz bütün iþlemlerin listesini görebilirsiniz (örn. <i>Bu forumda yeni konular açabilirsiniz</i> vs. gibi)."); $faq[] = array("Mesajlar nasýl deðiþtirilir veya silinir?", "Pano yöneticisi veya forum yöneticisi olmadýðýnýz sürece, sadece kendinize ait mesajlarý deðiþtirebilir veya silebilirsiniz. Gönderdiðiniz bir mesajý <i>Mesajý Deðiþtir</i> düðmesini týklayarak deðiþtirebilirsiniz (bu imkan bazen sadece belirli bir süre için mevcuttur). Mesajýnýza birileri cevap göndermiþse eðer, mesajýnýzýn altýnda metni kaç defa deðiþtirdiðinizi gösteren kýsa bir yazý göreceksiniz. Mesajýnýz henüz yanýtlanmamýþsa, bu not görülmez. Ayrýca mesajýnýz pano yöneticileri veya forum yöneticileri tarafýndan deðiþtirilincede bu yazý görülmez (yöneticilerin böyle bir durumda metnin hangi kýsmýný ne sebepten dolayý deðiþtirdiklerini yazmalarý önerilir). Bir mesaja cevap geldikten sonra normal kullanýcýlar tarafýndan silinemez."); $faq[] = array("Mesaj altýna imza nasýl eklenir?", "Herhangi bir mesaja imzanýzý ekleyebilmek için önce <i>Profil</i> sayfanýza girip bir imza hazýrlamanýz gerek. Daha sonra mesaj gönderme formunun alt kýsmýndaki <i>Ýmzamý ekle</i> seçeneðini seçip mesajýnýza imzanýzý ekleyebilirsiniz. Gönderdiðiniz bütün mesajlara genel bir ayar olarak imzanýzýn eklenmesini istiyorsanýz, <i>Profil</i> sayfasýndaki seçeneði týklayýn. Buna raðmen dilediðiniz her mesaj için imzanýzýn eklenmesini önleyebilirsiniz (mesaj gönderme formunda <i>Ýmzamý Ekle</i> seçeneðini silmeniz yeterli)."); $faq[] = array("Anket nasýl hazýrlanýr?", "Anket hazýrlamak çok basit: yeni bir baþlýk gönderirken (veya bir baþlýðýn ilk mesajýný deðiþtirirken - bu tabi yetkinize baðlý), mesaj gönderme formunun altýnda <i>Anket Ekle</i> formunu göreceksiniz (böyle bir formu göremiyorsanýz, anket ekleme yetkiniz yok demektir). Anket sorusunu ve en az iki tane anket þýkký eklemeniz gerekir. Anket þýkký eklemek için <i>Bu Þýkký Ekle</i> düðmesini týklayýn. Ayrýca anketin gösterim süresinide belirleyebilirsiniz, 0 süresiz demektir. Eklenebilecek anket þýklarýnýn sayýsý sýnýrlýdýr. Bu sýnýrý pano yöneticisi belirler."); $faq[] = array("Bir anket nasýl deðiþtirilir veya silinir?", "Anketlerde mesajlar gibi sadece gönderen kullanýcý, forum yöneticisi veya pano yöneticisi tarafýndan deðiþtirilebilir. Bir anketi deðiþtirmek için, baþlýðýn ilk mesajýný týklayýn (ilgili anket daima bu mesaja baðlýdýr). Ankete henüz katýlan olmadýysa, hazýrlayan kullanýcý tarafýndan deðiþtirilebilir veya silinebilir. Ankete katýlan olmuþsa, sadece forum ve pano yöneticileri tarafýndan deðiþtirilebilir veya silinebilir. Böylece bir süre sonra þýklarý deðiþtirip anket sonuçlarýný sapýtma olanaðý kalmaz."); $faq[] = array("Anketlere neden katýlamýyorum?", "Anketlere sadece kayýtlý kullanýcýlar katýlabilir (böylece hile yapma olanaðý önlenmiþ olur). Eðer kayýt olmanýza raðmen anketlere katýlamýyorsanýz, gerekli yetkilere sahip deðilsiniz demektir."); $faq[] = array("Bazý forumlara neden ulaþamýyorum?", "Bazý forumlar sadece belirli kullanýcýlara veya kullanýcý gruplarýna açýk olabilir. Mesajlarý okumak, görüntülemek, göndermek için vs. özel yetki gerekebilir. Bu yetkiyi sadece ilgili forum yöneticisi veya pano yöneticisi verebilir, bu... [truncated message content] |