I want to include a table with a menu on the left and the forum itself on the right, both under logo und navbar.
forumhome:
========================
| Logo Navbar
|
========================
| |
| Menu | vB without header-template
| |
| |
| |
| |
| |
| |
========================
| common footer
|
========================
This menu should only display on the forumhome, neither on thread displays nor subforum view.
I created a customheader forumhome_customheader which I tried to call in template forumhome (with "$customheader" instead of "$header"). This did not work at all, looked like the header template has not been read. The customheader was an exact copy of the normal header, just with a new table before the content table, calling menu and vB content table itself into two columns.
Is there any other way than creating a whole styleset just for the forum main page?
I hope I made my problem clear, thanks for your ideas and answers.
forumhome:
========================
| Logo Navbar
|
========================
| |
| Menu | vB without header-template
| |
| |
| |
| |
| |
| |
========================
| common footer
|
========================
This menu should only display on the forumhome, neither on thread displays nor subforum view.
I created a customheader forumhome_customheader which I tried to call in template forumhome (with "$customheader" instead of "$header"). This did not work at all, looked like the header template has not been read. The customheader was an exact copy of the normal header, just with a new table before the content table, calling menu and vB content table itself into two columns.
Is there any other way than creating a whole styleset just for the forum main page?
I hope I made my problem clear, thanks for your ideas and answers.

Comment