[問題] 幫中文化Profile Control Panel(副檔)

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
acc_kang_ta
星球公民
星球公民
文章: 114
註冊時間: 2005-02-10 17:52

[問題] 幫中文化Profile Control Panel(副檔)

文章 acc_kang_ta »

已用搜尋找過是否有此外掛中文化...但是載點掛了><" (只找到一篇)

大大們幫我中文化此外掛一下^^"感謝唷\r
lang_extend_pcp_addons.php

<?php

代碼: 選擇全部

/***************************************************************************
 *						lang_extend_pcp_addons.php [English]
 *						------------------------------------
 *	begin				: 30/10/2003
 *	copyright			: Ptirhiik
 *	email				: ptirhiik@clanmckeen.com
 *
 *	version				: 1.0.0 - 30/10/2003
 *
 ***************************************************************************
 *
 *								Customs lang key entries
 *
 ***************************************************************************/
 
/***************************************************************************
 *
 *   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.
 *
 ***************************************************************************/

if ( !defined('IN_PHPBB') )
{
	die("Hacking attempt");
}

// admin part
if ( $lang_extend_admin )
{
	$lang['Lang_extend_pcp_addons'] = 'Add-ons for Profile Control Panel';
}

?>
lang_extend_pcp_management.php

代碼: 選擇全部

<?php
/***************************************************************************
 *						lang_extend_pcp_management.php [English]
 *						---------------------------------------
 *	begin				: 08/10/2003
 *	copyright			: Ptirhiik
 *	email				: ptirhiik@clanmckeen.com
 *
 *	version				: 0.0.4 - 24/10/2003
 *
 ***************************************************************************/
 
/***************************************************************************
 *
 *   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.
 *
 ***************************************************************************/

if ( !defined('IN_PHPBB') )
{
	die("Hacking attempt");
}

// admin part
if ( $lang_extend_admin )
{
	$lang['Lang_extend_pcp_management'] = 'Profile Control Panel Management';

	// menu
	$lang['PCP_management'] = 'P.C.P.';
	$lang['PCP_00_tableslinked'] = 'Tables linked';
	$lang['PCP_01_valueslist'] = 'Values lists';
	$lang['PCP_02_classesfields'] = 'Classes';
	$lang['PCP_03_userfields'] = 'Fields definition';
	$lang['PCP_04_usermaps'] = 'Maps definition';

	// objects
	$lang['PCP_tableslinked'] = 'Tables linked';
	$lang['PCP_tableslinked_explain'] = 'Tables used by the Profile Control Panel for values list and buddy/member lists.';

	$lang['PCP_valueslist'] = 'Values lists';
	$lang['PCP_valueslist_explain'] = 'List of values used by the Profile Control Panel.';

	$lang['PCP_classesfields'] = 'Classes';
	$lang['PCP_classesfields_explain'] = 'Here you can edit or delete the classes fields.';

	$lang['PCP_userfields'] = 'Fields definition';
	$lang['PCP_userfields_explain'] = 'Here you can manage the fields used by the Profile Control Panel.';

	$lang['PCP_usermaps'] = 'Maps definition';
	$lang['PCP_usermaps_explain'] = 'Here you can manage the fields maps used in various places.';

	// fields
	$lang['PCP_field_name'] = 'Field name';
	$lang['PCP_field_name_explain'] = 'Set here the name of the field used in php scripts.';
	$lang['PCP_field_name_short'] = 'Field';
	$lang['PCP_field_desc'] = 'Description';
	$lang['PCP_field_image'] = 'Image';
	$lang['PCP_field_class'] = 'Class';
	$lang['PCP_field_type'] = 'Type';
	$lang['PCP_field_get_mode'] = 'Get mode';
	$lang['PCP_field_functions'] = 'Functions';
	$lang['PCP_field_maps_usage'] = 'Used in maps';

	$lang['PCP_field_sql_actions'] = 'SQL actions';
	$lang['PCP_field_add'] = 'Add a new field';

	// fields edit
	$lang['PCP_userfields_edit'] = 'Fields edition';
	$lang['PCP_userfields_edit_explain'] = 'Here you can edit or delete a field.';

	$lang['PCP_field_definition_part'] = 'Base definition';
	$lang['PCP_field_output_part'] = 'Output';
	$lang['PCP_field_input_part'] = 'Input';
	$lang['PCP_field_buddylist_part'] = 'Buddy/member list';

	$lang['PCP_field_lang_key'] = 'Legend of the field';
	$lang['PCP_field_lang_key_explain'] = 'This is the legend that will be use to display the field. You can use a text or a $lang[] key entry (see <i>your_language</i>/lang_main.php).';
	$lang['PCP_field_lang_key_short'] = 'Legend';
	$lang['PCP_field_explain'] = 'Explanation of the field';
	$lang['PCP_field_explain_explain'] = 'This is an explanation of the field that will be use to display. You can use a text or a $lang[] key entry (see <i>your_language</i>/lang_main.php).';
	$lang['PCP_field_image_explain'] = 'You can set here a direct URI or a $image[] key entry (see <i>your_template</i>/<i>your_template</i>.cfg).';
	$lang['PCP_field_title'] = 'Image title';
	$lang['PCP_field_title_explain'] = 'Text displayed in the bubble under the mouse cursor. You can use a text or a $lang[] key entry (see <i>your_language</i>/lang_main.php).';
	$lang['PCP_field_class_explain'] = 'Determines on which condition the content of the field is displayed. Use generic for a non-conditioned field.';
	$lang['PCP_field_type_explain'] = 'Set here the nature of the field.';

	$lang['PCP_field_sql_def'] = 'SQL definition';
	$lang['PCP_field_sql_def_explain'] = 'SQL definition of the field while used in buddy/member list.';

	$lang['PCP_field_get_mode_explain'] = 'Set here the way the field will be inputed. If you are using custom functions for get and check, leave this field blanks.';
	$lang['PCP_field_values_list'] = 'Values list';
	$lang['PCP_field_values_list_explain'] = 'Set here the name of the values list. A values list is required while using a LIST_* get mode.';
	$lang['PCP_field_default'] = 'Default value';
	$lang['PCP_field_default_explain'] = 'Initial value of the field.';
	$lang['PCP_field_auth'] = 'Auth level';
	$lang['PCP_field_auth_explain'] = 'Set here the minimal auth level required to access this field.';
	$lang['PCP_field_get_func'] = 'Get function';
	$lang['PCP_field_get_func_explain'] = 'Set here the name of the custom function used to input the value of the field.';
	$lang['PCP_field_chk_func'] = 'Check function';
	$lang['PCP_field_chk_func_explain'] = 'Set here the name of the custom function used to check the validity of the field after input.';
	$lang['PCP_field_dsp_func'] = 'Display function';
	$lang['PCP_field_dsp_func_explain'] = 'Set here the name of the custom function used to display the value of the field.';
	$lang['PCP_field_link'] = 'Link';
	$lang['PCP_field_link_explain'] = 'This will allows to make a link on the text and on the image. You can use the [cst.*], [view.*] and [user.*] to fill the parameters of the program called. ie :<br /><a href="./profile.[php]?mode=viewprofile&[cst.POST_USERS_URL]=[view.user_id]" class="gen">%s</a>';

	$lang['PCP_field_leg'] = 'Display the legend';
	$lang['PCP_field_leg_explain'] = 'Set this to yes to display the legend of the field.';
	$lang['PCP_field_leg_short'] = 'Leg';
	$lang['PCP_field_txt'] = 'Display the text value';
	$lang['PCP_field_txt_explain'] = 'Set this to yes to display the text value of the field.';
	$lang['PCP_field_txt_short'] = 'Txt';
	$lang['PCP_field_img'] = 'Display the image value';
	$lang['PCP_field_img_explain'] = 'Set this to yes to display the image value of the field.';
	$lang['PCP_field_img_short'] = 'Img';
	$lang['PCP_field_use_link'] = 'Use the link';
	$lang['PCP_field_use_link_explain'] = 'Set this to yes to add the link to the text value and/or to the image.';
	$lang['PCP_field_use_link_short'] = 'Lnk';
	$lang['PCP_field_crlf'] = 'Text to next line';
	$lang['PCP_field_crlf_explain'] = 'Set this to yes to write the text under the image.';
	$lang['PCP_field_style'] = 'Span display';
\n	$lang['PCP_field_style_explain'] = 'HTML expression designed to have a better presentation of the result. A <i>sprintf(style, result)</i> will be performed, so you have to use %s to designat the spot the result will use.<br />Example: <i>%s&lt/i> will set the result in italic.';
	$lang['PCP_field_input_id'] = 'Config name field';
	$lang['PCP_field_input_id_explain'] = 'This will be the value name in an input context, also used as a config value name for the config table.';
	$lang['PCP_field_user_only'] = 'Not a config value';
	$lang['PCP_field_user_only_explain'] = 'Set this to yes will prevent a config value to be created and/or updated. You can use it to designat a users table field or a system field.';
	$lang['PCP_field_system'] = 'System field';
	$lang['PCP_field_system_explain'] = 'Set this to yes will force the field to be displayed for input, even if it is not config field nor a users table field. It will require a get and a check functions. Use it for links or buttons, or other special fields, like coming from other tables.';
	$lang['PCP_field_ind'] = 'Option address';
	$lang['PCP_field_ind_explain'] = 'For buddy/members lists : this is the address of the field in the user options field.';
	$lang['PCP_field_dft'] = 'Checked by default';
	$lang['PCP_field_dft_explain'] = 'For buddy/members lists : default choice for the field in the buddy/members list.';
	$lang['PCP_field_rqd'] = 'Force the selection';
	$lang['PCP_field_rqd_explain'] = 'For buddy/members lists : this will force the selection of the field in the buddy/members list.';
	$lang['PCP_field_hidden'] = 'Add the field as hidden';
	$lang['PCP_field_hidden_explain'] = 'For buddy/members lists : this will result in adding the field to the sql request without displaying it in the buddy/members list.';

	$lang['PCP_system_values'] = 'System values available';

	$lang['PCP_userfields_field_pick_up'] = 'Pick up a field';
	$lang['PCP_userfields_lang_key_pick_up'] = 'Pick up a lang key';

	// fields delete
	$lang['PCP_userfields_delete'] = 'Delete a field';

	// SQL actions
	$lang['PCP_SQL_create_field'] = 'Click %sHere%s to create field in the users table.<br /><br />';
	$lang['PCP_SQL_modify_field'] = 'Click %sHere%s to modify field in the users table.<br /><br />';
	$lang['PCP_SQL_delete_field'] = 'Delete the field from the users table ?';

	$lang['PCP_SQL_create_field_title'] = 'Create a field in the users table';
	$lang['PCP_SQL_edit_field_title'] = 'Modify a field in the users table';
	
	$lang['PCP_SQL_field_name'] = 'Field name';
	$lang['PCP_SQL_field_name_explain'] = 'Name of the table column.';
	$lang['PCP_SQL_field_type'] = 'Type';
	$lang['PCP_SQL_field_type_explain'] = 'Type of the table column';
	$lang['PCP_SQL_field_length'] = 'Length';
	$lang['PCP_SQL_field_length_explain'] = 'Length of the table column.';
	$lang['PCP_SQL_field_unsigned'] = 'Unsigned';
	$lang['PCP_SQL_field_unsigned_explain'] = 'For numeric field only.';
	$lang['PCP_SQL_null'] = 'Null allowed';
	$lang['PCP_SQL_default'] = 'Default value';
	$lang['PCP_SQL_null_value'] = 'NULL';

	// tables linked
	$lang['PCP_tableslinked_name_short'] = 'Names';
	$lang['PCP_tableslinked_name'] = 'Table linked name';
	$lang['PCP_tableslinked_name_explain'] = 'This name will identify the table definition in the various SQL definition of the PCP fields, surrounded by [].<br />(ie: users table will be identify by [USERS])';
	$lang['PCP_tableslinked_id_short'] = 'Id';
	$lang['PCP_tableslinked_id'] = 'SQL id';
	$lang['PCP_tableslinked_id_explain'] = 'SQL identifier, used by the SQL requests.<br />(ie : "u" is the usual used SQL id for users table)';
	$lang['PCP_tableslinked_join'] = 'SQL join';
	$lang['PCP_tableslinked_join_explain'] = 'FROM statement used in SQL requests.<hr />&raquo;&nbsp;Use [cst.<i>table constant</i>] to get back the real table name.<br />(ie : [cst.USERS_TABLE] for phpbb_users).<hr />&raquo;&nbsp;Use [<i>Tables linked name</i>] to identify the SQL id.<br />(ie: [USERS].username)<hr />Example: [cst.USERS_TABLE] AS [USERS]';
	$lang['PCP_tableslinked_where'] = 'SQL where';
	$lang['PCP_tableslinked_where_explain'] = 'WHERE statement used in SQL requests.<br />Use [<i>Tables linked name</i>] to identify the SQL id.<br />(ie: [USERS].username <> \'\')';
	$lang['PCP_tableslinked_order'] = 'SQL order by';
	$lang['PCP_tableslinked_order_explain'] = 'ORDER BY statement used in SQL requests.<br />Use [<i>Tables linked name</i>] to identify the SQL id.<br />(ie: [USERS].username)';
	$lang['PCP_tableslinked_sql_desc'] = 'SQL statements';

	$lang['PCP_tableslinked_add'] = 'Add a new table linked';

	// tables linked edit
	$lang['PCP_tableslinked_linked_edit'] = 'Edit a table linked';
	$lang['PCP_tableslinked_linked_edit_explain'] = 'Here you can edit or delete a table linked.';

	// values list
	$lang['PCP_valueslist_name'] = 'Name';
	$lang['PCP_valueslist_name_explain'] = 'This name will identify the values list in the various SQL definition of the PCP fields, surrounded by [].';
	$lang['PCP_valueslist_func'] = 'Function';
	$lang['PCP_valueslist_func_explain'] = 'Set here the name of the custom function used to build the list of values.';
	$lang['PCP_valueslist_table'] = 'Table';
	$lang['PCP_valueslist_table_explain'] = 'Table linked name used to build a list of values for this field.';
	$lang['PCP_valueslist_values'] = 'Values';

	$lang['PCP_valueslist_item_val'] = 'Value';
	$lang['PCP_valueslist_item_txt'] = 'Text';
	$lang['PCP_valueslist_item_img'] = 'Image';

	$lang['PCP_valueslist_add'] = 'Add a new values list';

	// values list edit
	$lang['PCP_valueslist_edit'] = 'Edit a values list';
	$lang['PCP_valueslist_edit_explain'] = 'Here you can edit or delete a values list.';
	$lang['PCP_valueslist_keyfield'] = 'Key field';
	$lang['PCP_valueslist_keyfield_explain'] = 'This fied contains the value of each choice.';
	$lang['PCP_valueslist_txtfield'] = 'Text field';
	$lang['PCP_valueslist_txtfield_explain'] = 'This field contains the text to display.';
	$lang['PCP_valueslist_imgfield'] = 'Image field';
	$lang['PCP_valueslist_imgfield_explain'] = 'This field contains the image to display.';

	$lang['PCP_valueslist_add_item'] = 'Add a new value';
	$lang['PCP_valueslist_del_item'] = 'Delete selection';

	// classes fields
	$lang['PCP_classesfields_name'] = 'Classes name';
	$lang['PCP_classesfields_name_explain'] = 'This name will identify the classes of a field.';
	$lang['PCP_classesfields_config'] = 'Config field';
	$lang['PCP_classesfields_config_explain'] = 'Set here the field managed by the board administrators in order to allow or not the use of the fields of this class to all the users.';
	$lang['PCP_classesfields_admin'] = 'Admin field';
	$lang['PCP_classesfields_admin_explain'] = 'Set here the field managed by the users administrators in order to allow or not the use of the fields of this class to a particular user.';
	$lang['PCP_classesfields_user'] = 'User field';
	$lang['PCP_classesfields_user_explain'] = 'Set here the user preferences field used to display or not the information of this class.';
	$lang['PCP_classesfields_sql_def'] = 'SQL definition';
	$lang['PCP_classesfields_sql_def_explain'] = 'This the sql definition for this class used in the buddy/members list.';

	$lang['PCP_classesfields_add'] = 'Add a new class';

	// classes fields edit
	$lang['PCP_classesfields_edit'] = 'Edit a class';
	$lang['PCP_classesfields_edit_explain'] = 'Here you can edit or delete a field class.';

	// usermaps
	$lang['PCP_usermaps_root'] = 'Root';

	$lang['PCP_usermaps_name'] = 'Map name';
	$lang['PCP_usermaps_name_explain'] = 'This name will identify the map used.';
	$lang['PCP_usermaps_split'] = 'New column';
	$lang['PCP_usermaps_split_explain'] = 'split the display in a new column.';
	$lang['PCP_usermaps_sub'] = 'Sub-maps';
	$lang['PCP_usermaps_add'] = 'Add a new map';
	$lang['PCP_usermaps_custom'] = 'Program used';
	$lang['PCP_usermaps_custom_explain'] = 'Set here if you want to use a standard panel program to display this map.';
	$lang['PCP_custom_none'] = 'Dedicated program';
	$lang['PCP_custom_input'] = 'Standard input program';
	$lang['PCP_custom_output'] = 'Standard output program';

	$lang['PCP_usermaps_fields'] = 'Fields';

	// usermaps edit
	$lang['PCP_usermaps_edit'] = 'Edit a map';
	$lang['PCP_usermaps_edit_explain'] = 'Here you can edit or delete a map.';
	$lang['PCP_usermaps_title'] = 'Map title';
	$lang['PCP_usermaps_title_explain'] = 'The map title is used in some displays. You can set here either a title, or a set of field in order to build the title with.';
	$lang['PCP_usermaps_parent'] = 'Mother map';
	$lang['PCP_usermaps_parent_explain'] = 'Set here to which map this map is attached.';

	$lang['PCP_usermaps_add_titlefield'] = 'Add a new title field';
	$lang['PCP_usermaps_add_field'] = 'Add a new field';

	// usermaps field edit
	$lang['PCP_usermaps_title_edit'] = 'Edit a title field';
	$lang['PCP_usermaps_title_edit_explain'] = 'Here you can edit or delete a field used in the map title.';
	$lang['PCP_usermaps_field_edit'] = 'Edit a field';
	$lang['PCP_usermaps_field_edit_explain'] = 'Here you can edit or delete a field used in the map.';

	// error msgs
	$lang['PCP_err_field_already_exists'] = 'This field already exists.';
	$lang['PCP_err_field_name_not_valid'] = 'The field name is not a valid one.';
	$lang['PCP_err_field_lang_key_missing'] = 'Lang key is missing.';
	$lang['PCP_err_field_class_unknown'] = 'Unknown class.';
	$lang['PCP_err_field_type_unknown'] = 'Unknown type.';
	$lang['PCP_err_field_get_mode_unknown'] = 'Unknown get mode.';
	$lang['PCP_err_field_values_list_unknown'] = 'Unknown values list.';
	$lang['PCP_err_field_auth_unknown'] = 'Unknown auth level.';

	$lang['PCP_err_field_values_list_missing'] = 'A list of values has to be provided if you use a LIST_* get mode.';
	$lang['PCP_err_field_values_list_presents'] = 'You can\'t use a values list if you don\'t use a LIST_* get mode.';
	$lang['PCP_err_field_get_mode_presents'] = 'You can\'t set a get mode while using get and check functions.';
	$lang['PCP_err_field_dsp_func_not_valid'] = 'The display function has not a valid name.';
	$lang['PCP_err_field_dsp_func_unknown'] = 'The display function is unknown.';
	$lang['PCP_err_field_get_func_not_valid'] = 'The get function has not a valid name.';
	$lang['PCP_err_field_chk_func_not_valid'] = 'The check function has not a valid name.';
	$lang['PCP_err_field_get_chk_func_missing'] = 'You have to provide both check and get functions.';

	$lang['PCP_err_sql_delete_not_allow'] = 'You can\'t remove this field from the users table.';
	$lang['PCP_err_sql_edit_not_allow'] = 'You can\'t create or modify this field in the users table.';
	$lang['PCP_err_sql_decimal_not_allow'] = 'You can\'t set decimals without using a decimal type.';
	$lang['PCP_err_sql_decimal_too_high'] = 'Number of decimal can\'t be greater or equal to field length.';
	$lang['PCP_err_sql_length_missing'] = 'The field length is missing.';
	$lang['PCP_err_sql_unsigned_not_allow'] = 'Unsigned is only allowed with numeric types.';
	$lang['PCP_err_sql_default_null_not_allow'] = 'Default value can\'t be null if the field doesn\'t accept null values.';
	$lang['PCP_err_sql_failed'] = 'This SQL request failed :';

	$lang['PCP_err_tableslinked_already_exists'] = 'The table linked name already exists.';
	$lang['PCP_err_tableslinked_name_not_valid'] = 'The table linked name is not a valid one.';
	$lang['PCP_err_tableslinked_sql_id_not_valid'] = 'The table linked id is not a valid one.';
	$lang['PCP_err_tableslinked_sql_join_missing'] = 'The table linked join is empty.';

	$lang['PCP_err_valueslist_already_exists'] = 'The values list name already exists.';
	$lang['PCP_err_valueslist_name_not_valid'] = 'The values list name is not a valid one.';
	$lang['PCP_err_valueslist_func_not_valid'] = 'The values list function name is not a valid one.';
\n	$lang['PCP_err_valueslist_no_data'] = 'Nothing in the values list.';

	$lang['PCP_err_classesfields_already_exists'] = 'The classes name already exists.';
	$lang['PCP_err_classesfields_name_not_valid'] = 'The classes name is not valid one.';
	$lang['PCP_err_classesfields_config_field_not_valid'] = 'The config field is not a valide one.';
	$lang['PCP_err_classesfields_admin_not_valid'] = 'The admin field is not a valid one.';
	$lang['PCP_err_classesfields_user_not_valid'] = 'The user field is not a valid one.';

	$lang['PCP_err_usermaps_already_exists'] = 'The map already exists.';
	$lang['PCP_err_usermaps_name_not_valid'] = 'The map name is not a valid one.';
	$lang['PCP_err_usermaps_not_empty'] = 'There are some maps still attached to the one you want to delete. Please attached them elsewhere first.';
	$lang['PCP_err_usermaps_field_already_in_map'] = 'This field is already existing in the map.';

	// global message, return path\r
	$lang['PCP_field_created'] = 'The field definition has been created.<br /><br />%sClick %sHere%s to return to the fields list.';
	$lang['PCP_field_modified'] = 'The field definition has been modified.<br /><br />%sClick %sHere%s to return to the fields list.';
	$lang['PCP_field_delete'] = 'Are you sure you want to delete <b>%s</b> definition ?';
	$lang['PCP_field_deleted'] = 'The field definition has been deleted.<br /><br />Click %sHere%s to return to the field list.';

	$lang['PCP_sql_field_created'] = 'The field has been succesfully created in the users table.<br /><br />Click %sHere%s to return to the fields list.';
	$lang['PCP_sql_field_modified'] = 'The field has been succesfully updated in the users table.<br /><br />Click %sHere%s to return to the fields list.';
	$lang['PCP_sql_field_deleted'] = 'The field has been succesfully deleted from the users table.<br /><br />Click %sHere%s to return to the fields list.';
	$lang['PCP_sql_field_deleted_short'] = 'The field has been succesfully deleted from the users table.';

	$lang['PCP_tableslinked_created'] = 'The table linked definition has been created.<br /><br />Click %sHere%s to return to the tables linked list.';
	$lang['PCP_tableslinked_modified'] = 'The table linked definition has been modified.<br /><br />Click %sHere%s to return to the tables linked list.';
	$lang['PCP_tableslinked_deleted'] = 'The table linked definition has been deleted.<br /><br />Click %sHere%s to return to the tables linked list.';

	$lang['PCP_valueslist_created'] = 'The values list definition has been created.<br /><br />Click %sHere%s to return to the values list.';
	$lang['PCP_valueslist_modified'] = 'The values list definition has been modified.<br /><br />Click %sHere%s to return to the values list.';
	$lang['PCP_valueslist_deleted'] = 'The values list definition has been deleted.<br /><br />Click %sHere%s to return to the values list.';

	$lang['PCP_classesfields_created'] = 'The class definition has been created.<br /><br />Click %sHere%s to return to the classes list.';
	$lang['PCP_classesfields_modified'] = 'The class definition has been modified.<br /><br />Click %sHere%s to return to the classes list.';
	$lang['PCP_classesfields_deleted'] = 'The class definition has been deleted.<br /><br />Click %sHere%s to return to the classes list.';

	$lang['PCP_usermaps_created'] = 'The map definition has been created.<br /><br />Click %sHere%s to return to the maps list.';
	$lang['PCP_usermaps_modified'] = 'The map definition has been modified.<br /><br />Click %sHere%s to return to the maps list.';
	$lang['PCP_usermaps_deleted'] = 'The map definition has been deleted.<br /><br />Click %sHere%s to return to the maps list.';

	// generic
	$lang['PCP_config_values'] = 'Config values';
	$lang['PCP_view_user_values'] = 'User viewed fields';
	$lang['PCP_user_values'] = 'User acting fields';

	$lang['Refresh'] = 'Refresh';
	$lang['Create'] = 'Create';
	$lang['Suggest'] = 'Suggest';
	$lang['More'] = 'More...';

	$lang['Auth_GUEST'] = 'Everybody';
	$lang['Auth_USER'] = 'Registered user';
	$lang['Auth_ADMIN'] = 'Users Administrator';
	$lang['Auth_BOARD_ADMIN'] = 'Board administrator';

	$lang['Up'] = '^';
	$lang['Down'] = 'v';

	$lang['Linefeed'] = '---';
}

?>
lang_extend_profile_control_panel.php

代碼: 選擇全部

<?php
/***************************************************************************
 *						lang_extend_profile_control_panel.php [English]
 *						-----------------------------------------------
 *	begin				: 28/09/2003
 *	copyright			: Ptirhiik
 *	email				: ptirhiik@clanmckeen.com
 *
 *	version				: 1.0.2 - 28/09/2003
 *
 ***************************************************************************/
 
/***************************************************************************
 *
 *   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.
 *
 ***************************************************************************/

if ( !defined('IN_PHPBB') )
{
	die("Hacking attempt");
}

// admin part
if ( $lang_extend_admin )
{
	$lang['Lang_extend_profile_control_panel'] = 'Profile Control Panel language pack';
}

// who's online
$lang['Admin_founder_online_color']			= '%sBoard Founder%s';\r
$lang['User_online_color']					= '%sUser%s';

// topic or privmsg display
$lang['Add_to_friend_list']					= 'Add to your friend list';
$lang['Remove_from_friend_list']			= 'Remove from your friend list';
$lang['Add_to_ignore_list']					= 'Add to your ignore list';
$lang['Remove_from_ignore_list']			= 'Remove from your ignore list';
$lang['Happy_birthday']						= 'Happy Birthday !';
$lang['Ignore_choosed']						= 'You have choosen to ignore this user';
$lang['Online']								= 'Online';
$lang['Offline']							= 'Offline';
$lang['Hidden']								= 'Hidden';
$lang['Gender']								= 'Gender';
$lang['Male']								= 'Male';
$lang['Female']								= 'Female';
$lang['No_gender_specify']					= 'Unknown';
$lang['Age']								= 'Age';
$lang['Do_not_allow_pm']					= 'This user doesn\'t accept private messages';

// main entry (profile.php)
$lang['Click_return_profilcp']				= 'Click %sHere%s to return to the profile';

// birthday popup (profile_birthday.php)
$lang['Birthday']							= 'Birthday';
$lang['birthday_msg']						= 'Hi %s, <br /><br /><br /> %s is glad to wish you an Happy Birthday !';

// home panel (profilcp_home.php)
$lang['profilcp_index_shortcut']			= 'Home';
$lang['profilcp_index_pagetitle']			= 'Private Profile home';

// home panel : mini buddy list (functions_profile.php)
$lang['Friend_list']						= 'Friend list';
$lang['Friend_list_of']						= 'Friend of';
$lang['Ignore_list']						= 'Ignore list';
$lang['Ignore_list_of']						= 'Ignored by';
$lang['Nobody']								= 'Nobody';
$lang['Always_visible']						= 'Always visible to this user';
$lang['Not_always_visible']					= 'This user won\'t see you online when you\'ll be in hidden mode';

// home panel : watched topics (functions_profile.php)
$lang['Stop_watching_selected_topics']		= 'Stop watching the selected topics';
$lang['New_subscribed_topic']				= 'Subscribed Topics';
$lang['Submit_period']						= 'See topics since';

// buddy list (profilcp_buddy.php)
$lang['profilcp_buddy_shortcut']			= 'Buddy list';
$lang['profilcp_buddy_pagetitle']			= 'Buddy list';
$lang['profilcp_buddy_friend_shortcut']		= 'Friend list';
$lang['profilcp_buddy_friend_pagetitle']	= 'Edit your Friend list';
$lang['profilcp_buddy_ignore_shortcut']		= 'Ignore list';
$lang['profilcp_buddy_ignore_pagetitle']	= 'Edit your Ignore list';
$lang['profilcp_buddy_list_shortcut']		= 'All the members';
$lang['profilcp_buddy_list_pagetitle']		= 'Member list';
$lang['Click_return_privmsg']				= 'Click %sHere%s to return to the private message';
$lang['profilcp_buddy_could_not_add_user']	= 'The user you selected does not exist.';
$lang['profilcp_buddy_could_not_anon_user']	= 'You cannot make Anonymous a buddy member.';
$lang['profilcp_buddy_add_yourself']		= 'You can\'t add yourself to your buddy lists';
$lang['profilcp_buddy_already']				= 'User is already in the buddy list';
$lang['profilcp_buddy_ignore']				= 'Addition impossible : this user ignores you';
$lang['profilcp_buddy_you_admin']			= 'Being an admin or moderator, you can\'t ignore people';
$lang['profilcp_buddy_admin']				= 'You can\'t ignore admins or moderators';
$lang['User_fields']						= 'User fields list';
$lang['Friend']								= 'Friend';
$lang['Comp_LE']							= 'is less than';
$lang['Comp_EQ']							= 'is equal to';
$lang['Comp_NE']							= 'is different from';
$lang['Comp_GE']							= 'is greater than';
$lang['Comp_IN']							= 'includes';
$lang['Comp_NI']							= 'doesn\'t include';
$lang['Sort_none']							= 'Unsorted';
$lang['date_entry']							= 'YYYYMMDD';

// update profile (profilcp_profil.php)
$lang['profilcp_profil_shortcut']			= 'Profile';
$lang['profilcp_profil_pagetitle']			= 'Profile Edition';
$lang['profilcp_prefer_shortcut']			= 'Your profile';
$lang['profilcp_prefer_pagetitle']			= 'Your profile preferences';
$lang['profilcp_signature_shortcut']		= 'Signature';
$lang['profilcp_signature_pagetitle']		= 'Signature';
$lang['profilcp_avatar_shortcut']			= 'Avatar';
$lang['profilcp_avatar_pagetitle']			= 'Avatar';

// update profile : preferences - functions (mod_profile_control_panel.php)
$lang['Other']								= 'Other...';
$lang['Friend_only']						= 'Only friends';

// update profile : public informations : web info (mod_profile_control_public_web.php)
$lang['profilcp_profil_base_shortcut']		= 'Public information';
$lang['Web_info']							= 'Web informations';

// update profile : public informations : real info (mod_profile_control_public_real.php)
$lang['Real_info']							= 'Personal informations';
$lang['Realname']							= 'Real name';
$lang['Date_error']							= 'day %d, month %d, year %d is not a valid date';

// update profile : public informations : messengers info (mod_profile_control_public_messengers.php)
$lang['Messangers']							= 'Messengers';

// update profile : public informations : contact info (mod_profile_control_public_contact.php)
$lang['Home_phone']							= 'Home phone';
$lang['Home_fax']							= 'Home fax';
$lang['Work_phone']							= 'Work phone';
$lang['Work_fax']							= 'Work fax';
$lang['Cellular']							= 'Cellular';
$lang['Pager']								= 'Pager';

// update profile : preferences - preferences panel ("Your profile")
$lang['Profile_control_panel']				= 'Profile Settings';

// update profile : preferences - i18n panel (mod_profile_control_panel_international.php)
$lang['Profile_control_panel_i18n']			= 'Internationalization';
$lang['summer_time']						= 'Are you in a daylight saving zone ?';

// update profile : preferences - notification panel (mod_profile_control_panel_notification.php)
$lang['Profile_control_panel_notification']	= 'Notification';

// update profile : preferences - posting panel (mod_profile_control_panel_posting.php)
$lang['Profile_control_panel_posting']		= 'Posting';

// update profile : preferences - privacy panel (mod_profile_control_panel_privacy.php)
$lang['Profile_control_panel_privacy']		= 'Privacy';
$lang['View_user']							= 'Show me online';
$lang['Public_view_pm']						= 'Accept private message';
$lang['Public_view_website']				= 'Display my web informations';
$lang['Public_view_messengers']				= 'Display my messengers references';
$lang['Public_view_real_info']				= 'Display my personnal informations';\r

// update profile : preferences - reading panel (mod_profile_control_panel_reading.php)
$lang['Profile_control_panel_reading']		= 'Reading';
$lang['Public_view_avatar']					= 'Display avatars';
$lang['Public_view_sig']					= 'Display signatures';
$lang['Public_view_img']					= 'Display images';

// update profile : preferences - profile preferences
$lang['profile_prefer']						= 'Profile options';

// update profile : preferences - system panel (mod_profile_control_panel_system.php)
$lang['Profile_control_panel_system']		= 'System';
$lang['summer_time_set']					= 'Is it summer time ? (add +1 hour to local time)';
$lang['Forum_rules']						= 'Forum rules topic id';

// update profile : preferences - admin part (mod_profile_control_panel_admin.php)
$lang['profilcp_admin_shortcut']			= 'Administration';
$lang['User_deleted']						= 'User was successfully deleted.';
$lang['User_special']						= 'Special admin-only fields';
$lang['User_special_explain']				= 'These fields are not able to be modified by the users.  Here you can set their status and other options that are not given to users.';
$lang['User_status']						= 'User is active';
$lang['User_allow_email']					= 'Can send emails';
$lang['User_allow_pm']						= 'Can send Private Messages';
$lang['User_allow_website']					= 'Can show his web info';
$lang['User_allow_messanger']				= 'Can share his messengers adresses';
$lang['User_allow_real']					= 'Can show his personal informations';
$lang['User_allowavatar']					= 'Can display avatar';
$lang['User_allow_sig']						= 'Can display his signature';
$lang['Rank_title']							= 'Rank Title';
$lang['User_delete']						= 'Delete this user';
$lang['User_delete_explain']				= 'Click here to delete this user; this cannot be undone.';
$lang['No_assigned_rank']					= 'No special rank assigned';
$lang['User_self_delete']					= 'You can delete your account being a board administrator';

// update profile : signature (profilcp_profile_signature.php)
$lang['profilcp_sig_preview']				= 'Signature preview';

// display profile (profilcp_public.php)
$lang['profilcp_public_shortcut']			= 'Public';
$lang['profilcp_public_pagetitle']			= 'Public display';
$lang['profilcp_public_base_shortcut']		= 'Base info';
$lang['profilcp_public_base_pagetitle']		= 'Profile base informations';
$lang['profilcp_public_groups_shortcut']	= 'Groups';
$lang['profilcp_public_groups_pagetitle']	= 'Groups this user belong to';

// update profile : preferences - home panel (mod_profile_control_panel_home.php)
$lang['Profile_control_panel_home']			= 'Profile Home panel';
$lang['Profile_control_panel_home_buddy']	= 'Buddy lists';
$lang['Buddy_friend_display']				= 'Display my friend list on home panel';
$lang['Buddy_ignore_display']				= 'Display my ignore list on home panel';
$lang['Buddy_friend_of_display']			= 'Display "Friend of" list on home panel';
$lang['Buddy_ignored_by_display']			= 'Display "Ignored by" list on home panel';

$lang['Profile_control_panel_home_privmsg']	= 'Private messages';
$lang['Privmsgs_per_page']					= 'Number of private messages displayed per page on home panel';

$lang['Profile_control_panel_home_wtopics']	= 'Watched topics';
$lang['Watched_topics_per_page']			= 'Number of topics watched displayed per page on home panel';

// display profile : base info (profilcp_public_base.php)
$lang['Unavailable']						= 'Unavailable';
$lang['Last_visit']							= 'Last visit time';
$lang['User_posts']							= 'User posts';
$lang['User_post_stats']					= '%s posts, %.2f%% of total, %.2f posts per day';
$lang['Most_active_topic']					= 'Most active topic';
$lang['Most_active_topic_stat']				= '%s posts, %.2f%% of the topic, %.2f%% of the forum';
$lang['Most_active_forum']					= 'Most active forum';
$lang['Most_active_forum_stat']				= '%s posts, %.2f%% of the forum, %.2f%% of total';

// register (profilcp_register.php)
$lang['profilcp_register_shortcut']			= 'Registering';
$lang['profilcp_register_pagetitle']		= 'Registration informations';
$lang['profilcp_email_title']				= 'Email address';
$lang['profilcp_email_confirm']				= 'Confirm your Email address';
$lang['anti_robotic']						= 'Control picture';
$lang['anti_robotic_explain']				= 'This control is designed to prevent the flooding by the register robots';
$lang['profilcp_password_explain']			= 'You must confirm your current password if you wish to change it';
$lang['Agree_rules']						= 'By checking this box, you declare having taken knowledge of the terms, and agree with them';
$lang['profilcp_username_missing']			= 'Username missing';
$lang['profilcp_email_not_matching']		= 'Emails doesn\'t match';
$lang['Robot_flood_control']				= 'The control image doesn\'t match what you\'ve typed in';
$lang['Disagree_rules']						= 'You have declared you disagree with the rules used on this board, so you won\'t be able to register.';

?>
●架設主機作業系統:Windows XP
●快速架站程式:Appserv、MySQL、phpMyAdmin
●您的上網方式:Hinet ADSL 8M/640K
●您安裝的程式:Apache2.4.3 + php2.0.13 + MySql2.6.1
●您的 phpBB2 版本:phpBB 2.0.13
●論壇網址:Rx2 cLAn論壇首頁
●論壇已裝mod:主題類型、跑馬燈公告v1.2、推薦網站、整合性TOP5、文章強迫斷行、音樂播放
寒冰軒
竹貓忠實會員
竹貓忠實會員
文章: 417
註冊時間: 2003-11-06 23:24
來自: 阿婆A灶腳
聯繫:

文章 寒冰軒 »

剛去你的網站看了一下
你的生日外掛
今天沒有任何會員生日\r
未來 7 天內沒有任何會員生日
位置好像放錯了耶\r
還是你本來就想放成這樣呢
~§ 架站系統:WindowsXP §~
~§ 架站程式:Appserv2.4.4a §~
~§ 使用網路:giga ADSL §~
~§ 安裝程式:Apache + php + MySql §~
~§ 論壇版本: 2.0.18 §~
申明檔
1.新手發問並不是可恥的事.可恥的是沒有按照發文規則及格式還裝做沒解決你的問題是我們的錯。
2.很樂意大家pm給我.或把我加入即時通.msn,但加入並不是代表小弟已成為您的私人看護
3.還是想不通嗎? 那可以到地下十八樓找你的答案。
[http://microduo.home99.tw/?fromuid=6331]微剋多資訊[/url]
acc_kang_ta
星球公民
星球公民
文章: 114
註冊時間: 2005-02-10 17:52

文章 acc_kang_ta »

那我需要怎麼做修改...>"<...!!自己也不知道放錯ㄌ :oops:

感謝大大的說明...順便教學一下怎麼修改吧^+++^3Q u
●架設主機作業系統:Windows XP
●快速架站程式:Appserv、MySQL、phpMyAdmin
●您的上網方式:Hinet ADSL 8M/640K
●您安裝的程式:Apache2.4.3 + php2.0.13 + MySql2.6.1
●您的 phpBB2 版本:phpBB 2.0.13
●論壇網址:Rx2 cLAn論壇首頁
●論壇已裝mod:主題類型、跑馬燈公告v1.2、推薦網站、整合性TOP5、文章強迫斷行、音樂播放
寒冰軒
竹貓忠實會員
竹貓忠實會員
文章: 417
註冊時間: 2003-11-06 23:24
來自: 阿婆A灶腳
聯繫:

文章 寒冰軒 »

之前有裝過 但新的測試論壇還沒裝上去\r
等我研究完
再回報你
~§ 架站系統:WindowsXP §~
~§ 架站程式:Appserv2.4.4a §~
~§ 使用網路:giga ADSL §~
~§ 安裝程式:Apache + php + MySql §~
~§ 論壇版本: 2.0.18 §~
申明檔
1.新手發問並不是可恥的事.可恥的是沒有按照發文規則及格式還裝做沒解決你的問題是我們的錯。
2.很樂意大家pm給我.或把我加入即時通.msn,但加入並不是代表小弟已成為您的私人看護
3.還是想不通嗎? 那可以到地下十八樓找你的答案。
[http://microduo.home99.tw/?fromuid=6331]微剋多資訊[/url]
寒冰軒
竹貓忠實會員
竹貓忠實會員
文章: 417
註冊時間: 2003-11-06 23:24
來自: 阿婆A灶腳
聯繫:

文章 寒冰軒 »

請開啟index_body.tpl
找到\r
<!-- Start add - Birthday MOD -->
<tr>
<td class="row1" align="left"><span class="gensmall">{L_WHOSBIRTHDAY_TODAY}<br />{L_WHOSBIRTHDAY_WEEK}</span></td>
</tr>
<!-- End add - Birthday MOD -->
請先刪除\r
再找到\r
{LOGGED_IN_USER_LIST}</span></td>
</tr>
加在</tr>
我的風格檔
<tr>
<td class="row1" ><span class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />
{LOGGED_IN_USER_LIST}
<br />{L_ONLINE_EXPLAIN}<br />
<!-- BEGIN switch_user_logged_in -->
{LAST_VISIT_DATE} {CURRENT_TIME}</span>
<!-- END switch_user_logged_in -->
</td>
</tr>
<!-- Start add - Birthday MOD -->
<tr>
<td class="row1" align="left"><span class="gensmall">{L_WHOSBIRTHDAY_TODAY}<br />{L_WHOSBIRTHDAY_WEEK}</span></td>
</tr>
<!-- End add - Birthday MOD -->
因為你已經有加了應該加的碼別 怕你忘了刪所以先請你刪除你之前加入的碼別
~§ 架站系統:WindowsXP §~
~§ 架站程式:Appserv2.4.4a §~
~§ 使用網路:giga ADSL §~
~§ 安裝程式:Apache + php + MySql §~
~§ 論壇版本: 2.0.18 §~
申明檔
1.新手發問並不是可恥的事.可恥的是沒有按照發文規則及格式還裝做沒解決你的問題是我們的錯。
2.很樂意大家pm給我.或把我加入即時通.msn,但加入並不是代表小弟已成為您的私人看護
3.還是想不通嗎? 那可以到地下十八樓找你的答案。
[http://microduo.home99.tw/?fromuid=6331]微剋多資訊[/url]
acc_kang_ta
星球公民
星球公民
文章: 114
註冊時間: 2005-02-10 17:52

文章 acc_kang_ta »

已經照大大的方式使用修改...問題一樣沒解決...><"

<另外...我版面的"置頂"怎麼跑到最下面了...變成"置底"...>哪邊程式錯了
論壇網址:http://rx2clan.twbbs.org/phpbb2/這是我的index_body.tpl<大大幫忙看一下^^>

代碼: 選擇全部

<META HTTP-EQUIV="Refresh" CONTENT="150"> 
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
  <tr> 
	<td align="left" valign="bottom"><span class="gensmall">
	<!-- BEGIN switch_user_logged_in -->
	{LAST_VISIT_DATE}<br />
	<!-- END switch_user_logged_in -->
	{CURRENT_TIME}<br /></span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span><br><img src="images/announce.gif"><marquee scrollamount=3 scrolldelay=75 width="125%" onmouseover=this.stop(); onmouseout=this.start();>{ANNOUNCEMENT}</marquee></td>
	<td align="right" valign="bottom" class="gensmall">
		<!-- BEGIN switch_user_logged_in -->
		<a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br /><a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br />
		<!-- END switch_user_logged_in -->
		<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
  </tr>
</table>
<iframe marginwidth=0 marginheight=0 src='adv_top5.php' frameborder=0 width='100%' scrolling=no height="230" align="center">
</iframe>
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
  <tr> 
	<th colspan="2" class="thCornerL" height="25" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
	<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
	<th class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
  </tr>
  <!-- BEGIN catrow -->
  <tr> 
	<td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
	<td class="rowpic" colspan="3" align="right">&nbsp;</td>
  </tr>
  <!-- BEGIN forumrow -->
  <tr> 
	<td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
	<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
	  </span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
	  </span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
	<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
	<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
	<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
  </tr>
  <!-- END forumrow -->
  <!-- END catrow -->
</table>

<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
  <tr> 
	<td align="left"><span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span></td>
	<td align="right"><span class="gensmall">{S_TIMEZONE}</span></td>
  </tr>
</table>

<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
  <tr> 
	<td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td>
  </tr>
  <tr> 
	<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
	<td class="row1" align="left" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span>
	</td>
  </tr>
  <tr> 
  <td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} &nbsp;[ {L_ICON_EXPLAIN_ADMIN} ] - [ {L_WHOSONLINE_ADMIN} ] &nbsp;[ {L_ICON_EXPLAIN_MOD} ] -  [ {L_WHOSONLINE_MOD} ] &nbsp;[ {L_ICON_EXPLAIN_MEMBER} ] -  [ {L_WHOSONLINE_MEMBER} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
  </tr>
	<!-- Start add - Birthday MOD -->
  <tr>
	<td class="row1" align="left"><span class="gensmall">{L_WHOSBIRTHDAY_TODAY}<br />{L_WHOSBIRTHDAY_WEEK}</span></td>
  </tr>
  <!-- End add - Birthday MOD -->
</table>

<table width="100%" cellpadding="1" cellspacing="1" border="0">
<tr>
	<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
  <tr> 
	<td class="catLeft" width="100%" height="22"><span class="cattitle"><a href="{U_LINKS}" class="cattitle">{L_LINKS}</a></span></td>
	<td class="catRight" nowrap="nowrap" align="center"><span class="cattitle">{SITENAME}</span></td>
  </tr>
  <tr> 
	<td class="row1" nowrap="nowrap"><iframe marginwidth="0" marginheight="0" src="{U_LINKS_JS}" frameborder="0" scrolling="no" width="100%" height="{SITE_LOGO_HEIGHT}"></iframe></td>
	<td class="row2" nowrap="nowrap"><img src="{U_SITE_LOGO}" alt="{SITENAME}" width="{SITE_LOGO_WIDTH}" height="{SITE_LOGO_HEIGHT}" border="0" /></td>
  </tr>
</table>
<!-- BEGIN switch_user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}">
  <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
	<tr> 
	  <td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td>
	</tr>
	<tr> 
	  <td class="row1" align="center" valign="middle" height="28"><span class="gensmall">{L_USERNAME}: 
		<input class="post" type="text" name="username" size="10" />
		&nbsp;&nbsp;&nbsp;{L_PASSWORD}: 
		<input class="post" type="password" name="password" size="10" maxlength="32" />
		&nbsp;&nbsp; &nbsp;&nbsp;{L_AUTO_LOGIN} 
		<input class="text" type="checkbox" name="autologin" />
		&nbsp;&nbsp;&nbsp; 
		<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
		</span> </td>
	</tr>
  </table>
</form>
<!-- END switch_user_logged_out -->

<br clear="all" />

<table cellspacing="3" border="0" align="center" cellpadding="0" width="100%"> 

</table>
<table cellspacing="3" border="0" align="center" cellpadding="0">
  <tr> 
	<td width="20" align="center"><img src="templates/subSilver/images/folder_new_big.gif" alt="{L_NEW_POSTS}"/></td>
	<td><span class="gensmall">{L_NEW_POSTS}</span></td>
	<td>&nbsp;&nbsp;</td>
	<td width="20" align="center"><img src="templates/subSilver/images/folder_big.gif" alt="{L_NO_NEW_POSTS}" /></td>
	<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
	<td>&nbsp;&nbsp;</td>
	<td width="20" align="center"><img src="templates/subSilver/images/folder_locked_big.gif" alt="{L_FORUM_LOCKED}" /></td>
	<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
  </tr>
</table>
最後由 acc_kang_ta 於 2005-03-26 13:33 編輯,總共編輯了 1 次。
●架設主機作業系統:Windows XP
●快速架站程式:Appserv、MySQL、phpMyAdmin
●您的上網方式:Hinet ADSL 8M/640K
●您安裝的程式:Apache2.4.3 + php2.0.13 + MySql2.6.1
●您的 phpBB2 版本:phpBB 2.0.13
●論壇網址:Rx2 cLAn論壇首頁
●論壇已裝mod:主題類型、跑馬燈公告v1.2、推薦網站、整合性TOP5、文章強迫斷行、音樂播放
寒冰軒
竹貓忠實會員
竹貓忠實會員
文章: 417
註冊時間: 2003-11-06 23:24
來自: 阿婆A灶腳
聯繫:

文章 寒冰軒 »

你是說你的架站那一版嗎
置頂本來就是在公告下面了呀
而且你置頂的那篇文章上方全都是公告當然會在最下面了
還有你修改完的檔案有沒有重新上傳呢
~§ 架站系統:WindowsXP §~
~§ 架站程式:Appserv2.4.4a §~
~§ 使用網路:giga ADSL §~
~§ 安裝程式:Apache + php + MySql §~
~§ 論壇版本: 2.0.18 §~
申明檔
1.新手發問並不是可恥的事.可恥的是沒有按照發文規則及格式還裝做沒解決你的問題是我們的錯。
2.很樂意大家pm給我.或把我加入即時通.msn,但加入並不是代表小弟已成為您的私人看護
3.還是想不通嗎? 那可以到地下十八樓找你的答案。
[http://microduo.home99.tw/?fromuid=6331]微剋多資訊[/url]
acc_kang_ta
星球公民
星球公民
文章: 114
註冊時間: 2005-02-10 17:52

文章 acc_kang_ta »

寒冰軒 寫:你是說你的架站那一版嗎
置頂本來就是在公告下面了呀
而且你置頂的那篇文章上方全都是公告當然會在最下面了
還有你修改完的檔案有沒有重新上傳呢
有阿...我重新上傳完了>"<可是一樣沒變= =
●架設主機作業系統:Windows XP
●快速架站程式:Appserv、MySQL、phpMyAdmin
●您的上網方式:Hinet ADSL 8M/640K
●您安裝的程式:Apache2.4.3 + php2.0.13 + MySql2.6.1
●您的 phpBB2 版本:phpBB 2.0.13
●論壇網址:Rx2 cLAn論壇首頁
●論壇已裝mod:主題類型、跑馬燈公告v1.2、推薦網站、整合性TOP5、文章強迫斷行、音樂播放
主題已鎖定

回到「外掛問題討論」