I am looking for menu at the left side of forum, if anyone can help me.
Like here.
Thanks
Menu
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!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Like here on oxpus.de?
I've just change the table struktur in overall_header.tpl to build this.
Sorry, but I'll not provide more details
I've just change the table struktur in overall_header.tpl to build this.
Sorry, but I'll not provide more details
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!
No. You have to go through your overall_header.php. So here just right out of my mind
You need to play a little around ..
Main table:
<table> ....
<tr>
<td>
all for the header
</td>
</tr>
<tr>
<td>
Now here start the menu on the left ...
<table> ....
</table>
</td>
<td>
now here goes all for the right block
<table> ....
<tr>
<td>
Here ends the beginning of the right block in the overall_header.tpl. Everything from the right block as i.e. the index stays as it is. Hope this gives an idea. Again, just play around with the table structure.
Everything ends up then in the overall_footer.tpl. So here the table from the overall_header.tpl ends like:
</td>
</tr>
</table>
Then your footer parts ...
Main table:
<table> ....
<tr>
<td>
all for the header
</td>
</tr>
<tr>
<td>
Now here start the menu on the left ...
<table> ....
</table>
</td>
<td>
now here goes all for the right block
<table> ....
<tr>
<td>
Here ends the beginning of the right block in the overall_header.tpl. Everything from the right block as i.e. the index stays as it is. Hope this gives an idea. Again, just play around with the table structure.
Everything ends up then in the overall_footer.tpl. So here the table from the overall_header.tpl ends like:
</td>
</tr>
</table>
Then your footer parts ...
Zuletzt geändert von femu am Mo 17.Sep, 2007 11:11, insgesamt 1-mal geändert.
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Yes, but you can use an other template file for the overall_header.tpl, if you are on portal.
Use a constant like 'ON_PORTAL' to be able to choose between the different tpl-files.
But again:
No more details from me, because I don't like copies of my forum
Use a constant like 'ON_PORTAL' to be able to choose between the different tpl-files.
But again:
No more details from me, because I don't like copies of my forum
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!