Log in

View Full Version : move subforums below threads


danielc2384
06-12-2008, 03:35 PM
Is it possible to move the "Threads in Forum" table, above the "Sub-Forums" table in a particular forum?

Thanks

Opserty
06-12-2008, 04:10 PM
There should be something like this in your forumdisplay template (AdminCP > Styles & Templates > Style Manager > (From right panel) Edit Templates > Forum Display Templates > forumdisplay).

Look for:

<if condition="$show['forumslist']">
<!-- sub-forum list -->
...LOTS OF CODE IN HERE...
<!-- / sub-forum list -->
</if>


Cut all of that section out (Ctrl+X - Windows)

Then find:

...PASTE IN CODE HERE...
$ad_location[ad_forumdisplay_afterthreads]

<!-- Active Users in this Forum (and sub-forums) and Moderators -->


Paste in the code as indicated above.