The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
XHTML & Product/Hack ...
Hello,
I was wondering if anyone could provide some help/input into a little 'snitch' I've ran into. This post is in relation to this hack; https://vborg.vbsupport.ru/showthread.php?t=99829 ################# vB isn't very semantic, however it's not too bad. But, when using the markup provided in the above linked hack: HTML Code:
<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> My first is, what exactly(Which template?) does $childforumbits import? Next, if I'm going to make this semantic, having multiple columns will require a different approach, since sticking any old table and amount of columns in isn't the same, on many levels(usability,accessibility etc). What I'll need to do, is apply different class/styles depending on whether there are 2 columns, or 3 columns(We'll never use more than 3, however I can easily add a 4th if I know the conditions). Which brings me to my second question, when using an IF condition how do I go about saying 'if value is equal to 2 then do this', and 'if not and is equal to 3, do this', for example; HTML Code:
<if condition="$forum['subforumcolumns'] == 2">
Whilst I'm excellent with XHTML markup, I'm not so great at using vB IF conditions. Any help will be much appreciated. Thanks in advance. Edit: Oh, I almost forgot - Will I have problems seperating the categories into multiple lists if the childforums variable is used, instead of using the bloated tables? Or can I also use the conditions above in the childforums variable template to make sure the markup fits? --------------- Added [DATE]1194971331[/DATE] at [TIME]1194971331[/TIME] --------------- Does no one have any idea? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|