
04-25-2012, 01:19 AM
|
 |
|
|
Join Date: Dec 2008
Location: Tennessee
Posts: 687
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quoted from the thread you posted on TAZ:
Quote:
That would be the navbar template.
Find code which looks similar to:
Code:
<if condition="$show['member']">
<td class="alt2" nowrap="nowrap">
<div class="smallfont">
<strong><phrase 1="$bbuserinfo[username]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase></strong>
And add before:
Code:
<!-- Ad Code -->
<td style="vertical-align:top;" align="center">
your add code goes here...
</td>
<!-- / Ad Code -->
The above code is from the default navbar template. It may vary in your own template...
HTH 
J.
|
|