The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to disable showing "the last post"?

3 posters

Go down

Solved How to disable showing "the last post"?

Post by Lady_Awa February 9th 2010, 7:38 pm

I'm making a rpg game on my forum and nobody there should see who's writing anything until he gets inside the forum. Is it possible to disable "the last post" column? I couldn't find such a function, but maybe changing templates makes it possible?

Thanks in advance


Last edited by Lady_Awa on February 10th 2010, 4:16 pm; edited 1 time in total
avatar
Lady_Awa
New Member

Posts : 9
Reputation : 0
Language : English, Polish

Back to top Go down

Solved Re: How to disable showing "the last post"?

Post by Guest February 9th 2010, 7:50 pm

you mean the last posts of widgets? which is your forum? Question
avatar
Guest
Guest


Back to top Go down

Solved Re: How to disable showing "the last post"?

Post by Lady_Awa February 9th 2010, 8:02 pm

I'm talking about it:

How to disable showing "the last post"? Hhhh10
avatar
Lady_Awa
New Member

Posts : 9
Reputation : 0
Language : English, Polish

Back to top Go down

Solved Re: How to disable showing "the last post"?

Post by Guest February 9th 2010, 8:12 pm

I think there is a css code for that Wink I have to do some tests before Cool
avatar
Guest
Guest


Back to top Go down

Solved Re: How to disable showing "the last post"?

Post by kirk February 9th 2010, 8:20 pm

if there is not a css for it. what version are you unseeing it can most likely be removed via template edit. but you can only do that on phpbb2 or punnbb versions.. plus if you take the option out it will be for the whole forum.

the easy way would be to have different people in groups with different permissions to what ever boards. this way even if a member See's something in the last pots column then they will not be able to view or access the forum if they are not in the group with the permissions.

but i am not exactly sure how your forums game thing goes? so just a suggestion.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: How to disable showing "the last post"?

Post by Guest February 9th 2010, 8:31 pm

if you have phbb2 version edit your template ! administration panel=>Display=> Templates=>General=>index_box(click to this button How to disable showing "the last post"? Editer ) and change the code with this :

Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  <tr>
      <td valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}<br />
        {CURRENT_TIME}<br />
        </span>
        <!-- END switch_user_logged_in -->
        <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
  </tr>
</table>
<!-- 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">&nbsp;{catrow.tablehead.L_FORUM}&nbsp;</th>
      <div style="width:0px; border: 0px;"> </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>
 
  <!-- 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 -->

edit: this is the solution and it works! yes kirk not working in CSS Embarassed Cool
avatar
Guest
Guest


Back to top Go down

Solved Re: How to disable showing "the last post"?

Post by kirk February 9th 2010, 8:36 pm

there ya go Smile
that saves me some time of finding it and doing it he he. Razz
remember to go back and publish the template too.

thanks MaNkY joker
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: How to disable showing "the last post"?

Post by Lady_Awa February 10th 2010, 4:17 pm

thank you very much, it works great! Very Happy


Topic to lock
avatar
Lady_Awa
New Member

Posts : 9
Reputation : 0
Language : English, Polish

Back to top Go down

Solved Re: How to disable showing "the last post"?

Post by Sanket February 10th 2010, 7:41 pm

Since this thread is marked solved, I will lock this thread.
How to disable showing "the last post"? 2j4t5a8

Sanket Smile
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

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