So i'm talking about an Invision 2.0 Forum ..
I need to add the Topic title, which shows in every thread, in the title bar of the first post :
to the upper header part too, left of the adsense banner, like this:
So the code for showing the topic title, and description is located in the following template bit:
Quote:
|
Topic View / topic_page_top
|
And it's :
Quote:
|
{$data['TOPIC']['title']}</h1><br>{$data['TOPIC']['description']}
|
So, i tryed to add the following code :
Quote:
<div style="display:inline">
<h1>{$data['TOPIC']['title']}</h1><br>{$data['TOPIC']['description']}
</div>
|
To the "
All GLOBAL Html / global_board_header" template bit.
Well... It doesn't show the title. It just hangs for 2-3 seconds, waiting, and then display's blank.
I guess the topic title can't be used in the header (or any part before the title actually appearing), except the original template bit (which is "
Topic View / topic_page_top").
But .. er .. uhm .. Can anyone help ? Please ?
