By DAVadmin on Thursday, 17 February 2022
Replies 6
Likes 0
Views 1.1K
Votes 0
Joomla 4.1 php 8.0 jevent 3.6.28
Bild1.jpg


Wie kann man einen mehrtägigen Event eingeben ?

Wie kann man die Wiederholungs-Button im Frontend ausblenden?

How can I enter a multi-day event?

How to hide the repeat button in the frontend?

Danke
Bearbeitung eines Events icalevent.edit_page
·
Saturday, 19 February 2022 13:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Can you please ensure you are on the latest version? It looks like you have selected all day event but not.

Could we get super user logins please?

Many thanks
Tony
·
Saturday, 19 February 2022 13:42
·
0 Likes
·
0 Votes
·
0 Comments
·
HP Version : 8.0.15
MySQL Version : 5.7.36-log
Server Information : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
*** CONFIG NOT SAVED***
Fix jQuery? : Yes
Load JEvents Bootstrap CSS? : Yes
Max Input Vars ? : 5000
Club code set? : No
User Agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0
Joomla : 4.1.0
component_com_jevents : 3.6.29
component_com_jce : 2.9.20
module_mod_jevents_cal : 3.6.29
module_mod_jevents_custom : 3.6.29
module_mod_jevents_filter : 3.6.29
module_mod_jevents_latest : 3.6.29
module_mod_jevents_legend : 3.6.29
module_mod_jevents_switchview : 3.6.29
plugin_actionlog_jevents : 3.6.29
plugin_content_jevents : 3.6.29
plugin_finder_jevents : 3.6.29
plugin_installer_jeventsinstaller : 3.6.29
plugin_search_eventsearch : 3.6.29
plugin_system_gwejson : 3.6.29


icalevent.edit_page

{{Nachricht:MESSAGE}}
<div align="left" class="adminform form-horizontal">
<h3>{{Title Label:TITLE_LBL}} :{{Titel:TITLE}}</h3>
<table cellpadding="10" cellspacing="2" border="0" class="adminform" id="jevadminform">

<tr>{{Calendar tab content:CALTAB}}
</tr>
<tr {{Creator:CREATOR# class="jevcreator" #class="jevcreator jev_none"}}>
<td align="left">
{{Creator label:CREATOR_LBL}}:</td>
<td style="width:200px" >
{{Creator:CREATOR}}
</td>
</tr>
<tr {{Calendar:ICAL# class="jevical" #class="jevical jev_none"}}>
<td valign="top" align="left" >
{{Bezeichnung Kalender:ICAL_LBL}}
</td>
<td style="width:200px" >
{{Kalenderauswahl:ICAL}}
</td>
<td valign="top" align="left" >
{{Category label:CATEGORY_LBL}}
</td>
<td style="width:200px" >
{{Category:CATEGORY}}
</td>
</tr>
<tr {{Access:ACCESS# class="jevaccess" #class="jevaccess jev_none"}}>
<td valign="top" align="left" >
{{Access label:ACCESS_LBL}}
</td>
<td style="width:200px" >
{{Access:ACCESS}}
</td>


<td valign="top" align="left" >
{{State label:STATE_LBL}}
</td>
<td style="width:200px" >
{{State:STATE}}
</td>

<tr class="jev_description">
<td valign="top" align="left">
{{Description label:DESCRIPTION_LBL}}
</td>
<td colspan="3">
{{Description:DESCRIPTION}}
</td>
</tr>

<tr class="jeveditlocation">
<td width="130" align="left" valign="top">
{{LOCATION label:LOCN_LBL}}
</td>
<td colspan="3">
{{Location:LOCN}}
</td>
</tr>

<tr class="jev_contact">
<td valign="top" align="left">
{{Contact label:CONTACT_LBL}}
</td>
<td colspan="3">
{{Contact:CONTACT}}
</td>
</tr>

<tr class="jev_extrainfo">
<td valign="top" align="left">
{{Extra label:EXTRA_LBL}}
</td>
<td colspan="3">
{{Extra:EXTRA}}
</td>
</tr>
</table>

</div>
·
Saturday, 19 February 2022 16:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Firstly please save your JEvents Config.

Many thanks
Tony
·
Saturday, 19 February 2022 16:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Weshalb wird das Enddatum nichr richtig ausgegeben?

D:\DAV\Joomla4\Anpassungen\Jevent latest/Bild1.jpg
===========

{{Titel:TITLE}}     {{Bearbeiten-Schaltfläche:EDITBUTTON}}

{source}

<?php

if ('{{Enddatum:ENDDATE}}' == '{{Startdatum:STARTDATE}}') {

echo '<strong>{{Kategorie:CATEGORY}} am {{Startdatum:STARTDATE}} {{Startzeit:STARTTIME}} Uhr bis {{Enddatum:ENDDATE}}</strong><br>' ;


} else {

echo '{{Kategorie:CATEGORY}} am {{Startdatum:STARTDATE}} {{Startzeit:STARTTIME}} Uhr bis {{Enddatum:ENDDATE}}<br>';

}

?>

{/source}
erstellt von  {{Ersteller:CREATOR}} am {{Erstellt:CREATED}}
{{Beschreibung:DESCRIPTION}}
=======================================

In der DB sind Startzeit und Endzeit unterschiedlich
D:\DAV\Joomla4\Anpassungen\Jevent latest/Bild2.jpg

multida = 0 neendtime = 0
·
Monday, 21 February 2022 11:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Leider sind die Bilder nicht übertragen worden

Bild1.jpg



DB Auszug
Bild2.jpg
·
Monday, 21 February 2022 11:26
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post