Quote:
Originally posted by Khepri
Any suggestions on how to modify either the templates or other code to make it collapse second and third levels when I perform the action from the first level.
Khepri
|
Firstly, the *no_post templates should be near uniform. That is "forumhome_forumbit_level
2_nopost" should contain.
PHP Code:
<tr id="f$forum[parentid]z$z" $fhomeexpandstyle class="cat">
<td colspan="6">
$expandcontract
<a href="forumdisplay.php?s=$session[s
inplace of
PHP Code:
<tr id="cat">
<td colspan="6">
<a href="forumdisplay.php?s=$session[s
That "forumhome_forumbit_level
3_post" contains.
PHP Code:
<tr id="f$forum[parentid]z$z" $fhomeexpandstyle align="center">
in place of
PHP Code:
<tr align="center">