Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

New system for subjects [PunBB]

+2
Mike.
Sasori
6 posters

Go down  Message [Page 1 of 1]

1New system for subjects [PunBB]  Empty New system for subjects [PunBB] Wed Jul 17, 2013 12:34 pm

Sasori

Sasori
Administrator


Hello , probably you saw this topic : https://fmsoftware.forumotion.com/t17-new-system-for-subjects-phpbb2 , here is a simple but a new system to see the subjects on phpBB2 , now , I've done and for PunBB

Just go in :
Administration Panel -> Display -> Templates -> index_box delete all the template and fill with that

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>
      <div class="main-content">
        <table cellspacing="0" class="table">
            <thead>
              <tr>
                  <th class="tcl">{L_FORUM}</th>
                  <th class="tcr">Last Post Info</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 />
                    <div id="stats-post"><span>Posts: {catrow.forumrow.POSTS}</span>, <span>Topics: {catrow.forumrow.TOPICS}</span></div>
                    {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 -->
                    <div class="sublinks">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                                                  <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</div>
                  </td>
                  <td class="tcr" id="last_post">
                    <div id="chenar"><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>
              </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 -->

Now go in Administration Panel -> Dispay -> Colors -> CSS Stylesheet and add next code

Code:
.tcr {
width: 150px!important;
}

#stats-post {
margin: 5px 0 2px;
}

2New system for subjects [PunBB]  Empty Re: New system for subjects [PunBB] Thu Jul 18, 2013 9:55 am

Mike.

Mike.
User


like it ! :)

http://zerocheaters.ro

3New system for subjects [PunBB]  Empty Re: New system for subjects [PunBB] Thu Jul 18, 2013 10:17 pm

Wanse

Wanse
User


Demo?

4New system for subjects [PunBB]  Empty Re: New system for subjects [PunBB] Mon Jul 22, 2013 5:47 pm

SLGray

SLGray
User


It would be nice to see an example of it.

http://webcreations.forumotion.com/

5New system for subjects [PunBB]  Empty Re: New system for subjects [PunBB] Mon Jul 22, 2013 6:46 pm

Zyon

Zyon
manager


Mike. wrote:like it ! :)

are you try it?

http://admins.forumotion.com

6New system for subjects [PunBB]  Empty Re: New system for subjects [PunBB] Fri Jul 26, 2013 1:49 pm

tommycoo

tommycoo
User


here is for screenshot for this tutorial :)
this tutorial just change you forum reply and views to the bottom of the title ;)

New system for subjects [PunBB]  0i7e

7New system for subjects [PunBB]  Empty Re: New system for subjects [PunBB] Fri Jul 26, 2013 10:38 pm

Zyon

Zyon
manager


Thank you so much :)

http://admins.forumotion.com

Sponsored content



Back to top  Message [Page 1 of 1]

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