- Posts: 1457
- Thank you received: 71
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question Would like to remove a few things..
tr.fb_sectiontableentry1 td.td-1 {
border-left:1px solid #383838;
display:none;
}
td.fb_profileboxcnt {
display:none;
width:95%;
}
Please Log in or Create an account to join the conversation.
I just want the tabs for my discussion and recent discussion to be there etc...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
ok here is a faster way to do what you want to do go to your kunena template.css file and add teh lines in RED
tr.fb_sectiontableentry1 td.td-1 {
border-left:1px solid #383838;
display:none;
}
td.fb_profileboxcnt {
display:none;
width:95%;
}
#Kunena tr.fb_sectiontableentry1 td {
background:url("images/ltrtransbg.png") repeat scroll 0 0 transparent;
border-bottom:1px solid #383838;
border-left:1px solid #000000;
border-right:1px solid #383838;
display:none;
padding:5px;
}
warning!! this will hide a half of forum !!!!!!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.