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.

Remove Rows

2 posters

Go down

Solved Remove Rows

Post by TheCrow November 27th 2013, 7:36 pm

How can i delete these rows!!???? Only these and in the subforum rows.. not in on forum!

Remove Rows Ddis
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: Remove Rows

Post by Ange Tuteur November 27th 2013, 7:45 pm

It depends on your templates, but for default PunBB this is the method :

Administration Panel > Display > Templates > General > index_box

Find this and delete it: (Header)
Code:
<th class="tc2">{L_TOPICS}</th>
 <th class="tc3">{L_POSTS}</th>
 <th class="tcr">{L_LASTPOST}</th>
Find this and delete it: (rows)
Code:
<td class="tc2">{catrow.forumrow.TOPICS}</td>
 <td class="tc3">{catrow.forumrow.POSTS}</td>
 <td class="tcr">
 <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>
 </td>
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Remove Rows

Post by TheCrow November 27th 2013, 10:15 pm

I want to do this:
Spoiler:
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: Remove Rows

Post by Ange Tuteur November 27th 2013, 10:24 pm

Can you be specific on what you want to do please?

Thanks I love you
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Remove Rows

Post by TheCrow November 27th 2013, 10:32 pm

i want the 2 lines pointed to get transparent or deleted!
Remove Rows 86pp4tO
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: Remove Rows

Post by Ange Tuteur November 27th 2013, 10:35 pm

Add this to your CSS:
Code:
.pun .main-content .tc2, .pun .main-content .tcr{
border-left:none;
}
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Remove Rows

Post by TheCrow November 27th 2013, 10:53 pm

I merged all the columns to column tc1 but the last line disappeared..

Remove Rows SFgS7ie
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: Remove Rows

Post by Ange Tuteur November 27th 2013, 10:56 pm

In your CSS:

Width should be set to 'auto'
Code:
.pun .main-content .tcl {
    width:auto;
}
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Remove Rows

Post by TheCrow November 27th 2013, 11:06 pm

i set it to auto but look:

Remove Rows Eqjo


Last edited by Marios94 on November 27th 2013, 11:14 pm; edited 1 time in total (Reason for editing : wrng image!! :D)
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: Remove Rows

Post by Ange Tuteur November 27th 2013, 11:14 pm

It is displaying fine for me. Try adjusting the margin of this:
Code:
#content-container div#content {
    margin-right: 185px;
}
or try clearing your browsers cache.
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Remove Rows

Post by TheCrow November 27th 2013, 11:21 pm

are we talking about the edited image?
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: Remove Rows

Post by Ange Tuteur November 27th 2013, 11:46 pm

No, I see the correct image now.

I am not too sure about your setup, it could be coming from the templates or your CSS.

Anyhow you could try deleting the <tr> tags that are wrapping your <td class="tcl"> tags to see if that clears up the space distribution issue.

hmm or you could reverse that, give the tr tags the tcl class and delete the td tags. I'm really not sure what you did.

Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Remove Rows

Post by TheCrow November 27th 2013, 11:49 pm

Nope that makes it worst!  haha...

Fixed!! I forgot to delete one column in the template!!

Solved!!


Last edited by Marios94 on November 27th 2013, 11:56 pm; edited 1 time in total (Reason for editing : found it!)
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: Remove Rows

Post by Ange Tuteur November 27th 2013, 11:57 pm

Thanks for providing the solution

Topic Solved and Archived
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Back to top


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