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

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]

1hide/remove: post,last post,topic  Empty hide/remove: post,last post,topic Sun Feb 20, 2011 2:39 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 2:17 am; edited 1 time in total

2hide/remove: post,last post,topic  Empty Re: hide/remove: post,last post,topic Mon Feb 21, 2011 8:25 pm

Guest


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

3hide/remove: post,last post,topic  Empty Re: hide/remove: post,last post,topic Mon Feb 21, 2011 10:08 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 1:36 am; edited 2 times in total

4hide/remove: post,last post,topic  Empty Re: hide/remove: post,last post,topic Mon Feb 21, 2011 11:49 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>

5hide/remove: post,last post,topic  Empty Re: hide/remove: post,last post,topic Tue Feb 22, 2011 1:37 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.

6hide/remove: post,last post,topic  Empty Re: hide/remove: post,last post,topic Tue Feb 22, 2011 1:39 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 -->

7hide/remove: post,last post,topic  Empty Re: hide/remove: post,last post,topic Tue Feb 22, 2011 1:46 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

8hide/remove: post,last post,topic  Empty Re: hide/remove: post,last post,topic Tue Feb 22, 2011 1:49 am

Guest


Guest
Yah Very Happy remove it from all (:

9hide/remove: post,last post,topic  Empty Re: hide/remove: post,last post,topic Tue Feb 22, 2011 1:59 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

10hide/remove: post,last post,topic  Empty Re: hide/remove: post,last post,topic Tue Feb 22, 2011 2:43 am

Guest


Guest
Glad i could help you Very Happy

11hide/remove: post,last post,topic  Empty Re: hide/remove: post,last post,topic Tue Feb 22, 2011 4:04 pm

Jophy

Jophy
Registered Member
Registered Member
**Solved

http://www.socialtechforum.com/

Sponsored content


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