Only if you dont use Adv in Global Header
Little template modification to add advert banned or custom content in the first page of IP.Downloads
1. Look & Feel >
2. Manage Skin Sets & Templates >
3. SPECIFIC skin
4. Downloads Manager
if you use Portal of download open downloadsPortal
above all code insert:

--------------------------------
if you DON'T use Portal of download open template indexPage
find
and after insert
Little template modification to add advert banned or custom content in the first page of IP.Downloads
1. Look & Feel >
2. Manage Skin Sets & Templates >
3. SPECIFIC skin
4. Downloads Manager
if you use Portal of download open downloadsPortal
above all code insert:
<center> YOUR CODE </center>

--------------------------------
if you DON'T use Portal of download open template indexPage
find
<script type='text/javascript'>
//<![CDATA[
ipb.global.boardMarkers = $H({
'f_cat_unread': "{parse replacement="f_cat_read"}",
'f_unread': "{parse replacement="f_read"}",
'f_pass_unread': "{parse replacement="f_pass_read"}"
});
var markerURL = "{parse url="app=downloads&module=ajax&section=markasread&i=1&catid=" base="public"}"; // Ajax URL so don't use &amp;
//]]>
</script>and after insert
<center> YOUR CODE </center>












