By Guest on Wednesday, 27 September 2017
Replies 6
Likes 0
Views 1.2K
Votes 0
Hi experts,

I miss the event-list-column-format-field to configure the listview.
Where does it go?

regards
Berndi
I don't think there was ever a way to input these on a row specific basis but the code might have been visible to allow you to edit it directly.

change line 178 of administrator/components/com_jevents/fields/jevcolumns.php

$input .= '<textarea style="display:none" name="' . $this->name . '" id="jevcolumns">' . $invalues . '</textarea>';

to remove the display:none then you can edit this and add the formatting yourself
·
Wednesday, 04 October 2017 11:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Berndi,

How do you mean? We have a Menu Type of Event List ?

Many thanks
Tony
·
Wednesday, 27 September 2017 22:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes.
Options of eventlist-menuitem

some months ago, there was a field to configute the columns by using time-format tags

in the sql-database, there are still the settings for the columns but no field in the backend-options

#__menu.params

{"com_calViewName":"global","darktemplate":"0","columns":"STARTDATE;%A|Startdatum|Wochentag||STARTTIME|Startzeit|Beginn||TITLE_LINK|Titel-Link|Veranstaltung","catidnew":["154"],"include_subcats":"1","relative":"rel","usedates":"both","absstart":"","absend":"","relstart":"LAST SUNDAY","relend":"+ 1 YEAR","strstart":"YESTERDAY","strend":"TOMORROW","dataorder":"rpt.startrepeat asc, rpt.endrepeat ASC, det.summary ASC","com_showrepeats":"-1","csvexport":"0","csvexportfiler":"0","extras0":"","extras1":"","extras2":"","overridelayout":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","menu_image_css":"","menu_text":1,"menu_show":1,"page_title":"","show_page_heading":"","page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","secure":0,"masthead-title":"Yoga","masthead-slogan":"Finde deinen spirituellen Kern"}

"columns":"STARTDATE;%A|Startdatum|Wochentag||STARTTIME|Startzeit|Beginn||TITLE_LINK|Titel-Link|Veranstaltung"
·
Thursday, 28 September 2017 08:15
·
0 Likes
·
0 Votes
·
0 Comments
·
@greraint# for your review please?
·
Friday, 29 September 2017 09:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Do you mean in the event list menu item ?
·
Wednesday, 04 October 2017 11:32
·
0 Likes
·
0 Votes
·
0 Comments
·
I swear it was.
·
Wednesday, 04 October 2017 17:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post