How to remove table from countdown mod.
I like to have all text and numbers out of table.
TNX
Advanced countdown mod
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!
yes, all the same but with no borders arround (table)
Because it looks funny when the table is white, but all other teplate of forum is colored.
And I get this error here on forum when I click button "please wait a moment"
whe I edit post (not quick edit)
Because it looks funny when the table is white, but all other teplate of forum is colored.
And I get this error here on forum when I click button "please wait a moment"
whe I edit post (not quick edit)
Code: Alles auswählen
Warning: Invalid argument supplied for foreach() in /var/www/web1/html/oxpus-de/includes/functions_cps.php on line 38
Warning: Cannot modify header information - headers already sent by (output started at /var/www/web1/html/oxpus-de/includes/functions_cps.php:38) in /var/www/web1/html/oxpus-de/includes/functions.php on line 1217
Warning: Cannot modify header information - headers already sent by (output started at /var/www/web1/html/oxpus-de/includes/functions_cps.php:38) in /var/www/web1/html/oxpus-de/includes/functions.php on line 1218
Zuletzt geändert von Blisk am Di 27.Nov, 2007 14:20, insgesamt 5-mal geändert.
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
THX for the error message.
I'vd fixed it now.
For the table try this:
Open the overall_header.tpl, find
and replace this with
The table will be still there, but invisible...
I'vd fixed it now.
For the table try this:
Open the overall_header.tpl, find
Code: Alles auswählen
<!-- BEGIN switch_countdown_on -->
<form name="countdown">
<table align="center" width="100%" cellspacing="2" cellpadding="5" border="0" class="forumline">Code: Alles auswählen
<!-- BEGIN switch_countdown_on -->
<form name="countdown">
<table align="center" width="100%" cellspacing="2" cellpadding="5" border="0">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!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Oh yes, sorry...
Replace (overall_header.tpl)
with
Replace (overall_header.tpl)
Code: Alles auswählen
<th align="center" colspan="3">{TITLE}</th>Code: Alles auswählen
<td align="center" colspan="3"><span class="nav">{TITLE}</span></td>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!