Seite 1 von 2
[PROBLEM] advanced time management
Verfasst: 02.09.2004 18:30
von zorb!
hi,
ich habe ein problem mit oben aufgeführten mod.
##############################################################
## MOD Title: Advanced time management
## MOD Author: -=ET=- <
space_et@tiscali.fr > (n/a)
http://www.golfexpert.net/phpbb
## MOD Description: This MOD allow the board administrator(s)
## and each user to manage the time displayed
## on the board.
## They can...
## - set the DST time lag of their state/country
## - enable/disable manually the DST
## - just synchronize DST switches with the server ones
## - fully use the server local time
## - fully use the server UTC time & the user's computer settings
## - fully use the user's computer local time
## MOD Version: 2.0.2
## Compatibility: 2.0.5->2.0.10 (prior release not tested)
##
## Installation Level: Intermediate
## Installation Time: 15 Minutes (1mn by EasyMOD of Nuttzy)
## Files To Edit: 15
## admin/admin_board.php
## admin/admin_users.php
## includes/functions.php
## includes/functions_selects.php
## includes/page_header.php
## includes/usercp_avatar.php
## includes/usercp_register.php
##
templates/subSilver/formIE.css <- die datei finde ich nicht
## templates/subSilver/overall_header.tpl
## templates/subSilver/profile_add_body.tpl
## templates/subSilver/simple_header.tpl
## templates/subSilver/subSilver.css
## templates/subSilver/admin/board_config_body.tpl
## templates/subSilver/admin/page_header.tpl
## templates/subSilver/admin/user_edit_body.tpl
ich benutze fisubice, und oben genannte datei finde ich nicht in meinem
templates ordner.
was mache ich nun?
danke der zorb!
Verfasst: 02.09.2004 18:45
von Acid
Du kannst die Änderungen an dieser Datei auslassen.
Verfasst: 02.09.2004 20:08
von zorb!
danke acid, aber wofür ist die datei denn gedacht? scheint nicht wichtig zu
sein, wenn man sie einfach weg lassen kann.
Verfasst: 02.09.2004 20:21
von Acid
Da stehen nur einige Styleinformationen bezüglich Formelementen drin, die nur für die Internet Explorer gelten.
Verfasst: 02.09.2004 20:25
von zorb!
mhhh, also wirklich richtig unwichtig

danke acid.
sag mal, kannst du mir eventuell noch bei meinen anderen problemen
helfen? (siehe signatur) der chart mod wäre gut *smile*
Verfasst: 02.09.2004 21:15
von zorb!
habe ein problem mit folgenden dateien bzw. veränderungen:
http://www.superfreunde.info/test/overall_header.txt
http://www.superfreunde.info/test/page_header.txt
http://www.superfreunde.info/test/simple_header.txt
http://www.superfreunde.info/test/fisubice.txt
und zwar finde ich folgendes nicht:
Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/formIE.css
#
#-----[ FIND ]------------------------------------------------
#
input { text-indent : 2px; }
#
#-----[ REPLACE WITH ]----------------------------------------
#
/* Start replacement - Advanced time management MOD */
/* input { text-indent : 2px; }
/* End replacement - Advanced time management MOD */
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------------
#
input { text-indent : 2px; }
#
#-----[ REPLACE WITH ]----------------------------------------
#
/* Start replacement - Advanced time management MOD */
/* input { text-indent : 2px; }
/* End replacement - Advanced time management MOD */
#
#-----[ FIND ]------------------------------------------------
#
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
#
#-----[ REPLACE WITH ]----------------------------------------
#
<!-- Start replacement - Advanced time management MOD -->
<!-- BEGIN switch_no_pc_time_data_search -->
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<!-- END switch_no_pc_time_data_search -->
<!-- BEGIN switch_pc_time_data_search -->
<script language="JavaScript" type="text/javascript">
function pc_time_data() {
var pc_dateTime = new Date()
document.currentForm.pc_timezoneoffset.value = pc_dateTime.getTimezoneOffset();
document.currentForm.pc_date.value = pc_dateTime.getFullYear()*10000 + (pc_dateTime.getMonth()+1)*100 + pc_dateTime.getDate();
document.currentForm.pc_time.value = pc_dateTime.getHours()*3600 + pc_dateTime.getMinutes()*60 + pc_dateTime.getSeconds();
document.currentForm.submit();
}
</script>
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" onload="pc_time_data()">
<IFRAME name="RemoteScripting" width="0" height="0" frameborder="0" src="blank.htm"></IFRAME>
<!-- END switch_pc_time_data_search -->
<!-- End replacement - Advanced time management MOD -->
Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/simple_header.tpl
#
#-----[ FIND ]------------------------------------------------
#
input { text-indent : 2px; }
#
#-----[ REPLACE WITH ]----------------------------------------
#
/* Start replacement - Advanced time management MOD */
/* input { text-indent : 2px; }
/* End replacement - Advanced time management MOD */
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/subSilver.css
#
#-----[ FIND ]------------------------------------------------
#
input { text-indent : 2px; }
#
#-----[ REPLACE WITH ]----------------------------------------
#
/* Start replacement - Advanced time management MOD */
/* input { text-indent : 2px; }
/* End replacement - Advanced time management MOD */
Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/admin/page_header.tpl
#
#-----[ FIND ]------------------------------------------------
#
input { text-indent : 2px; }
#
#-----[ REPLACE WITH ]----------------------------------------
#
/* Start replacement - Advanced time management MOD */
/* input { text-indent : 2px; }
/* End replacement - Advanced time management MOD */
was mus ich tun?
Verfasst: 02.09.2004 21:54
von Acid
Wenn du "text-indent" nicht in den tpl-Dateien finden kannst, existiert es nicht und somit kannst du die Änderungen diesbezüglich auslassen.
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
In deiner overall_header.tpl lautet es wie folgt..
</head>
<body>
Verfasst: 03.09.2004 09:11
von zorb!
Acid hat geschrieben:In deiner overall_header.tpl lautet es wie folgt..
</head>
<body>
soll es dort einfach danach eingefügt werden? in der anleitung steht ja das
ich es ersetzen soll, doch womit?
Verfasst: 03.09.2004 12:05
von zorb!
danke hat sich gelöst, laüft alle super

nur eine frage, kann man auch einen standart setzen, den der user nicht
überschreiben kann?
Verfasst: 03.09.2004 21:04
von Acid
Wenn die Grundfunktionen des MODs dies nicht bieten, könnte man diesen Teil aus dem Profilbereich entfernen, so das die User erst gar nicht die Möglichkeit hätten etwas zu ändern..