Boonex Ads Module - Hide Categories on opening ads homepage

Hi.

Does anybody know if there is a way to have the ads categories 'closed' or hidden by default on visit to the ads homepage?

Or does anybody have code for this to happen?

My categories are quite large and would prefer them hidden as default.

Regards Chris

Quote · 11 Apr 2012

Anybody help with this?

Chris

Quote · 12 Apr 2012

I would like to know this too....Thanks

M

Quote · 12 Apr 2012

Somebody must have some idea how to do this?

Is anyone there?  LOL

Quote · 14 Apr 2012

Will hide all subcats on  Ads Home,
this will happen on Categories page also, since it use the same function and css.

open file templates/base/css/categories.css

find this code

.quick_links_elink_lcont {
    width:100%;
    background-color:#F2F2FF;
    border-top:1px solid #DADADA;
}


add this code:

display: none;

modified code:

.quick_links_elink_lcont {
    width:100%;
    background-color:#F2F2FF;
    border-top:1px solid #DADADA;
    display: none;
}

Quote · 14 Apr 2012

At work presntly, will try when I get home.

Thanks so much

Chris

Quote · 15 Apr 2012

I added the suggested code to my custom template categories.css and it worked a treat!

Many thanks!

Chris

Quote · 17 Apr 2012

Thank you.

 

M

Quote · 18 Apr 2012

How about hiding the Ads details like the time the ad was posted? It shows on my index page and I want to remove it. Do you know how to do it?

See image..

Ads.jpg · 36.5K · 199 views
Sometimes communicating your problem and putting it out there is enough to solve it
Quote · 3 Jun 2012

 

How about hiding the Ads details like the time the ad was posted? It shows on my index page and I want to remove it. Do you know how to do it?

See image..

 

open file: modules/boonex/ads/templates/tmpl_uni/css/ads.css

add this code to it

.ads_When {
    display: none;
}

Quote · 3 Jun 2012

 Thanks but it didn't work. I cleared chache and its still there.

 

 

How about hiding the Ads details like the time the ad was posted? It shows on my index page and I want to remove it. Do you know how to do it?

See image..

 

open file: modules/boonex/ads/templates/tmpl_uni/css/ads.css

add this code to it

.ads_When {
    display: none;
}

 

Sometimes communicating your problem and putting it out there is enough to solve it
Quote · 4 Jun 2012

it work ok if you use UNI template, if you use another template or ads module it may be different...

Quote · 4 Jun 2012

Ohh I see, yes I use one of Gorpus templates.

Ok thank you.

 

it work ok if you use UNI template, if you use another template or ads module it may be different...

 

Sometimes communicating your problem and putting it out there is enough to solve it
Quote · 4 Jun 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.