List Manager Forum

how can we disable the last column?.. at all..

User moon_658 2012-08-16 18:14:07

hi...

we recently bought your software Listmanager.

please give us a way to disable the last column. we don't use that last column.
we already searched and tried the solutions purposed in forum.

Edited by moon_658 - 16.08.2012 18:14

Moonsoft support 2012-08-17 10:54:38

Hi,
if you want to disable all options from the last column, you can select the configuration parameter 'Allow changes' = NO, in order to hide all edition icons.
But if you are not going to use the filters, so you don't even need the 'clean filters' icon, you can hide enterely the last column playing with the styles at the css. Please edit

joomla/modules/mod_listmanager/assets/css/default.css

add this class:


.lm_tableheader.lm_column_last {
display: none;
}



and include a display:none to the other existing last column styles, this way:


.lm_result table thead tr .lm_tableheader_empty {
background: none repeat scroll 0 0 #FFFFFF;
display: none;
}


.lm_result table tbody tr .lm_lasttd {
width: 40px;
display: none;
}



Hope this helps,

...
CalcBuilder

Create dynamic calculators

Buy now!
...
List Manager

Build different lists for your site

Buy now!