Your phpBB Version: Vanilla phpBB 2.0.19
MODs: Yes
Your knowledge: Basic Knowledge
Boardlink: http://divinglommel.be/forum/index.php
PHP Version: 2.0.19
MySQL Version: 4
What have you done before the problem was there?
it came's with the mod
What have you already tryed to solve the problem?
Yes, I'm looking the whole day long, but I don't find the solution
Description and Message
I've installed the mod, and everything seems working.
I've solved the time problem as given in this forum.
But I do have another problem:
In the ACP you can give a "countdown-title", a "discription", and "event text".
These should all come in the table on your index.php, but I don't see the event-text.
What could be the reason? ? ? ?
Advanced countdown
Forumsregeln
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
[quote="oxpus - Sun 22.Jan, 2006 18:05";p="52482"]The event text will be disappear after the countdown stops![/quote]
But the countdown isn't stopped, and I don't see the event text
(Or do you mean this text will be showed after the countdown stops? ? ? )
//edit: I'll tried it out and the event text will appear when the countdown stops
But the countdown isn't stopped, and I don't see the event text
(Or do you mean this text will be showed after the countdown stops? ? ? )
//edit: I'll tried it out and the event text will appear when the countdown stops
Zuletzt geändert von ukkepuk am Mo 23.Jan, 2006 21:18, insgesamt 1-mal geändert.
I do have another question;
When I installed the mod, I wasn't sactisfied with the place where the countdown table was.
So I moved the part wich normaly should come in templates/subsilver/overall_header to templates/subsilver/index_body.
Now the place where the tabel is located is OK, but I do have now a blank line above and below this table.
This I don't like.
I tried a lot to remove these blank lines, but without any succes.
I guess it's not int the part I placed in the index_body, but it's somewhere else.
Do you know what I have to change to get these blank lines away?
this is the part I put in index_body:
This my forum: http://www.divinglommel.be/forum/index.php
this is what I mean:

When I installed the mod, I wasn't sactisfied with the place where the countdown table was.
So I moved the part wich normaly should come in templates/subsilver/overall_header to templates/subsilver/index_body.
Now the place where the tabel is located is OK, but I do have now a blank line above and below this table.
This I don't like.
I tried a lot to remove these blank lines, but without any succes.
I guess it's not int the part I placed in the index_body, but it's somewhere else.
Do you know what I have to change to get these blank lines away?
this is the part I put in index_body:
Code: Alles auswählen
<!-- BEGIN switch_countdown_on -->
<form name="countdown">
<table align="center" width="100%" cellspacing="2" cellpadding="5" border="0" class="forumline">
<tr>
<th align="center" colspan="3">{TITLE}</th>
</tr>
<tr>
<td align="left" valign="center" width="20%">{IMG_LEFT}</td>
<td align="center" width="60%">
<div class="gen">{DESC}</div><br />
<div id="time_event" class="genmed" style="display:"><b>
{L_DAYS} <input name="days" class="post" size=4 style="border: 0px">
<span style="display: {FULL_DISPLAY};" class="gen" name="time_string">-
<input name="hours" class="post" size=2 style="border: 0px"> :
<input name="mins" class="post" size=2 style="border: 0px"> :
<input name="secs" class="post" size=2 style="border: 0px">
</b></span></div>
<div id="event_time" class="gen" style="display:none">{EVENT_TEXT}</div>
</td>
<td align="right" valign="center" width="20%">{IMG_RIGHT}</td>
</tr>
</table>
</form>
<script language="JavaScript" type="text/javascript">countdown();</script>
<!-- END switch_countdown_on -->
this is what I mean:

Zuletzt geändert von ukkepuk am Di 24.Jan, 2006 15:19, insgesamt 1-mal geändert.
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
This is a layout error from the IE. This browser will indert new lines before and after a form.
It's only fixable, if you will not use another form in the index.php!
It's only fixable, if you will not use another form in the index.php!
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!