How do I mirror this layout?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aroticdissectio
    Member
    • Apr 2004
    • 97

    How do I mirror this layout?

    Dear Experts,

    How can I get my board to read like this one:


    I like the title like Marketplace, then the word Forum under it and then the topics.

    My site is missing something at http://www.aorticdissection.com/Forums/index.php?

    I seem to be missing the Forum line for my other Forums that show last post and threads. Also how could I have that Forum line be below my first title of AorticDissection Forum? Like the site above has done.

    Thanks!
    Brian S. Tinsley
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    Here are a couple of threads on vbulletintemplates.com





    I think that is what you want.

    Comment

    • aroticdissectio
      Member
      • Apr 2004
      • 97

      #3
      This does not help. Is there anyone that knows the step by step process? Please? Thanks, Brian S. Tinsley

      Comment

      • Jake Bunce
        Senior Member
        • Dec 2000
        • 46598
        • 3.6.x

        #4
        I just realized you are running vB2. This is in the wrong forum.

        *moving*

        I am writing some step-by-step instructions for you right now.

        Comment

        • Jake Bunce
          Senior Member
          • Dec 2000
          • 46598
          • 3.6.x

          #5
          Originally posted by Jake Bunce
          I just realized you are running vB2. This is in the wrong forum.
          Nevermind, I was looking at the other forum you posted.

          Comment

          • Jake Bunce
            Senior Member
            • Dec 2000
            • 46598
            • 3.6.x

            #6
            Go to your:

            Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Home Templates -> FORUMHOME

            Remove the red code:

            Code:
            	<!-- / guest welcome message -->
            	</if>
            	[color=red]<tr align="center">
            	  <td class="thead">&nbsp;</td>
            	  <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
            	  <td class="thead" width="175">$vbphrase[last_post]</td>
            	  <td class="thead">$vbphrase[threads]</td>
            	  <td class="thead">$vbphrase[posts]</td>
            	  <if condition="$vboptions['showmoderatorcolumn']">
            	  <td class="thead">$vbphrase[moderator]</td>
            	  </if>
            	</tr>[/color]
            </thead>
            $forumbits
            Then go to your:

            Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Home Templates -> forumhome_forumbit_level1_nopost

            Add the red code:

            Code:
            <tbody>
            	<tr>
            		<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
            			<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>
            			<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>
            
            	[color=red]<tr align="center">
            	  <td class="thead">&nbsp;</td>
            	  <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
            	  <td class="thead" width="175">$vbphrase[last_post]</td>
            	  <td class="thead">$vbphrase[threads]</td>
            	  <td class="thead">$vbphrase[posts]</td>
            	  <if condition="$vboptions['showmoderatorcolumn']">
            	  <td class="thead">$vbphrase[moderator]</td>
            	  </if>
            	</tr>[/color]
            
            </tbody>
            <if condition="$childforumbits">
            <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
            $childforumbits
            </tbody>
            </if>

            Comment

            • aroticdissectio
              Member
              • Apr 2004
              • 97

              #7
              Thanks!

              It worked! Thanks so much!

              How do you put the Threads and Post before the Last Post Section?

              Thanks!
              Brian S. Tinsley

              Comment

              • Jake Bunce
                Senior Member
                • Dec 2000
                • 46598
                • 3.6.x

                #8
                Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Home Templates -> forumhome_forumbit_level1_nopost

                Move the red code as shown below:

                Code:
                <tbody>
                	<tr>
                		<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
                			<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>
                			<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>
                
                	<tr align="center">
                	  <td class="thead">&nbsp;</td>
                	  <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
                	  [color=red]<td class="thead" width="175">$vbphrase[last_post]</td>[/color]
                	  <td class="thead">$vbphrase[threads]</td>
                	  <td class="thead">$vbphrase[posts]</td>
                	  [color=red]MOVE THE RED CODE HERE[/color]
                	  <if condition="$vboptions['showmoderatorcolumn']">
                	  <td class="thead">$vbphrase[moderator]</td>
                	  </if>
                	</tr>
                
                </tbody>
                <if condition="$childforumbits">
                <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
                $childforumbits
                </tbody>
                </if>
                In that same section of your Admin CP, edit the forumhome_forumbit_level1_post template. Move the red code:

                Code:
                		[color=red]<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>[/color]
                		<td class="alt1">$forum[threadcount]</td>
                		<td class="alt2">$forum[replycount]</td>
                		[color=red]MOVE THE RED CODE HERE[/color]
                		<if condition="$vboptions['showmoderatorcolumn']">
                		<td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
                		</if>
                Make the same change to the forumhome_forumbit_level2_post template.

                Comment

                widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                Working...