You need to be logged in to view a user's profile.
  1. DAVadmin
  2. JEvents 3.4 (Free Access)
  3. Thursday, 17 February 2022
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
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Bearbeitung eines Events icalevent.edit_page
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 1
tonyp
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
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
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!
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
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>
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 3
tonyp
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
Firstly please save your JEvents Config.

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!
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Leider sind die Bilder nicht übertragen worden

Bild1.jpg


DB Auszug
Bild2.jpg
Attachments (2)
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.