Quote:
Originally Posted by 4x4 Mecca
Installed and working fine. Is there a way to get this to display in forumdisplay also? So in my forum, I can have a drop down of it's sub forums.
|
Yes you can
Repeat
Step 1 for the following:
forumhome_forumbit_level1_nopost
forumhome_forumbit_level1_post
Step 2. Open:
forumhome_subforumbit_nopost
forumhome_subforumbit_post
and replace the code with the following:
Code:
<!-- Subforum pull-down menu --------------------------------------->
<option value="$forum[forumid]">
<if condition="$forum[depth] == '2'">
</if>
<if condition="$forum[depth] == '3'">
</if>
<if condition="$forum[statusicon] == 'new'">
+
<else />
-
</if>
$forum[title]
</option>
<!-- Subforum pull-down menu --------------------------------------->
That should fix you up