Coding-Spot

You are not connected. Please login or register

 
 
 

How to make "Topic and Post" join into one in forumotion?

Message (Page 1 of 1)

#1

weeknight

weeknight
 
Senior Member

Posted May 4th 2013, 12:30 am

 
Hi wall, I want to ask :D:

How to make "Topic and Post" join into one in forumotion?

more details you can see this picture :):
How to make "Topic and Post" join into one in forumotion? M0wBUNU

source:
http://dstars.forumid.net/

my forum (phpBB2):
http://astajim.indonesianforum.net/

please help me :D:

thanks before ;)

my index_box
Code:
        <br/>
                <!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
                  <tr>
                      <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
                      <th nowrap="nowrap" width="50">{L_TOPICS}</th>
                      <th nowrap="nowrap" width="50">{L_POSTS}</th>
                      <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
                  </tr>
                  <!-- END tablehead -->
                  <!-- BEGIN cathead -->
                  <tr>
                      <!-- BEGIN inc -->
                      <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
                      <!-- END inc -->
                      <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
                        <h{catrow.cathead.LEVEL} class="hierarchy">
                            <span class="cattitle">
                              <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
                            </span>
                        </h{catrow.cathead.LEVEL}>
                      </td>
                      <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
                  </tr>
                  <!-- END cathead -->
                  <!-- BEGIN forumrow -->
                  <tr>
                      <!-- BEGIN inc -->
                      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
                      <!-- END inc -->
                      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
                        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                      </td>
                      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
                        <h{catrow.forumrow.LEVEL} class="hierarchy">
                            <span class="forumlink">
                              <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
                            </span>
                        </h{catrow.forumrow.LEVEL}>
                        <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
                        <span class="gensmall">
                            <!-- BEGIN switch_moderators_links -->
                            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                            <!-- END switch_moderators_links -->
                            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                        </span>
                      </td>
                      <td class="row3" align="center" valign="middle" height="50">
                        <span class="gensmall">{catrow.forumrow.TOPICS}</span>
                      </td>
                      <td class="row2" align="center" valign="middle" height="50">
                        <span class="gensmall">{catrow.forumrow.POSTS}</span>
                      </td>
                      <td class="row3 over" align="center" valign="middle" height="50">
                        <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
                      </td>
                  </tr>
                  <!-- END forumrow -->
                  <!-- BEGIN catfoot -->
                  <tr>
                      <!-- BEGIN inc -->
                      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
                      <!-- END inc -->
                      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
                  </tr>
                  <!-- END catfoot -->
                  <!-- BEGIN tablefoot -->
                </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->





#2

weeknight

weeknight
 
Senior Member

Posted May 4th 2013, 4:01 pm

 
i done try some code, but my forum
How to make "Topic and Post" join into one in forumotion? ZNDhrql

mr.mark can you help me. :)

this my new index box
Code:
        <br/>
        <!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
          <tr>
              <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
              <th nowrap="nowrap" width="100"></th>
      <th nowrap="nowrap" width="150"><div style="width:150px;"></div></th>
          </tr>
          <!-- END tablehead -->
          <!-- BEGIN cathead -->
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
              <!-- END inc -->
              <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
                <h{catrow.cathead.LEVEL} class="hierarchy">
                    <span class="cattitle">
                      <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
                    </span>
                </h{catrow.cathead.LEVEL}>
              </td>
              <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right">&nbsp;</td>
          </tr>
          <!-- END cathead -->
          <!-- BEGIN forumrow -->
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
              <!-- END inc -->
              <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
                <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
              </td>
              <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
                <h{catrow.forumrow.LEVEL} class="hierarchy">
                    <span class="forumlink">
                      <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
                    </span>
                </h{catrow.forumrow.LEVEL}>
                <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
                <span class="gensmall">
                    <!-- BEGIN switch_moderators_links -->
                    {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                    <!-- END switch_moderators_links -->
                    {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                </span>
              </td>
                <td class="row3" id="row-fix" align="center" valign="middle" height="50" width="100">
            <div id="in-row">{catrow.forumrow.TOPICS} Topics.<br/>{catrow.forumrow.POSTS} Posts.</div>
          </td>
              <td class="row3 over" align="center" valign="middle" height="50">
                <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
              </td>
          </tr>
          <!-- END forumrow -->
          <!-- BEGIN catfoot -->
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
              <!-- END inc -->
              <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
          </tr>
          <!-- END catfoot -->
          <!-- BEGIN tablefoot -->
        </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

my css code, for this topic
Code:
#row-fix{padding-left:40px;text-align:right;}#in-row{display:inline;}

source:
http://dstars.forumid.net/

my forum
http://astajim.indonesianforum.net/

thanks :D:[/url]





#3

Xtanlee26

Xtanlee26
 
Advance Member

Posted May 4th 2013, 6:30 pm

 
Do not Double or triple post please.... be patient mark will help you...



http://blood-line.forumtl.com


#4

Mark

Mark
 
Administrator
Administrator

Posted May 4th 2013, 7:40 pm

 
Hello!

Is this solved now? When i go to your forum it looks like it's already aligned :):.



https://coding-spot.darkbb.com


#5

weeknight

weeknight
 
Senior Member

Posted May 4th 2013, 7:54 pm

 
yes it is true mr.mark, i done find code for this topic :):
but i want little say
more details you can see this pictire :D:
How to make "Topic and Post" join into one in forumotion? ERF9Rgt

how to fix it, :)
please help me :D:

source
http://dstars.forumid.net/

my forum
http://astajim.indonesianforum.net/

thanks before :D





#6

Mark

Mark
 
Administrator
Administrator

Posted May 4th 2013, 8:12 pm

 
Add this to your CSS:
Code:
#row-fix ul li {
font-size: 12px !important;
}
td.row3.over {
text-align: left;
}

:):



https://coding-spot.darkbb.com


#7

weeknight

weeknight
 
Senior Member

Posted May 4th 2013, 9:10 pm

 
yeah its work mr.mark :D

but i want ask again, still about topic and post :D:
more details you can see this picture :)
How to make "Topic and Post" join into one in forumotion? 51mpPVo

how to be like that ?? :)
thanks for help me mr.mark :D

source:
http://www.csshelp.net/

my forum:
http://astajim.indonesianforum.net/

thanks before :D:





#8

Mark

Mark
 
Administrator
Administrator

Posted May 4th 2013, 9:15 pm

 
Add this to your CSS:
Code:
.avatar-index {
padding-right: 5px;
}

:D:



https://coding-spot.darkbb.com


#9

weeknight

weeknight
 
Senior Member

Posted May 4th 2013, 9:32 pm

 
that code itsworks mr.mark :D

but that's not what I mean.
i'm explain again :):
more details you can see this picture :)
How to make "Topic and Post" join into one in forumotion? PjiaTtj

how to be like that ?? :)
thanks for help me mr.mark :D

source:
http://www.csshelp.net/

my forum:
http://astajim.indonesianforum.net/

thanks for help me again mr.mark :):





#10

Mark

Mark
 
Administrator
Administrator

Posted May 4th 2013, 9:34 pm

 
Provide me your index_box template. Thanks! :):



https://coding-spot.darkbb.com


#11

weeknight

weeknight
 
Senior Member

Posted May 4th 2013, 9:36 pm

 
this mr.mark :D:

Code:
        <br/>
        <!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
          <tr>
              <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
              <th nowrap="nowrap" width="100"></th>
      <th nowrap="nowrap" width="150"><div style="width:150px;"></div></th>
          </tr>
          <!-- END tablehead -->
          <!-- BEGIN cathead -->
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
              <!-- END inc -->
              <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
                <h{catrow.cathead.LEVEL} class="hierarchy">
                    <span class="cattitle">
                      <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
                    </span>
                </h{catrow.cathead.LEVEL}>
              </td>
              <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right">&nbsp;</td>
          </tr>
          <!-- END cathead -->
          <!-- BEGIN forumrow -->
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
              <!-- END inc -->
              <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
                <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
              </td>
              <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
                <h{catrow.forumrow.LEVEL} class="hierarchy">
                    <span class="forumlink">
                      <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
                    </span>
                </h{catrow.forumrow.LEVEL}>
                <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
                <span class="gensmall">
                    <!-- BEGIN switch_moderators_links -->
                    {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                    <!-- END switch_moderators_links -->
                    {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                </span>
              </td>
                <td class="row3" id="row-fix" align="center" valign="middle" height="50" width="100">
<ul style="text-align: right;list-style: none outside none;font-weight: bold;"><li>{catrow.forumrow.TOPICS} Topik</li><li>{catrow.forumrow.POSTS} Posts</li></ul>
              </td>
              <td class="row3 over" align="center" valign="middle" height="50">
                <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
              </td>
          </tr>
          <!-- END forumrow -->
          <!-- BEGIN catfoot -->
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
              <!-- END inc -->
              <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
          </tr>
          <!-- END catfoot -->
          <!-- BEGIN tablefoot -->
        </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->





#12

Mark

Mark
 
Administrator
Administrator

Posted May 4th 2013, 9:42 pm

 
Use this instead:
Code:
        <br/>
        <!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
          <tr>
              <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
              <th nowrap="nowrap" width="100"></th>
      <th nowrap="nowrap" width="150"><div style="width:150px;"></div></th>
          </tr>
          <!-- END tablehead -->
          <!-- BEGIN cathead -->
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
              <!-- END inc -->
              <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
                <h{catrow.cathead.LEVEL} class="hierarchy">
                    <span class="cattitle">
                      <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
                    </span>
                </h{catrow.cathead.LEVEL}>
              </td>
              <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
          </tr>
          <!-- END cathead -->
          <!-- BEGIN forumrow -->
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
              <!-- END inc -->
              <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
                <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
              </td>
              <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
                <h{catrow.forumrow.LEVEL} class="hierarchy">
                    <span class="forumlink">
                      <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
                    </span>
                </h{catrow.forumrow.LEVEL}>
                <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
                <span class="gensmall">
                    <!-- BEGIN switch_moderators_links -->
                    {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                    <!-- END switch_moderators_links -->
                    {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                </span>
              </td>
                <td class="row3" id="row-fix" align="center" valign="middle" height="50" width="100">
<ul style="text-align: right;list-style: none outside none;font-weight: bold;"><li>{catrow.forumrow.TOPICS} Topik</li><li>{catrow.forumrow.POSTS} Posts</li></ul>
              </td>
              <td class="row3 over" align="center" valign="middle" height="50">
                <span class="gensmall" style="float: left; padding-top: 5px;">{catrow.forumrow.LAST_POST}</span>
              </td>
          </tr>
          <!-- END forumrow -->
          <!-- BEGIN catfoot -->
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
              <!-- END inc -->
              <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
          </tr>
          <!-- END catfoot -->
          <!-- BEGIN tablefoot -->
        </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->



https://coding-spot.darkbb.com


#13

weeknight

weeknight
 
Senior Member

Posted May 4th 2013, 9:46 pm

 
finaly :D:

thanks again mr.mark :D

problem solved ;)





#14

mioshi11

mioshi11
 
Advance Member

Posted May 5th 2013, 11:28 am

 
How about in invision? any tutorial mark hihi





#15

Mark

Mark
 
Administrator
Administrator

Posted May 6th 2013, 11:11 am

 
@mioshi: I'll try! :):

Since the problem is solved, i'll locked this and move to archive section. :D:
~ Locked and Moved



https://coding-spot.darkbb.com


#16

Sponsored content


 

Posted

 





Message (Page 1 of 1)

Permissions in this forum:
You cannot reply to topics in this forum

In total there is 0 user online :: 0 Registered, 0 Hidden and 0 Guests

Users browsing this forum: None