WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

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

1 hide/remove: post,last post,topic on Sun Feb 20, 2011 1:09 am

WHITESABBATH


Registered Member
Registered Member
Looking for a way to remove the "text" for the topic titled features(post,last post,topic). Looks unattractive to my sites appearance.
I am using a phpBB2 version.
Thanks in advance



Last edited by WHITESABBATH on Tue Feb 22, 2011 12:47 am; edited 1 time in total

2 Re: hide/remove: post,last post,topic on Mon Feb 21, 2011 6:55 pm

Guest


Guest
In the forum index or in the topic list? (:

3 Re: hide/remove: post,last post,topic on Mon Feb 21, 2011 8:38 pm

WHITESABBATH


Registered Member
Registered Member
here's screen shot. the ones in purple i want to remove





Last edited by WHITESABBATH on Tue Feb 22, 2011 12:06 am; edited 2 times in total

4 Re: hide/remove: post,last post,topic on Mon Feb 21, 2011 10:19 pm

Guest


Guest
Templates - General - index_box:
Replace:
Code:
      <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>

With:
Code:
      <th nowrap="nowrap" width="50"></th>
      <th nowrap="nowrap" width="50"></th>
      <th nowrap="nowrap" width="150"><div style="width:150px;"></div></th>

5 Re: hide/remove: post,last post,topic on Tue Feb 22, 2011 12:07 am

WHITESABBATH


Registered Member
Registered Member
Gangstar15 wrote:Templates - General - index_box:
Replace:
Code:
      <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>

With:
Code:
      <th nowrap="nowrap" width="50"></th>
      <th nowrap="nowrap" width="50"></th>
      <th nowrap="nowrap" width="150"><div style="width:150px;"></div></th>


lmao. You get what you ask for.
Thanks for the code gangster, which was perfect for what i had asked for.
However my absent minded self forgot to mention the removal of the "numbers of topics post,reply post just below what we just removed.lol i don't want nothing visible on the right side.

6 Re: hide/remove: post,last post,topic on Tue Feb 22, 2011 12:09 am

Guest


Guest
Ok now just remove the code i sent you Very Happy and in the same template remove:
Code:
      <!-- BEGIN forum_link_no -->
      <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>
      <!-- END forum_link_no -->

7 Re: hide/remove: post,last post,topic on Tue Feb 22, 2011 12:16 am

WHITESABBATH


Registered Member
Registered Member
remove the code i just insert and in addition, you want me to remove the code you just posted. so what am i replacing code with? lol or is that what were doing removing it all together? lol

8 Re: hide/remove: post,last post,topic on Tue Feb 22, 2011 12:19 am

Guest


Guest
Yah Very Happy remove it from all (:

9 Re: hide/remove: post,last post,topic on Tue Feb 22, 2011 12:29 am

WHITESABBATH


Registered Member
Registered Member
Gangstar15 wrote:Yah Very Happy remove it from all (:


As always.. you are the Man gangster. Cool
Thanks a million

10 Re: hide/remove: post,last post,topic on Tue Feb 22, 2011 1:13 am

Guest


Guest
Glad i could help you Very Happy

11 Re: hide/remove: post,last post,topic on Tue Feb 22, 2011 2:34 pm

Jophy


Registered Member
Registered Member
**Solved

http://www.socialtechforum.com/

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

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