top



Well first shadowz_au show me at mine test forum how to create this 4 in 1 ok, then i try alone and i make something (i am happy) but there something missing like how you can see here http://xtremegraphic.forumotion.com/ quesiton is what i miss and what need to make (please explain me right place what need to do i am newby about all this) i wanna to be showed like this how shadowz_au make at test forum http://testforum.bigforumpro.com/.
Second problem is about posting, here is really mixed all and not shoved nice like how you can see at screenshot- love to get maybe like here all nice shoved not like at mine forum
3-4 problem in new theme what i wanna remove 31314ep

Second problem is when i add some little sidebar just to see how its look i got some white bar near navigations like how you can see here, and i wanna remove that to
3-4 problem in new theme what i wanna remove 2l934mp

and 3nd problem is how to remove this color to like how you can see here to, i wanna to see only text without color-like transparent

3-4 problem in new theme what i wanna remove 5vrn0l

Problem is i am like a MONK, all must be perfect, i know maybe this all is funny for you but i wanna change this Happy

THANKS

Use this code to fix your 4 multi

Index_box

Code:
  <div class="pun-crumbs">
    <p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
    </div>
    <div class="main">
    <!-- BEGIN catrow -->
      <!-- BEGIN tablehead -->
          <div class="main-head">
            <div class="page-title">{catrow.tablehead.L_FORUM}</div> <div class="expander"></div>
          </div>
          <div class="main-content">
            <table cellspacing="0" class="table" id="index_table">
           
                <tbody class="statused">
      <!-- END tablehead -->

      <!-- BEGIN forumrow -->
                  <tr>
                      <td id="forum_box" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: 42;">
                        <span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
                            <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                        </span>
                        <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
                       

                        {catrow.forumrow.FORUM_DESC}
                        <!-- BEGIN switch_moderators_links -->
                       

                        {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                        <!-- END switch_moderators_links -->
                    <div class="multistatus"> <span style="color: transparent; text-align: center" margin-left: 0 auto;">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>
                        <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                      </div></td>
    <td>
    <table align="right" cellspacing="0" cellpadding="0"> <td valign="top">
    </td><td><div id="m_stats">
    <span id="post_no">{catrow.forumrow.POSTS}</span> {L_POSTS} 
    in 
    <span id="topics_no">{catrow.forumrow.TOPICS}</span> {L_TOPICS}


    <br>

    <span>

                        <!-- BEGIN switch_topic_title -->
                        <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a>
<br>
                        <!-- END switch_topic_title -->
                      {catrow.forumrow.USER_LAST_POST}
                        </span>

    </div>
    </td> </table>
    </td>
                     
                 
                  </tr>
      <!-- END forumrow -->

      <!-- BEGIN tablefoot -->
                </tbody>
            </table>
          </div>
      <!-- END tablefoot -->
    <!-- END catrow -->
    </div>

and css for
Code:
.multistatus a img {
    margin-left: 60px;
}
and for the side menu
Code:
#pun-announcement {
background: transparent;
}

Again same, ok its little fixed about 4 milti but again not like how you make before, and other problems same nothing fixed, i copy this what you tell and paste to css but nothing check at link http://xtremegraphic.forumotion.com/ that white bar near navigations now looks diferent but still there he is, and other one when i press profile same there he is, nothing changed.

Oops i forgot to add css.

Code:
index_table td{border-left: 0;}

        #forum_box{width: 70%;}

        #m_stats a{color: #b0d551 !important;}

        #m_stats{
        text-align: center;
        float: right;
        margin-right: 10px;
        min-width: 180px !important;
        color: #ddd;
   padding: 15px;
   background: #171717;
   border: 1px solid #000;
   border-right: 1px solid #353535;
   border-bottom: 1px solid #353535;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
}

#stats_separator{
margin-top: 5px;
 float: right;}

#post_no{color: #98b843;}

#topics_no{color: #ff2cff;}

Ok now work fine, but why always when i click in some forum, always go in same place, its like i click on garbage or download he go always to rules forum...???and its same like before about that what i wanna remove again white frame near navigations, and other one yellow. I add this to css what you tell me but same

.multistatus a img {
margin-left: 60px;
}

#pun-announcement {
background: transparent;
}

Let me fix it for you.

Your doing it wrong.