Ads Placement in Forum page for CA Vintage style

December 12th, 2009 - 4:16 pm § in Ads Placement, Customizations, PhpBB

This is a continuation post over the ads placement in CA Vintage style. In the last we have covered the Ads Placement in topics for CA Vintage style and this post focuses on the ad placement in the forum page. The ad is placement as a sky scrapper on the left hand side of the forum page, and on the top and bottom of a forum, check the attached screen shot for the exact location. We have specified two zones for better understanding, zone1 and zone2.

skybar-ad-placement-ca-vintage

Ads in left side of the Forum

In zone 1 the ad appears in the left side of the viewforum page as an sky scrapper.

Step1: Open the viewforum_body.html file.

Step 2: Look for the following line in the code.

<!– INCLUDE overall_header.html –>

This line is the first line on the viewforum_body.html code page.

Step3: Just after this line paste the following code, replacing your ad goes here with your ad code.

<table width=”100%” cellspacing=”1″>
<tr>
<td width=”160″ align=”left” valign=”top”>
{$CA_BLOCK2_START}Adverts{$CA_BLOCK2_START2}
<center>
your ad goes here
</center>
{$CA_BLOCK2_END2}
{$CA_BLOCK2_END}
</td>
<td align=”left” valign=”top”>

Step4: Now look for the following line in the code.

<hr />

Step5: Add the following lines just above these lines.

</td>
</tr>
</table>

Step 6: Save the changes made to the file.

Ad just after forum List

In zone 2 the ad appears in the bottom of the viewforum page, just after the forum list. Refer Zone 2 for the position in the screen shot.

Step1: Open the viewforum_body.html file.

Step 2: Look for the following line in the code.

<!– INCLUDE jumpbox.html –>

Step3: Just above this line paste the following code, replacing your ad goes here with your ad code.

{$CA_BLOCK2_START}Advertisements{$CA_BLOCK2_START2}
<center>
your ad goes here
</center>
{$CA_BLOCK2_END2}
{$CA_BLOCK2_END}

Step 4: Save the changes made to the file.

We hope this modification is simple and attractive with respect to the ad placement on forum page. If you have some problem with the placement contact us here on the official forum for CA Vintage.



1 Trackbacks/Pingbacks

  1. Ad placement on index page of CA Vintage Style 14 12 09

Your Comment