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 remove the info/overview of topics, posts and last replyer of a forum?

4 posters

Go down

In progress how to remove the info/overview of topics, posts and last replyer of a forum?

Post by medusa Mon 3 Feb - 1:02

Halloooo everyone ^^
I would very much like to remove some things of the forum so it would look nicely ^^
As you can see on the picture I would like a way to remove the column of the numbers of posts, topics and the lastest replyer and also the column on the left where there is this picture which changes rather there is a new topic or reply in the forum or not
here is the link to my forum ^^ http://newworld.danskforum.net/
how to remove the info/overview of topics, posts and last replyer of a forum? New_bi13

I sincerely hope that you can help me ^^

Yours
Medusa.


Last edited by medusa on Mon 3 Feb - 2:36; edited 1 time in total
medusa
medusa
Forumember

Female Posts : 52
Reputation : 1
Language : Danish, English
Location : Denmark

http://newworld.danskforum.net

Back to top Go down

In progress Re: how to remove the info/overview of topics, posts and last replyer of a forum?

Post by SLGray Mon 3 Feb - 2:32



how to remove the info/overview of topics, posts and last replyer of a forum? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: how to remove the info/overview of topics, posts and last replyer of a forum?

Post by medusa Mon 3 Feb - 2:50

Super Thanks Smile Well then I still need a way of removing the lastest reply and the little image column ^^
medusa
medusa
Forumember

Female Posts : 52
Reputation : 1
Language : Danish, English
Location : Denmark

http://newworld.danskforum.net

Back to top Go down

In progress Re: how to remove the info/overview of topics, posts and last replyer of a forum?

Post by Ange Tuteur Mon 3 Feb - 3:10

Hello medusa,

Administration Panel > Display > Templates > General > index_box

Find and remove :
Code:
<th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>

Find and remove :
Code:
<td class="row3 over" align="center" valign="middle" height="50">
 <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
 </td>

Find and remove :
Code:
<!-- 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>

Then save and publish your template.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: how to remove the info/overview of topics, posts and last replyer of a forum?

Post by medusa Mon 3 Feb - 9:02

Hey Ange Tuteur.
But I did what you said.
But when I removed the last part it removed every forum and such o.o

It works fine with the two first ^^ Where the lastest post are removed ^^

I have found another way but it isn't that good because of some errors(it removes the earlier pm posts when you are going to reply a pm and such and it fucks up the memberlist), so I would still like to know another way besides using CSS codes where I wrote
td[width="100%"]>.forumline:nth-child(2) .row1:nth-child(1),td[width="100%"]>.forumline:nth-child(4) .row1:nth-child(1),td[width="100%"]>.forumline:nth-child(6) .row1:nth-child(1),td[width="100%"]>.forumline:nth-child(Cool .row1:nth-child(1),td[width="100%"]>.forumline:nth-child(10) .row1:nth-child(1),td[width="100%"]>.forumline:nth-child(12) .row1:nth-child(1),td[width="100%"]>.forumline:nth-child(14) .row1:nth-child(1),td[width="100%"]>.forumline:nth-child(16) .row1:nth-child(1),td[width="100%"]>.forumline:nth-child(18) .row1:nth-child(1){
display: none !important;
}
medusa
medusa
Forumember

Female Posts : 52
Reputation : 1
Language : Danish, English
Location : Denmark

http://newworld.danskforum.net

Back to top Go down

In progress Re: how to remove the info/overview of topics, posts and last replyer of a forum?

Post by medusa Mon 3 Feb - 14:04

The last problem is now solved ^^
My friend made a CSS link to a stylesheet which he had made to solve the problem with all its errors ^^
medusa
medusa
Forumember

Female Posts : 52
Reputation : 1
Language : Danish, English
Location : Denmark

http://newworld.danskforum.net

Back to top Go down

In progress Re: how to remove the info/overview of topics, posts and last replyer of a forum?

Post by Sir Chivas™ Mon 3 Feb - 14:14

medusa wrote:Hey Ange Tuteur.
But I did what you said.
But when I removed the last part it removed every forum and such o.o

It works fine with the two first ^^ Where the lastest post are removed ^^

I have found another way but it isn't that good because of some errors(it removes the earlier pm posts when you are going to reply a pm and such and it fucks up the memberlist), so I would still like to know another way besides using CSS codes where I wrote
td[width="100%"]>.forumline:nth-child(2) .row1:nth-child(1),td[width="100%"]>.forumline:nth-child(4) .row1:nth-child(1),td[width="100%"]>.forumline:nth-child(6) .row1:nth-child(1),td[width="100%"]>.forumline:nth-child(Cool .row1:nth-child(1),td[width="100%"]>.forumline:nth-child(10) .row1:nth-child(1),td[width="100%"]>.forumline:nth-child(12) .row1:nth-child(1),td[width="100%"]>.forumline:nth-child(14) .row1:nth-child(1),td[width="100%"]>.forumline:nth-child(16) .row1:nth-child(1),td[width="100%"]>.forumline:nth-child(18) .row1:nth-child(1){
display: none !important;
}

medusa wrote:The last problem is now solved ^^
My friend made a CSS link to a stylesheet which he had made to solve the problem with all its errors ^^


Hi,

Please refrain from double posting, please next time use the edit button. Also, if you don't provide the code that fixed this, your thread will be trash as the answer was provided outside from this thread.

Regards,
Sir Chivas.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

In progress Re: how to remove the info/overview of topics, posts and last replyer of a forum?

Post by medusa Mon 3 Feb - 14:34

Well I can't give the code out? But I can remove all the parts which are related to the fourth problem, then people can still see how to remove the other columns ^^
medusa
medusa
Forumember

Female Posts : 52
Reputation : 1
Language : Danish, English
Location : Denmark

http://newworld.danskforum.net

Back to top Go down

In progress Re: how to remove the info/overview of topics, posts and last replyer of a forum?

Post by Sir Chivas™ Mon 3 Feb - 14:46

If you don't wish to give it out, that's fine. If you wish to do so, then go for it. From there we can guide ourselves into providing the correct answer, thank you.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Back to top

- Similar topics

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