Status
Not open for further replies.

ChosenOne

Active Member
902
2008
18
0
s1i9g2.png


I will provide forumhome_forumbit_level1_nopost and includes/functions_forumlist.php if needed.
 
35 comments
Code:
<if condition="!$show['collapsable_forums']">
<tbody>
</if>
    <tr>
        <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
            <if condition="$childforumbits">
            <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
            </if>
            <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
            <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
            <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
        </td>
    </tr>
<if condition="!$show['collapsable_forums']">
</tbody>
</if>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<if condition="$forum['subforumcolumns'] > 1">
    <tr>
        <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<table style="border: none; width: 100%;">
            <td class="tcat">$childforumbits</td>
</table>
        </td>
    </tr>
<else />
    <td class="tcat">$childforumbits</td>
</if>
</tbody>
</if>


<if condition="!$show['collapsable_forums']">
</if>
 
This is my code...

Code:
<if condition="$forum[forumid] != 1">
</table>
<br />
 
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
</if>
<tbody>
    <tr>
        <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
            <if condition="$childforumbits">
            <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
            </if>
            <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
            <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
            <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
        </td>
    </tr>
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<if condition="$forum['subforumcolumns'] > 1">
    <tr>
        <td class="alt1" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<table style="border: none; width: 100%;">
            $childforumbits
</table>
        </td>
    </tr>
<else />
    $childforumbits
</if>
</tbody>
</if>

you can use it but before use it you must save your own code.

DEmo:http://www.desipiracy.com/index.php and change skin to webpoint
 
find
Code:
<if condition="$forum[forumid] != 1">

replace

Code:
<if condition="$forum[forumid] != x">


and also im not sure your forum home and forum display section. may be some problem becoz your forum does not seems perfect.
 
Funny I found this thread here I was working on doing this last night prior to stumbling here. Due to my version/template the suggested coding alterations you guys have given are completely different. I am going to have to most likely change it to my own style - but thanks regardless.

I am still having difficulty getting the forum to show up in two columns however, once I go into php.yalpsidmurof\sedulcni and make the edit it messes up all the forums.

Any help?

Thanks.
 
here you go guys

Code:
http://www.vbteam.info/vb-3-7-x-addons-and-template-modifications/5345-forums-in-columns-custom-forum-images.html
 
Thanks for showing me this (again). If I wouldn't have gone back and double checked my edits I may never have found this.

+1 TWB :P
 
Ok, so it seems I have it looking a lot better than it was originally, all I need now is the bit of coding to display the "XX viewing" a forum.

Can anyone share this for me?

Thanks in advance.
 
Status
Not open for further replies.
Back
Top