news show pro: remove date column

GK User
Sun Oct 07, 2012 6:35 pm
hi there

is there a clean way to fully remove/disable the date column of the news show pro module?

regards
emel
User avatar
Platinum Boarder

GK User
Sun Oct 07, 2012 8:13 pm
Hi

Date is set on "Info format" or "Second info format" field using %DATE string.
You can either remove string or just disable the respective info field.

Cheers
User avatar
Platinum Boarder

GK User
Mon Oct 08, 2012 3:08 pm
thanx, sorry to reply in the same post, but is there also a way to have all your articles unfolded instead of the current " unfold after clicking on the title or tumbnail" method....?
User avatar
Platinum Boarder

GK User
Mon Oct 08, 2012 5:39 pm
Sorry but i'm not quite following.
Please explain better
User avatar
Platinum Boarder

GK User
Wed Oct 10, 2012 1:09 pm
hi

please see the image.

1) i have disabled the second info label, date is still there.

2) i want all my articles to be displayed unfolded ("open"), now they "open" after clicking.

regards
User avatar
Platinum Boarder

GK User
Sun Nov 04, 2012 12:43 pm
Hi

My apologize for the late reply.

From the screenshot your are using NSP - Portal mode 3.
To remove date you need to use suffix on module.
So please enable the use of css override on template parameters and add this code on ../css/override.css file.

Code: Select all
.nodate .nspMainPortalMode3 .nspDate { display: none}
.nodate .nspMainPortalMode3 .nspArtMore {margin: 0!important;}
.nodate .nspMainPortalMode3 .nspArtMain {border: none!important}


Now go to the module parameters and add this suffix "[space]nodate"
It should look fine now.

About the second issue, i'm afraid that's part of javascript engine of this portal mode. If you want all open, i recommend that you use normal mode.

Cheers
User avatar
Platinum Boarder


cron