Remove Rows
2 posters
Page 1 of 1
Re: Remove Rows
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)
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>
- 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>
Re: Remove Rows
I want to do this:
- Spoiler:
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Remove Rows
i want the 2 lines pointed to get transparent or deleted!
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Remove Rows
Add this to your CSS:
- Code:
.pun .main-content .tc2, .pun .main-content .tcr{
border-left:none;
}
Re: Remove Rows
I merged all the columns to column tc1 but the last line disappeared..
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Remove Rows
i set it to auto but look:
Last edited by Marios94 on November 27th 2013, 11:14 pm; edited 1 time in total (Reason for editing : wrng image!! :D)
Re: Remove Rows
It is displaying fine for me. Try adjusting the margin of this:
- Code:
#content-container div#content {
margin-right: 185px;
}
Re: Remove Rows
are we talking about the edited image?
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Remove Rows
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.
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.
Re: Remove Rows
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!)
Similar topics
» message rows
» How to make profile content to rows?
» Row title size + Hiding rows and lines
» Issues: Text resizing and empty rows in posts
» How To Remove @ in name in CB
» How to make profile content to rows?
» Row title size + Hiding rows and lines
» Issues: Text resizing and empty rows in posts
» How To Remove @ in name in CB
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum