Quote:
Originally Posted by Ron1213
First of all, great hack.
I have problem adding some news in the main LDM page, which template should make a change to add some news about files (above categories, under LDM title). I saw link_main and I wasn't sure if it's a right one.
|
links_main is the right template.
You can either make the change in the template itself, or you can do it using a plugin which assigns the extra material to an entry in the '$includeinmain' array.
The template includes several 'placeholders', each of these refers to a specific entry in this array. You will find patterns like the following in the template:
Code:
<if condition="$includeinmain[precat]">
$includeinmain[precat]
</if>
The other entries in the array are called postcat, prefeat, postfeat, prelink, postlink, prestats and poststats
They appear in the logical order through the template.