Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[Solved] [index_box] help plz



View previous topic View next topic Go down Message [Page 1 of 1]

1
Offline

  Abdalah tupe

Abdalah tupe
Punbb Rookie
Punbb Rookie
What is my question?:

Hello I want like this[ltr]index_box[/ltr]

Image:

Also I'm Use DAZLE Skin with out index_box edit Exclamation 

Your Forum Address:http://tizen.forumarabia.com/
Forum Version: Punbb

Powered by PunBB
Currently 0 users have thanked Abdalah tupe for this post:

2
Offline

  Guest

Anonymous
Guest
Replace your index_box with following code:

Code:
[panda=html]<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>
      <div class="main-content">
         <table cellspacing="0" class="table">
            <thead>
               <tr>
                  <th class="tcl">{L_FORUM}</th>
                  <th class="tc2">{L_TOPICS}</th>
                  <th class="tc3">{L_POSTS}</th>
                  <th class="tcr">{L_LASTPOST}</th>
               </tr>
            </thead>
            <tbody class="statused">
   <!-- END tablehead -->

   <!-- BEGIN forumrow -->
               <tr>
                  <td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
                     <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}>
                     <br />
                     {catrow.forumrow.FORUM_DESC}
                     <!-- BEGIN switch_moderators_links -->
                     <br />
                     {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                     <!-- END switch_moderators_links -->
                     {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                     <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                  </td>
                  <td class="tc2"><div class="post1">{catrow.forumrow.TOPICS}</div></td>
                  <td class="tc3"><div class="post1">{catrow.forumrow.POSTS}</div></td>
                  <td class="tcr">
                     <span>
                     <div class="post2">   <!-- 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}</div>
                     </span>
                  </td>
               </tr>
   <!-- END forumrow -->

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

<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
   <ul>
      <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
      <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
      <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
   </ul>
   <!-- BEGIN switch_delete_cookies -->
   <p class="right">
      <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
   </p>
   <!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->
<style>.post1 {
    border: 1px solid #D6D6D6;
    background: none repeat scroll 0% 0% #FFF;
    padding: 3px;
    width: 90px;
    margin: 3px auto 0px;
    border-radius: 3px;
    box-shadow: 1px 1px 0px #FFF;
    color: #666;
    font-family: Verdana;
    font-size: 11px;
}
.post2 {
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    box-shadow: 1px 1px 0px #FFF;
    color: #666;
    font-family: Verdana;
    font-size: 11px;
    margin: -5px auto 0px 100px;
    padding: 3px;
    width: 55%;
}
</style>

Powered by PunBB
Currently 0 users have thanked Guest for this post:

3
Offline

  Vaccam

Vaccam
Punbb Rookie
Punbb Rookie
I tried it, worked perfect but. Look at the black box

[Solved] [index_box] help plz Lol44

Powered by PunBB
Currently 0 users have thanked Vaccam for this post:

4
Offline

  Abdalah tupe

Abdalah tupe
Punbb Rookie
Punbb Rookie
Rapid wrote:[link="/t403-index_box-help-plz#2408"]Replace your index_box with following code:

Code:
[panda=html]<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>
      <div class="main-content">
         <table cellspacing="0" class="table">
            <thead>
               <tr>
                  <th class="tcl">{L_FORUM}</th>
                  <th class="tc2">{L_TOPICS}</th>
                  <th class="tc3">{L_POSTS}</th>
                  <th class="tcr">{L_LASTPOST}</th>
               </tr>
            </thead>
            <tbody class="statused">
   <!-- END tablehead -->

   <!-- BEGIN forumrow -->
               <tr>
                  <td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
                     <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}>
                     <br />
                     {catrow.forumrow.FORUM_DESC}
                     <!-- BEGIN switch_moderators_links -->
                     <br />
                     {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                     <!-- END switch_moderators_links -->
                     {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                     <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                  </td>
                  <td class="tc2"><div class="post1">{catrow.forumrow.TOPICS}</div></td>
                  <td class="tc3"><div class="post1">{catrow.forumrow.POSTS}</div></td>
                  <td class="tcr">
                     <span>
                     <div class="post2">   <!-- 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}</div>
                     </span>
                  </td>
               </tr>
   <!-- END forumrow -->

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

<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
   <ul>
      <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
      <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
      <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
   </ul>
   <!-- BEGIN switch_delete_cookies -->
   <p class="right">
      <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
   </p>
   <!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->
<style>.post1 {
    border: 1px solid #D6D6D6;
    background: none repeat scroll 0% 0% #FFF;
    padding: 3px;
    width: 90px;
    margin: 3px auto 0px;
    border-radius: 3px;
    box-shadow: 1px 1px 0px #FFF;
    color: #666;
    font-family: Verdana;
    font-size: 11px;
}
.post2 {
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    box-shadow: 1px 1px 0px #FFF;
    color: #666;
    font-family: Verdana;
    font-size: 11px;
    margin: -5px auto 0px 100px;
    padding: 3px;
    width: 55%;
}
</style>

thanks for your work but can you delete the effect on last post (just topics/replies keeb effect) plz


Powered by PunBB
Currently 0 users have thanked Abdalah tupe for this post:

5
Offline

  Shadow

Shadow
Administrator
Administrator
Find [ic]<div class="post2">[/ic] and delete it, also find [ic]{catrow.forumrow.USER_LAST_POST}</div>[/ic] and delete [ic]</div>[/ic].

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

6
Offline

  Abdalah tupe

Abdalah tupe
Punbb Rookie
Punbb Rookie
Shadow wrote:[link="/t403-index_box-help-plz#2416"]Find [ic]<div class="post2">[/ic] and delete it, also find [ic]{catrow.forumrow.USER_LAST_POST}</div>[/ic] and delete [ic]</div>[/ic].

thanks solved by best coder ^__^ (Shasdow)

Powered by PunBB
Currently 0 users have thanked Abdalah tupe for this post:

7
Offline

  Guest

Anonymous
Guest
[sucesso="Marked as Solved"]The question(s) in this topic have been answered and the owner has been able to solve the problem. Because of this, the topic has been marked as Solved.

If you have further questions, please open a new topic.[/sucesso]

Powered by PunBB
Currently 0 users have thanked Guest for this post:

8
Offline

  Sponsored content



Powered by PunBB
Currently 0 users have thanked Sponsored content for this post:

View previous topic View next topic Back to top Message [Page 1 of 1]


Topic URL's

URL
BBcode
HTML

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