
12-07-2008, 07:46 PM
|
 |
|
|
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by soundbarrierpro
Thank you and I appreciate the fact you know where to put everything.
But......
As stated in my prior post, the instructions make no sense. Flipping through the 50 or so pages here I see I'm not the only one who doesn't understand how the developers instructions are set.
All I want is for the instructions to be laid out so people can understand them. I'm pretty secure in understanding hoe the ACP and the mod is supposed to look and work. It's the templates configuration changes I can't figure out.
|
It works like this:
Quote:
Originally Posted by Install instructions
*** Header : 2 edits
1= at the end (of thec ode in header template including forum home) add : $ad_headerEnd
2= before this line in header template or forum home:
<td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if>
</td>
Add This line:
<td align="$stylevar[right]"><center><if condition="$ad_headerLogo"><center>$ad_headerLogo</center><else /> </if></center>
|
|