Quote:
Originally Posted by janaf
Hi,
Can someone help me to find where to insert code for output at the top of the main page of DLII as shown in the attached picture. I only need some simple text output.
An alternative would be to move the content defined in ACP / DownloadsII / Settings / Downloads Message/Disclaimer, from the sidebar to that location.
Thanks
|
open up downloads2_wrapper_side template
and find
and just under it add
Code:
<ol>
<li class="blockbody">
Show Content here<br />Replace this with what ever you like.:D
</li>
</ol>
replace this text (Show Content here<br />Replace this with what ever you like.

) with what you want
hope this helps .
I'm sure there are other ways to do this but this one is quick and easy