Wednesday, 27 September 2017
  6 Replies
  1.2K Visits
0
Votes
Undo
Hi experts,

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

regards
Berndi
Wednesday, 04 October 2017 11:40
·
#194030
Accepted Answer
0
Votes
Undo
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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Wednesday, 27 September 2017 22:17
·
#193812
0
Votes
Undo
Hello Berndi,

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

Many thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Thursday, 28 September 2017 08:15
·
#193822
0
Votes
Undo
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"
Friday, 29 September 2017 09:55
·
#193889
0
Votes
Undo
@greraint# for your review please?

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Wednesday, 04 October 2017 11:32
·
#194026
0
Votes
Undo
Do you mean in the event list menu item ?

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Wednesday, 04 October 2017 11:40
·
#194030
Accepted Answer
0
Votes
Undo
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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Wednesday, 04 October 2017 17:11
·
#194041
0
Votes
Undo
I swear it was.
  • Page :
  • 1
There are no replies made for this post yet.