primo commit
289
administrator/components/com_jem/help/css/help.css
Normal file
@ -0,0 +1,289 @@
|
||||
body {
|
||||
font-family:"Roboto", "Helvetica Neue", Arial, sans-serif;
|
||||
line-height: 1.4rem;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #0B55C4;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #0B55C4;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #1B57B1;
|
||||
font-size: 1.4em;
|
||||
border-bottom: 1px solid #1B57B1;
|
||||
padding: 0 0 2px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin: 30px 0 10px;
|
||||
font-size: 1.3em;
|
||||
font-weight: bold;
|
||||
border-bottom: 1px solid #cccccc;
|
||||
color: #1b57b1;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin: 20px 0 10px;
|
||||
font-size: 1.1em;
|
||||
font-weight: bold;
|
||||
border-bottom: 1px solid #cccccc;
|
||||
color: #1b57b1;
|
||||
}
|
||||
|
||||
pre {
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
border-left: 1px solid #aaa;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
ul {
|
||||
line-height: 1.2rem;
|
||||
margin-left: -20px;
|
||||
/* list-style-position: inside; */
|
||||
}
|
||||
|
||||
ul li:not(:last-child) {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
img.left {
|
||||
float: left;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.box {
|
||||
clear: both;
|
||||
padding: 1px 0;
|
||||
}
|
||||
|
||||
.hintheader {
|
||||
border-left: 6px solid #ffa909;
|
||||
border-right: 1px solid #e7e7e7;
|
||||
border-top: 1px solid #ffa909;
|
||||
padding: 3px 3px 3px 54px;
|
||||
font-weight: bold;
|
||||
margin: 8px auto 0;
|
||||
color: #000;
|
||||
background-color: #ffa909;
|
||||
}
|
||||
|
||||
.hint {
|
||||
border-left: 6px solid #ffa909;
|
||||
border-right: 1px solid #e7e7e7;
|
||||
border-bottom: 1px solid #e7e7e7;
|
||||
padding: 12px 12px 20px 54px;
|
||||
margin: 0 auto 8px;
|
||||
color: #465584;
|
||||
background: #fff url(../images/icon-32-hint.png) no-repeat 4px 15px;
|
||||
}
|
||||
|
||||
.attentionheader {
|
||||
border-left: 6px solid #FE8282;
|
||||
border-right: 1px solid #e7e7e7;
|
||||
border-top: 1px solid #FE8282;
|
||||
padding: 3px 3px 3px 54px;
|
||||
font-weight: bold;
|
||||
margin: 8px auto 0;
|
||||
color: #000;
|
||||
background-color: #FE8C8C;
|
||||
}
|
||||
|
||||
.attention {
|
||||
border-left: 6px solid #FE8282;
|
||||
border-right: 2px solid #FE8282;
|
||||
border-bottom: 2px solid #FE8282;
|
||||
padding: 6px 6px 20px 54px;
|
||||
margin: 0 auto 8px;
|
||||
color: #465584;
|
||||
background: #fff url(../images/icon-32-attention.png) no-repeat 6px 6px;
|
||||
}
|
||||
|
||||
table.help {
|
||||
background-color: #fff;
|
||||
border: solid 1px #d5d5d5;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
margin: 8px 0 10px 0;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
table.help tr:nth-child(even) {background: #f9f9f9}
|
||||
table.help tr:nth-child(odd) {background: #f3f3f3}
|
||||
|
||||
table.help th {
|
||||
padding: 6px 2px 4px 4px;
|
||||
text-align: left;
|
||||
height: 25px;
|
||||
color: #000;
|
||||
background-color: #eee;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
table.help td {
|
||||
padding: 4px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.close {
|
||||
text-align: center;
|
||||
margin: 30px 0;
|
||||
}
|
||||
|
||||
.toolbar-list {
|
||||
float: left;
|
||||
color: #465584;
|
||||
background-color: #eee;
|
||||
}
|
||||
.toolbar-list ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.toolbar-list li {
|
||||
float: left;
|
||||
height: 48px;
|
||||
min-width: 48px;
|
||||
list-style: none outside none;
|
||||
padding: 1px 4px;
|
||||
text-align: center;
|
||||
}
|
||||
.toolbar-list span {
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
display: block;
|
||||
float: none;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.icon-32-alert {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-alert.png");
|
||||
}
|
||||
.icon-32-apply {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-apply.png");
|
||||
}
|
||||
.icon-32-archive {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-archive.png");
|
||||
}
|
||||
.icon-32-back {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-back.png");
|
||||
}
|
||||
.icon-32-cancel {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-cancel.png");
|
||||
}
|
||||
.icon-32-checkin {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-checkin.png");
|
||||
}
|
||||
.icon-32-delete {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-delete.png");
|
||||
}
|
||||
.icon-32-edit {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-edit.png");
|
||||
}
|
||||
.icon-32-export {
|
||||
background-image: url("../../../../../media/com_jem/images/icon-32-tableexport.png");
|
||||
}
|
||||
.icon-32-featured {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-featured.png");
|
||||
}
|
||||
.icon-32-forward {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-forward.png");
|
||||
}
|
||||
.icon-32-help {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-help.png");
|
||||
}
|
||||
.icon-32-move {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-move.png");
|
||||
}
|
||||
.icon-32-new {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-new.png");
|
||||
}
|
||||
.icon-32-options {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-config.png");
|
||||
}
|
||||
.icon-32-print {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-print.png");
|
||||
}
|
||||
.icon-32-publish {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-publish.png");
|
||||
}
|
||||
.icon-32-purge {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-purge.png");
|
||||
}
|
||||
.icon-32-refresh {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-refresh.png");
|
||||
}
|
||||
.icon-32-save {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-save.png");
|
||||
}
|
||||
.icon-32-save-new {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-save-new.png");
|
||||
}
|
||||
.icon-32-save-copy {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-save-copy.png");
|
||||
}
|
||||
.icon-32-trash {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-trash.png");
|
||||
}
|
||||
.icon-32-upload {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-upload.png");
|
||||
}
|
||||
.icon-32-unpublish {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-unpublish.png");
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body
|
||||
{
|
||||
background-color: #171C24;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
table.help {
|
||||
background-color: #000;
|
||||
}
|
||||
h1, h2, h3 {
|
||||
color: #8BB2ED;
|
||||
}
|
||||
|
||||
.hint, .attentionheader, .attention, table.help {
|
||||
color: #fff;
|
||||
background-color: #465584;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #fe8282;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #fe8c8c;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
243
administrator/components/com_jem/help/css/help.css_OLD
Normal file
@ -0,0 +1,243 @@
|
||||
body {
|
||||
font-family: verdana, arial, sans-serif;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #0B55C4;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #0B55C4;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #1B57B1;
|
||||
font-size: 1.5em;
|
||||
border-left: 25px solid #1B57B1;
|
||||
border-bottom: 1px solid #1B57B1;
|
||||
padding: 0 0 2px 5px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin: 30px 0 10px;
|
||||
font-family: Helvetica,Arial,sans-serif;
|
||||
font-size: 1.4em;
|
||||
font-weight: bold;
|
||||
border-bottom: 1px solid #cccccc;
|
||||
color: #1b57b1;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin: 20px 0px 10px;
|
||||
font-family: Helvetica,Arial,sans-serif;
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
border-bottom: 1px solid #cccccc;
|
||||
color: #1b57b1;
|
||||
}
|
||||
|
||||
pre {
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
border-left: 1px solid #aaa;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
img.left {
|
||||
float: left;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
.box {
|
||||
clear: both;
|
||||
padding: 1px 0;
|
||||
}
|
||||
|
||||
.hintheader {
|
||||
border-left: 6px solid #ffa909;
|
||||
border-right: 1px solid #e7e7e7;
|
||||
border-top: 1px solid #ffa909;
|
||||
padding: 3px 3px 3px 40px;
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
margin: 8px auto 0px;
|
||||
color: #000000;
|
||||
background-color: #ffa909;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.hint {
|
||||
border-left: 6px solid #ffa909;
|
||||
border-right: 1px solid #e7e7e7;
|
||||
border-bottom: 1px solid #e7e7e7;
|
||||
padding: 3px 3px 20px 40px;
|
||||
margin: 0px auto 8px;
|
||||
color: #465584;
|
||||
background: #ffffff url(../images/icon-32-hint.png) no-repeat 4px 4px;
|
||||
font-size: 12px;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.attentionheader {
|
||||
border-left: 6px solid #FE8282;
|
||||
border-right: 1px solid #e7e7e7;
|
||||
border-top: 1px solid #FE8282;
|
||||
padding: 3px 3px 3px 40px;
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
margin: 8px auto 0px;
|
||||
color: #000000;
|
||||
background-color: #FE8C8C;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.attention {
|
||||
border-left: 6px solid #FE8282;
|
||||
border-right: 1px solid #e7e7e7;
|
||||
border-bottom: 1px solid #e7e7e7;
|
||||
padding: 3px 3px 20px 40px;
|
||||
margin: 0px auto 8px;
|
||||
color: #465584;
|
||||
background: #ffffff url(../images/icon-32-attention.png) no-repeat 4px 4px;
|
||||
font-size: 12px;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
table.help {
|
||||
background-color: #ffffff;
|
||||
border: solid 1px #d5d5d5;
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
margin: 8px 0 10px 0;
|
||||
margin-bottom: 15px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.help tr.row0 {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
table.help tr.row1 {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
|
||||
table.help th {
|
||||
font-size: 11px;
|
||||
padding: 6px 2px 4px 4px;
|
||||
text-align: left;
|
||||
height: 25px;
|
||||
color: #000;
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
table.help td {
|
||||
padding: 3px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.close {
|
||||
text-align: center;
|
||||
margin: 30px 0;
|
||||
}
|
||||
|
||||
.toolbar-list {
|
||||
float: left;
|
||||
color: #465584;
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
.toolbar-list ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.toolbar-list li {
|
||||
float: left;
|
||||
height: 48px;
|
||||
min-width: 48px;
|
||||
list-style: none outside none;
|
||||
padding: 1px 4px;
|
||||
text-align: center;
|
||||
}
|
||||
.toolbar-list span {
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
display: block;
|
||||
float: none;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
.icon-32-alert {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-alert.png");
|
||||
}
|
||||
.icon-32-apply {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-apply.png");
|
||||
}
|
||||
.icon-32-archive {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-archive.png");
|
||||
}
|
||||
.icon-32-back {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-back.png");
|
||||
}
|
||||
.icon-32-cancel {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-cancel.png");
|
||||
}
|
||||
.icon-32-checkin {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-checkin.png");
|
||||
}
|
||||
.icon-32-delete {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-delete.png");
|
||||
}
|
||||
.icon-32-edit {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-edit.png");
|
||||
}
|
||||
.icon-32-forward {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-forward.png");
|
||||
}
|
||||
.icon-32-help {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-help.png");
|
||||
}
|
||||
.icon-32-new {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-new.png");
|
||||
}
|
||||
.icon-32-options {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-config.png");
|
||||
}
|
||||
.icon-32-publish {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-publish.png");
|
||||
}
|
||||
.icon-32-purge {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-purge.png");
|
||||
}
|
||||
.icon-32-refresh {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-refresh.png");
|
||||
}
|
||||
.icon-32-save {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-save.png");
|
||||
}
|
||||
.icon-32-save-new {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-save-new.png");
|
||||
}
|
||||
.icon-32-save-copy {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-save-copy.png");
|
||||
}
|
||||
.icon-32-trash {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-trash.png");
|
||||
}
|
||||
.icon-32-upload {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-upload.png");
|
||||
}
|
||||
.icon-32-unpublish {
|
||||
background-image: url("../../../../../media/com_jem/images/toolbar/icon-32-unpublish.png");
|
||||
}
|
||||
1
administrator/components/com_jem/help/css/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><title></title>
|
||||
@ -0,0 +1,80 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>Eventteilnehmer bearbeiten</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Eventteilnehmer bearbeiten</h1>
|
||||
|
||||
<h3>Beschreibung</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-users.png" alt="" class="left" />
|
||||
Auf dieser Seite werden die angemeldeten Teilnehmer bearbeitet.
|
||||
Man kann auch neue Teilnehmer zum gewählten Event hinzufügen. Man
|
||||
muss zusätzlich einen Status wählen (Eingeladen, Teilnehmend, Nicht Teilnehmend,
|
||||
Auf Warteliste). Optional gibt es einen Kommentar. Auch kann man entscheiden,
|
||||
ob eine Email gesendet werden soll. Wenn eine Email gesendet werden soll,
|
||||
muss das Plugin entsprechend konfiguriert und aktiviert sein.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<p><em>Einen weiteren Benutzer als Teilnehmer hinzufügen durck Klicken auf
|
||||
den Text Eventteilnehmer auswählen (rechts vom Benutzerfeld).</em></p>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>
|
||||
Zu diesem Fenster mit:
|
||||
<strong>Komponenten</strong> → <strong>JEM</strong> → <strong>Veranstaltungen</strong> → <strong>Angemeldet
|
||||
numner</strong> → <strong>Benutzer</strong>
|
||||
</p>
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p>
|
||||
<div class="toolbar-list">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="icon-32-apply"> </span>
|
||||
Save
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-save"> </span>
|
||||
Save & Close
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-cancel"> </span>
|
||||
Close
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-help"> </span>
|
||||
Help
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
|
||||
<p><strong>Speichern:</strong>
|
||||
Speichert den aktuell gewählten Benutzer ohne Schliessen dieses Bearbeitungsfensters.</p>
|
||||
<p><strong>Speichern & Schliessen:</strong>
|
||||
Speichert den aktuell gewählten Benutzer, schliesst dieser Bearbeitungsfenster
|
||||
uns kehrt zum Angemeldete Teilnehmer Fenster zurück.</p>
|
||||
<p><strong>Schliessen:</strong>
|
||||
Bricht diese Operation ab, schliesst das Bearbeitungsfenster und kehrt zum
|
||||
Angemeldete Teilnehmerfenster zurück.</p>
|
||||
<p><strong>Hilfe:</strong>
|
||||
Öffnet dieses Hilfefenster.</p>
|
||||
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Fenster schliessen</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
122
administrator/components/com_jem/help/de-DE/editcategories.html
Normal file
@ -0,0 +1,122 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>Kategorie bearbeiten</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Kategorie bearbeiten</h1>
|
||||
|
||||
<h3>Beschreibung</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-categoriesedit.png" alt="" class="left" />
|
||||
Eine vorhandene Kategorie bearbeiten oder neue Kategorien hinzufügen
|
||||
von diesem Fenster aus.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="hintheader">Tipp</p>
|
||||
<p class="hint">Eine Gruppe zu einer Kategorie hinzufügen ist ein sehr guter
|
||||
Weg, Rechte für das Einreichen neuer Veranstaltungen zu erteilen. Man benutze
|
||||
Gruppen, um Verwalter für die verschiedenen Kategorien zu bestimmen.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>
|
||||
Zu diesem Fenster mit:
|
||||
<strong>Komponenten</strong> → <strong>JEM</strong> → <strong>Neue
|
||||
Kategorie</strong> oder durch <strong>Klick auf eine Kategorie in der Übersicht</strong>
|
||||
</p>
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p>
|
||||
<div class="toolbar-list">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="icon-32-apply"> </span>
|
||||
Save
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-save"> </span>
|
||||
Save & Close
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-cancel"> </span>
|
||||
Close
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-help"> </span>
|
||||
Help
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
<p><strong>Speichern:</strong>
|
||||
Speichert die Kategorie und bleibt bei der aktuellen Ansicht.</p>
|
||||
<p><strong>Speichern & Schliessen:</strong>
|
||||
Speichert die Kategorie und kehrt zur Kategorie-Liste zurück.</p>
|
||||
<p><strong>Schliessen:</strong>
|
||||
Bricht die Operation ab, schliessst das Bearbeitungsfenster und kehrt zur
|
||||
Kategorie-Liste zurück.</p>
|
||||
<p><strong>Hilfe:</strong>
|
||||
Öffnet dieses Hilfefenster.</p>
|
||||
|
||||
|
||||
<h3>Allgemeiner Bereich (links)</h3>
|
||||
|
||||
<p><strong>Kategorie:</strong>
|
||||
Den Titel der Kategorie hier eingeben oder (sofern
|
||||
nötig) bearbeiten.</p>
|
||||
<p><strong>Alias:</strong>
|
||||
Den Titel des Alias hier eingeben oder (sofern
|
||||
nötig) bearbeiten. Das Alias wird in der URL benutzt, daher nur URL
|
||||
sichere Zeichen benutzen. Freilassen, wenn JEM dies automatisch erstellen
|
||||
soll.</p>
|
||||
<p><strong>Übergeordnet:</strong></p>
|
||||
<p><strong>Status:</strong>
|
||||
Freigegeben oder Gesperrt wählen, um diese Kategorie zu veröffentlichen oder
|
||||
zu verstecken. Freigegebene Kategorien werden im Frontend angezeigt und
|
||||
können zugeordnete Veranstaltungen enthalten.</p>
|
||||
<p><strong>Zugriffsebene:</strong> Das ist der ACL Level für Userl. Öffentliche,
|
||||
Registriert, Spezial oder eigene Joomla-Access-Gruppen. Veranstaltungen innerhalb
|
||||
einer Kategorie sind nur sichtbar mit demselben oder höheren ACL-Level.</p>
|
||||
<p><strong>Farbe:</strong> Für die Kategorie eine Farbe wählen, die v.a. im Kalender
|
||||
aufscheint.</p>
|
||||
<p><strong>Textfeld:</strong> Die Beschreibung der Kategorie hier eingeben oder
|
||||
(sofern benötigt) bearbeiten.</p>
|
||||
<h3>Erweiterter Bereich (rechts)</h3>
|
||||
|
||||
<p><strong>Veröffentlichungsoptionen:</strong></p>
|
||||
<p><strong>Email(s) an Kategorien: </strong>(Optional)Hier können Emailadressen(
|
||||
mit Komma getrennt) eingegeben werden, die via Mailer Plugin über Änderungen
|
||||
in
|
||||
der betreffenden
|
||||
Kategorie informiert werden sollen.</p>
|
||||
<p><strong>Gruppe:</strong> (Optional)
|
||||
Eine zur Kategorie gehörende Benutzergruppe wählen. Nur Mitglieder dieser Gruppe
|
||||
können Veranstaltungen zu dieser Kategorie hinzufügen.</p>
|
||||
<p><strong>Bild:</strong>
|
||||
(Optional) Ein Bild für diese Kategorie auswählen oder hochladen.</p>
|
||||
<p><strong>Metadaten Optionen:</strong>
|
||||
Die Meta Beschreibung und die Meta Schlüsselworte
|
||||
der Kategorie eingeben oder (sofern nötig) bearbeiten.</p>
|
||||
<h3>Ähnliche Hilfeseiten & Andere Ressourcen</h3>
|
||||
|
||||
<p><strong>Gruppen Manager:</strong> <a href="listgroups.html">Gruppe bearbeiten/Neue
|
||||
Gruppe</a></p>
|
||||
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Fenster schliessen</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
76
administrator/components/com_jem/help/de-DE/editcss.html
Normal file
@ -0,0 +1,76 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>CSS bearbeiten</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>CSS-Dateien bearbeiten</h1>
|
||||
|
||||
<h3>Beschreibung</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-cssedit.png" alt="" class="left" />
|
||||
Here you can modify the CSS file that you have selected in the previous screen.
|
||||
Please not that if you prefer to have line numbers displayed before the source code,
|
||||
you can choose that option in the previous screen (CSS Manager).</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Achtung</p>
|
||||
<p class="attention">Nichts ändern, wenn man nicht genau weiss, was man tut!
|
||||
Die Anmerkungen sorgfältig lesen und die Dateien vor jeder Veränderung
|
||||
sichern.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>Zu diesem Fenster mit:
|
||||
<strong>Komponenten</strong> → <strong>JEM</strong> → <strong>CSS
|
||||
Manager</strong></p>
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p>
|
||||
<div class="toolbar-list">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="icon-32-apply"> </span>
|
||||
Save
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-save"> </span>
|
||||
Save & Close
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-cancel"> </span>
|
||||
Close
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-help"> </span>
|
||||
Help
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
<p><strong>Speichern:</strong>
|
||||
Speichert die CSS-Datei und bleibt im aktuellen Fenster.</p>
|
||||
<p><strong>Speichern & Schliessen:</strong>
|
||||
Speichert die CSS-Datei und kehrt zum CSS-Manager zurück.</p>
|
||||
<p><strong>Schliessen:</strong>
|
||||
Bricht die Operation ab und kehrt zum CSS-Manager zurück.</p>
|
||||
<p><strong>Hilfe:</strong>
|
||||
Öffnet dieses Hilfe-Fenster.</p>
|
||||
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Fenster schliessen</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
279
administrator/components/com_jem/help/de-DE/editevents.html
Normal file
@ -0,0 +1,279 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>Veranstaltung bearbeiten</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Veranstaltung bearbeiten - Neue Veranstaltung</h1>
|
||||
|
||||
<h3>Beschreibung</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-eventedit.png" alt="" class="left" />
|
||||
Bearbeitet eine gewählte Veranstaltung oder erstellt neue Veranstaltungen
|
||||
von diesem Fenster aus.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="hintheader">Tipp</p>
|
||||
<p class="hint">Benutze Plugins für zusätzliche Funktionen in JEM. Z.B. das
|
||||
JEM Comments Plugin zur Anzeige von Benutzerkommentaren. Oder zum Ausbau
|
||||
des Sozialbereichs deiner Webseite.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>
|
||||
Zu diesem Fenster mit:
|
||||
<strong>Komponenten</strong> → <strong>JEM</strong> → <strong>Neue
|
||||
Veranstaltung</strong> oder durch <strong>Klick auf eine Veranstaltung in der
|
||||
Übersicht</strong>
|
||||
</p>
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p>
|
||||
<div class="toolbar-list">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="icon-32-apply"> </span>
|
||||
Save
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-save"> </span>
|
||||
Save & Close
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-save-new"> </span>
|
||||
Save & New
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-save-copy"> </span>
|
||||
Save as Copy
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-cancel"> </span>
|
||||
Close
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-help"> </span>
|
||||
Help
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
<p><strong>Speichern:</strong>
|
||||
Speichert die Veranstaltung und bleibt im aktuellen Fenster.</p>
|
||||
<p><strong>Speichern & Schliessen:</strong>
|
||||
Speichert die Veranstaltung und kehrt zur Veranstaltungs-Übersicht zurück.</p>
|
||||
<p><strong>Speichern & Neu:</strong>
|
||||
Speichert die Veranstaltung und öffnet ein Fenster für eine neue Veranstaltung.</p>
|
||||
<p><strong>Als Kopie speichern:</strong>
|
||||
Speichert die Veranstaltung als neue Instanz und kehrt zur Veranstaltungs-Übersicht
|
||||
zurück. Wurde der Name der Veranstaltung verändert, sollte das Alias auch
|
||||
geändert werden. Am einfachsten durch Löschen des bisherigen Alias. Dann
|
||||
wird JEM automatisch ein Alias aufgrund des neuen Titels erstellen.</p>
|
||||
<p><strong>Schliessen:</strong>
|
||||
Bricht diese Operation ab und kehrt zur Veranstaltungs-Übersicht zurück.</p>
|
||||
<p><strong>Hilfe:</strong>
|
||||
Öffnet dieses Hilfe-Fenster.</p>
|
||||
|
||||
|
||||
<h2>Hauptbereich (links)</h2>
|
||||
|
||||
<p>
|
||||
<h3>[Optionale Icons]</h3>
|
||||
Wenn eine Veranstaltung Teil einer Wiederholungsserie ist, erscheint ein Icon
|
||||
über den Veranstaltung/Anhänge/Veranstaltungsoptionen- Tabs.<br />
|
||||
<img src="../../../../../media/com_jem/images/icon-32-recurrence.png" alt="recurring event" />
|
||||
zeigt an, dass diese Veranstaltung Teil einer Wiederholungsserie ist.<br />
|
||||
<img src="../../../../../media/com_jem/images/icon-32-recurrence-first.png" alt="first recurring event" />
|
||||
zeigt an, dass diese Veranstaltung die erste Veranstaltung einer Wiederholungsserie
|
||||
ist.</p>
|
||||
|
||||
<h3>Veranstaltung Tab </h3>
|
||||
|
||||
<p><strong>Veranstaltungstitel:</strong>
|
||||
Titel der Veranstaltung eingeben oder (sofern nötig) bearbeiten.</p>
|
||||
<p><strong>Alias:</strong>
|
||||
Alias der Veranstaltung eingeben oder (sofern nötig) bearbeiten. . Das Alias
|
||||
wird in der URL benutzt, daher nur URL sichere Zeichen benutzen. Freilassen,
|
||||
wenn JEM dies automatisch erstellen soll.</p>
|
||||
<p><strong>Datum:</strong>
|
||||
Datum der Veranstaltung eingeben oder mit Kalender wählen. (ratsam.) Sofern
|
||||
das Datum noch nicht bekannt ist, kann es auch freigelassen werden. JEM
|
||||
setzt dann automatisch ein "noch offen"</p>
|
||||
<p><strong>Enddatum:</strong>
|
||||
Schlussdatum der Veranstaltung eingeben, sofern die Veranstaltung länger
|
||||
als einen Tag dauert. (Achtung: Bei Wiederholungsserien!)</p>
|
||||
<p><strong>Start:</strong>
|
||||
Die Uhrzeit des Veranstaltungsbeginns. (optional, ohne Uhrzeit erscheint
|
||||
die Veranstaltung als ganztägig)</p>
|
||||
<p><strong>Ende:</strong>
|
||||
Die Uhrzeit des Veranstaltungsendes. (optional)</p>
|
||||
<p><strong>Kategorie(n):</strong>
|
||||
Kategorie(n) wählen zu der die Veranstaltung gehört. Die Dropdownliste zeigt
|
||||
die möglichen Kategorien an.
|
||||
<strong>Achtung: Man kann mehrere Kategorien pro Event wählen!</strong></p>
|
||||
<p><strong>Veranstaltungsort:</strong>
|
||||
Den Veranstaltungsort wählen, an dem die Veranstaltung stattfindet oder "Keinen"
|
||||
wählen. Mit Klick auf Hinzufügen kann man auch einen neuen Veranstaltungsort
|
||||
hinzufügen.</p>
|
||||
<p><strong>Kontaktperson:</strong>
|
||||
Eine Kontaktperson aus der Liste der Joomla-Kontakte wählen.</p>
|
||||
<p><strong>Status:</strong> Freigegeben oder Gesperrt wählen, um diese Veranstaltung
|
||||
zu veröffentlichen oder zu verstecken. Freigegebene Veranstaltungen werden
|
||||
im Frontend angezeigt, sofern sie in freigegebenen Kategorien sind.</p>
|
||||
<p><strong>Haupteintrag:</strong>
|
||||
Ja wählen, um die gewählte Veranstaltung in den Listen im Frontend hervorzuheben. </p>
|
||||
<p><strong>Textbereich:</strong> Hierhin kommt die Beschreibung der Veranstaltung.
|
||||
Hier können auch Joomla Plugins benutzt werden.</p>
|
||||
<h3>Anhänge Tab</h3>
|
||||
|
||||
<p>
|
||||
Im Anhänge-Tab können Anhänge für die Veranstaltung hochgeladen werdent.
|
||||
Wenn eine Datei hochgeladen wird (Bitte max. Grösse in den Einstellungen
|
||||
beachten), sind sie sichtbar in der Veranstaltungs-Ansicht im Frontend.
|
||||
Wenn der Zugriff für Registriert gewählt ist, können nur registrierte Benutzer
|
||||
die Datei sehen und runterladen.</p>
|
||||
|
||||
|
||||
<h3>Veranstaltungsoptionen Tab </h3>
|
||||
|
||||
<p>
|
||||
In diesem Tab können Optionen für diesen Event gewählt werden. Einstellungen,
|
||||
um die Anzeige der Veranstaltung zu beeinflussen (Autor,
|
||||
Druck-Icon usw.), und auch der Anzeige des Veranstaltungsortes (innerhalb des
|
||||
Veranstaltungsfensters)
|
||||
(volle Beschreibung, Adresse und Links zum Veranstaltungsort)
|
||||
und auch Einstellungen zur Community.</p>
|
||||
<p>
|
||||
Für globale Einstellungen, bitte die JEM Einstellungen benutzen, via
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Einstellungen</strong> </p>
|
||||
|
||||
|
||||
<h2>Erweiterter Bereich (rechts)</h2>
|
||||
|
||||
<h3>Veröffentlichungsoptionen</h3>
|
||||
|
||||
<p><strong>Erstellungsdatum:</strong> </p>
|
||||
<p><strong>Aufrufe:</strong></p>
|
||||
<p><strong>Bearbeitungsdatum:</strong> </p>
|
||||
<p><strong>Überarbeitung:</strong> </p>
|
||||
<h3>Benutzerdefinierte Felder</h3>
|
||||
|
||||
<p>Es können bis zu 10 benutzerdefinierte Felder hier verwendet werden.
|
||||
. <br />
|
||||
Leere Felder werden im Frontend nicht angezeigt. Man kann den Feldern spezifische
|
||||
Namen geben durch Benutzung der Sprach-Overrides. </p>
|
||||
<div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div class="box">
|
||||
<p class="hintheader">Tipp</p>
|
||||
<p class="hint">Um das zu Erreichen, gehe wie folgt vor:<br />
|
||||
Gehe zu Joomla Erweiterungen→ Sprachen→ Overrides. Wähle 'Administrator'
|
||||
in der Auswahl-Box auf der rechten Seite des Fensters.<br />
|
||||
Die Schlüssel für die Benutzerdefinierten Felder für den Event sind
|
||||
COM_JEM_EVENT_CUSTOM_FIELD1
|
||||
to
|
||||
COM_JEM_EVENT_CUSTOM_FIELD10.<br />
|
||||
Will man die Bezeichnungen für Frontend und Backend, muss man die Checkbox
|
||||
'für beide Bereiche' wählen.</p>
|
||||
</div>
|
||||
<p><br />
|
||||
</p>
|
||||
<h3>Anmeldung</h3>
|
||||
|
||||
<p><strong>Anmeldung:</strong>
|
||||
Anwählen, wenn die Anmeldung zu einer Veranstaltung ermöglicht werden soll.</p>
|
||||
<p><strong>Abmeldung:</strong>
|
||||
Anwählen, wenn die Rücknahme einer Anmeldung zu einer Veranstaltung ermöglicht
|
||||
werden soll. (Beachte: geht nicht, ohne Möglichkeit der Anmeldung!)</p>
|
||||
<p><strong>Maximale Teilnehmerzahl:</strong>
|
||||
Hier die maximale Teilnehmerzahl für die Veranstaltung eingeben.
|
||||
Wenn kein Maximum, steht 0 für unbeschränkte Anmeldungen.</p>
|
||||
<p><strong>Schon belegt:</strong>
|
||||
Zeigt die Zahl der schon angemeldeten Teilnehmer für die Veranstaltung an.</p>
|
||||
<p><strong>Warteliste:</strong>
|
||||
Anwählen, wenn nach Erreichen des Maximums eine Warteliste erstellt werden
|
||||
soll.</p>
|
||||
|
||||
|
||||
<h3>Bild</h3>
|
||||
|
||||
<p><strong>Bild:</strong>
|
||||
Ein Bild auswählen oder hochladen für den Flyer der Veranstaltung.</p>
|
||||
|
||||
|
||||
<h3>Wiederholte Veranstaltungen</h3>
|
||||
|
||||
<p>
|
||||
Eine Wiederholungsart auswählen: täglich, wöchentlich, monatlich,
|
||||
jährilich
|
||||
oder an einem einzelnen Wochentag im Monat.
|
||||
Wenn Wiederholungen nur bis zu einem speziellen Datum im voraus erstellt
|
||||
werden sollen, ein Datum für 'Wiederholen bis' eingeben.
|
||||
<strong>Wichtig</strong>: Dabei gibt es beim letzten Datum keine Wiederholung
|
||||
mehr! Siehe die folgenden Erklärungen:</p>
|
||||
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Achtung</p>
|
||||
<p class="attention">Für alle Wiederholungsoptionen kann man 'Wiederholung bis'
|
||||
eingeben. JEM erstellt Veranstaltungen mit dem gewählten Wiederholungsintervall
|
||||
bis (aber ohne) das Enddatum. <strong> ABER</strong> es erstellt nie Veranstaltungen
|
||||
über die Anzahl Tage hinaus, die in Einstellungen '!Globale Einstellungen
|
||||
'! Erweiterte Einstellungen '![Generate events up to (days) definiert sind.<br />
|
||||
<br />
|
||||
Wir nennen dies das 'Vorschau-Fenster' (die Zahl Tage, die JEM vorausschaut)
|
||||
und dies ist immer prioritär. Wiederholungsserien können automatisch erstellt
|
||||
werden für eine Periode, die kürzer als die hier bestimmte Dauer ist. Dies
|
||||
als Sicherheit vor Endloswiederholungen.</p>
|
||||
</div>
|
||||
|
||||
<p><strong>Täglich:</strong>
|
||||
Wählen, wenn die Veranstaltung alle X Kalendertage wiederholt werden soll.
|
||||
Man kann von 1 (jeden Tag) bis 14 Tage wählen. Dann noch wählen, bis zu
|
||||
welchem Datum die Wiederholung erstellt werden soll.</p>
|
||||
<p><strong>Wöchentlich:</strong> Wählen, wenn die Veranstaltung alle X
|
||||
Wochen wiederholt werden soll. Man kann von 1 (jede Woche) bis 8 Wochen
|
||||
wählen. Dann noch wählen, bis zu welchem Datum die Wiederholung erstellt
|
||||
werden soll.</p>
|
||||
<p><strong>Monatlich:</strong>
|
||||
Wählen, wenn die Veranstaltung alle X Monate wiederholt werden soll. Man
|
||||
kann von 1 (jeden Monat) bis 12 Monaten wählen.
|
||||
Dann
|
||||
noch wählen,
|
||||
bis zu welchem Datum die Wiederholung erstellt werden soll.</p>
|
||||
<p><strong>Wochentag: </strong>Wählen, wenn die Veranstaltung jeden 1.,
|
||||
2., 3., oder 4. Montag, Dienstag, Mittwoch, usw. des Monats wiederholt
|
||||
werden soll. <br />
|
||||
Man kann auch den 'letzten' oder 'vorletzten' wählen. Dann
|
||||
noch w ählen, bis zu welchem Datum die Wiederholung erstellt werden soll.</p>
|
||||
|
||||
<p>Nochmals beachte das Vorschau-Fenster in den JEM Einstellungen ist immer prioritär
|
||||
bestimmend.</p>
|
||||
|
||||
|
||||
<h3>Metadaten</h3>
|
||||
|
||||
<p><strong>Metadata information:</strong>
|
||||
Meta Beschreibung und Meta Schlüsselwörter der
|
||||
Veranstaltung hier eingeben oder (sofern nötig) bearbeiten. <br />
|
||||
Man kann den Vorschlag in den Einstellungen benutzen, um Werte einzustellen,
|
||||
die dann automatisch auf die Veranstaltung angewendet werden.</p>
|
||||
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Fenster schliessen</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
114
administrator/components/com_jem/help/de-DE/editgroup.html
Normal file
@ -0,0 +1,114 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>Gruppe bearbeiten</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Gruppe bearbeiten - Neue Gruppe</h1>
|
||||
|
||||
<h3>Beschreibung</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-groupedit.png" alt="" class="left" />
|
||||
Bearbeitet eine bestimmte Gruppe oder fügt eine neue Gruppe hinzu.
|
||||
Arbeitsgruppen bestimmen die Zugriffsrechte in JEM. Mit Arbeitsgruppen
|
||||
kann man die Rechte zum Hinzufügen von Veranstaltungen zu Kategorien
|
||||
auf ausgewählte Benutzer beschränken. Nur Mitglieder dieser Arbeitsgruppe
|
||||
können Veranstaltungen zu einer bestimmten Kategorie hinzufügen.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="hintheader">Tipp</p>
|
||||
<p class="hint">Unbedingt die Beschreibung benutzen, wenn eine grössere Anzahl
|
||||
von Arbeitsgruppen verwaltet werden soll. Das erleichtert dier Erinnerung
|
||||
an den Zweck dieser Arbeitsgruppe. Auch ein bezeichnender Gruppenname ist
|
||||
hilfreich..</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>
|
||||
Zu dieser Seite mit: <strong>Komponenten</strong> → <strong>JEM</strong> → <strong>Neue Grupe</strong> oder
|
||||
durch <strong>Klick
|
||||
auf eine Gruppe in der Übersicht</strong>
|
||||
</p>
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p>
|
||||
<div class="toolbar-list">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="icon-32-apply"> </span>
|
||||
Save
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-save"> </span>
|
||||
Save & Close
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-save-new"> </span>
|
||||
Save & New
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-save-copy"> </span>
|
||||
Save as Copy
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-cancel"> </span>
|
||||
Close
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-help"> </span>
|
||||
Help
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
<p><strong>Speichern:</strong>
|
||||
Speicher die Gruppe und bleibt in der Gruppenbearbeitungs-Ansicht.</p>
|
||||
<p><strong>Speichern & Schliessen:</strong>
|
||||
Speichert die Gruppe und kehrt zur Gruppenliste zurück.</p>
|
||||
<p><strong>Speichern & Neu:</strong>
|
||||
Speichert die Gruppe und öffnet eine neue Gruppenerstellung .</p>
|
||||
<p><strong>Als Kopie speichern:</strong>
|
||||
Speichert die Gruppe als Neueintrag und bleibt in der Gruppenbearbeitungs-Ansicht.</p>
|
||||
<p><strong>Schliessen:</strong>
|
||||
Bricht diese Operation ab und kehrt zur Gruppeliste zurück.</p>
|
||||
<p><strong>Hilfe:</strong>
|
||||
Öffnet dieses Hilfe-Fenster.</p>
|
||||
|
||||
|
||||
<h3>Hauptbereich (links)</h3>
|
||||
|
||||
<p><strong>Gruppenname:</strong>
|
||||
Gib einen Namen ein oder bearbeite den Gruppennamen.</p>
|
||||
<p><strong>Mögliche Benutzer:<br />
|
||||
<br />
|
||||
</strong><strong>Verwalter:</strong>
|
||||
Auf der linken Seite sind alle möglichen Benutzer aufgelistet.
|
||||
Man kann einen oder mehrere Benutzer auswählen und mit Klick auf den Pfeil
|
||||
zur Gruppe hinzufügen. Das listet den gewählten Benutzer auf der rechten
|
||||
Seite auf. (Man kann natürlich umgekehrt auch abwählen)</p>
|
||||
<p><strong>Beschreibung:</strong>
|
||||
Benutzen, um den Gruppenzweck zu erklären.</p>
|
||||
|
||||
|
||||
<h3>Erweiterter Bereich (rechts)</h3>
|
||||
|
||||
<p><strong>Gruppenberechtigungen:</strong> Das ist der Gruppen-Zugriff-Level.
|
||||
Hier können die Bewilligungen pro Gruppe gesetzt werden.</p>
|
||||
|
||||
Die Bewilligungen erlauben verfeinerte Gruppenrechte.
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Fenster schliessen</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
177
administrator/components/com_jem/help/de-DE/editvenues.html
Normal file
@ -0,0 +1,177 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>Veranstaltungsort bearbeiten</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Veranstaltungsort bearbeiten - Neuer Veranstaltungsort</h1>
|
||||
|
||||
<h3>Beschreibung</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-venuesedit.png" alt="" class="left" />
|
||||
Hier können Veranstaltungsorte bearbeitet oder neu erstellt werden.</p>
|
||||
<div style="clear:both;"></div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div class="box">
|
||||
<p class="hintheader">Tip</p>
|
||||
<p class="hint">Use Plugins to add additional functionality to JEM. You can connect your events for example with a
|
||||
reservationsystem like "akreservations' or Galleries with the help of Plugins.</p>
|
||||
</div>
|
||||
-->
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>
|
||||
Zu dieser Seite mit:
|
||||
<strong>Komponenten</strong> → <strong>JEM</strong> → <strong>Neuer
|
||||
Veranstaltungsort</strong> oder durch <strong>Klick auf einen Veranstaltungsort
|
||||
in der Übersicht</strong>
|
||||
</p>
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p>
|
||||
<div class="toolbar-list">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="icon-32-apply"> </span>
|
||||
Save
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-save"> </span>
|
||||
Save & Close
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-save-new"> </span>
|
||||
Save & New
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-save-copy"> </span>
|
||||
Save as Copy
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-cancel"> </span>
|
||||
Close
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-help"> </span>
|
||||
Help
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
<p><strong>Speichern:</strong>
|
||||
Speichert den Veranstaltungsort und bleibt in der aktuellen Ansicht.</p>
|
||||
<p><strong>Speichern & Schliessen:</strong>
|
||||
Speichert den Veranstaltungsort und kehrt zur Übersicht zurück.</p>
|
||||
<p><strong>Speichern & Neu:</strong>
|
||||
Speichert den Veranstaltungsort und öffnet ein neues Bearbeitungsfenster. </p>
|
||||
<p><strong>Als Kopie speichern:</strong>
|
||||
Speichert den Veranstaltungsort als neue Instanz und bleibt in dieser Veranstaltungsansicht.</p>
|
||||
<p><strong>Schliessen:</strong>
|
||||
Bricht diese Operation ab und kehrt zur Liste der Veranstaltungsorte zurück.</p>
|
||||
<p><strong>Hilfe:</strong>
|
||||
Öffnet dieses Hilfe-Fenster.</p>
|
||||
<h2>Hauptbereich (links)</h2>
|
||||
<h3>Veranstaltungsort Tab </h3>
|
||||
<p><strong>Veranstaltungsort:</strong>
|
||||
Titel des Veranstaltungsorts hier eingeben oder bearbeiten.</p>
|
||||
<p><strong>Alias:</strong>
|
||||
Alias des Veranstaltungsorts eingeben oder bearbeiten (sofern nötig). Der
|
||||
Alias wird in der URL benötigt, daher hier nur URL-sichere Zeichen verwenden.<br />
|
||||
Leerlassen, wenn JEM dies automatisch erstellen soll.</p>
|
||||
<p><strong>Adresse:</strong>
|
||||
Strassenname und Hausnummer eingeben, ebenso Postleitzahl, Stadt und Land.
|
||||
(optional)</p>
|
||||
<p><strong>Geogr. Breite/Länge: </strong>Hier kann optional geographische
|
||||
Breite und Länge eingegeben werden</p>
|
||||
<p><strong>Webseiten: </strong>Hier kann optional eine Webseite des Veranstaltungsortes
|
||||
angegeben werden.</p>
|
||||
<p><strong>Textfeld:</strong>
|
||||
Dies ist für die Beschreibung des Veranstaltungsortes. Der Gebrauch von Plugins
|
||||
ist möglich.</p>
|
||||
<h3>Anhänge Tab</h3>
|
||||
<p> Im Anhänge-Tab können Anhänge für den Veranstaltungsort hochgeladen werden.
|
||||
Eine hochgeladene Datei (bitte die maximale Uploadgrösse beachten,
|
||||
die in den Einstellungen gewählt wurde) wird sichtbar sein in der Veranstaltungs/Veranstaltungsort-Ansicht.
|
||||
Wenn der Zgriff auf "Registriert" beschränkt ist, können nur registrierte Benutzer
|
||||
die Datei sehen (und runterladen).</p>
|
||||
<h2>Erweiterter Bereich (rechts)</h2>
|
||||
|
||||
<h3>Veröffentlichungsoptionen</h3>
|
||||
<p><strong>Status:</strong> Ja wählen zur Veröffentlichung des Veranstaltungsortes.
|
||||
Nein zum Verstecken. Freigegebene Veranstaltungsorte werden im Frontend angezeigt
|
||||
und können zu Veranstaltungen zugeordnet werden.</p>
|
||||
<p><strong>Erstellungsdatum:</strong> </p>
|
||||
<p><strong>Aufrufe:</strong></p>
|
||||
<p><strong>Bearbeitungsdatum:</strong> </p>
|
||||
<p><strong>Überarbeitung:</strong> </p>
|
||||
<p><strong>Benutzerdefinierte Felder:</strong> </p>
|
||||
<p>Es können bis zu 10 benutzerdefinierte Felder hier verwendet werden.
|
||||
. <br />
|
||||
Leere Felder werden im Frontend nicht angezeigt. Man kann den Feldern spezifische
|
||||
Namen geben durch Benutzung der Sprach-Overrides. </p>
|
||||
<div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div class="box">
|
||||
<p class="hintheader">Tipp</p>
|
||||
<p class="hint">Um das zu Erreichen, gehe wie folgt vor:<br />
|
||||
Gehe zu Joomla Erweiterungen→ Sprachen→ Overrides. Wähle 'Administrator'
|
||||
in der Auswahl-Box auf der rechten Seite des Fensters.<br />
|
||||
Die Schlüssel für die Benutzerdefinierten Felder für den Veranstaltungsort
|
||||
sind COM_JEM_VENUE_CUSTOM_FIELD1 to COM_JEM_VENUE_CUSTOM_FIELD10.<br />
|
||||
Will man die Bezeichnungen für Frontend und Backend, muss man die Checkbox
|
||||
'für beide Bereiche' wählen.</p>
|
||||
</div>
|
||||
<p><strong>Bild:</strong>
|
||||
Ein Bild wählen für diesen Veranstaltungsort (oder neu hochladen)</p>
|
||||
<p><strong>Metadaten:</strong> Meta Beschreibung und Meta Schlüsselwörter
|
||||
der Veranstaltung hier eingeben oder (sofern nötig) bearbeiten. <br />
|
||||
Man kann den Vorschlag in den Einstellungen benutzen, um Werte einzustellen,
|
||||
die dann automatisch auf die Veranstaltung angewendet werden.</p>
|
||||
<p><strong>Geodata:</strong>
|
||||
Soll JEM eine Karte im Frontend anzeigen, muss die Checkbox
|
||||
'Karte hinzufügen' angewählt werden.
|
||||
<p>Um den Veranstaltungsort auf der Karte zu finden gibt es zwei Optionen:
|
||||
<ol>
|
||||
<li>
|
||||
Sind auf der linken Seite schon <u>Adressdetails in JEM</u> eingegeben,
|
||||
kann einfach der Schalter [Suchen mit Angaben aus JEM]
|
||||
aangeklickt werden. JEM findet den Veranstaltungsort für Sie
|
||||
und zeigt eine Karte an. Allenfalls muss der Zeiger auf den exakten
|
||||
Ort verschoben werden. In diesem Fall die exakten neuen Koordinaten
|
||||
mit Klick auf den Schalten [Nur Koordinaten nach JEM übertragen].
|
||||
Länge/Breite-Koordinaten sind nun nach links zu JEM übertragen.
|
||||
Dann speichern drücken, um den Veranstaltungsort zu speichern.
|
||||
</li>
|
||||
<li>Sind die <u>Adressdetails noch nicht</u> auf der linken Seite eingetragen,
|
||||
können alle Daten mit Hilfe der Geodata-Felder auf der rechten
|
||||
Seite gefunden werden. Einfach alles von der Adresse eingeben,
|
||||
was bekannt ist, allenfalls sogar den Namen des Veranstaltungsortes.
|
||||
Google
|
||||
sucht die Details automatisch heraus. Eventuell muss der Zeige
|
||||
zurechtgerückt werden. Dann den Namen des Veranstaltungsorts speichern,
|
||||
ebenso Adresse und Länge/Breite-Details durch Drücken von entweder
|
||||
[Alles nach JEM übertragn] oder [Nur Adresse nach JEM übertragen]
|
||||
oder [Nur Veranstaltungsort-sbezeichnung] Die gewünschten Daten
|
||||
werden so nach links ins JEM kopiert. Nur noch Speichern drücken,
|
||||
um den gesamten Veranstaltungsort zu sichern.</li>
|
||||
</ol>
|
||||
</p>
|
||||
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Fenster schliessen</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
72
administrator/components/com_jem/help/de-DE/export.html
Normal file
@ -0,0 +1,72 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>Export</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Exportieren</h1>
|
||||
|
||||
<h3>Beschreibung</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-tableexport.png" alt="" class="left" />
|
||||
In dieser Ansicht können Daten aus der JEM-Datenbank und den JEM-Tabellen
|
||||
nach CSV (Komma getrennt) exportiert werden.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>Zu dieser Seite mit:
|
||||
<strong>Komponenten</strong> → <strong>JEM</strong> → <strong>Export</strong></p>
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p>
|
||||
<div class="toolbar-list">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="icon-32-back"> </span>
|
||||
Back
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-help"> </span>
|
||||
Help
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
<p><strong>Zurück:</strong>
|
||||
Bringt zurück zum JEM Hauptmenü.</p>
|
||||
<p><strong>Hilfe:</strong>
|
||||
Öffnet ein entsprechendes Hilfe-Fenster.</p>
|
||||
|
||||
|
||||
<h3>Export Optionen:</h3>
|
||||
|
||||
<p><strong>Veranstaltungen:</strong>
|
||||
Damit können alle Veranstaltungen in eine CSV-formatierte Datei exportiert
|
||||
werden
|
||||
(events.csv).</p>
|
||||
<p><strong>Kategorien:</strong>
|
||||
Damit können alle Kategorien in eine CSV-formatierte Datei exportiert werden
|
||||
(categories.csv).</p>
|
||||
<p><strong>Orte:</strong>
|
||||
Damit können alle Veranstaltungsorte in eine CSV-formatierte Datei exportiert
|
||||
werden
|
||||
(venues.csv).</p>
|
||||
<p><strong>Cat_Events:</strong>
|
||||
Damit können alle Cat_Events in eine CSV-formatierte Datei exportiert werden
|
||||
(cat_events.csv) Cat_Events sind die Zuordnungen der Events zu den Kategorien.</p>
|
||||
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Fenster schliessen</a></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,183 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>Credits</title>
|
||||
<link href="../../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Credits</h1>
|
||||
|
||||
<h3>JEM Entwickler</h3>
|
||||
|
||||
<table class="help">
|
||||
<tr>
|
||||
<th>Forum Nick</th>
|
||||
<th>Name</th>
|
||||
<th>Webseite</th>
|
||||
</tr>
|
||||
<tr class="row0">
|
||||
<td>Bluefox</td>
|
||||
<td>Jaap Koelman</td>
|
||||
<td><a href="http://www.joomlaeventmanager.net" target="_blank">joomlaeventmanager.net</td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>Diesl</td>
|
||||
<td>Florian Felgenhauer</td>
|
||||
<td><a href="http://www.joomlaeventmanager.net" target="_blank">joomlaeventmanager.net</td>
|
||||
</tr>
|
||||
<tr class="row0">
|
||||
<td>Jojo12</td>
|
||||
<td>Jojo Murer</td>
|
||||
<td><a href="http://www.joomlaeventmanager.net" target="_blank">joomlaeventmanager.net</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<h3>Eventlist Entwickler</h3>
|
||||
|
||||
<table class="help">
|
||||
<tr>
|
||||
<th>Forum Nick</th>
|
||||
<th>Name</th>
|
||||
<th>Webseite</th>
|
||||
</tr>
|
||||
<tr class="row0">
|
||||
<td>schlu</td>
|
||||
<td>Christoph Lukes</td>
|
||||
<td><a href="http://www.schlu.net" target="_blank">schlu.net</a></td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>destructionman</td>
|
||||
<td>Sascha Karnatz</td>
|
||||
<td><a href="http://www.kulturbande.de" target="_blank">kulturbande.de</a></td>
|
||||
</tr>
|
||||
<tr class="row0">
|
||||
<td>spook.68</td>
|
||||
<td>Axel Wehner</td>
|
||||
<td><a href="http://www.68media.de" target="_blank">68media.de</a></td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>qivva</td>
|
||||
<td>Toni Smillie</td>
|
||||
<td><a href="http://www.qivva.com" target="_blank">qivva.com</a></td>
|
||||
</tr>
|
||||
<tr class="row0">
|
||||
<td>JulienV</td>
|
||||
<td>Julien Vonthron</td>
|
||||
<td><a href="http://www.jlv-solutions.com" target="_blank">jlv-solutions.com</a></td>
|
||||
</tr>
|
||||
<tr class="row0">
|
||||
<td>efduggan</td>
|
||||
<td>Edmond Duggan</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<h3>Ehemalige Beträge für Englisch und Tester (Eventlist)</h3>
|
||||
|
||||
<p>Dank gebührt den Personen auf der folgenden Liste. Sie hatten immer ein Auge auf den englischen Sprachdateien und investierten viel Zeit ins Korrekturlesen. Sie testeten und gaben Feedback während des Entwicklungsprozesses von Eventlist und hatten Einfluss auf eine der wichtigsten Phasen der Designentwicklung. Wir wissen, dass diese Arbeit nicht die dankbarsten ist, aber sicherlich eine der wichtigsten. Umso mehr wertschätzen wir diese Arbeit und Unterstützung.
|
||||
</p>
|
||||
|
||||
<table class="help">
|
||||
<tr>
|
||||
<th>Forum Nick</th>
|
||||
<th>Name</th>
|
||||
<th>Webseite</th>
|
||||
</tr>
|
||||
<tr class="row0">
|
||||
<td>scubaguy</td>
|
||||
<td>Michael Spredemann</td>
|
||||
<td><a href="http://www.yourtribe.com" target="_blank">yourtribe.com</a></td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>nhudell</td>
|
||||
<td>Nicholas Hudson-Ellis</td>
|
||||
<td><a href="http://crawl.net.au" target="_blank">crawl.net.au</a></td>
|
||||
</tr>
|
||||
<tr class="row0">
|
||||
<td>scotia</td>
|
||||
<td>John McIntosh</td>
|
||||
<td><a href="http://www.scotiaweb.ca/" target="_blank">scotiaweb.ca</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<h3>Übersetzungen</h3>
|
||||
|
||||
<p>
|
||||
Beginnend bei Deutsch und Englisch wurde EventList immer internationaler. Heute steht JEM in vielen verschiedenen Sprachen zur Verfügung. Viel Benutzer haben hart gearbeitet um die Software in verschiedene Sprachen zu übersetzten.<br />
|
||||
Die verfügbaren Übersetzungen findest du im <a href="http://joomlaeventmanager.net/download" target="_blank">Download Bereich</a> der JEM Webseite.
|
||||
</p>
|
||||
|
||||
|
||||
<h3>Verwendete Skripts und Bilder von Dritten</h3>
|
||||
|
||||
<p>
|
||||
JEM verwendet viele wundervolle, open source Software und Grafiken, die frei im Internet verfügbar sind. Hier steht, was wir dankbar verwenden.</p>
|
||||
|
||||
<table class="help">
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Used product</th>
|
||||
<th>Webseite</th>
|
||||
<th>License</th>
|
||||
</tr>
|
||||
<tr class="row0">
|
||||
<td>Marc James</td>
|
||||
<td>Silk Icons</td>
|
||||
<td><a href="http://www.famfamfam.com" target="_blank">famfamfam.com</a></td>
|
||||
<td><a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">Creative Commons Attribution 2.5 License</a></td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>NuoveXT Team</td>
|
||||
<td>NuoveXT Icon Theme</td>
|
||||
<td><a href="http://nuovext.pwsp.net/" target="_blank">nuovext.pwsp.net</a></td>
|
||||
<td><a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">Creative Commons Attribution 2.5 License</a></td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>Kjell-Inge Gustafsson kigkonsult</td>
|
||||
<td>iCalcreator v2.20</td>
|
||||
<td><a href="http://kigkonsult.se/iCalcreator/index.php" target="_blank">kigkonsult.se</a></td>
|
||||
<td><a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" target="_blank">GNU LGPL</a></td>
|
||||
</tr>
|
||||
<tr class="row0">
|
||||
<td>Stefan Gabos</td>
|
||||
<td>Zebra_Image 2.2.3</td>
|
||||
<td><a href="http://stefangabos.ro/php-libraries/zebra-image/" target="_blank">stefangabos.ro</a></td>
|
||||
<td><a href="http://www.gnu.org/licenses/lgpl-3.0.txt" target="_blank">GNU LGPL</a></td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>Giorgos Tsiledakis</td>
|
||||
<td>Active Calendar</td>
|
||||
<td><a href="http://www.micronetwork.de/activecalendar/" target="_blank">micronetwork.de</a></td>
|
||||
<td><a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" target="_blank">GNU LGPL</a></td>
|
||||
</tr>
|
||||
<tr class="row0">
|
||||
<td>Majid Khosravi</td>
|
||||
<td>Gchats color picker</td>
|
||||
<td><a href="http://www.gchats.com" target="_blank">gchats.com</a></td>
|
||||
<td><a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" target="_blank">GNU GPL</a></td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>Fatcow Web Hosting</td>
|
||||
<td>Farm-Fresh Web Icons</td>
|
||||
<td><a href="http://www.fatcow.com/free-icons" target="_blank">Fatcow.com</a></td>
|
||||
<td><a href="http://creativecommons.org/licenses/by/3.0/" target="_blank">Creative Commons Attribution 3.0 License</a></td>
|
||||
</tr>
|
||||
<tr class="row0">
|
||||
<td>Iconaholic</td>
|
||||
<td>iCandy Junior Toolbar Icons</td>
|
||||
<td><a href="http://www.iconaholic.com" target="_blank">Iconaholic.com</a></td>
|
||||
<td>Freeware, non-commercial</td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>Martin Kleppe</td>
|
||||
<td>Geocomplete - jQuery Geocoding and Places Autocomplete Plugin</td>
|
||||
<td><a href="http://ubilabs.github.io/geocomplete/" target="_blank">ubilabs.github.io/geocomplete//</a></td>
|
||||
<td><a href="https://github.com/ubilabs/geocomplete/blob/master/MIT-LICENSE.txt" target="_blank">MIT License</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>weitere Hilfe</title>
|
||||
<link href="../../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>weitere Hilfe</h1>
|
||||
|
||||
<p>Wenn du weitere Hilfe brauchst, dann kannst du folgende Links besuchen:</p>
|
||||
|
||||
<table class="help">
|
||||
<tr>
|
||||
<th>Ressource</th>
|
||||
<th>Beschreibung</th>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td><a href="http://www.joomlaeventmanager.net/forum" target="_blank">Forum</a></td>
|
||||
<td>Besuche uns hier und suche nach Antworten oder stelle deine Frage. Viel Benutzer von JEM helfen gerne. Das Forum ist hauptsächlich in Deutsch, es gibt aber auch deutschsprachige Benutzer und Entwickler.</td>
|
||||
</tr>
|
||||
<tr class="row0">
|
||||
<td><a href="http://www.joomlaeventmanager.net/download" target="_blank">Downloads</a></td>
|
||||
<td>Wenn du eine neuere Version oder Erweiterungen brauchst.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,42 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>Beitragen</title>
|
||||
<link href="../../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Beitragen</h1>
|
||||
|
||||
<p>Wenn du JEM magst und beitragen möchtest, hast du viele Möglichkeiten das zu tun:</p>
|
||||
|
||||
<table class="help">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>Beschreibung</th>
|
||||
</tr>
|
||||
<tr class="row0">
|
||||
<td><a href="https://www.transifex.com/projects/p/JEM/" target="_blank">Übersetzen</a></td>
|
||||
<td>Übersetze JEM in deine Sprache. Wir verwenden Transifex als Übersetzungsplattform.</td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td><a href="http://www.joomlaeventmanager.net/forum" target="_blank">Forum</a></td>
|
||||
<td>Sag Danke, melde Fehler, bringe neue Ideen ein und hilf Anderen im Forum</td>
|
||||
</tr>
|
||||
<tr class="row0">
|
||||
<td><a href="http://bugtracker.joomlaeventmanager.net" target="_blank">Fehler melden</a></td>
|
||||
<td>Melde Fehler und schlage Lösungen vor wenn du Erfahrung mit Bugtrackern hast. Wir verwenden den Mantis bugtracker.</td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>Beitragen</td>
|
||||
<td>Bist du fit in PHP, HTML, CSS und MySQL und möchtest beitragen? Schau auf <a href="http://www.joomlaeventmanager.net" target="_blank">die Webseite</a> wie du helfen kannst.</td>
|
||||
</tr>
|
||||
<tr class="row0">
|
||||
<td>Spenden</td>
|
||||
<td>Wenn du JEM einfach magst und helfen willst, die Community lebendig zu halten, kannst du gerne auch eine Spende machen. Wir freuen uns darüber – auch über die kleinen!</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
206
administrator/components/com_jem/help/de-DE/home.html
Normal file
@ -0,0 +1,206 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>Bedienungsübersicht</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Bedienungsübersicht</h1>
|
||||
|
||||
<h3>Beschreibung</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-home.png" alt="" class="left" />
|
||||
Das Hauptmenü von JEM.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>Zu dieser Seite mit:
|
||||
<strong>Komponenten</strong>→ <strong>JEM</strong></p>
|
||||
Die Bedienungsübersicht bietet die folgenden direkten Link-Icons:
|
||||
|
||||
<h3>Veranstaltungen</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-events.png" alt="" class="left" />
|
||||
Führt zur Ansicht der Veranstaltungen. Hier sieht man eine Liste aller Veranstaltungen.
|
||||
Man kann Veranstaltungen auswählen. Man kann löschen, bearbeiten oder
|
||||
neu erstellen. Man kann veröffentlichen oder verstecken und auch angemeldete
|
||||
Teilnehmer verwalten.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Neue Veranstaltungen</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-eventedit.png" alt="" class="left" />
|
||||
Führt direkt zur Erstellung neuer Veranstaltungen.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Veranstaltungsort</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-venues.png" alt="" class="left" />
|
||||
Führt zur Ansicht der Veranstaltungsorte. Hier sieht man eine Liste aller Veranstaltungsorte.
|
||||
Man kann Veranstaltungsorte auswählen. Man kann löschen, bearbeiten
|
||||
oder neu erstellen. Man kann veröffentlichen oder verstecken.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Neuer Veranstaltungsort</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-venuesedit.png" alt="" class="left" />Führt
|
||||
direkt zur Erstellung neuer Veranstaltungsorte.</p>
|
||||
<div style="clear:both;"></div>
|
||||
</div>
|
||||
|
||||
<h3>Kategorien</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-categories.png" alt="" class="left" />
|
||||
Führt zur Ansicht der Kategorien. Hier sieht man eine Liste aller Kategorien.
|
||||
Man kann Kategorien auswählen.
|
||||
Man kann löschen, bearbeiten oder neu erstellen. Man kann veröffentlichen
|
||||
oder verstecken.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Neue Kategorie</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-categoriesedit.png" alt="" class="left" />
|
||||
Führt direkt zur Erstellung neuer Kategorien.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Gruppen</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-groups.png" alt="" class="left" />
|
||||
Führt zur Ansicht der (Arbeits-)Gruppen. Hier sieht man eine Liste aller Arbeitsgruppen.
|
||||
Man kann Gruppen auswählen. Man kann löschen, bearbeiten oder neu erstellen.
|
||||
Erstelle eine Arbeitsgruppe, wenn die Möglichkeit zur Erstellung neuer Events
|
||||
auf bestimmte Kategorien auf ausgewählte Benutzer eingeschränkt werden soll.
|
||||
</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Neue Gruppe</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-groupedit.png" alt="" class="left" />
|
||||
Führt direkt zur Erstellung neuer (Arbeits-)Gruppen.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3> Plugins</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-plugins.png" alt="" class="left" />
|
||||
Führt zur Ansicht der JEM-Plugins. JEM Plugins
|
||||
werden wie gewöhnliche Joomla Plugins behandelt. Klick auf dieses Icon bringt
|
||||
zum Joomla Plugin Manager. Allerdings ist der Filter so eingestellt, dass nur
|
||||
die installierten JEM Plugins sichtbar sind. Wurde das JEM Paket installiert,
|
||||
sollten folgende Plugins installiert sein:
|
||||
<p>
|
||||
<ul>
|
||||
<li> Search Plugin</li>
|
||||
<li>Finder Plugin (smart search)</li>
|
||||
<li>Mailer Plugin, to make the settings on which events JEM should send emails</li>
|
||||
<li>Comments Plugin, integration with JComments</li>
|
||||
<li>Content Plugin, which does the JEM magic behind the screen and shouldn't be unpublished.</li>
|
||||
</ul>
|
||||
Es gilt daran zu denken, die gewünschten Plugins zu aktivieren!</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Einstellungen</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-settings.png" alt="" class="left" />
|
||||
Das ist das Herz der JEM Komponente Hier wird entschieden, welche Möglichkeiten
|
||||
JEM bieten soll und welches Verhalten es zeigt. (Gewisse Einstellung erfolgen
|
||||
dann noch in den einzelnen Menüeinstellungen.)<br />
|
||||
</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Wartung</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-housekeeping.png" alt="" class="left" />
|
||||
Diese Ansicht bietet Werkzeuge zur Wartung der Datenbank. Reinigung von unbenutzten
|
||||
Daten und Bildern. Auch wird hier die Autoarchivierfunktion aktiviert.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Beispieldateien laden</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-sampledata.png" alt="" class="left" />
|
||||
Klick auf dieses Icon installiert im JEM Paket enthaltene Beispiel-Dateien. Dies
|
||||
kann allerdings nur installiert werden, wenn noch keine anderen Daten (z.B.
|
||||
Events, Orte, Kategorien, Gruppen) eingegeben sind! </p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Update-Prüfung</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-update.png" alt="" class="left" />
|
||||
Mit diesem Schalter prüft JEM automatisch, ob die installierte JEM-Version aktuell
|
||||
ist.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Daten importieren</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-tableimport.png" alt="" class="left" />
|
||||
Hier können Daten in die JEM Tabelllen importiert werden.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<h3>Daten exportieren</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-tableexport.png" alt="" class="left" />
|
||||
Hier können Daten aus den JEM-Tabellen nach CSV-Dateien (Komma getrennt) exportiert
|
||||
werden.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>CSS Manager</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-cssedit.png" alt="" class="left" />
|
||||
Hier können CSS-Dateien der verschiedenen Ansichten direkt im Backend verändert
|
||||
werden. Klick auf einen Link auf der rechten Seite führt zum Bearbeitungsfenster.</p>
|
||||
<div class="clear">
|
||||
</div>
|
||||
|
||||
<h3>Hilfe</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-help.png" alt="" class="left" />
|
||||
Öffnet die JEM-Hilfeseiten.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p>
|
||||
<div class="toolbar-list">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="icon-32-options"> </span>
|
||||
Options
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-help"> </span>
|
||||
Help
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
<p><strong>Optionen:</strong>
|
||||
Öffnet die Joomla Permissions-Ansicht für die JEM Kmponente. Für mehr Infos bitte
|
||||
die ACL-Sektion der <a href="intro.html"> Einführung</a> zu dieser Hilfe
|
||||
lesen.</p>
|
||||
<p><strong>Hilfe:</strong>
|
||||
Öffnet dieses Hilfe-Fenster.</p>
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Fenster schliessen</a></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
135
administrator/components/com_jem/help/de-DE/housekeeping.html
Normal file
@ -0,0 +1,135 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>Wartung</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Wartung</h1>
|
||||
|
||||
<h3>Beschreibung</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-housekeeping.png" alt="" class="left" />
|
||||
Diese Ansicht bietet einen Werkzeugsatz zur Bereinigung der Datenbank
|
||||
von unbenutzten Daten und Bildern, und die Möglichkeit, die Autoarchiv-Funktion
|
||||
auszulösen.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="hintheader">Tipp</p>
|
||||
<p class="hint">Nicht mehr benutzte Bilder zu entfernen, spart Ressourcen.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>Zu dieser Seite mit:
|
||||
<strong>Komponenten</strong> → <strong>JEM</strong> → <strong>Wartung</strong></p>
|
||||
|
||||
|
||||
<h3>User Access Level</h3>
|
||||
|
||||
<p><img src="../images/super_administrator.gif" alt="Super Administrator" /> Super Administrator</p>
|
||||
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p><img src="toolbars/bh.png" alt="toolbar" /></p>
|
||||
|
||||
<p><strong>Zurück:</strong>
|
||||
Bringt zurück zum JEM Hauptmenü.</p>
|
||||
<p><strong>Hilfe:</strong>
|
||||
Öffnet das entsprechende Hilfe-Fenster.</p>
|
||||
|
||||
|
||||
<h3>Hauptbereich</h3>
|
||||
|
||||
<p>
|
||||
<img src="../../../../../media/com_jem/images/icon-48-cleaneventimg.png" alt="" align="left" />
|
||||
<strong>Eventbilder-Wartung:</strong>
|
||||
Mit einfachem Klick auf das Icon können die unbenutzten Bilder in der Datenbank
|
||||
gelöscht werden. Alle in der Datenbank benutzten Veranstaltungs-Bilder werden
|
||||
gesammelt und mit den erreichbaren Bildern verglichen. Nicht verwendete Bilder
|
||||
werden
|
||||
automatisch gelöscht.
|
||||
Beachte: Sollte nur verwendet werden, wenn JEM-Bildern nicht auch noch anderswo
|
||||
verwendet werden. (z.B. in Beiträgen und Artikeln).
|
||||
Wenn JEM Bilder in anderen Bereichen benutzt werden, kann man auch den
|
||||
Joomla! Media Manager oder die JEM Bildauswahl benutzen, um einzelne Bilder
|
||||
gezielt zu löschen.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<img src="../../../../../media/com_jem/images/icon-48-cleancategoryimg.png" alt="" align="left" />
|
||||
<strong>Kategoriebilder-Wartung:</strong>
|
||||
Mit einfachem Klick auf das Icon können unbenutzte Kategoriebilder gelöscht
|
||||
werden. Alle in der Datenbank benutzten Veranstaltungs-Bilder werden
|
||||
gesammelt und mit den erreichbaren Bildern verglichen. Nicht verwendete Bilder
|
||||
werden
|
||||
automatisch gelöscht. Beachte: Sollte nur verwendet werden, wenn JEM-Bildern
|
||||
nicht auch noch anderswo verwendet werden. (z.B. in Beiträgen und Artikeln).
|
||||
Wenn JEM Bilder in anderen Bereichen benutzt werden, kann man auch den Joomla!
|
||||
Media Manager oder die JEM Bildauswahl benutzen, um einzelne Bilder gezielt
|
||||
zu löschen. </p>
|
||||
|
||||
<p>
|
||||
<img src="../../../../../media/com_jem/images/icon-48-cleancategoryimg.png" alt="" align="left" />
|
||||
<strong>Überreste aus Cat_Event-Tabelle löschen:</strong>
|
||||
Löscht alle unnötigen übriggebliebenen Category-Event
|
||||
Beziehungen: Löscht alle Beziehungen von Veranstaltungen zu Kategorien, die
|
||||
in den Tabellen nicht mehr existieren. Die Beziehungen sind unnötig, weil
|
||||
sie keinen Bezug mehr haben zu einer existierenden Kategorie. Auch unnötige
|
||||
Beziehungen von Kategorien zu Veranstaltungen werden gelöscht. </p>
|
||||
|
||||
<p>
|
||||
<img src="../../../../../media/com_jem/images/icon-48-cleanvenueimg.png" alt="" align="left" />
|
||||
<strong>Veranstaltungsortbilder-Wartung:</strong>
|
||||
Mit einfachem Klick auf das Icon können unbenutzte Veranstaltungsort-Bilder
|
||||
gelöscht werden.
|
||||
Alle in der Datenbank benutzten Veranstaltungs-Bilder werden
|
||||
gesammelt und mit den erreichbaren Bildern verglichen. Nicht verwendete Bilder
|
||||
werden
|
||||
automatisch gelöscht. Beachte: Sollte nur verwendet werden, wenn JEM-Bildern
|
||||
nicht auch noch anderswo verwendet werden. (z.B. in Beiträgen und Artikeln).
|
||||
Wenn JEM Bilder in anderen Bereichen benutzt werden, kann man auch den Joomla!
|
||||
Media Manager oder die JEM Bildauswahl benutzen, um einzelne Bilder gezielt
|
||||
zu löschen. </p>
|
||||
|
||||
<p>
|
||||
<img src="../../../../../media/com_jem/images/icon-48-archive.png" alt="" align="left" />
|
||||
<strong>Trigger Autoarchivierung:</strong>
|
||||
Normalerweie wird die Auto-Archivier-Funktion durch Datumswechsel ausgelöst und
|
||||
beim ersten Besucher einer JEM-Ansicht.<br />
|
||||
Die Auto-Archivier-Funktion macht 2 Handlungen:<br />
|
||||
1. Die vergangenen Veranstaltungen werden archiviert oder gelöscht, je nach
|
||||
Einstellungen in den Einstellungen→ Grundeinstellungen→ Umgang mit
|
||||
abgelaufenen Veranstaltungen. 2. Die Wiederholungsserien werden automatisch
|
||||
erstellt, wenn eine neue Instanz ins 'Vorschau-Fenster' kommt <strong>und</strong>
|
||||
das 'Bis zum Ende von'-Datum im Event noch nicht abgelaufen ist.
|
||||
JEM kontrolliert die automatische Erstellung, indem es zuerst auf die Einstellungen
|
||||
in den Globalen Parametern achtet. Die Zahl der angegebenen Tage als 'Vorschau-Fenster'
|
||||
sind für die automatische Erstellung der Wiederholungsserien.<br />
|
||||
Als zweiter Schritt beachtet JEMm ob ein 'Bis zum Ende von'-Datum in der Veranstaltung
|
||||
selber ist
|
||||
(unter 'Wiederholungen'). Wenn dieses Datum vor dem Vorschau-Fenster ist, werden
|
||||
weniger Wiederholungen erstellt. Wenn das Datum über das Vorschaufenster hinausgeht,
|
||||
gilt das Datum des Vorschaufensters. Diese zwei Aktionen können mit Klick auf
|
||||
dieses Icon ausgelöst werden. </p>
|
||||
<p>
|
||||
<img src="../../../../../media/com_jem/images/icon-48-truncatealldata.png" alt="" align="left" />
|
||||
<strong>Löscht alle JEM-Daten:</strong>
|
||||
Löscht <strong>alle</strong> JEM-Daten in der Datenbank, eingeschlossen
|
||||
Veranstaltungen, Veranstaltungsorte, Kategorien uw. Dies kann z.B. benutzt
|
||||
werden, wenn man vorher die Beispieldaten zum Testen installiert hatte. Oder
|
||||
eigene Daten zum Testen eingegeben hatte vor dem ernsthaften Gebrauch.</p>
|
||||
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Fenster schliessen</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
110
administrator/components/com_jem/help/de-DE/import.html
Normal file
@ -0,0 +1,110 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>Import</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Import</h1>
|
||||
|
||||
<h3>Beschreibung</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-tableimport.png" alt="" class="left" />
|
||||
Hier können Daten in JEM-Tabellen importiert werden.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="hintheader">Tipp</p>
|
||||
<p class="hint">Zuerst am besten einen Export der gewünschten Daten in JEM machen
|
||||
(die 'Export'Funktion im Hauptmenü benutzen). Dann diese Tabelle als Referenz
|
||||
benutzen. Die exportierte CSV-Datei kann in einem Texteditor oder in Excel
|
||||
geöffnet werden.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>Zu dieser Seite mit:
|
||||
<strong>Komponenten</strong> → <strong>JEM</strong> → <strong>Import</strong></p>
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p>
|
||||
<div class="toolbar-list">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="icon-32-back"> </span>
|
||||
Back
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-help"> </span>
|
||||
Help
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
<p><strong>Zurück:</strong>
|
||||
Bringt zurück zum JEM Hauptmenü.</p>
|
||||
<p><strong>Hilfe:</strong>
|
||||
Öffnet das entsprechende Hilfe-Fenster.</p>
|
||||
|
||||
|
||||
<h2>Eventlist-Import Tab</h2>
|
||||
|
||||
<p><strong>Eventlist-Import:</strong>
|
||||
Die JEM Komponente entdeckt automatisch welche Version von Eventlist (1.0.1,
|
||||
1.0.2 oder 1.1) auf ihrem System installiert ist.</p>
|
||||
|
||||
|
||||
<h2>CSV-Import Tab</h2>
|
||||
|
||||
<p><strong>CSV-Import:</strong>
|
||||
Wählen, um CSV-Dateien zu importieren.</p>
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Achtung</p>
|
||||
<p class="attention"> Die Reihenfolge zum Import der Daten in JEM ist wichtig
|
||||
für ein korrektes Funktionieren. Vorgeschlagen und getestet ist:: Zuerst
|
||||
Veranstaltungsorte, dann Kategorien, dann Veranstaltungen und zuletzt Cat_Events.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Import Optionen:</h3>
|
||||
|
||||
<p><strong>CSV-Datei wählen:</strong>
|
||||
Klicken, um eine lokale Datei auszuwählen.</p>
|
||||
<p><strong> Ersetzen, wenn ID vorhanden (sonst neu erstellen):</strong>
|
||||
Bei Ja werden schon existierende Veranstaltungen mit derselben ID überschrieben.
|
||||
Bei Nein erhält jeder importierte Event eine neue ID.</p>
|
||||
<p><strong>Veranstaltungen:</strong>
|
||||
Mit Klick können Veranstaltungen aus einer CSV-formatierten Datei importiert
|
||||
werden.
|
||||
Bitte überprüfen, ob die vorbereitete Datei dem JEM-Format entspricht.
|
||||
(siehe Info unter 'Export').</p>
|
||||
<p><strong>Kategoriens:</strong>
|
||||
Mit Klick können Kategorien aus einer CSV-formatierten Datei importiert werden.
|
||||
Bitte überprüfen, ob die vorbereitete Datei dem JEM-Format entspricht.
|
||||
(siehe Info unter 'Export').</p>
|
||||
<p><strong>Veranstaltungsorte:</strong>
|
||||
Mit Klick können Veranstaltungsorte aus einer CSV-formatierten Datei importiert
|
||||
werden.
|
||||
Bitte überprüfen,
|
||||
ob die vorbereitete Datei dem JEM-Format entspricht. (siehe Info unter 'Export').</p>
|
||||
<p><strong>Cat_Events:</strong>
|
||||
Mit Klick können Cat_Events aus einer CSV-formatierten Datei importiert werden.
|
||||
Bitte überprüfen, ob die vorbereitete Datei dem JEM-Format entspricht.
|
||||
(siehe Info unter 'Export').</p>
|
||||
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Fenster schliessen</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
174
administrator/components/com_jem/help/de-DE/intro.html
Normal file
@ -0,0 +1,174 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>Einführung</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>JEM 2.x Hilfe</h1>
|
||||
|
||||
<h2><strong>Willkommen</strong></h2>
|
||||
|
||||
<p>Willkommen zur stabilen Version von JEM 2.x für Joomla 2.5 und Joomla
|
||||
3+.</p>
|
||||
|
||||
<p>
|
||||
Diese Software ist ein Fork von Eventlist, einer der populärsten nicht-kommerziellen
|
||||
Event Management Komponente für Joomla.<br/>
|
||||
Diese erste Veröffentlichung von JEM kombiniert die Funktionalität von Eventlist
|
||||
1.0.1, 1.0.2 und 1.1, und bringt zahlreiche Verbesserungen und über Jahre
|
||||
hinweg durch die Community diskutierte Erweiterungen zusammen. </p>
|
||||
|
||||
<p>Zusammen mit der JEM Komponente wurden die folgenden Module
|
||||
und Plugins installiert:</p>
|
||||
|
||||
<ul>
|
||||
<li>JEM Module, (kommende Events Basismodul)</li>
|
||||
<li>JEM Wide Module, (kommende Events Breitmodul)</li>
|
||||
<li>Calendar Module, for date navigation</li>
|
||||
<li>Teaser Module, zur Anzeige kommender Events</li>
|
||||
<li>Such Plugin</li>
|
||||
<li>Finder Plugin (smart search)</li>
|
||||
<li>Mailer Plugin, to make the settings on which events JEM should send emails</li>
|
||||
<li>Comments Plugin, Integration mit JComments</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Sollen diese Module und Plugins verwendet werden, bitte ihre Aktivierung
|
||||
im Modul- und Pluginmanager nicht vergessen.</p>
|
||||
|
||||
<p>Wir hoffen, Sie lieben diese neue Version von JEM für Joomla 2.5 und
|
||||
Joomla 3!</p>
|
||||
|
||||
<p>Das JEM Entwicklungs Team, Oktober 2015</p>
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Achtung</p>
|
||||
<p class="attention">Bitte lesen Sie diese Einführung sorgfältig und ganz! Sind
|
||||
dann noch Fragen, klicken Sie auf 'Hilfe' und lesen sie die Ansichten.
|
||||
Sollten Sie zusätzliche Hilfe benütigen, schauen Sie nach 'Hilfe erhalten'
|
||||
ganz oben im Hilfe-Zentrum.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h2><strong>Einführung</strong></h2>
|
||||
|
||||
<p>
|
||||
JEM ist eine Event Management Komponente für Joomla.
|
||||
Es ist kein Kalender, sondern ein einfacher Weg Veranstaltungen und Events
|
||||
von ihrer Gruppe, Gesellschaft oder Gemeinschaft zu verwalten und zu präsentieren.
|
||||
JEM bietet viele Möglichkeiten zur Arbeitserleichterung: Veranstaltungsort-Listen,
|
||||
Veranstaltungs-Wiederholungen, Veranstaltungsort-Karten und viel mehr. Aber auch
|
||||
die Besucher finden zusätzliche Möglichkeiten: ein einfaches Anmeldesystem
|
||||
zu Events, Links zu Karten, Einreichen von Veranstaltungen und Veranstaltungsorten
|
||||
vom Frontend aus. </p>
|
||||
<h2><strong>Schnellstart</strong></h2>
|
||||
|
||||
<p>Nach einer erfolgreichen Installation von JEM braucht es wenigstens die folgenden
|
||||
3 Schritte:</p>
|
||||
|
||||
|
||||
<p><strong>Der erste Schritt</strong> ist das Konfigurieren der gewünschten Einstellungen
|
||||
in der JEM Konfiguration. Einstellen von Datums- und Zeitformat, Aktivieren
|
||||
der Bild-Thumbnail-Erstellung und das Setzen des Tabellenlayouts. <br/>
|
||||
Optional kann das mit <a href="http://www.joomlapolis.com" target="_blank">community
|
||||
builder</a> erstellte
|
||||
Benutzerprofil integriert werden. Die meisten Einstellungen erklären sich
|
||||
selbst. Wo nicht, bewege die Maus über den Text, um detailliertere Infos
|
||||
zu erhalten oder klicke auf das Hilfe Icon in der Werkzeugleiste.</p>
|
||||
|
||||
|
||||
<p><strong>Der zweite Schritt </strong> ist die Erstellung von Kategorien. Jeder
|
||||
erstellte Event muss zu einer Kategorie gehören.
|
||||
Z.B. bei einer Musikseite kann man Rock, Rap, Dance, Electronic usw. benutzen.
|
||||
Es kann aber auch z.B. nach verschiedenen Zielgruppen kategorisiert werden.
|
||||
Für jede Gruppe kann man einen Zugriffslevel setzen.
|
||||
Alle Events dieser Kategorie
|
||||
sind dann nur sichtbar für die berechtigte Gruppe.</p>
|
||||
|
||||
<p><strong>Der dritte Schritt </strong> ist das Erstellen von Menüpunkten im
|
||||
Joomla! Menümanager.
|
||||
JEM bietet viele verschiedene Menüansichten an:</p>
|
||||
|
||||
<ul>
|
||||
<li>Kalenderanzeige</li>
|
||||
<li>Kategorienliste</li>
|
||||
<li>Eine Kategorie mit ihren Veranstaltungen</li>
|
||||
<li>Kalender einer Kategorie</li>
|
||||
<li>Tagesansicht</li>
|
||||
<li>Veranstaltung einreichen</li>
|
||||
<li>Veranstaltungsort einreichen</li>
|
||||
<li>Ansicht einer Veranstaltung</li>
|
||||
<li>Einfache Liste (mit vielen Variationsmöglichkeiten)</li>
|
||||
<li>Meine Anmeldungen</li>
|
||||
<li>Meine Veranstaltungen</li>
|
||||
<li>Meine Veranstaltungsorte</li>
|
||||
<li>Formular zur Suche von Events</li>
|
||||
<li>Kalender eines Veranstaltungsortes</li>
|
||||
<li>Veranstaltungsort</li>
|
||||
<li>Veranstaltungsortsliste</li>
|
||||
<li>Wochenkalender<br />
|
||||
<br />
|
||||
<p></p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Jetzt können deine Veranstaltungen eingegeben werden. Wenn die Veranstaltungen
|
||||
zu Veranstaltungsorten zugeteilt werden sollen, braucht es auch die Erstellung
|
||||
des Veranstaltungsortes.</p>
|
||||
|
||||
<h2><strong>ACL - Access Control Liste</strong></h2>
|
||||
<p> Spezielle Beachtung sollte man der ACL-Zugriffsregelung schenken. Wenn Sie
|
||||
sie verwenden wollen, müssen Sie wissen, dass das Joomla ACL teilweise in JEM
|
||||
2.0 intergriert ist. Aktuell funktioniert ACL mit Kategorien und Veranstaltungen,
|
||||
noch nicht mit Veranstaltungsorten.
|
||||
<p>Die Rechte zur Ansicht sind in Joomla gesetzt unter :<strong>Benutzer</strong> → <strong>Zugriffsebenen</strong> → <strong>Zugriffsebenen</strong>
|
||||
<p> Editierrechte sind in JEM gesetzt unter: <strong>Bedienungsübersicht</strong> → <strong>Einstellungen
|
||||
(icon)</strong> → <strong>Benutzerrechte</strong></p>
|
||||
Hier können Globale Bewilligungnen für Benutzergruppen erstellt werden.
|
||||
Z.B. Wenn nur "publisher" neu erstellen/ bearbeiten dürfen, kann man:
|
||||
<ul>
|
||||
<li>Benutzer erstellen</li>
|
||||
<li>Benutzer nur zur Gruppe "publisher" zuordnen</li>
|
||||
<li> einen Access-view Level "publisher" im Backend erstellen</li>
|
||||
<li>Einstellungen im JEM Hauptmenü wählen und Rechte für "publisher"</li>
|
||||
</ul>
|
||||
<p> Jetzt können sie einen Menülink erstellen "Veranstaltung einreichen" und
|
||||
diesem Zugriff für "publisher" geben. Wenn die Eventsliste angeschaut
|
||||
wird, kann der entsprechende Benutzer ein Icon sehen zur Einreichung von Events
|
||||
und
|
||||
in der Eventansicht kann er ein Bearbeitungs-Icon finden.<br/>
|
||||
Seien Sie sich bewussst, dass jemand mit Bearbeitungsrechten alle Kategorien
|
||||
sehen kann! Erweiterte Zugriffsrechte- und -Einschränkungen werden via JEM-Gruppen
|
||||
organisiert. Dort kann man eine unbegrenzte Zahl von (Arbeits-)Gruppen mit
|
||||
ausgewählten Benutzern bilden. Wenn eine Gruppe zu einer Kategorie zugeordnet
|
||||
ist, können nur die ausgewählten Benutzer der Gruppe auf diese Kategorie
|
||||
zugreifen. </p>
|
||||
<p>Bei den Veranstaltungen gibt es 2 Einstellungen:
|
||||
Zuerst eine indirekte. Via Kategorie (oder Kategorien) zu denen eine Veranstaltung
|
||||
gehört kann Bearbeitungszugriff auf die Benutzer der zugeordneten Arbeitsgruppe
|
||||
beschränkt werden. Zum zweiten gehört die ACL-Einstellung für den Lese-Zugriff
|
||||
durch die Wahl der Joomla Benutzergruppe im Event</p>
|
||||
<p><strong>Wenn Sie JEM mögen und Sie es Ihren Zwecken dient, überlegen Sie sich
|
||||
doch eine Spende zur Deckung der Hosting-Auslagen der Community</strong></p>
|
||||
|
||||
|
||||
<h2>Beachte</h2>
|
||||
|
||||
<ul>
|
||||
<li>JEM ist veröffentlicht unter den "terms and conditions of the <a
|
||||
href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank"><strong>GNU
|
||||
GPL license"</strong></a></li>
|
||||
<li>Diese Software wurde erstellt durch unsere community von Freiwilligen mit
|
||||
unseren besten Wissen und Können, und wird verteilt in der Hoffnung, dass
|
||||
es brauchbar ist. Jedoch <strong>OHNE JEDE GARANTIE</strong><strong>!</strong> Sie
|
||||
benutzen JEM auf ihr <strong>EIGENES RISIKO.</strong></li>
|
||||
</ul>
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Fenster schliessen</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
196
administrator/components/com_jem/help/de-DE/listcategories.html
Normal file
@ -0,0 +1,196 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>Kategorien</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Kategorien (-Liste)</h1>
|
||||
|
||||
<h3>Beschreibung</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-categories.png" alt="" class="left" />
|
||||
Verwalten Sie Ihre Kategorien von dieser Ansicht aus. Sie sehen eine
|
||||
Liste aller Kategorien.
|
||||
Sie können löschen, bearbeiten oder neue Kategorien hinzufügen. Sie
|
||||
können hier auch Kategorien veröffentlichen (freigeben) oder
|
||||
verstecken.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>Zu dieser Seite mit:
|
||||
<strong>Komponenten</strong>→ <strong>JEM</strong> → <strong>Kategorien</strong></p>
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p>
|
||||
<div class="toolbar-list">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="icon-32-new"> </span>
|
||||
New
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-edit"> </span>
|
||||
Edit
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-publish"> </span>
|
||||
Publish
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-unpublish"> </span>
|
||||
Unpublish
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-archive"> </span>
|
||||
Archive
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-checkin"> </span>
|
||||
Check In
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-trash"> </span>
|
||||
Trash
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-purge"> </span>
|
||||
Rebuild
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-help"> </span>
|
||||
Help
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
<p><em>Kategorie(n) wählen durch Klick auf die Checkboxen am Anfang jeder Reihe.</em></p>
|
||||
|
||||
|
||||
<p><strong>Neu:</strong>
|
||||
Anklicken, zur Erstellung einer neuen Kategorie.</p>
|
||||
<p><strong>Bearbeiten:</strong>
|
||||
Anklicken zur Bearbeitung der ausgewählten Kategorie. Geht auch durch Anklicken
|
||||
des Kategorienamens.</p>
|
||||
<p><strong>Freigeben:</strong>
|
||||
Anklicken, um die ausgewählte Kategorie zu veröffentlichen. Nur Veranstaltungen
|
||||
in veröffentlichten Kategorien sind im Frontend sichtbar.</p>
|
||||
<p><strong>Sperren:</strong>
|
||||
Anklicken, um die gewählte Kategorie zu sperren (zu verunöffentlichen) Ist
|
||||
eine Kategorie gesperrt, kann ihr keine Veranstaltung mehr zugeordnet
|
||||
werden (nicht mehr sichtbar in der Zuordnungsliste). Die Sperrung einer
|
||||
Kategorie hat aber keine Folgen auf schon zugeordnete Veranstaltungen.</p>
|
||||
<p><strong>Archivieren:</strong>
|
||||
Anklicken, um die ausgewählte Kategorie zu Archivieren. </p>
|
||||
<p><strong>Einchecken:</strong>
|
||||
Manchmal zeigt ein Schloss<img src="../images/checked_out.png" alt="padlock" /> neben
|
||||
einer Kategorie, dass sie ausgecheckt ist. Zum Einchecken den Kategorienamen
|
||||
anklicken. Eine Kategorie kann man nicht bearbeiten, wenn sie durch einen
|
||||
anderen Benutzer bearbeitet wird.<br />
|
||||
Das bedeutet: Solange sie eine Kategorie bearbeiten, ist sie für andere Benutzer
|
||||
sinnvollerweise gesperrt. Aber falls sie die Bearbeitung nicht korrekt beendet
|
||||
haben, bleibt die Kategorie gesperrt und niemand kann sie bearbeiten.
|
||||
Administratoren haben das Recht, alle ausgecheckten Kategorien zu lösen.
|
||||
(mit dem Risiko, dass Änderungen verloren gehen.) Der Administrator geht
|
||||
zum Menü Tools '! Global Checkin in der Menüleiste. Es kann auch durch den
|
||||
betreffenden Benutzer zurückgesetzt werden durch Anklicken des Bearbeitungs-Icons
|
||||
und dann erneuter Speicherung oder Abbrechen oder durch Benutzung der
|
||||
Check-In-Funktion in der Werkzeugleiste oben rechts.</p>
|
||||
<p><strong>Papierkorb:</strong>
|
||||
Anklicken zum dauerhaften Löschen der gewählten Kategorie.</p>
|
||||
<p><strong>Wiederherstellen:</strong>
|
||||
Anklicken, um die hierarchische Struktur der Kategorien zu reparieren. Wenn
|
||||
Sie denken, es ist was falsch in der Kategoriestruktur (z.B.
|
||||
nach einem Import), dann benutzen Sie diesen Schalter.
|
||||
Dies zerstört keine Daten. Am Ende dieses Prozesses sollten Sie eine Meldung
|
||||
mit folgendem Text sehen: "Kategorie-Baum erfolgreich wiederhergestellt"</p>
|
||||
<p><strong>Hilfe:</strong>
|
||||
Anklicken führt zum entsprechenden Hilfe-Fenster.</p>
|
||||
|
||||
|
||||
<h3>Spalten:</h3>
|
||||
|
||||
<p><strong>Checkbox:</strong>
|
||||
Eine Kategorie wählen zum Bearbieten, Löschen, Veröffentlichen, Sperren,
|
||||
Archivieren, Einchecken oder in den Papierkorb. Dann die entsprechende
|
||||
Aktion oben rechts wählen.</p>
|
||||
<p><strong>Titel:</strong>
|
||||
Der Name der Kategorie. <br />
|
||||
Manchmal zeigt ein Schloss<img src="../images/checked_out.png" alt="padlock" /> neben
|
||||
einer Kategorie, dass sie ausgecheckt ist. Zum Einchecken den Kategorienamen
|
||||
anklicken. Eine Kategorie kann man nicht bearbeiten, wenn sie durch einen anderen
|
||||
Benutzer bearbeitet wird.<br />
|
||||
Das bedeutet: Solange sie eine Kategorie bearbeiten, ist sie für andere
|
||||
Benutzer sinnvollerweise gesperrt. Aber falls sie die Bearbeitung nicht korrekt
|
||||
beendet haben, bleibt die Kategorie gesperrt und niemand kann sie bearbeiten.
|
||||
Administratoren haben das Recht, alle ausgecheckten Kategorien zu lösen.
|
||||
(mit dem Risiko, dass Änderungen verloren gehen.) Der Administrator geht
|
||||
zum Menü Tools '! Global Checkin in der Menüleiste. Es kann auch durch
|
||||
den betreffenden Benutzer zurückgesetzt werden durch Anklicken des Bearbeitungs-Icons
|
||||
und dann erneuter Speicherung oder Abbrechen oder durch Benutzung der Check-In-Funktion
|
||||
in der Werkzeugleiste oben rechts.</p>
|
||||
<p><strong>Farbe:</strong>
|
||||
Zeigt die für diese Kategorie gewählte Farbe. Diese Farbe wird in der Kalenderansicht
|
||||
im Frontend benutzt.</p>
|
||||
<p><strong>Gruppe:</strong>
|
||||
Der Name der zugeordneten (Arbeit-)Gruppe. Die Gruppe enthält die Namen der
|
||||
berechtigten Benutzer.</p>
|
||||
<p><strong>Veranstaltungen:</strong>
|
||||
Die Zahl der Veranstaltungen, die dieser Kategorie zugeordnet sind.</p>
|
||||
<p><strong>Status:</strong> Zeigt an, ob die Kategorie freigegeben (veröffentlicht)
|
||||
(<img src="../../../../../media/com_jem/images/tick.png" alt="published" />)
|
||||
oder gesperrt (<img src="../../../../../media/com_jem/images/publish_x.png" alt="unpublished" />)
|
||||
ist. Zum Ändern anklicken.</p>
|
||||
<p><strong>Reihenfolge:</strong>
|
||||
Zeigt die Ordnungsreihenfolge der Kategorien in der Liste. Anklicken des
|
||||
Pfeils führt zur Umkehrung. Beachte: Die neue Ordnung hat Auswirkung auf
|
||||
die Auswahlliste bei der Erstellung eines neuen Events. Bringe häufig benutzte
|
||||
Kategorien an den Anfang. </p>
|
||||
<p><strong>Zugriffsebene:</strong>
|
||||
Der Benutzerzugriffs-Level; Der Zugriffslevel für diese Kategorie.
|
||||
Events innerhalb einer Kategorie sind nur sichtbar mit mindestens dem gewählten
|
||||
Level.</p>
|
||||
<p><strong>ID:</strong> Die ID Nummer des Eintrags in der Datenbank.
|
||||
Diese Nummer ist durch JEM erstellt für jeden neuen Eintrag. Sie wird z.T.
|
||||
auch in den Menüs und Modules benutzt.</p>
|
||||
|
||||
<h3>Andere Funktionen</h3>
|
||||
|
||||
<p><strong>Suche:</strong>
|
||||
Text in die "Filter"Box eingeben, um die Liste mit dem gesuchten Text zu verfeinern.
|
||||
Einfach Text eingeben und Enter oder go drücken.</p>
|
||||
<p><strong>Drop Down:</strong>
|
||||
Die Anzahl Kategorien eingeben, die pro Seite angezeigt werden soll
|
||||
[Optionen zwischen 5 – 100].</p>
|
||||
<p><strong>Navigations Buttons:</strong>
|
||||
Benutze Start, Vorher, Nachher, und Ende zum Steuern zwischen Listenseiten.</p>
|
||||
<p><strong>Seitenanzeige:</strong>
|
||||
Zeigt, welche Seite angezeigt wird, in Form von n von m.</p>
|
||||
<p><strong>Sortierung:</strong>
|
||||
Tabellenkopf anklicken, um Kategorien beim Namen, Status oder Datum zu ordnen
|
||||
(hängt vom Spaltenformat ab).</p>
|
||||
|
||||
|
||||
<h3>Bezogene Hilfeseiten & Andere Ressourcen</h3>
|
||||
|
||||
<p>
|
||||
<strong>Kategorie bearbeiten:</strong> <a href="editcategories.html">Add/Edit
|
||||
Categories</a>
|
||||
<strong>Gruppen Manager:</strong> <a href="listgroups.html">Add/Edit Groups</a>
|
||||
</p>
|
||||
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Fenster schliessen</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
213
administrator/components/com_jem/help/de-DE/listevents.html
Normal file
@ -0,0 +1,213 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>Veranstaltungen</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Veranstaltungen (-Liste)</h1>
|
||||
|
||||
<h3>Beschreibungen</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-events.png" alt="" class="left" />
|
||||
Verwalten Sie Ihre Veranstaltungen von dieser Ansicht aus. Sie sehen
|
||||
eine Liste aller Veranstaltungen.
|
||||
Sie können löschen, bearbeiten oder neue Veranstaltungen hinzufügen.
|
||||
Sie können hier auch Veranstaltungen veröffentlichen (freigeben)
|
||||
oder verstecken. Sie können auch angemeldete Veranstaltungsteilnehmer
|
||||
verwalten.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Achtung</p>
|
||||
<p class="attention">Es gibt kein spezielles Archiv mehr im Backend. Um archivierte
|
||||
Veranstaltungen anzuzeigen, wählen sie im Status "archiviert".</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>Zu dieser Seite mit:
|
||||
<strong>Komponenten</strong>→ <strong>JEM</strong> →<strong>Veranstaltungen</strong></p>
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p>
|
||||
<div class="toolbar-list">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="icon-32-new"> </span>
|
||||
New
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-edit"> </span>
|
||||
Edit
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-publish"> </span>
|
||||
Publish
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-unpublish"> </span>
|
||||
Unpublish
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-featured"> </span>
|
||||
Featured
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-archive"> </span>
|
||||
Archive
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-checkin"> </span>
|
||||
Check In
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-trash"> </span>
|
||||
Trash
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-help"> </span>
|
||||
Help
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
<p><em>Veranstaltung(en) wählen durch Klick auf die Checkbox am Beginn jeder
|
||||
Reihe.</em></p>
|
||||
|
||||
<p><strong>Neu:</strong>
|
||||
Anklicken, um neuen Event zu erstellen.</p>
|
||||
<p><strong>Bearbeiten:</strong>
|
||||
Anklicken, um gewählten Event zu bearbeiten. Man kann auch auf den Namen
|
||||
klicken.</p>
|
||||
<p><strong>Freigeben:</strong>
|
||||
Anklicken, um den gewählten Event freizugeben. Ein fregegebener Event ist
|
||||
im Frontend sichtbar.</p>
|
||||
<p><strong>Sperren:</strong>
|
||||
Anklicken, um den gewählten Event zu sperren. Ein gesperrter Event ist im
|
||||
Frontend nicht sichtbar.</p>
|
||||
<p><strong>Haupteintrag:</strong>
|
||||
Anklicken, um den gewählten Event hervorzuheben. Er erscheint im Frontend
|
||||
farblich hervorgehoben.</p>
|
||||
<p><strong>Archivieren:</strong>
|
||||
Anklicken, um den ausgewählten Evenet zu archivieren. Er ist via diese
|
||||
Eventliste erreichbar, wenn du als Status "archiviert" wählst.</p>
|
||||
<p><strong>Einchecken:</strong>
|
||||
Manchmal zeigt ein Schloss<img src="../images/checked_out.png" alt="padlock" /> neben
|
||||
einer Veranstaltung, dass sie ausgecheckt ist. Zum Einchecken den
|
||||
Eventnamen anklicken. Einen Event kann man nicht bearbeiten, wenn
|
||||
er durch einen
|
||||
anderen Benutzer bearbeitet wird.<br />
|
||||
Das bedeutet: Solange sie einen Event bearbeiten, ist er für andere
|
||||
Benutzer sinnvollerweise gesperrt. Aber falls sie die Bearbeitung nicht korrekt
|
||||
beendet haben, bleibt der Evenet gesperrt und niemand kann ihn bearbeiten.
|
||||
Administratoren haben das Recht, alle ausgecheckten Events zu lösen.
|
||||
(mit dem Risiko, dass Änderungen verloren gehen.) Der Administrator geht
|
||||
zum Menü Tools '! Global Checkin in der Menüleiste. Es kann auch durch
|
||||
den betreffenden Benutzer zurückgesetzt werden durch Anklicken des Bearbeitungs-Icons
|
||||
und dann erneuter Speicherung oder Abbrechen oder durch Benutzung der Check-In-Funktion
|
||||
in der Werkzeugleiste oben rechts.</p>
|
||||
<p><strong>Papierkorb:</strong>
|
||||
Anklicken, um den gewählten Event in den Papierkorb zu schmeissen. (Er ist
|
||||
aber wie in Joomla noch nicht definitiv gelöscht!)</p>
|
||||
<p><strong>Hilfe:</strong>
|
||||
Anklicken öffnet des entsprechende Hilfe-Fenster.</p>
|
||||
|
||||
|
||||
<h3>Spalten:</h3>
|
||||
|
||||
<p><strong>#:</strong> Die Liniennummer des Eintrags in der akatuell angezeigten
|
||||
Liste</p>
|
||||
<p><strong>Checkbox:</strong> Zum Bearbeiten oder Löschen die Checkbox des
|
||||
entsprechenden Events wählen.</p>
|
||||
<p><strong>Datum:</strong>
|
||||
Das Datum der Veranstaltung.</p>
|
||||
<p>Manchmal zeigt ein Schloss<img src="../images/checked_out.png" alt="padlock" /> neben
|
||||
einer Veranstaltung, dass sie ausgecheckt ist. Zum Einchecken den Eventnamen
|
||||
anklicken. Einen Event kann man nicht bearbeiten, wenn er durch einen anderen
|
||||
Benutzer bearbeitet wird.<br />
|
||||
Das bedeutet: Solange sie einen Event bearbeiten, ist er für andere Benutzer
|
||||
sinnvollerweise gesperrt. Aber falls sie die Bearbeitung nicht korrekt beendet
|
||||
haben, bleibt der Evenet gesperrt und niemand kann ihn bearbeiten. Administratoren
|
||||
haben das Recht, alle ausgecheckten Events zu lösen.
|
||||
(mit dem Risiko, dass Änderungen verloren gehen.) Der Administrator geht
|
||||
zum Menü Tools '! Global Checkin in der Menüleiste. Es kann auch durch
|
||||
den betreffenden Benutzer zurückgesetzt werden durch Anklicken des Bearbeitungs-Icons
|
||||
und dann erneuter Speicherung oder Abbrechen oder durch Benutzung der Check-In-Funktion
|
||||
in der Werkzeugleiste oben rechts.</p>
|
||||
<p><strong>Start:</strong>
|
||||
Die Uhrzeit, an der die Veranstaltung beginnt.</p>
|
||||
<p><strong>Veranstaltungstitel:</strong>
|
||||
Der Titel der Veranstaltung. Wenn ein Event ein Teil einer Wiederholungsserie
|
||||
ist, zeigt sich ein Icon (<img src="../../../../../media/com_jem/images/icon-32-recurrence.png" alt="recurring event" />)
|
||||
hinter dem Titel. Wenn ein Event der erste einer Wiederholungsserie ist,
|
||||
zeigt sich ein Icon mit Ausrufezeichen. (<img src="../../../../../media/com_jem/images/icon-32-recurrence-first.png" alt="first recurring event" />).</p>
|
||||
<p><strong>Veranstaltungsort:</strong>
|
||||
Der Veranstaltungsort, an dem die Veranstaltung stattfindet.</p>
|
||||
<p><strong>Stadt:</strong>
|
||||
Die Stadt/Dorf in dem der Event stattfindet. </p>
|
||||
<p><strong>Bundesland:</strong>
|
||||
Das Bundesland des Events.</p>
|
||||
<p><strong>Kategorien:</strong>
|
||||
Die Kategorie oder Kategorien, zu denen der Event zugeordnet ist.</p>
|
||||
<p><strong>Status:</strong>
|
||||
Zeigt an, ob der Event freigegeben (veröffentlicht) (<img src="../../../../../media/com_jem/images/tick.png" alt="published" />)
|
||||
oder gesperrt (<img src="../../../../../media/com_jem/images/publish_x.png" alt="unpublished" />)
|
||||
ist. Zum Ändern anklicken.</p>
|
||||
<p><strong>Haupteintrag:</strong> Zeigt an, ob der Event ein Haupteintrag ist
|
||||
(<img src="../../../../../media/com_jem/images/featured.png" alt="featured" />)
|
||||
oder nicht (<img src="../../../../../media/com_jem/images/disabled.png" alt="unfeatured" />).
|
||||
Zum Ändern anklicken.</p>
|
||||
<p><strong>Ersteller:</strong>
|
||||
Diese Spalte zeigt Details des erstellenden Benutzers.</p>
|
||||
<p><strong>Aufrufe:</strong>
|
||||
Hier wird die Anzahl Aufrufe der Eventseite im Frontend gezeigt.</p>
|
||||
<p><strong>Angemeldet:</strong>
|
||||
Zeigt die Zahl der Benutzer, die sich (auf der Webseite) für den Event angemeldet
|
||||
haben und dazu die noch freien Plätze.
|
||||
Ein Klick auf die Nummer führt zu detaillierten Informationen zu den Teilnehmern
|
||||
und gibt die Möglichkeit, Teilnehmer hinzuzufügen oder zu entfernen. </p>
|
||||
<p><strong>ID:</strong> Die ID Nummer des Eventeintrags in der Datenbank.
|
||||
Diese Zahl wird von JEM erstellt bei jedem neuen Eintrag. Diese Zahl kann bei
|
||||
Menüs und Modulen verwendet werden.</p>
|
||||
<h3>Andere Funktionen</h3>
|
||||
|
||||
<p><strong>Suchen:</strong>
|
||||
Text in die "Filter"Box eingeben, um die Liste mit dem gesuchten Text zu verfeinern.
|
||||
Einfach Text eingeben und Enter oder go drücken.</p>
|
||||
<p><strong>Drop Down:</strong>
|
||||
Die Anzahl Kategorien eingeben, die pro Seite angezeigt werden soll
|
||||
[Optionen zwischen 5 –100
|
||||
oder Alle].</p>
|
||||
<p><strong>Navigation Buttons:</strong>
|
||||
Benutze Start, Vorher, Nachher, und Ende zum Steuern zwischen Listenseiten.</p>
|
||||
<p><strong>Seitenanzeige:</strong>
|
||||
Zeigt, welche Seite angezeigt wird, in Form von n von m.</p>
|
||||
<p><strong>Sortierung:</strong>
|
||||
Tabellenkopf anklicken, um Veranstaltungen beim Namen, Status oder Datum
|
||||
zu ordnen (h ängt
|
||||
vom Spaltenformat ab).</p>
|
||||
|
||||
|
||||
<h3>Bezogene Hilfen & Andere Ressourcen</h3>
|
||||
|
||||
<p>
|
||||
<strong>Events bearbeiten:</strong> <a href="editevents.html">Add/Edit Events</a>
|
||||
<strong>Benutzer Manager:</strong> <a href="registereduser.html">Manage registered
|
||||
users</a>
|
||||
</p>
|
||||
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Fenster schliessen</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
120
administrator/components/com_jem/help/de-DE/listgroups.html
Normal file
@ -0,0 +1,120 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>Gruppen</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Gruppen (-Liste)</h1>
|
||||
|
||||
<h3>Beschreibung</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-groups.png" alt="" class="left" />
|
||||
Verwaltet ihre (Arbeits-)Gruppen.
|
||||
Sie sehen eine Liste aller Gruppen. Sie können löschen, bearbeiten
|
||||
oder neue Gruppen hinzufügen. Erstellen Sie eine Gruppe, when sie die
|
||||
Möglichkeiten des Einreichens von Events in einer Kategorie auf eine
|
||||
ausgewählte Gruppe von Mitgliedern einschränken wollen.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>Zu dieser Seite mit:
|
||||
<strong>Komponenten</strong> → <strong>JEM</strong> → <strong>Gruppen</strong></p>
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p>
|
||||
<div class="toolbar-list">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="icon-32-new"> </span>
|
||||
New
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-edit"> </span>
|
||||
Edit
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-checkin"> </span>
|
||||
Check In
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-delete"> </span>
|
||||
Delete
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-help"> </span>
|
||||
Help
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
<p><em>Gruppe(n) wählen durck Klick auf die Checkboxen am Beginn jeder Reihe.</em></p>
|
||||
|
||||
<p><strong>Neu:</strong>
|
||||
Anklicken, um eine neue Gruppe zu erstellen. </p>
|
||||
<p><strong>Bearbeiten:</strong>
|
||||
Anklicken, um die gewählte Gruppe zu bearbeiten. Man kann auch den Namen
|
||||
der Gruppe anklicken.</p>
|
||||
<p><strong>Einchecken:</strong> Manchmal zeigt ein Schloss<img src="../images/checked_out.png" alt="padlock" /> neben
|
||||
einer Gruppe, dass sie ausgecheckt ist. Zum Einchecken den Gruppennamen
|
||||
anklicken. Eine Gruppe kann man nicht bearbeiten, wenn sie durch einen anderen
|
||||
Benutzer bearbeitet wird.<br />
|
||||
Das bedeutet: Solange sie eine Gruppe bearbeiten, ist sie für andere Benutzer
|
||||
sinnvollerweise gesperrt. Aber falls sie die Bearbeitung nicht korrekt beendet
|
||||
haben, bleibt die Gruppe gesperrt und niemand kann sie bearbeiten. Administratoren
|
||||
haben das Recht, alle ausgecheckten Gruppen zu lösen.
|
||||
(mit dem Risiko, dass Änderungen verloren gehen.) Der Administrator geht
|
||||
zum Menü Tools '! Global Checkin in der Menüleiste. Es kann auch durch
|
||||
den betreffenden Benutzer zurückgesetzt werden durch Anklicken des Bearbeitungs-Icons
|
||||
und dann erneuter Speicherung oder Abbrechen oder durch Benutzung der Check-In-Funktion
|
||||
in der Werkzeugleiste oben rechts.</p>
|
||||
<p><strong>Löschen:</strong> Anklicken, um die gewählte Gruppe zu löschen.</p>
|
||||
<p><strong>Hilfe:</strong>
|
||||
Anklicken, um zum entsprechenden Hilfe-Fenster zu kommen.</p>
|
||||
|
||||
|
||||
<h3>Spalten:</h3>
|
||||
|
||||
<p><strong>#:</strong> Die Liniennummer des Eintrags in der akatuell angezeigten
|
||||
Liste</p>
|
||||
<p><strong>Checkbox:</strong> Zum Bearbeiten oder Löschen die Checkbox der
|
||||
entsprechenden Gruppe wählen.</p>
|
||||
<p><strong>Gruppenname:</strong>
|
||||
Der Name der (Arbeits-)Gruppe.</p>
|
||||
<p><strong>Beschreibung:</strong>
|
||||
Die Beschreibung der Gruppe.</p>
|
||||
<h3>Andere Funktionen</h3>
|
||||
|
||||
<p><strong>Suchen:</strong>
|
||||
Text in die "Filter"Box eingeben, um die Liste mit dem gesuchten Text zu verfeinern.
|
||||
Einfach Text eingeben und Enter oder go drücken.</p>
|
||||
<p><strong>Drop Down:</strong>
|
||||
Die Anzahl Kategorien eingeben, die pro Seite angezeigt werden soll
|
||||
[Optionen zwischen 5 –100].</p>
|
||||
<p><strong>Navigation Buttons:</strong> Benutze Start, Vorher, Nachher, und Ende
|
||||
zum Steuern zwischen Listenseiten.</p>
|
||||
<p><strong>Seitenanzeige:</strong> Zeigt, welche Seite angezeigt wird, in Form
|
||||
von n von m</p>
|
||||
<p><strong>Sortierung:</strong> Tabellenkopf anklicken, um Gruppen beim
|
||||
Namen, Status oder Datum zu ordnen (h ängt vom Spaltenformat ab).</p>
|
||||
|
||||
|
||||
<h3>Bezogene Hilfeseite & Andere Ressourcen</h3>
|
||||
|
||||
<p><strong>Gruppe bearbeiten:</strong> <a href="editgroup.html">Add/Edit Groups</a></p>
|
||||
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Fenster schliessen</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
167
administrator/components/com_jem/help/de-DE/listvenues.html
Normal file
@ -0,0 +1,167 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>Veranstaltungsorte</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Veranstaltungsorte (-Liste)</h1>
|
||||
|
||||
<h3>Beschreibung</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-venues.png" alt="" class="left" />
|
||||
Verwaltet ihre Veranstaltungs-Orte.
|
||||
Sie sehen eine Liste aller Veranstaltungsorte. Sie können löschen,
|
||||
bearbeiten oder neue Veranstaltungsorte hinzufügen. Sie können auch
|
||||
veröffentlichen (freigeben) oder sperren.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>Zu dieser Seite mit:
|
||||
<strong>Komponenten</strong> → <strong>JEM</strong> → <strong>Veranstaltungsorte</strong></p>
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p>
|
||||
<div class="toolbar-list">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="icon-32-new"> </span>
|
||||
New
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-edit"> </span>
|
||||
Edit
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-publish"> </span>
|
||||
Publish
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-unpublish"> </span>
|
||||
Unpublish
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-checkin"> </span>
|
||||
Check In
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-delete"> </span>
|
||||
Delete
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-help"> </span>
|
||||
Help
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
<p><em>Veranstaltungsort(e) wählen durck Klick auf die Checkboxen am Anfang jeder
|
||||
Reihe.</em></p>
|
||||
|
||||
<p><strong>Neu:</strong>
|
||||
Anklicken, um einen neuen Veranstaltungsort zu erstellen. </p>
|
||||
<p><strong>Bearbeiten:</strong>
|
||||
Anklicken, um den gewählten Veranstaltungsort zu bearbeiten. Man kann auch
|
||||
auf den Namen klicken.</p>
|
||||
<p><strong>Freigeben:</strong>
|
||||
Anklicken, um den gewählten Veranstaltungsort zu veröffentlichen Nur Events,
|
||||
in freigegebenen Veranstaltungsorten sind im Frontend sichtbar. </p>
|
||||
<p><strong>Sperren:</strong>
|
||||
Anklicken, um den gewählten Veranstaltungsort zu sperren. Ist ein Veranstaltungsort
|
||||
gesperrt, ist es nicht mehr möglich, ihn einer Veranstaltung zuzuweisen.
|
||||
Er erscheint dann nicht in der Auswahlliste. Dies gilt auch für die schon
|
||||
erstellten Events!</p>
|
||||
<p><strong>Einchecken:</strong> Manchmal zeigt ein Schloss<img src="../images/checked_out.png" alt="padlock" /> neben
|
||||
einem Veranstaltungsort, dass er ausgecheckt ist. Zum Einchecken den Namen
|
||||
des Veranstaltungsorts anklicken. Einen Veranstaltungsort kann man nicht bearbeiten,
|
||||
wenn er durch einen anderen Benutzer
|
||||
bearbeitet wird.<br />
|
||||
Das bedeutet: Solange sie einen Veranstaltungsort bearbeiten, ist er für
|
||||
andere Benutzer sinnvollerweise gesperrt. Aber falls sie die Bearbeitung nicht
|
||||
korrekt
|
||||
beendet
|
||||
haben, bleibt der Veranstaltungsort gesperrt und niemand kann ihn bearbeiten.
|
||||
Administratoren
|
||||
haben das Recht, alle ausgecheckten Veranstaltungsorte zu lösen.
|
||||
(mit dem Risiko, dass Änderungen verloren gehen.) Der Administrator geht
|
||||
zum Menü Tools '! Global Checkin in der Menüleiste. Es kann auch durch
|
||||
den betreffenden Benutzer zurückgesetzt werden durch Anklicken des Bearbeitungs-Icons
|
||||
und dann erneuter Speicherung oder Abbrechen oder durch Benutzung der Check-In-Funktion
|
||||
in der Werkzeugleiste oben rechts.</p>
|
||||
<p><strong>Löschen:</strong>
|
||||
Anklicken, um den gewählten Veranstaltungsort zu löschen.</p>
|
||||
<p><strong>Hilfe:</strong>
|
||||
Anklicken, um zum entsprechenden Hilfe-Fenster zu gelangen.</p>
|
||||
|
||||
|
||||
<h3>Spalten:</h3>
|
||||
|
||||
<p><strong>#:</strong> Die Liniennummer des Eintrags in der akatuell angezeigten
|
||||
Liste</p>
|
||||
<p><strong>Checkbox:</strong> Zum Bearbeiten oder Löschen die Checkbox des
|
||||
entsprechenden Veranstaltungsorts wählen.</p>
|
||||
<p><strong>Veranstaltungsort:</strong>
|
||||
Der Name des Veranstaltungsorts</p>
|
||||
<p><strong>Alias:</strong>
|
||||
Der Alias des Veranstaltungsortes. Darf nur URL sichere Zeichen enthalten. Wird
|
||||
in der Regel durch JEM erstellt.</p>
|
||||
<p><strong>Website:</strong>
|
||||
Zeigt optional die Webseite eines Veranstaltungsortes an. Mit Klick kommt
|
||||
man dorthin.</p>
|
||||
<p><strong>Stadt:</strong>
|
||||
Die Stadt des Veranstaltungsortes.</p>
|
||||
<p><strong>Bundesstaat:</strong>
|
||||
Der Bundesstaat, das Bundesland, der Kanton oder Distrikt.</p>
|
||||
<p><strong>Land:</strong>
|
||||
Das Land, in dem der Veranstaltungsort liegt.</p>
|
||||
<p><strong>Status:</strong> Zeigt an, ob der Event freigegeben (veröffentlicht)
|
||||
(<img src="../../../../../media/com_jem/images/tick.png" alt="published" />)
|
||||
oder gesperrt (<img src="../../../../../media/com_jem/images/publish_x.png" alt="unpublished" />)
|
||||
ist. Zum Ändern anklicken.</p>
|
||||
<p><strong>Ersteller:</strong>
|
||||
Zeigt die Details des erstellenden Benutzers an.</p>
|
||||
<p><strong>Veranstaltungen:</strong>
|
||||
Zeigt die Zahl der Veranstaltungen and diesem Veranstaltungsort an.
|
||||
Das Total der Events in jedem Status (Freigegeben, Gesperrt, Archiviert,
|
||||
Papierkorb)</p>
|
||||
<p><strong>Umsortieren:</strong>
|
||||
Zeigt die Sortierung der Liste. Anklicken der Pfeile verschiebt den gewählten
|
||||
Veranstaltungsort nach oben oder unten.</p>
|
||||
<p><strong>ID:</strong>
|
||||
Die Veranstaltungsorts-ID in der Datenbank. Diese Zahl wird durch JEM bei
|
||||
jedem Neueintrag erstellt.</p>
|
||||
|
||||
<h3>Andere Funktionen</h3>
|
||||
|
||||
<p><strong>Suchen:</strong> Text in die "Filter"Box eingeben, um die Liste mit
|
||||
dem gesuchten Text zu verfeinern. Einfach Text eingeben und Enter oder go drücken.<strong> </strong> Sie
|
||||
können auch auf Veranstaltungsort oder Stadt/Ort einschränken..</p>
|
||||
<p><strong>Drop Down:</strong> Die Anzahl Kategorien eingeben, die pro Seite
|
||||
angezeigt werden soll [Optionen zwischen 5 –100].</p>
|
||||
<p><strong>Navigation Buttons:</strong> Benutze Start, Vorher, Nachher, und Ende
|
||||
zum Steuern zwischen Listenseiten.</p>
|
||||
<p><strong>Seitenanzeige:</strong> Zeigt, welche Seite angezeigt wird, in Form
|
||||
von n von m</p>
|
||||
<p><strong>Sortierung:</strong> Tabellenkopf anklicken, um Gruppen beim Namen,
|
||||
Status oder Datum zu ordnen (h ängt vom Spaltenformat ab).</p>
|
||||
|
||||
|
||||
<h3>Bezogene Hilfeseiten & Andere Ressourcen</h3>
|
||||
|
||||
<p><strong>Veranstaltungsort eingeben:</strong> <a href="editvenues.html">Add/Edit
|
||||
Events</a></p>
|
||||
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Fenster schliessen</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
74
administrator/components/com_jem/help/de-DE/managecss.html
Normal file
@ -0,0 +1,74 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>CSS Manager</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>CSS Manager</h1>
|
||||
|
||||
<h3>Beschreibung</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-cssedit.png" alt="" class="left" />
|
||||
Hier können CSS-Dateien der verschiedenen JEM Ansichte direkt vom Backend
|
||||
verändert werden. Klick auf einen Link auf der rechten Seite bringt
|
||||
Sie zum Editor-Fenster der gewählten CSS-Datei.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Achtung</p>
|
||||
<p class="attention">Ändere nichts, wenn Du nicht genau weisst, was Du tun musst.
|
||||
Lies die Kommentare sorgfältig und sichere die Datei vor dem Ändern!</p>
|
||||
</div>
|
||||
|
||||
<h3>Liniennummern</h3>
|
||||
|
||||
<div>
|
||||
<p> Beim Bearbeiten einer CSS-Datei kann es hilfreich sein, Liniennummern
|
||||
zu haben.
|
||||
Liniennummern sind aber nicht als Standard aktiviert.
|
||||
Man kann sie aktivieren mit Klick auf "Zum Aktivieren hier klicken". Dies
|
||||
aktiviert die Liniennummern im CSS-Editor-Fenster, das sich nach der Auswahl
|
||||
einer Datei auf der rechten Seite öffnet.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>Zu dieser Seite mit:
|
||||
<strong>Komponenten</strong> → <strong>JEM</strong> → <strong>CSS
|
||||
Manager</strong></p>
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p>
|
||||
<div class="toolbar-list">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="icon-32-cancel"> </span>
|
||||
Close
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-help"> </span>
|
||||
Help
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
<p><strong>Schliessen:</strong>
|
||||
Schliesst den CSS-Manager und bringt zurück zum JEM Hauptmenü.</p>
|
||||
<p><strong>Hilfe:</strong>
|
||||
Öffnet dieses Hilfe-Fenster.</p>
|
||||
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Fenster schliessen</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
101
administrator/components/com_jem/help/de-DE/menues.html
Normal file
@ -0,0 +1,101 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>Menüs</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Menüs</h1>
|
||||
|
||||
<p> </p>
|
||||
<div class="box">
|
||||
<p class="attentionheader">Achtung</p>
|
||||
<p class="attention">Die meisten Einstellmöglichkeiten sollten klar sein.
|
||||
Beim Drüberfahren mit der Maus folgt allenfalls noch eine Erklärung.
|
||||
Hier folgen nur weiterführende Erklärungen</p>
|
||||
<h2></h2>
|
||||
</div>
|
||||
<h3>Introtextfeld für JEM: </h3>
|
||||
<p>Ohne Editor! Für eine allfällige Gestaltung des Textes müssen
|
||||
die HTML-Tags benutzt werden, z.B. <b>bold</b></p>
|
||||
<h2>Kalenderanzeige / Kalender für eine Kategorie / Kalender für einen
|
||||
Ort / Wochenkalender</h2>
|
||||
<div class="box">
|
||||
<h3> Legende anzeigen</h3>
|
||||
<p>In der Legende werden die für die Kategorie gewählen Farben und die zugehörigen
|
||||
Kategoriennamen angezeigt. Auch die Anzahl der anzeigten Events dieser
|
||||
Kategorie.<br />
|
||||
(Bei Klick auf diese Schalter kann auch die entsprechende Kategorie versteckt/angezeigt
|
||||
werden.)</p>
|
||||
<h3><br />
|
||||
Bei mehrtägigen Events nur Starttag anzeigen</h3>
|
||||
<p>Bei nein, wird der Event an jedem Kalendertag angezeigt.</p>
|
||||
<h3><br />
|
||||
Eltern-Kategorie wählen:</h3>
|
||||
<p>Wurzelverzeichnis auswählen, das inklusive Unterverzeichniss angezeigt
|
||||
werden soll. Freilassen, wenn alles angezeigt werden soll.</p>
|
||||
<h3>Anzahl angezeigter Wochen (nur bei Wochenkalender)</h3>
|
||||
<p>Zeigt nur soviele Wochen an.</p>
|
||||
<h3><br />
|
||||
Maximale Anzahl angezeigter Events pro Tag:</h3>
|
||||
<p>Um die Übersicht zu verbessern
|
||||
kann die Anzahl angezeigter Events beschränkt werden. Bei mehr Events pro
|
||||
Tag erscheint dann der "und weitere" mit Link zur betreffenden Tagesansicht
|
||||
mit allen Events.</p>
|
||||
<h3><br />
|
||||
Farbe für Link zur Veranstaltung / Hintergrundfarbe der Veranstaltung
|
||||
/ Farbe des Aktuellen Tages /Farbe für "Und weiter"</h3>
|
||||
<p>Zur Gestaltung des Kalenders. Hier kann auch die Schriftfarbe des Links
|
||||
für mehr Events desselben Tages gewählt werden.</p>
|
||||
<h2>Kategorienliste / Eine Kategorie</h2>
|
||||
<h3> Oberste Kategorie wählen </h3>
|
||||
<p>Diese Kategorie und ihre Unterkategorien werden angezeigt. Freilassen, wenn
|
||||
alle Kategorien angezeigt werden sollen (Einschränkung folgen danach)</p>
|
||||
<h3>Subkategorien
|
||||
anzeigen</h3>
|
||||
<p>Unterkategorien können angezeigt oder ausgeblendet werden.<br />
|
||||
Zudem können auch einfach leere Kategorien ausgeblendet werden.<br />
|
||||
<br />
|
||||
</p>
|
||||
<h2>Tagesansicht </h2>
|
||||
<h3> Verschiebung in Tagen</h3>
|
||||
<p>Damit kann ein Offset gesetzt werden: 0 für heute, -1 für gestern, 1 für
|
||||
morgen</p>
|
||||
<h2>Einfache Liste (mit vielen Variationsmöglichkeiten)</h2>
|
||||
<h3>AusschliessenEinschliessen-Schalter</h3>
|
||||
<p>Es kann entschieden werden, ob nur ausgewählte
|
||||
Kategorien angezeigt oder versteckt werden sollen. Im nachfolgenden Feld werden
|
||||
(durch Komma getrennt) die entsprechenden Kategorie-IDs eingegeben<br />
|
||||
</p>
|
||||
<h3> "Noch offene Daten" verstecken</h3>
|
||||
<p>Normalerweise werden "noch offene" nicht terminierte Events am Anfang
|
||||
der Liste angezeigt. Diese können aber auch ausgeblendet oder nur sie
|
||||
angezeigt werden (z.B. als Planungsliste).</p>
|
||||
<h2>Meine Anmeldungen</h2>
|
||||
<h3>Filter der Anmeldungen</h3>
|
||||
<h3>Meine vergangenen Anmeldungen</h3>
|
||||
<p> </p>
|
||||
<h2>Meine Veranstaltungen</h2>
|
||||
<h3>Teilnehmerspalte anzeigen</h3>
|
||||
<p>Mit dieser Option kann die Anzahl der angemeldeten Teilnehmer angezeigt werden</p>
|
||||
<h3>Emailadresse anzeigen</h3>
|
||||
<p>Dürfen die Emailadressen der Angemeldeten Personen hier sichtbar werden? Bei
|
||||
ja kommen Personen an Emailadressen, die nur Frontendzugang haben. Das ist
|
||||
nicht immer wünschenswert.</p>
|
||||
<h2>Formular zur Suche von Events</h2>
|
||||
<h3>Eltern-Kategorie wählen</h3>
|
||||
<p>Damit kann gewählt werden in welchen Kategorien nur gesucht werden soll. Freilassen,
|
||||
wenn in allen Kategorien gesucht werden soll.</p>
|
||||
<h3> <br />
|
||||
Typ des Datumsfilter </h3>
|
||||
<p>Entscheidet ob alle Events oder nur jetzige/zukünftige Events durchsucht werden
|
||||
sollen</p>
|
||||
<p align="center"><br />
|
||||
<a href="#" onclick="javascript:window.close();">Fenster schliessen</a></p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="close"></div>
|
||||
</body>
|
||||
</html>
|
||||
197
administrator/components/com_jem/help/de-DE/modernlayout.html
Normal file
@ -0,0 +1,197 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<title>JEM Responsive</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Responsives JEM</h1>
|
||||
|
||||
<h3>Wie aktivieren</h3>
|
||||
|
||||
<div>
|
||||
<p>Das Responsive JEM startete als Override des statischen alten Tabellenstils,
|
||||
um JEM mobil verwenden zu können. So startete das Responsive JEM
|
||||
mit der Vision, möglichst viel des ursprünglichen Designs zu erhalten und
|
||||
möglichst responsiv für eine bessere mobile Verwendung zu sein.
|
||||
Nach einigen Versionen des Overrides entschieden wir uns, dies offiziell
|
||||
in JEM zu integrieren</p>
|
||||
</div>
|
||||
|
||||
<h3>Wie aktivieren</h3>
|
||||
|
||||
<p>Um das moderne Layout, genannt Responsives JEM, zu aktivieren, gehe zu <b>Komponenten→ JEM → Einstellungen→ Grundeinstellungen→ Stil</b> und
|
||||
wähle als Layoutstil "Standart ( Responsiv)" und aktiviere "Icon
|
||||
Font verwenden".</p>
|
||||
|
||||
|
||||
<h3>Funktionen - Spezielle Funktionalitäten</h3>
|
||||
|
||||
<div>
|
||||
<p>Da das Responsive JEM als Override gestartet wurde, werden nicht alle JEM
|
||||
Einstellungen unterstützt und
|
||||
einige
|
||||
Funktionen
|
||||
müssen
|
||||
via
|
||||
Module-
|
||||
oder
|
||||
Page-Class-Suffix konfiguriert werden.</p>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Achtung</p>
|
||||
<p class="attention">Einige Einstellungen für JEM funktionieren nicht für JEM-Responsive.
|
||||
Wir arbeiten daran...</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4>View: Einfache Liste (und entsprechende Listenansichten)</h4>
|
||||
<p>Das responsive JEM führt zwei neue Layouts für die Simplelist-Ansicht
|
||||
ein. Das erste Layout versucht die ursprüngliche Tabellenansicht so responsiv
|
||||
wie
|
||||
möglich nachzubilden. Das zweite neue Layout ist ein komplett neues Layout
|
||||
mit modernem responsivem Look. Beide Layouts werden im folgenden Bild angezeigt:
|
||||
Tabellennachbildung links, neues Layout rechts.</p>
|
||||
<div style="width: 100%; text-align: center;"><img src="../images/tablemodern.jpg" alt="" style="max-width: 100%;"/></div>
|
||||
<p>Man kann folgendermassen zwischen diesen beiden Ansichten wechseln:
|
||||
Gehe zu <b>Komponenten→ JEM → Einstellungen→ Listenlayout → "Tabellenbreite
|
||||
in %"</b>. Wird dieses Feld leergelassen, wird der moderne Look verwendet.
|
||||
Wird eine Zahl für Prozent engesetzt wie"100" dann wird der tabellenähnliche
|
||||
Look verwendet. Nur dann kommen die Spalten-Breiten zur Anwendung.
|
||||
Bei Verwendung des modernen Layouts, können nur die Spalten ohne Breiteneinstellung
|
||||
aktiviert oder deaktiviert werden. Ein Wort zu den Spaltenbreiten:
|
||||
standardmässig
|
||||
(mit allen Feldern leer)
|
||||
verwendet das responsive JEM automatische Spaltenbreiten
|
||||
in the table-like layout but you can change that using those "Column Width"-Felder.
|
||||
Man kann auch eine Spalte fixieren (mit z.B. 100px) und die restlichen Felder
|
||||
leerlassen.</p>
|
||||
|
||||
<h4>Module und Page Class Suffix</h4>
|
||||
<p>Wie schon eingangs erwähnt, müssen einige Einstellungen via page
|
||||
or module class suffix gemacht werden. In der folgenden Tabelle kann man
|
||||
sehen wo welche
|
||||
page or module class suffix eingesetzt werden können.</p>
|
||||
<style>
|
||||
.table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.table tr {
|
||||
border: 1px solid black;
|
||||
}
|
||||
.table td:not(:first-child) {
|
||||
text-align: center;
|
||||
}
|
||||
.table th, .table td {
|
||||
padding: 5px;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.table tr:nth-child(even) {
|
||||
background-color: #f2f2f2
|
||||
}
|
||||
</style>
|
||||
<table class="table" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<th>Suffix</th>
|
||||
<th>JEM List-Views</th>
|
||||
<th>JEM Teaser Module</th>
|
||||
<th>JEM Wide Module</th>
|
||||
<th>JEM Banner Module</th>
|
||||
<th>JEM Basic Module</th>
|
||||
<th>JEM Calendar Module</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>jem-imagewidth<width>px<br />jem-imageheight<height>px</td>
|
||||
<td>ja</td>
|
||||
<td>ja</td>
|
||||
<td>ja</td>
|
||||
<td>ja</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>jem-filterbelow<br />jem-hidefilter<br />jem-showfilter</td>
|
||||
<td>ja</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>jem-tablestyle</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>ja</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>jem-notitle etc.</td>
|
||||
<td>-</td>
|
||||
<td>ja</td>
|
||||
<td>ja</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>jem-horizontal</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>ja</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>jem-imagetop</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>ja</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p><b>Beschreibung:</b></p>
|
||||
<p><b>jem-imagewidth<width>px und jem-imageheight<height>px</b>:
|
||||
Verwende dieses Suffix bei einem Menüpunkt oder einem Modul, um die Bildergrössen
|
||||
anzupassen. Mit nur
|
||||
jem-imagewidth<width>px
|
||||
hat das Bild eine automatische Höhe. Beispiel für ein page suffix: "jem-imagewidth200px" bleiben
|
||||
Bilder in 200px Breite. Man kann auch %-Werte verwenden: "jem-imagewidth100%".</p>
|
||||
<p><b>jem-filterbelow, jem-hidefilter and jem-showfilter</b>: Verwende dieses
|
||||
page suffix to force Filter verbergen/anzeigen und um den Filter unter die
|
||||
Eventliste zu setzen.</p>
|
||||
<p><b>jem-tablestyle</b>: Verwende dieses module class suffix, um das tabellenähnliche
|
||||
Layout im Modul zu verwenden anstelle der modernen Listenansicht.</p>
|
||||
<p><b>jem-notitle, jem-novenue, jem-nocity, jem-nostate, jem-nocats, jem-noimageevent, jem-noimagevenue</b>: Add one of the tags to module class suffix to hide the related item. Not all tags work in the modern layout but in the table-like layout and also not in all modules... Just try :)</p>
|
||||
<p><b>jem-horizontal</b>: Switche zwischen einem horizontalen und vertikalem
|
||||
Layout (Standard ist vertikal).</p>
|
||||
<p><b>jem-imagetop</b>: Man kann das Bild an den Anfang des Banner Modules
|
||||
stellen (wen kein Kalender angezeigt wird, sonst bleibt es unter dem Kalender)
|
||||
durch das module
|
||||
suffix "jem-imagetop".</p>
|
||||
</div>
|
||||
|
||||
<h3>JEM Teaser Module</h3>
|
||||
|
||||
<div>
|
||||
<p>Das JEM Teaser Modul hat eine weitere spezielle Funktion. Setzt man die
|
||||
maximale Beschreibungstextlänge auf 1208, dann filtert das Teaser Modul die
|
||||
Eventbeschreibung nicht. Die ganze Beschreibung wird dann wie geschrieben
|
||||
angezegt. Mit der Weiterlesen-Funktion von Joomla kann man mehr Text in der
|
||||
Eventdetail-Ansicht anzeigen.</p>
|
||||
</div>
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Fenster schliessen</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
133
administrator/components/com_jem/help/de-DE/registereduser.html
Normal file
@ -0,0 +1,133 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>Angemeldete Benutzer</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Angemeldete Benutzer</h1>
|
||||
|
||||
<h3>Beschreibung</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-users.png" alt="" class="left" />Verwaltet
|
||||
die angemeldeten Benutzer.
|
||||
Hier findet man eine Liste aller für eine Veranstaltung angemeldeten Teilnehmer.
|
||||
Man kann hier auch Teilnehmer löschen oder hinzufügen.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>Zu dieser Seite mit:
|
||||
<strong>Komponenten</strong>→ <strong>JEM</strong> → <strong>Veranstaltungen→ Angemeldet
|
||||
nummer</strong></p>
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p>
|
||||
<div class="toolbar-list">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="icon-32-new"> </span>
|
||||
New
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-edit"> </span>
|
||||
Edit
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-delete"> </span>
|
||||
Delete
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-back"> </span>
|
||||
Back
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-help"> </span>
|
||||
Help
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
<p><strong>Neu:</strong>
|
||||
Klicke 'Neu', um vom Backend aus einen neuen Teilnehmer für diese Veranstaltung
|
||||
einzutragen. Dies geht natürlich nur mit auf der Website registrierten
|
||||
Benutzern.</p>
|
||||
|
||||
<p><em>Benutzer zum Bearbeiten wählen durch Klick auf die Checkbox(en)
|
||||
am Beginn jeder Reihe.</em></p>
|
||||
|
||||
<p><strong>Bearbeiten:</strong>
|
||||
Anklicken, um gewählten Teilnehmer zu bearbeiten. </p>
|
||||
<p><strong>Löschen:</strong>
|
||||
Anklicken, um den gewählten Teilnehmer zu löschen.</p>
|
||||
<p><strong>Zurück:</strong>
|
||||
Anklicken, um zur Veranstaltungsübersicht zurück zu gelangen.</p>
|
||||
<p><strong>Hilfe:</strong>
|
||||
Anklicken, um das entsprechende Hilfe-Fenster zu öffnen.</p>
|
||||
|
||||
|
||||
<h3>Spalten:</h3>
|
||||
|
||||
<p><strong>#:</strong>
|
||||
Die Liniennummer des aktuell angezeigten Eintrags.</p>
|
||||
<p><strong>Checkbox:</strong> Anklicken, um den/die gewählten Teilnehmer zu bearbeiten.</p>
|
||||
<p><strong>Name:</strong>
|
||||
Der Name des angemeldeten Teilnehmers.</p>
|
||||
<p><strong>Benutzername:</strong>
|
||||
Der Benutzername des angemeldeten Teilnehmers.</p>
|
||||
<p><strong>E-Mail:</strong>
|
||||
Die Email-Adresse des angemeldeten Teilnehmers.</p>
|
||||
<p><strong>IP-Adresse:</strong>
|
||||
Die IP-Adresse von der sich der Benutzer für die Veranstaltung angemeldet
|
||||
hat. Bitte beachten, dass dies nur angezeigt wird, wenn IP-Logging in den
|
||||
JEM-Einstellungen aktiviert ist.</p>
|
||||
<p><strong>Anmeldedatum:</strong>
|
||||
Das Datum, an dem sich der Benutzer für die Veranstaltung angemeldet hat.</p>
|
||||
<p><strong>Benutzer ID:</strong>
|
||||
Die ID des angemeldeten Benutzers.</p>
|
||||
<p><strong>Anmeldestatus:</strong></p>
|
||||
<p><strong>Anmeldung löschen:</strong> Anklicken, um den Teilnehmer aus
|
||||
der Teilnehmerliste zu entfernen.</p>
|
||||
|
||||
|
||||
<h3>Export Funktionen</h3>
|
||||
|
||||
<p><strong>Drucken einer Anmeldeliste:</strong>
|
||||
Durch Klick zur Druckvorschau.</p>
|
||||
<p><strong>CSV Export:</strong>
|
||||
Anklicken, um eine CSV-Datei Teilnehmerliste runterzuladen.
|
||||
Dies öffnet ein Downloadpopupfenster. Bitte beachten, ob ein Pop-up-Blocker
|
||||
im Browser installiert ist.</p>
|
||||
|
||||
|
||||
<h3>Andere Funktionen</h3>
|
||||
|
||||
<p><strong>Suchen:</strong> Text in die "Filter"Box eingeben, um die Liste mit
|
||||
dem gesuchten Text zu verfeinern. Einfach Text eingeben und Enter oder go drücken.<strong> </strong> Sie
|
||||
können auch auf Veranstaltungsort oder Stadt/Ort einschränken..</p>
|
||||
<p><strong>Drop Down:</strong> Die Anzahl Kategorien eingeben, die pro Seite
|
||||
angezeigt werden soll [Optionen zwischen 5 –100].</p>
|
||||
<p><strong>Steuer-Buttons:</strong>
|
||||
Benutze Start, Vorher, Nachher, und Ende
|
||||
zum Steuern zwischen Listenseiten.</p>
|
||||
<p><strong>Seitenanzeige:</strong>
|
||||
Zeigt, welche Seite angezeigt wird, in Form
|
||||
von n von m</p>
|
||||
<p><strong>Sortierung:</strong>
|
||||
Tabellenkopf anklicken, um Gruppen beim Namen,
|
||||
Status oder Datum zu ordnen (h ängt vom Spaltenformat ab).</p>
|
||||
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Fenster schliessen</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
561
administrator/components/com_jem/help/de-DE/settings.html
Normal file
@ -0,0 +1,561 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>Einstellungen</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Einstellungen</h1>
|
||||
|
||||
<h3>Beschreibung</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-settings.png" alt="" class="left" />
|
||||
Dieses Fenster ist das Herzstück der JEM-Komponente. Hier entscheidet
|
||||
man, welche Möglichkeiten angeboten werden sollen und wie JEM sich
|
||||
verhalten soll. Die Einstellungen werden in 4 verschiedene Tabs aufgeteilt.
|
||||
Man wählt eines aus, um direkt zur passenden Erklärung zu kommen.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>Zu dieser Seite mit:
|
||||
<strong>Komponenten</strong> → <strong>JEM</strong> → <strong>Einstellungen</strong></p>
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p><img src="toolbars/asch.png" alt="toolbar" /></p>
|
||||
|
||||
<p>
|
||||
<div class="toolbar-list">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="icon-32-apply"> </span>
|
||||
Save
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-save"> </span>
|
||||
Save & Close
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-cancel"> </span>
|
||||
Close
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-help"> </span>
|
||||
Help
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<p><strong>Speichern:</strong>
|
||||
Anklicken, um Änderungen zu sichern und in diesem Fenster zu bleiben.</p>
|
||||
<p><strong>Speichern & Schliessen:</strong>
|
||||
Anklicken, um Änderungen zu speichern und das Fenster zu verlassen.</p>
|
||||
<p><strong>Abbrechen:</strong>
|
||||
Anklicken zum Abbrechen und Verlasssen des Fensters ohne zu sichern.</p>
|
||||
<p><strong>Hilfe:</strong>
|
||||
Anklicken, um das entsprechende Hilfe-Fenster zu öffnen.</p>
|
||||
|
||||
|
||||
<h2><strong>Einstellungen:</strong></h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="#basicsettings">Grund-Einstellungen</a></li>
|
||||
<li><a href="#detailspage">Veranstaltungsseite</a></li>
|
||||
<li><a href="#layout">Listenlayout</a></li>
|
||||
<li><a href="#params">Globale Parameter</a></li>
|
||||
<li><a href="#access">Benutzerrechte</a></li>
|
||||
<li>Configinfo</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>Grundeinstellungen Tab:<a name="basicsettings" id="basicsettings"></a></h2>
|
||||
|
||||
<h3>Anzeige-Einstellungen</h3>
|
||||
|
||||
<p><strong>Link zur Veranstaltungsseite:</strong><br />
|
||||
Wählen, ob der Link zu den Veranstaltungsdetails auf dem Titel der Veranstaltung
|
||||
sein soll. Link auf dem Titel funktioniert nur, wenn der Titel in den Layouteinstellungen
|
||||
aktiviert wird.</p>
|
||||
<p><strong>(Kurzes) Datumsformat für die Listen</strong>:<br />
|
||||
Man benutze die php strftime Syntax, um das Datum im Kurzformat zu verwenden.
|
||||
Dies wird in den Eventlisten verwendet. Z.B. der folgende Code '%d.%m.%Y'
|
||||
zeigt '25.05.2016'. Mehr Information <a href="http://www.php.net/strftime" target="_blank">php
|
||||
strftime manual</a>.
|
||||
Zu beachten ist, dass nicht alle Parameter auf ihrem Server möglich sein
|
||||
können.</p>
|
||||
<p><strong>Datumsformat für die Detailansichten:</strong><br />
|
||||
Man benutze die php strftime Syntax, um das Datum in diesem Format zu verwenden.
|
||||
Dies wird in den Eventdetailansichten verwendet. Z.B. der folgende Code
|
||||
'%d.%m.%Y' zeigt '25.05.2016'. Mehr Information <a href="http://www.php.net/strftime" target="_blank">php
|
||||
strftime manual</a>. Zu beachten ist, dass nicht alle Parameter auf ihrem
|
||||
Server möglich sein können.</p>
|
||||
<p><strong>Zeitformat:</strong><br />
|
||||
Benutzen Sie die php strftime Syntax, um die Zeit
|
||||
zur formatieren. Z.B. der folgende Code '%H.%M' zeigt '16.00'.
|
||||
Mehr Information <a href=
|
||||
"http://www.php.net/strftime" target="_blank">php strftime
|
||||
manual</a>.</p>
|
||||
<p><strong>Zeitbezeichnung:</strong><br />
|
||||
Z.B. "h" oder "Uhr" eintragen. Dies wird hinter der Zeit im Frontend angezeigt.
|
||||
Leerlassen, falls nicht benötigt.</p>
|
||||
|
||||
<p><strong>IP speichern:</strong><br />
|
||||
In gewissen Ländern ist es nicht erlaubt, die IP-Adresse Ihrer Besucher zu speichern.
|
||||
Sie können dies hier deaktivieren.</p>
|
||||
|
||||
|
||||
<h3>Umgang mit abgelaufenen Veranstaltungen</h3>
|
||||
|
||||
<p><strong>Alte Veranstaltungen /</strong><strong>Löschen/Archivieren nach
|
||||
Anzahl Tagen:</strong><br />
|
||||
Wählen Sie eine der drei Möglichkeiten:
|
||||
'Vergangene Veranstaltung
|
||||
löschen'
|
||||
löscht alle Veranstaltungen nach der in der unteren Box angegebenen Zahl
|
||||
von Tagen. Bei Wahl von 'Vergangene Veranstaltungen archivieren' werden
|
||||
die Veranstaltungen nach der angegebenen Zahl von Tagen in den Zustand
|
||||
'Archiviert' gesetzt.</p>
|
||||
<p> Bitte beachten Sie, dass JEM diese Wartungsaktion nur einmal am Tag
|
||||
nach Mitternacht (Serverzeit) auslöst und erst beim ersten Besuch einer JEM
|
||||
Ansicht im Frontend. Wenn Sie sicher sein wollen, dass die Wartung geschieht,
|
||||
erstellen Sie einen Cronjob zu einer JEM Ansicht.</p>
|
||||
<h3>Umgang mit Bildern:</h3>
|
||||
|
||||
<p><strong>Max. Grösse der Bilddatei:</strong><br />
|
||||
Geben Sie die maximale Grösse in kb für die Bilddatei ein.</p>
|
||||
|
||||
<p><strong>Max. Höhe von Thumbnailbildern:</strong><br />
|
||||
Geben Sie die maximale Höhe des Thumbbildes ein. Dieser Wert wird auch im
|
||||
Frontend benutzt.</p>
|
||||
|
||||
<p><strong>Max. Breite von Thumbnailbildern:</strong><br />
|
||||
Geben Sie die maximale Breite des Thumbbildes ein. Dieser Wert wird auch
|
||||
im Frontend benutzt.</p>
|
||||
|
||||
<p><strong>Thumbnails aktivieren:</strong><br />
|
||||
JEM kann Thumbnailbilder erstellen, wenn die GD Bibliothek version
|
||||
2 auf ihrem Server installiert ist. Wenn dies nicht der Fall ist, wird
|
||||
diese Möglichkeit deaktiviert. Dann werden die eingesetellten Werte benutzt,
|
||||
um das Bild auf diese Breite und Höhe zu beschränken. Beachten Sie, dass
|
||||
diese Methode zu einer viel schlechteren Qualität führt, auch wenn die
|
||||
Bildgrösse nicht reduziert wird.</p>
|
||||
|
||||
<p><strong>Lightbox (-Effekt):</strong><br />
|
||||
Aktiviert einen hübschen Lightbox-Effekt, um Bilder vom Thumbnail zu maximaler
|
||||
Grösse zu vergrössern.</p>
|
||||
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Achtung</p>
|
||||
<p class="attention">Wenn Sie eine Bildbreite von mehr als 20% des Inhaltsbereichs
|
||||
definieren, müssen Sie die jem.css-Datei entsprechend anpassen.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Meta Option</h3>
|
||||
|
||||
<p><strong>Keywords bearbeiten:</strong><br />
|
||||
Wählen Sie in der Box mehrere Schlüsselworte.</p>
|
||||
<p><strong>Beschreibung bearbeiten:</strong><br />
|
||||
In der Textbox können Sie Ihre eigene Meta-Beschreibung erstellen. Benutzen
|
||||
Sie den Vorschlag als Tipp. Die Beschreibung wird automatisch ins Editier-Fenster
|
||||
der Veranstaltung übernommen.</p>
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Achtung</p>
|
||||
<p class="attention">Bitte benutzen Sie keine Hochkommas oder Anführungszeichen
|
||||
in der Beschreibung, weil dies HTML-Fehler produziert.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h2>Veranstaltungsseite Tab:<a name="detailspage" id="detailspage"></a></h2>
|
||||
|
||||
<h3>Veranstaltungen</h3>
|
||||
<p><strong>Veranstaltungs-Beschreibung:</strong><br />
|
||||
Wählen, ob die Beschreibung der Veranstaltung in der Detailseite angezeigt
|
||||
werden soll.</p>
|
||||
<p><strong>Veranstaltungstitel:</strong><br />
|
||||
Wählen, ob der Titel der Veranstaltung in der Detailseite angezeigt werden
|
||||
soll.</p>
|
||||
<p><strong>Autor anzeigen:</strong><br />
|
||||
Wählen, ob der Name des Autors auf der Detailseite angezeigt werden soll.</p>
|
||||
<p><strong>Link zum Autor:</strong><br />
|
||||
Wählen, ob der Name des Eventautors zu seiner Kontaktseite verlinkt sein
|
||||
soll. Dafür muss ein Kontakt des Autors erstellt sein.</p>
|
||||
<p><strong>Kontaktperson anzeigen:</strong><br />
|
||||
Wählen, ob eine Kontaktperson auf der Detailseite angezeigt werden soll.</p>
|
||||
<p><strong>Link zum Kontakt:</strong><br />
|
||||
Wählen ob der Name der Kontaktperson mit ihrer Kontaktseite verlinkt sein soll.
|
||||
Dafür muss ein Kontakt dieses Benutzers erstellt sein. </p>
|
||||
<p><strong>Anzahl Aufrufe anzeigen:</strong><br />
|
||||
Wählen, ob die Anzahl der Aufrufe auf der Detailseite angezeigt werden soll.</p>
|
||||
<p><strong>Drucken-Icon anzeigen:</strong><br />
|
||||
Wählen, ob das Drucken-Icon auf der Detailseite angezeigt werden soll. Damit
|
||||
kann ein Benutzer die Detailseite ausdrucken.</p>
|
||||
<p><strong>Email-Icon anzeigen:</strong><br />
|
||||
Wählen, ob das Email-Icon auf der Detailseite angezeigt werden soll. Damit kann
|
||||
ein Benutzer einen Link zur Detailseite an einen Freund schicken.</p>
|
||||
<p><strong>iCal anzeigen:</strong><br />
|
||||
Wählen ob das iCal-Icon auf der Detailseite angezeigt werden soll. Damit kann
|
||||
ein Benutzer Angaben zu seinem Kalender exportieren</p>
|
||||
<p><strong>"Weiterlesen" anzeigen:</strong><br />
|
||||
Wählen, ob der "Weiterlesen"-Link angezeigt werden soll. Damit wird nur der Introtext
|
||||
der Beschreibung angezeigt, der vor dem "Weiterlesen" steht.</p>
|
||||
<p><strong>Introtext anzeigen:</strong><br />
|
||||
Wählen, ob der Introtext auch nach dem Weiterlesen noch angezeigt wird.
|
||||
Wird er versteckt, so wird nach dem Anklicken des Links nur der Text nach
|
||||
dem "Weiterlesen" angezeigt.</p>
|
||||
<h3>Veranstaltungsorte in der Eventdetailbeschreibung</h3>
|
||||
<p class="attentionheader">Zu Beachten: Die Veranstaltungsort-Einstellungen in
|
||||
diesem Bereicht betreffen nur die Ortsbeschreibung innerhalb der Eventbeschreibung.
|
||||
Andere Veranstaltungsorts-Beschreibungen in den "Globalen Einstellungen" betreffen
|
||||
die Detail-Ansicht der Veranstaltungsorte.</p>
|
||||
<p><strong>Veranstaltungsorts-Beschreibung:</strong><br />
|
||||
Wählen, ob die Beschreibung des Veranstaltungsorts im Veranstaltungsfenster
|
||||
angezeigt werden soll.</p>
|
||||
<p><strong>Adresse des Veranstaltungsortes:</strong><br />
|
||||
Wählen, ob die Adresse des Veranstaltungsorts im Veranstaltungsfenster angegeben
|
||||
werden soll.</p>
|
||||
|
||||
<p><strong>Link zum Veranstaltungsort:</strong><br />
|
||||
Wählen, ob kein Link, ein Link zu der URL des Veranstaltungsortes (falls eingegeben)
|
||||
oder ein Link zur Ansicht des Veranstaltungsortes erstellt werden soll.</p>
|
||||
|
||||
<p><strong>Kartendienst:</strong><br />
|
||||
Wählen Sie zwischen den folgenden Möglichkeiten:<br />
|
||||
Kein Kartendienst- zeigt keine Karten an<br />
|
||||
Anzeige eines Links zu Google Maps - zeigt eine
|
||||
Google Map als Popup (nach dem Anklicken) an<br />
|
||||
Anzeige einer Google Map - zeigt eine Karte direkt an in der Ansicht der
|
||||
Veranstaltung.<br />
|
||||
Anzeige einer Google Map (API key) - zeigt eine Karte direkt an in der Ansicht
|
||||
der
|
||||
Veranstaltung.<br />
|
||||
In dieser Einstellung ist es möglich bei neuen Orten, dass JEM orten kann aufgrund
|
||||
der gegebenen Adresse (Geo-Tagging). Dafür braucht es aber einen Google API key,
|
||||
den man bei Google kostenlos erhalten kann.</p>
|
||||
<h3>Anmeldung</h3>
|
||||
|
||||
<p><strong>Teilnehmernamen anzeigen für:</strong><br />
|
||||
Wählen, wer die Namen der Angemeldeten Teilnehmer sehen darf.</p>
|
||||
<p><strong>Form der Community:</strong><br />
|
||||
Aktuell ist nur Community Builder möglich. Weitere Einstellungen sollten
|
||||
im Plugin vorgenommen werden.</p>
|
||||
<h2>Layout:<a name="layout" id="layout"></a></h2>
|
||||
|
||||
<h3>Allgemeine Layouteinstellungen:</h3>
|
||||
|
||||
<p><strong>Tabellenbreite in %:</strong><br />
|
||||
Die maximale Breite für das Tabellen-Layout im Frontend (in Prozent) eingeben.
|
||||
Bitte beachten Sie, dass alle Spalten zusammen 100% nicht überschreiten
|
||||
sollten.</p>
|
||||
<p><strong>Breite der Datums-Spalte in %:</strong><br />
|
||||
Die Breite der Datums-Spalte bestimmen.</p>
|
||||
<p><strong>Zeit in Datums-Spalte anzeigen:</strong><br />
|
||||
Wählen ob die Uhrzeit in der Frontend-Ansicht angezeigt werden soll..</p>
|
||||
<p><strong>Layout der Datums-Spalte:</strong><br />
|
||||
<strong>Einzeilig </strong> wählen für: "Startdatum, Startzeit -
|
||||
Enddatum, Schlusszeit" ohne harten Zeilenumbruch. <strong>Zweizeilig</strong> wählen
|
||||
für "Startdatum
|
||||
- Enddate" in erster Zeile und "Startzeit - Schlusszeit" in der zweiten Zeile..<br />
|
||||
Wenn"Zeit in Datums-Spalte anzeigen" verneint ist, ist der einzige Unterschied
|
||||
die zweite leere Linie bei der zweizeiligen Anzeige. So kann die beste Zeitanzeige
|
||||
gewählt werden. </p>
|
||||
<h3>Spalten</h3>
|
||||
|
||||
<p><strong>Stadt:</strong><br />
|
||||
Wählen, ob die Stadt/Ort-Spalte angezeigt wird. Bei Ja, die Breite der Spalte
|
||||
und ihre Bezeichnung eintragen. Die Bezeichnung wird im Spaltenkopf angezeigt.</p>
|
||||
|
||||
<p><strong>Teilnehmer:</strong><br />
|
||||
Wählen, ob die Teilnehmerspalte angezeigt wird. Bei Ja, die Breite der
|
||||
Spalte eintragen. Die Bezeichnung wird im Spaltenkopf angezeigt.</p>
|
||||
|
||||
<p><strong>Veranstaltung (-titel):</strong><br />
|
||||
Wählen, ob die Titelspalte angezeigt wird. Bei Ja, die Breite der Spalte
|
||||
und ihre Bezeichnung eintragen. Die Bezeichnung wird im Spaltenkopf angezeigt.</p>
|
||||
|
||||
<p><strong>Veranstaltungsort:</strong><br />
|
||||
Wählen, ob die Spalte des Veranstaltungsortes angezeigt wird. Bei Ja, die
|
||||
Breite der Spalte und ihre Bezeichnung eintragen. Die Bezeichnung wird im
|
||||
Spaltenkopf angezeigt. <br />
|
||||
Zusätzlich kann gewählt werden, ob hier ein Link zur Detailansicht des Veranstaltungsorts
|
||||
stehen soll.</p>
|
||||
|
||||
<p><strong>Bundesland:</strong><br />
|
||||
Wählen, ob die Spalte des Bundeslandes angezeigt wird. Bei Ja,
|
||||
die Breite der Spalte und ihre Bezeichnung eintragen. Die Bezeichnung wird
|
||||
im Spaltenkopf angezeigt.</p>
|
||||
|
||||
<!--
|
||||
<p><strong>Date column:</strong><br />
|
||||
Type in the width of the column and the name of it. The name
|
||||
will be displayed at the head of the column. This column is
|
||||
required.</p>
|
||||
-->
|
||||
|
||||
<p><strong>Kategorie:</strong><br />
|
||||
Wählen, ob die Kategoriespalte angezeigt wird. Bei Ja, die Breite der Spalte
|
||||
und ihre Bezeichnung eintragen. Die Bezeichnung wird im Spaltenkopf angezeigt.<br />
|
||||
Zusätzlich kann gewählt werden, ob hier ein Link zur Kategorieansicht
|
||||
stehen soll.</p>
|
||||
<p><strong>Eventbild in Liste:</strong><br />
|
||||
Wählen, ob ein Bild zur Veranstaltung in der Frontend-Listenansicht angezeigt
|
||||
wird. Bei Ja, die Breite der Spalte
|
||||
und ihre Bezeichnung eintragen. Die Bezeichnung wird im Spaltenkopf angezeigt.</p>
|
||||
|
||||
|
||||
<h3>Stylesheets (Benutzerdefiniert)</h3>
|
||||
|
||||
<p>Wählen, ob Sie benutzerdefinierte Stylesheets für verschiedene JEM-Ansichten
|
||||
benutzen wollen. Sie können solche anwenden für:
|
||||
<ul>
|
||||
<li>
|
||||
Backend
|
||||
</li>
|
||||
<li>
|
||||
Calendar
|
||||
</li>
|
||||
<li>
|
||||
Colorpicker
|
||||
</li>
|
||||
<li>
|
||||
Geostyle
|
||||
</li>
|
||||
<li>
|
||||
Googlemap
|
||||
</li>
|
||||
<li>
|
||||
JEM
|
||||
</li>
|
||||
<li>
|
||||
Print </li>
|
||||
</ul>
|
||||
|
||||
<p>Für jeden Teil von JEM bitte die genaue Adresse (ohne Hostnamen) der CSS-Datei
|
||||
eingeben.<br />
|
||||
<b>Beispiel:</b> Wenn die Datei erreichbar ist unter "www.mysite.com/media/my/css/mystyle.css" muss
|
||||
hier "/media/my/css/mystyle.css" eingegeben werden..</p>
|
||||
<h3>Hintergrundfarbe</h3>
|
||||
|
||||
<p> Wählen Sie eine benutzerdefinierte Hintergrundfarbe für die JEM-Ansichten
|
||||
im Frontend.</p>
|
||||
|
||||
<h3>Randfarbe</h3>
|
||||
|
||||
<p> Wählen Sie eine benutzerdefinierte Randfarbe für die JEM-Ansichten im Frontend.</p>
|
||||
|
||||
<h3>Schriftfarbe</h3>
|
||||
|
||||
<p> Wählen Sie eine benutzerdefinierte Shrift-Farbe für die JEM-Ansichten
|
||||
im Frontend.</p>
|
||||
|
||||
|
||||
<h2>Globale Parameter:<a name="params" id="params"></a></h2>
|
||||
|
||||
<h3>Globale Parameter:</h3>
|
||||
|
||||
<p>Die Globalen Parameter sind Grundeinstellungen für die Ansichten. Diese Parameter
|
||||
können dann bei der Menü-Erstellung bei jeder Ansicht nochmals
|
||||
angepasst werden.</p>
|
||||
|
||||
<p><strong>Filter:</strong><br />
|
||||
Wählen, ob die Filtermöglichkeit über den Listen angezeigt wird.</p>
|
||||
|
||||
<p><strong>Limitbox:</strong><br />
|
||||
Wählen, ob die Einstellung der Anzahl Veranstaltungen pro Seite über der Liste
|
||||
angezeigt werden soll.</p>
|
||||
|
||||
<p><strong> Icons anzeigen:</strong><br />
|
||||
Wählen, ob Icons Drucken / Email / Archiv über den Listen angezeigt werden.</p>
|
||||
|
||||
<p><strong>Drucken Icon:</strong><br />
|
||||
Wählen, ob ein Icon Drucken in Eventliste und Eventansicht angezeigt wird.</p>
|
||||
<p><strong>Archiv Icon:</strong><br />
|
||||
Wählen, ob ein Icon Archiv in Eventliste und Eventansicht angezeigt wird.</p>
|
||||
|
||||
<p><strong>Email Icon:</strong><br />
|
||||
Wählen, ob ein Icon Email in Eventliste und Eventansicht angezeigt wird.</p>
|
||||
|
||||
<p><strong>iCal icon:</strong><br />
|
||||
Wählen, ob ein ICS-Export-Button in Eventliste
|
||||
und Eventansicht angezeigt wird.</p>
|
||||
|
||||
<p><strong>Zeit:</strong><br />
|
||||
Wählen, ob die Uhrzeit in den Events angegeben werden soll.</p>
|
||||
|
||||
<p><strong>Name des Benutzers:</strong><br />
|
||||
Wählen, ob in JEM der richtige Name oder der Benutzername angezeigt wird.</p>
|
||||
<p><strong>Leuchtmarker aktivieren</strong><br />
|
||||
Wenn aktiviert, werden die Suchresultate im Backend bei der originlaen Suchphrase
|
||||
farblich hervorgehoben.</p>
|
||||
|
||||
<p><strong>Standard Itemid</strong><br />
|
||||
</p>
|
||||
|
||||
<p><strong>Google API-Key:</strong><br />
|
||||
Wenn Sie eine Google Map basierend auf API3 Schlüssely anzeigen wollen,
|
||||
geben Sie hier ihren API Schlüssel ein. Zu Beachten: Es braucht dies
|
||||
nicht, um nur eine Karte anzuzeigen. Der API key wird nur benötigt, um
|
||||
Geo-Tagging zu verwenden</p>
|
||||
<p><strong>Google ClientID</strong><br />
|
||||
Wenn Sie eine Google Client ID haben, können Sie sie hier eintragen.
|
||||
(Dies ist Optional, nur für Geschäfte)</p>
|
||||
<p><strong>Cleanup DB bei Deinstallation:</strong><br />
|
||||
Wählen ob, alle JEM-Tabellen bei einer Deinstallation aus der Datenbank entfernt
|
||||
werden sollen.<br />
|
||||
Warnung: Bei Ja und einer Deinstallation gehen alle Daten wie Events, Orte oder
|
||||
Teilnehmer verloren!</p>
|
||||
<h3>Evenetbearbeitung:</h3>
|
||||
<p><strong>Eigene Veranstaltungen:</strong><br />
|
||||
Wählen, ob Benutzer vom Frontend aus nur die eigenen Veranstaltungen
|
||||
bearbeiten kann.</p>
|
||||
<p><strong>Max. # Benutzerdefinierte Felder:</strong><br />
|
||||
Wählen, wieviele Benutzerdefinierte Felder vom Frontend aus maximal erlaubt
|
||||
sind</p>
|
||||
<h3>Ortsbearbeitung:</h3>
|
||||
<p><strong>Eigene Veranstaltungsorte:</strong><br />
|
||||
Wählen, ob Benutzer vom Frontend aus nur die eigenen Veranstaltungsorte wählen
|
||||
kann.</p>
|
||||
<p><strong>Max. # Benutzerdefinierte Felder:</strong><br />
|
||||
Wählen, wieviele Benutzerdefinierte Felder vom Frontend aus maximal erlaubt
|
||||
sind. </p>
|
||||
<h3>Erweiterte Parameter:</h3>
|
||||
<p><strong>Max Anzahl ICS Events:</strong><br />
|
||||
Geben Sie die maximale Anzahl von Veranstaltungen ein, die Sie bei einem
|
||||
ICS-Export exportieren wollen.</p>
|
||||
|
||||
<p><strong>Events pro Seite:</strong><br />
|
||||
Geben Sie die maximale Zahl von Veranstaltungen ein, die normalerweise in den
|
||||
Frontend-Ansichten pro Seite angezeigt werden sollen.</p>
|
||||
|
||||
<p><strong>Kategoriebilder anzeigen:</strong><br />
|
||||
Wählen, ob im Frontend die Kategorie-Bilder angezeigt werden sollen.</p>
|
||||
|
||||
<p><strong>Wiederholung von Veranstaltungen bis zu (Tagen):</strong><br />
|
||||
Die maximale Anzahl von Tagen eingeben, innerhalb derer JEM Wiederholungs-Serien
|
||||
automatisch erstellt.
|
||||
Wir nennen dies
|
||||
'Vorausschau-Fenster'.
|
||||
|
||||
Diese Einstellung hat Auswirkungen auf die Erstellung von Wiederholungen.
|
||||
Wenn das Schlussdatum einer Wiederholungsserie (das 'Bis zum Ende von'
|
||||
Datum) über das Vorausschau-Fenster hinausgeht, dann ist die Zahl der von
|
||||
JEM automatisch erstellten Wiederholungen eingeschränkt durch diese Einstellung.
|
||||
Die Einstellung des 'Bis zum Ende von' Datums geschieht in den Wiederholungen
|
||||
im Veranstaltungs-Bearbeitungsfenster,
|
||||
oder bei Einreichung einer Veranstaltung im Frontend.</p>
|
||||
|
||||
<p><strong>Einstellung für Zeitzone:</strong><br />
|
||||
Sie können wählen, wie die Daten exportiert werden.
|
||||
Wählen Sie 'float', werden alle Daten bei einem Import als für dieselbe
|
||||
Zeitzone wie der Benutzer behandelt
|
||||
|
||||
(z.B: wen der Event um 2pm in der USA stattfindet und der Benutzer in Frankreich
|
||||
ist, es erscheint um 2pm in Frankreich).<br/>
|
||||
Wählen Sie 'Joomla' Zeitzone, werdem die Daten in die in Joomla eingestellte
|
||||
Zeitzone übertragen.</p>
|
||||
<p><strong>Erster Tag der Woche:</strong><br />
|
||||
Wählen, ob Sonntag oder Montag der erste Tag der Woche sein soll. Diese Einstellung
|
||||
kommt in der Kalenderansicht zum Tragen. Der erste Tag der Woche ist ganz
|
||||
links angezeigt.</p>
|
||||
|
||||
<p><strong>Pfad zu Anhängen:</strong><br />
|
||||
Sie können den Pfad zu den Anhängen hier spezifizieren. Normal ist media/com_jem/attachments</p>
|
||||
<p><strong>Erlaubte Dateitypen:</strong><br />
|
||||
Angabe der erlaubten Dateierweiterungen für die Anhänge</p>
|
||||
<p><strong>Max Grösse:</strong><br />
|
||||
Geben Sie die maximale Grösse der Anhänge
|
||||
in kb ein. (1 mb is 1000 kb)</p>
|
||||
|
||||
<p><strong>Standart-Staat:</strong><br />
|
||||
Sie können hier ein Standart-Land für die Veranstaltungsorte eingeben.
|
||||
Bei Erstellung eines neuen Veranstaltungsortes ist dann das gewählte Land
|
||||
vorgegeben.</p>
|
||||
<p> </p>
|
||||
<h2><a name="access" id="access">Benutzerrechte Tab :</a></h2>
|
||||
|
||||
<h3>Benutzerrechte</h3>
|
||||
|
||||
<p><strong>Max Länge von Beschreibungen:</strong><br />
|
||||
Geben Sie die maximale Länge der Veranstaltung- und Veranstaltungsorts-Beschreibung.
|
||||
Wenn die Länge der Beschreibung zu lang ist, wird die Beschreibung gekappt
|
||||
und die Anmerkung [stripped] wird eingefügt. Dies hat nur Auswirkungen
|
||||
bei Einreichungen durch Benutzer mit einem Level tiefer als Editor'.</p>
|
||||
|
||||
|
||||
<p><strong>Hochladen von Bildern: </strong>Wählen Sie, ob Hochladen von Bildern
|
||||
im Frontend optional, erforderlich oder verboten sind.</p>
|
||||
<p><strong>Hochladen von Anhängen</strong><br />
|
||||
Wählen, ob Anhänge bei Frontend-Eingaben erlaubt sein sollen.</p>
|
||||
<h3>Zugriffsrechte für Veranstaltungen</h3>
|
||||
|
||||
<p><strong>Veranstaltungen einreichen erlauben für:</strong><br />
|
||||
Wählen Sie den erforderten Access Level zum Einreichen von neuen Veranstaltungen
|
||||
vom Frontend.</p>
|
||||
<p><strong>Automatisch freigeben:</strong><br />
|
||||
Wählen Sie hier den erforderlichen Access Level für Benutzer um Veranstaltungen
|
||||
direkt freizugeben.
|
||||
Sonst müssen sie nach einer Sichtung vom Backend aus manuell freigegeben
|
||||
werden.</p>
|
||||
|
||||
<p><strong>in Frontend bearbeiten erlauben:</strong><br />
|
||||
Wählen Sie hier den erforderlichen Access Level zum Bearbeiten von Veranstaltungen
|
||||
vom Frontend.</p>
|
||||
|
||||
<p><strong>ALLE Events bearbeiten:</strong><br />
|
||||
Benutzern das Bearbeiten**JEDEN** Events vom Frontend aus erlauben.</p>
|
||||
<p><strong>Eigene Veranstaltungen bearbeiten:</strong><br />
|
||||
Erlauben Sie Benutzern die Bearbeitung der von ihnen eingereichten eigenen
|
||||
Veranstaltungen, auch wenn Sie den erforderlichen Access-Level zum Editieren
|
||||
nicht haben.</p>
|
||||
<h3>Anmeldung</h3>
|
||||
|
||||
<p><strong>Anmelden für Veranstaltung ermöglichen:</strong><br />
|
||||
Wählen, ob Frontend-Benutzer sich für Veranstaltungen anmelden können.</p>
|
||||
<p><strong>Abmelden von Veranstaltung ermöglichen:</strong><br />
|
||||
Wählen, ob Frontend-Benutzer sich von Veranstaltungen wieder abmelden können.
|
||||
(Dazu müssen sie allerdings zuerst angemeldet sein)</p>
|
||||
|
||||
|
||||
<h3>Zugriffsrechte für Veranstaltungsorte</h3>
|
||||
|
||||
<p><strong>Veranstaltungsort einreichen erlauben:</strong><br />
|
||||
Wählen des erforderlichen Access-Levels zum Einreichen von neuen Veranstaltungsorten
|
||||
vom Frontend aus.</p>
|
||||
|
||||
<p><strong>Automatisch veröffentlichen:</strong><br />
|
||||
Wählen Sie den erforderlichen Access Level für Benutzer um Veranstaltungsorte
|
||||
direkt freizugeben.
|
||||
Sonst müssen sie nach einer Sichtung vom Backend aus manuell freigegeben
|
||||
werden.
|
||||
manually.</p>
|
||||
|
||||
<p><strong>in Frontend bearbeiten erlauben:</strong><br />
|
||||
Wählen Sie den erforderlichen Access Level zum Bearbeiten von Veranstaltungsorten
|
||||
vom Frontend aus.</p>
|
||||
<p><strong>ALLE Veranstaltungsorte bearbeiten:</strong><br />
|
||||
Benutzern das Bearbeiten**JEDEN** Veranstlaltungsorts vom Frontend aus erlauben.</p>
|
||||
<p><strong>Eigene Veranstaltungsorte bearbeiten erlauben:</strong><br />
|
||||
Erlauben Sie Benutzern die Bearbeitung der von ihnen eingereichten Veranstaltungsorte,
|
||||
auch wenn Sie den erforderlichen Access-Level zum Editieren nicht haben. </p>
|
||||
|
||||
<h2><a name="access" id="access">Configinfo Tab :</a></h2>
|
||||
<h3>Configinfo</h3>
|
||||
<p>Eine Zusammenstellung der für JEM relevanten Einstellungen und Versionen.</p>
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Fenster schliessen</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
88
administrator/components/com_jem/help/de-DE/update.html
Normal file
@ -0,0 +1,88 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="de_DE" xml:lang="de_DE">
|
||||
<head>
|
||||
<title>Updateprüfung</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Update-Prüfung</h1>
|
||||
|
||||
<h3>Beschreibung</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-update.png" alt="" class="left" />
|
||||
Mit diesem Schalter prüft JEM automatisch, ob Sie die neueste JEM-Version
|
||||
benutzen.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="hintheader">Tipp</p>
|
||||
<p class="hint">Suchen Sie regelmässig nach Updates!
|
||||
Aktualisieren hält ihre Webseite sicher und fügt neue Möglichkeiten hinzu.
|
||||
Wenn Sie die Homepage von JEM <a href="http://www.joomlaeventmanager.net" target="_blank">Joomlaeventmanager.net</a> nicht
|
||||
regelmässig besuchen, sollten Sie wenigstens von Zeit zu Zeit diesen Updatecheck
|
||||
anklicken, um zu sehen, ob eine neuere Version von JEM erhältlich ist.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>Zu dieser Seite mit:
|
||||
<strong>Komponenten</strong> → <strong>JEM</strong> → <strong>Update-Prüfung</strong></p>
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p>
|
||||
<div class="toolbar-list">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="icon-32-back"> </span>
|
||||
Back
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-help"> </span>
|
||||
Help
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
<p><strong>Zurück:</strong>
|
||||
Bringt Sie zurück zum JEM Hauptmenü.</p>
|
||||
<p><strong>Hilfe:</strong>
|
||||
Bringt Sie zum entsprechenden Hilfe-Fenste.</p>
|
||||
|
||||
|
||||
<h3>Grund-Information</h3>
|
||||
|
||||
<p>
|
||||
Nach dem Update-Check zeigt das System an, ob Sie die aktuellste Version
|
||||
von JEM benutzen.
|
||||
Sie erhalten dazu weitere nützliche Informationen:
|
||||
</p>
|
||||
|
||||
<p><strong>Aktuelle Version:</strong>
|
||||
Die letzte veröffentlichte JEM Version</p>
|
||||
<p><strong>Datum der Veröffentlichung:</strong>
|
||||
Das Ausgabedatum dieser letzten veröffnetlichten Version</p>
|
||||
<p><strong>Änderungen:</strong>
|
||||
Die wichtigsten Änderungen in dieser Ausgabe, verglichen mit früheren Versionen.</p>
|
||||
<p><strong>für mehr Information:</strong>
|
||||
Anklicken und dem Link für weitere Informationen folgen.</p>
|
||||
<p><strong>Dateien: </strong>
|
||||
Anklicken und dem Link zum Download der aktuellsten Version folgen.</p>
|
||||
<p><strong>Anmerkungen:</strong>
|
||||
Die Version des Updates.</p>
|
||||
<p><strong>Installierte Version:</strong>
|
||||
Die aktuell auf ihrem System installierte Version.</p>
|
||||
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Fenster schliessen</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,54 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><span>13</span>Edit Attendee</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Edit Attendee</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-users.png" alt="" class="left" />
|
||||
Manage the registered users from this screen.
|
||||
Here you can select another user as an Attendee to the Event you are currently editing.
|
||||
Additionally you must also choose a Status (Invited, Attending, Not Attending, On Waiting List).
|
||||
Optionally you can give a Comment, and decide if an email about this edit should be sent or not.
|
||||
If you choose to send an email, make sure the Mailer plugin is enabled and configured.</p>
|
||||
<div class="clear"></div>
|
||||
<p>
|
||||
Please note that changing selected user means: You unregister the previously selected user and
|
||||
register the newly selected user as attendee of the event.</p>
|
||||
<p>
|
||||
To add multiple users ensure to use <strong>Save & New</strong> or <strong>Save as Copy</strong>
|
||||
instead of <strong>Save</strong> or <strong>Save & Close</strong>.</p>
|
||||
</div>
|
||||
|
||||
<p><em>Select another user by clicking the Select User text to the right of the User field.</em></p>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>
|
||||
To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Events</strong> → <strong>User count number</strong> → <strong>User</strong>
|
||||
</p>
|
||||
|
||||
<h3>Toolbar</h3>
|
||||
|
||||
<p><strong>Save:</strong>
|
||||
Saves the currently selected user without closing this Edit screen.</p>
|
||||
<p><strong>Save & Close:</strong>
|
||||
Saves the currently selected user, closes this Edit screen and returns to the Registered Users screen.</p>
|
||||
<p><strong>Save & New:</strong>
|
||||
Saves the currently selected user and opens a new empty Edit screen.</p>
|
||||
<p><strong>Save as Copy:</strong>
|
||||
Saves the currently selected user as a new attendee without closing this Edit screen.</p>
|
||||
<p><strong>Close:</strong>
|
||||
Cancels this operation, closes this Edit screen and returns to the Registered Users screen.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,77 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><span>07</span>Edit Category</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Edit Category</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-categoriesedit.png" alt="" class="left" />
|
||||
Edit your category items or add new ones from this screen.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="hintheader">Tip</p>
|
||||
<p class="hint">Assigning a group to a category is a very good way to manage access rights for your event submissions. Use groups to create maintainers for your different categories.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>
|
||||
To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Add Category</strong> or by <strong>clicking a category in the overview</strong>
|
||||
</p>
|
||||
|
||||
<h3>Toolbar</h3>
|
||||
|
||||
<p><strong>Save:</strong>
|
||||
Saves the Category and returns to the current view.</p>
|
||||
<p><strong>Save & Close:</strong>
|
||||
Saves the Category and returns to the categories list.</p>
|
||||
<p><strong>Close:</strong>
|
||||
Cancels this operation, closes the Edit screen and returns to the categories list.</p>
|
||||
|
||||
|
||||
|
||||
<h3>Main publishing area </h3>
|
||||
|
||||
<p><strong>Category:</strong>
|
||||
Enter or edit (if needed) the title of the category here.</p>
|
||||
<p><strong>Alias:</strong>
|
||||
Enter or edit (if needed) the alias of the category here. The alias is used in the url, only use url safe characters here.
|
||||
Leave this field blank if you want JEM to create it automatically.</p>
|
||||
<p><strong>Published:</strong>
|
||||
Select Yes to publish this category or No to unpublish. Published categories are displayed on the Frontend and are able to
|
||||
have events assigned to them.</p>
|
||||
<p><strong>Text field:</strong>
|
||||
Enter or edit (if needed) the description for the category.</p>
|
||||
|
||||
|
||||
<h3>Advanced publishing area</h3>
|
||||
|
||||
<p><strong>Access:</strong>
|
||||
This is the user access level. Public, Registered or Special. Events within a category are only
|
||||
accessible at the same or above the selected level.</p>
|
||||
<p><strong>Group:</strong>
|
||||
Select a group to assign it to the category. Only members of this group will be able to assign events to this category.</p>
|
||||
<p><strong>Image:</strong>
|
||||
Select an image for this Category, or upload one.</p>
|
||||
<p><strong>Color:</strong>
|
||||
Select a display color Category, used in the Calendar.</p>
|
||||
<p><strong>Metadata information:</strong>
|
||||
Enter or edit (if needed) the Meta Description and the Meta Keywords of the category here.</p>
|
||||
|
||||
|
||||
<h3>Related Help Screens & Other Resources</h3>
|
||||
|
||||
<p><strong>Group Manager:</strong> <a href="listgroups.html">Add/Edit Groups</a></p>
|
||||
</body>
|
||||
</html>
|
||||
44
administrator/components/com_jem/help/en-GB/editcss.html
Normal file
@ -0,0 +1,44 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><span>16</span>CSS Manager: Edit File</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>CSS Manager: Edit File</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-cssedit.png" alt="" class="left" />
|
||||
Here you can modify the CSS file that you have selected in the previous screen.
|
||||
Please not that if you prefer to have line numbers displayed before the source code,
|
||||
you can choose that option in the previous screen (CSS Manager).</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Attention</p>
|
||||
<p class="attention">Don't change anything if you don't know exactly what you do.
|
||||
Read the comments carefully and backup this file before you alter it.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Edit CSS</strong></p>
|
||||
|
||||
<h3>Toolbar</h3>
|
||||
|
||||
<p><strong>Save:</strong>
|
||||
Saves the CSS file and remains in this screen.</p>
|
||||
<p><strong>Save & Close:</strong>
|
||||
Saves the CSS file and returns to the CSS Manager screen.</p>
|
||||
<p><strong>Close:</strong>
|
||||
Go Back to the CSS Manager screen without saving.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
206
administrator/components/com_jem/help/en-GB/editevents.html
Normal file
@ -0,0 +1,206 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml/" xml:lang="en-GB" lang="en-GB">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><span>05</span>Edit Event</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Edit Event</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-eventedit.png" alt="" class="left" />
|
||||
Edit your event items or add new ones from this screen.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="hintheader">Tip</p>
|
||||
<p class="hint">Use Plugins to add additional functionality to JEM. For example, you can use the 'JEM Comments' Plugin
|
||||
to show user comments for your events and enhance the social part of your website.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>
|
||||
To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Add Event</strong> or by <strong>clicking an event in the overview</strong>
|
||||
</p>
|
||||
|
||||
<h3>Toolbar</h3>
|
||||
|
||||
<p><img src="../images/edit-event.png">
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
<p><strong>Save:</strong>
|
||||
Saves the event and remains in the current view.</p>
|
||||
<p><strong>Save & Close:</strong>
|
||||
Saves the event and returns to the overview.</p>
|
||||
<p><strong>Save & New:</strong>
|
||||
Saves the event and opens a new empty Event edit screen.</p>
|
||||
<p><strong>Save as Copy:</strong>
|
||||
Saves the event as a new instance and returns to the overview. If you have changed the name of the event, <br />
|
||||
please keep in mind to change the name of the alias too. If you just clear the contents of the Alias field before saving, <br />
|
||||
JEM will create an alias name by itself, based on the Event title</p>
|
||||
<p><strong>Close:</strong>
|
||||
Cancels this operation and returns to the Events list.</p>
|
||||
|
||||
<h2>Main publishing area </h2>
|
||||
|
||||
<h3>[Optional Icons]</h3>
|
||||
<p>If a an event is part of a recurring set of events, there will be an icon above the Event / Attachemts / Permissions Tabs <br />
|
||||
<img src="../../../../../media/com_jem/images/icon-32-recurrence.png" alt="recurring event" />
|
||||
indicates that an event is part of a set of recurring events. <br />
|
||||
<img src="../../../../../media/com_jem/images/icon-32-recurrence-first.png" alt="first recurring event" />
|
||||
indicates that an event is the first event of a set of recurring events.</p>
|
||||
|
||||
<h3>Event Tab </h3>
|
||||
|
||||
<p><strong>Title:</strong>
|
||||
Enter or edit (if needed) the title of the Event here.</p>
|
||||
<p><strong>Alias:</strong>
|
||||
Enter or edit (if needed) the alias of the Event here. The alias is used in the url, only use url safe characters here.
|
||||
Leave this field blank if you want JEM to create it automatically.</p>
|
||||
<p><strong>Event date:</strong>
|
||||
Select the Event date. (required)</p>
|
||||
<p><strong>End date:</strong>
|
||||
Select the Date when the Event ends.</p>
|
||||
<p><strong>Time:</strong>
|
||||
The time when the Event starts.</p>
|
||||
<p><strong>End time:</strong>
|
||||
The time when the Event ends.</p>
|
||||
<p><strong>Category:</strong>
|
||||
Choose the category you want the item to belong to. The dropdown list will display the available Categories.
|
||||
<strong>Attention: It is possible to select multiple categoeries per event!</strong></p>
|
||||
<p><strong>Venue:</strong>
|
||||
Choose the venue you want to associate with this event or set the value to no venue.
|
||||
If you want you can also add a new venue to the venue database by clicking the "add" button.</p>
|
||||
<p><strong>Contact:</strong>
|
||||
Select a contact from the contacts database.</p>
|
||||
<p><strong>Status:</strong>
|
||||
Select Yes to publish the event or No to unpublish. Published events are displayed on the Frontend.</p>
|
||||
<p><strong>Featured:</strong>
|
||||
Select Yes to mark the selected event as a featured event. In the Frontend, the featured event will
|
||||
be especially marked or highlighted to distinguish it from other events.</p>
|
||||
<p><strong>Event Description:</strong>
|
||||
This is the Event description. You can use Joomla Plugins in this field.</p>
|
||||
|
||||
|
||||
<h3>Attachments Tab</h3>
|
||||
|
||||
<p>
|
||||
In the Attachments Tab you can upload attachments for the event.
|
||||
When you upload a file in the backend (please mind the maximum upload size set by set by php)
|
||||
it will be visible at the event/venue-page.
|
||||
When the access is set to registered only registered people can see that file.
|
||||
</p>
|
||||
|
||||
|
||||
<h3>Permissions Tab </h3>
|
||||
|
||||
<p>
|
||||
In this tab you can set permissions per event. Settings can be set to influence the event display
|
||||
(author, print icon etc.), to infuence the venue display (full description, address and venue links)
|
||||
and to influence the link to a community solution.</p>
|
||||
<p>
|
||||
If you want to make global settings, use the JEM settings tab, via
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Settings</strong> </p>
|
||||
|
||||
|
||||
<h2>Advanced publishing area</h2>
|
||||
|
||||
<h3>Publishing Options</h3>
|
||||
|
||||
<p><strong>Eventdate:</strong>
|
||||
Select the Eventdate. (required)</p>
|
||||
<p><strong>Enddate:</strong>
|
||||
Select the Date when the Event ends.</p>
|
||||
<p><strong>Time:</strong>
|
||||
The time when the Event starts.</p>
|
||||
<p><strong>Endtime:</strong>
|
||||
The time when the Event ends.</p>
|
||||
|
||||
|
||||
<h3>Custom Fields</h3>
|
||||
|
||||
<p>You can enter up to 10 custom fields here.
|
||||
Here you can enter a maximum of 10 custom fields for an event. <br />
|
||||
Empty fields are not displayed in the frontend. You can give the fields specific names using language overrides. <br />
|
||||
If you want to do that, proceed as follows:<br />
|
||||
Go to Extensions → Languages → Overrides. Choose 'Administrator' in the select-box on the right hand sode of the screen.<br />
|
||||
The key for the event custom fields are COM_JEM_EVENT_CUSTOM_FIELD1 to COM_JEM_EVENT_CUSTOM_FIELD10.<br />
|
||||
If you want to use the language string for both backend and frontend, then don't forget to click the 'for both locations' checkbox.
|
||||
</p>
|
||||
|
||||
|
||||
<h3>Registration</h3>
|
||||
|
||||
<p><strong>Registration:</strong>
|
||||
Select if users should be able to register to this Event. The options are No, Yes or Invited Users Only.</p>
|
||||
<p><strong>Registration Annulation:</strong>
|
||||
Select if users should be able to annulate their registration from this Event. The options are No, Yes or Limited .... datetime before the event starts.</p>
|
||||
<p><strong>Max Places:</strong>
|
||||
Enter the maximum capacity for the event. When there is no maximum, enter 0 for unlimited registrations.</p>
|
||||
<p><strong>Booked Places:</strong>
|
||||
Displays the currently booked (registered) number of visitors to the event.</p>
|
||||
<p><strong>Waiting List:</strong>
|
||||
Check this box to enable the waiting list.</p>
|
||||
|
||||
|
||||
<h3>Image</h3>
|
||||
|
||||
<p><strong>Image:</strong>
|
||||
Choose an image for this Event (flyer) or upload it.</p>
|
||||
|
||||
|
||||
<h3>Repeating Events</h3>
|
||||
|
||||
<p>
|
||||
Choose the type of the recurrence: daily, weekly, monthly, yearly or at a single weekday of the month.
|
||||
If you only want to create events until a certain date, set a 'By the end of' date. See the explanation in the remark below.
|
||||
</p>
|
||||
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Attention</p>
|
||||
<p class="attention">For all of the recurrence-options you can enter a 'By the end of' date. JEM will generate your
|
||||
event for the repeating interval that you have chosen, until the end date, <strong> BUT</strong> it will never create
|
||||
events that exceed the number of days ahead that you defined in the Settings → Global parameters → Advanced
|
||||
Parameters → [Generate events up to (days).
|
||||
<br />
|
||||
<br />
|
||||
This is called the 'Anticipation Window' (the number of days that JEM looks ahead) and is always leading.
|
||||
Recurring events can be auto-generated by JEM for a shorter period ahead, but never for a longer period than defined there.
|
||||
This is to protect busy websites with many event submissions by users from heavy database load.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<p><strong>Daily:</strong>
|
||||
Choose this if you want the event to repeat every X calendar days. You can choose from 1 (every day) till 14 days.
|
||||
Then set until what date JEM should create your recurring event.</p>
|
||||
<p><strong>Weekly:</strong>
|
||||
Choose this if you want the event to repeat every X weeks. You can choose from 1 (every week) till 8 weeks.
|
||||
Then set until what date JEM should create your recurring event.</p>
|
||||
<p><strong>Monthly:</strong>
|
||||
Choose this if you want the event to repeat every X months. You can choose from 1 (every month) till 12 months.
|
||||
Then set until what date JEM should create your recurring event.</p>
|
||||
<p><strong>Weekday:</strong>
|
||||
Choose this if you want the event to repeat every 1st, 2nd, 3rd, or 4th Monday, Tuesday, Wednesday, etc of the month. <br />
|
||||
You can also choose the 'last' or the 'before last'. Then set until what date JEM should create your recurring event.</p>
|
||||
|
||||
<p>Once again, please note that the anticipation window that you set in the Settings of JEM will always be leading when
|
||||
the end date is evaluated.</p>
|
||||
|
||||
|
||||
<h3>Metadata information</h3>
|
||||
|
||||
<p><strong>Metadata information:</strong>
|
||||
Enter or edit (if needed) the Meta Description and the Meta Keywords of the event here. <br />
|
||||
You may use the suggestions in the settings to set default values which will be automatically set to the event data.</p>
|
||||
</body>
|
||||
</html>
|
||||
68
administrator/components/com_jem/help/en-GB/editgroup.html
Normal file
@ -0,0 +1,68 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><span>11</span>Edit Group</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Edit Group</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-groupedit.png" alt="" class="left" />
|
||||
Edit your group or add new ones from this screen. Groups control the access rights in JEM.
|
||||
With groups you can limit the ability to add events to categories,
|
||||
to selected users. Only members of this group can add events to this category.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="hintheader">Tip</p>
|
||||
<p class="hint">Make use of the description if you have to manage a high number of groups. This makes it easier to
|
||||
remember the purpose of a group. A descriptive group name is also helpful.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>
|
||||
To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Add Group</strong> or by <strong>clicking a group in the overview</strong>
|
||||
</p>
|
||||
|
||||
<h3>Toolbar</h3>
|
||||
|
||||
<p><strong>Save:</strong>
|
||||
Saves the group and remains in the Edit Group screen.</p>
|
||||
<p><strong>Save & Close:</strong>
|
||||
Saves the group and returns to the Groups list screen.</p>
|
||||
<p><strong>Save & New:</strong>
|
||||
Saves the group and opens a new clean Edit Group Screen .</p>
|
||||
<p><strong>Save as Copy:</strong>
|
||||
Saves the group as a new entry and stays in the Edit Group screen.</p>
|
||||
<p><strong>Close:</strong>
|
||||
Cancels this operation and returns to the Groups list screen.</p>
|
||||
|
||||
|
||||
|
||||
<h3>Main publishing area </h3>
|
||||
|
||||
<p><strong>Group name:</strong>
|
||||
Enter or edit (if needed) the title of the group here.</p>
|
||||
<p><strong>Maintainers:</strong>
|
||||
In the left field all available users are listed.
|
||||
You can assign one ore more from them with a double click on the user, or one click on the user to select,
|
||||
and then another click on the arrow button. This will list the user in the right hand column.</p>
|
||||
<p><strong>Description:</strong>
|
||||
Use this field to explain the purpose of the group.</p>
|
||||
|
||||
|
||||
<h3>Advanced publishing area</h3>
|
||||
|
||||
<p><strong>Permissions:</strong>
|
||||
This is the group access level. Here you can set the permissions per group. The permissions allow to create a refined peer group.</p>
|
||||
</body>
|
||||
</html>
|
||||
99
administrator/components/com_jem/help/en-GB/editvenues.html
Normal file
@ -0,0 +1,99 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><span>09</span>Edit Venue</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Edit Venue</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-venuesedit.png" alt="" class="left" />
|
||||
Edit your venue items or add new ones from this screen.</p>
|
||||
<div style="clear:both;"></div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div class="box">
|
||||
<p class="hintheader">Tip</p>
|
||||
<p class="hint">Use Plugins to add additional functionality to JEM. You can connect your events for example with a
|
||||
reservationsystem like "akreservations' or Galleries with the help of Plugins.</p>
|
||||
</div>
|
||||
-->
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>
|
||||
To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Add Venue</strong> or by <strong>clicking a venue in the overview</strong>
|
||||
</p>
|
||||
|
||||
<h3>Toolbar</h3>
|
||||
<p><strong>Save:</strong>
|
||||
Saves the venue and remains in the current view.</p>
|
||||
<p><strong>Save & Close:</strong>
|
||||
Saves the venue and returns to the overview.</p>
|
||||
<p><strong>Save & New:</strong>
|
||||
Saves the venue and opens a new clean Edit screen.</p>
|
||||
<p><strong>Save as Copy:</strong>
|
||||
Saves the venue as a new instance and stays in this Venue view.</p>
|
||||
<p><strong>Close:</strong>
|
||||
Cancels this operation and returns to the Venues list screen.</p>
|
||||
|
||||
|
||||
|
||||
<h3>Main publishing area </h3>
|
||||
|
||||
<p><strong>Venue:</strong>
|
||||
Enter or edit (if needed) the title of the venue here.</p>
|
||||
<p><strong>Alias:</strong>
|
||||
Enter or edit (if needed) the alias of the Venue here. The alias is used in the url, only use url safe characters here.<br />
|
||||
Leave this field blank if you want JEM to create it automatically.</p>
|
||||
<p><strong>Address:</strong>
|
||||
Enter street name and house number, city, zip and select the country code.</p>
|
||||
<p><strong>Text field:</strong>
|
||||
This is for the Venue description. You can use Plugins in this field.</p>
|
||||
|
||||
|
||||
<h3>Advanced publishing area</h3>
|
||||
|
||||
<p><strong>Published:</strong>
|
||||
Select Yes to publish the venue or No to unpublish. Published venues are displayed on the Frontend and you can
|
||||
assign events to them.</p>
|
||||
<p><strong>Custom Fields:</strong>
|
||||
You can enter up to 10 custom fields here. Here you can enter a maximum of 10 custom fields for a venue. <br />
|
||||
Empty fields are not displayed in the frontend. You can give the fields specific names using language overrides. <br />
|
||||
If you want to do that, proceed as follows:<br />
|
||||
Go to Extensions → Languages → Overrides. Choose 'Administrator' in the select-box on the right hand side of the screen.<br />
|
||||
The key for the event custom fields are COM_JEM_VENUE_CUSTOM_FIELD1 to COM_JEM_VENUE_CUSTOM_FIELD10.<br />
|
||||
If you want to use the language string for both backend and frontend, then don't forget to click the 'for both locations' checkbox.</p>
|
||||
<p><strong>Image:</strong>
|
||||
Choose an image for this venue (flyer) or upload it.</p>
|
||||
<p><strong>Metadata information:</strong>
|
||||
Enter or edit (if needed) the Meta Description and the Meta Keywords of the venue here.</p>
|
||||
<p><strong>Geodata:</strong>
|
||||
If you want JEM to display a map in the Frontend, then check the 'add a map link' checkbox. <br />
|
||||
In order to find the venue on the map you have 2 options:
|
||||
</p>
|
||||
<ol>
|
||||
<li>
|
||||
When you <u>have already entered the address details</u> on the left, just hit the [Find by Venue Data] button. JEM will
|
||||
find the venue for you and display a map. If nessecary, move the pointer to the exact location. Then, store
|
||||
the longitude / latitude details by hiting the [Copy coordinates] button on the bottom of the screen.
|
||||
The longitude / latitude coordinates are now copied to the left. Next, hit the Save button to store the Venue.
|
||||
</li>
|
||||
<li>
|
||||
When you have <u>not yet entered the address details</u> on the left you can also find all data in the Geodata field on the right.
|
||||
Just type the address, or even enter the name of the venue. Google will find it's details for you. If necssarary, move the pointer
|
||||
to the exact location. Then, store the Venue name, address and longitude / latitude details by hiting either the [Copy all Data]
|
||||
or [Copy address] or [Copy Venue] button on the bottom of the screen.
|
||||
The desired data are now copied to the left. Next, hit the Save button to store the Venue.
|
||||
</li>
|
||||
</ol>
|
||||
</body>
|
||||
</html>
|
||||
36
administrator/components/com_jem/help/en-GB/export.html
Normal file
@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><span>19</span>Export Data</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Export Data</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-tableexport.png" alt="" class="left" />
|
||||
Here you can export data from JEM tables in CSV (Comma Separated Values) format.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Export Data</strong></p>
|
||||
|
||||
<h3>Export Options:</h3>
|
||||
|
||||
<p><strong>Export Events:</strong>
|
||||
With this button you can export all Events in a CSV-formatted file (events.csv).</p>
|
||||
<p><strong>Export Categories:</strong>
|
||||
With this button you can export all Categories in a CSV-formatted file (categories.csv).</p>
|
||||
<p><strong>Export Venues:</strong>
|
||||
With this button you can export all Venues in a CSV-formatted file (venues.csv).</p>
|
||||
<p><strong>Export Cat_Events:</strong>
|
||||
With this button you can export all Cat_Events in a CSV-formatted file (cat_events.csv).</p>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,42 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<title>Contribute</title>
|
||||
<link href="../../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Contribute</h1>
|
||||
|
||||
<p>If you like JEM and you want to help out, you have a lot of options to do so:</p>
|
||||
|
||||
<table class="help">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://app.transifex.com/jemproject/" target="_blank">Translate</a></td>
|
||||
<td>Translate JEM in your own language. We use Transifex as a translation platform.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://www.joomlaeventmanager.net/forum" target="_blank">Forum</a></td>
|
||||
<td>Say thanks, report bugs, suggest new ideas and help others in the forum.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/jemproject/JEM-Project/issues" target="_blank">Bugtracker</a></td>
|
||||
<td>Report bugs and suggest solutions if you have experience with bugtrackers. If you're not that technical, feel free to report bugs in the forum.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Contribute</td>
|
||||
<td>You have skills in PHP, HTML, CSS and MySQL and you wish to contribute? Check <a href="https://www.joomlaeventmanager.net" target="_blank">the website</a> how you can help</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://www.joomlaeventmanager.net/project/donate" target="_blank">Donate</a></td>
|
||||
<td>If you just like JEM and want to help us keeping the community alive, consider a donation. However small, we're always happy!.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,193 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<title>Credits</title>
|
||||
<link href="../../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Credits</h1>
|
||||
|
||||
<p>
|
||||
We thank everyone who makes JEM possible.<br />
|
||||
These are old and new developers and contributors and currently especially the people who made JEM 4 for Joomla 4 possible.</p>
|
||||
<p>We thank for the financial contributions in fundraising for JEM 4, namely Edgar Schmakeit, Thomas Wehrli and Michael Anderau for donations of € 250 and more.</p>
|
||||
|
||||
<h3>JEM Developers</h3>
|
||||
|
||||
<table class="help">
|
||||
<tr>
|
||||
<th>Forum Nick</th>
|
||||
<th>Name</th>
|
||||
<th>Website</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bluefox</td>
|
||||
<td>Jaap Koelman</td>
|
||||
<td>www.joomlaeventmanager.net</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Diesl</td>
|
||||
<td>Florian Felgenhauer</td>
|
||||
<td>www.joomlaeventmanager.net</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jojo12</td>
|
||||
<td>Jojo Murer</td>
|
||||
<td>www.joomlaeventmanager.net</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>McKillo</td>
|
||||
<td>Marcos Salvatierra</td>
|
||||
<td>www.joomlaeventmanager.net</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Hekla</td>
|
||||
<td>Michael Anderau</td>
|
||||
<td>www.joomlaeventmanager.net</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<h3>Former Eventlist Developers</h3>
|
||||
|
||||
<table class="help">
|
||||
<tr>
|
||||
<th>Forum Nick</th>
|
||||
<th>Name</th>
|
||||
<th>Website</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>schlu</td>
|
||||
<td>Christoph Lukes</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>destructionman</td>
|
||||
<td>Sascha Karnatz</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>spook.68</td>
|
||||
<td>Axel Wehner</td>
|
||||
<td><a href="https://www.68media.de" target="_blank">68media.de</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>qivva</td>
|
||||
<td>Toni Smillie</td>
|
||||
<td><a href="https://www.qivva.com" target="_blank">qivva.com</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>JulienV</td>
|
||||
<td>Julien Vonthron</td>
|
||||
<td><a href="https://www.jlv-solutions.com" target="_blank">jlv-solutions.com</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>efduggan</td>
|
||||
<td>Edmond Duggan</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<h3>Former English and testers (Eventlist)</h3>
|
||||
|
||||
<p>
|
||||
Thank you goes to the persons in the following list. They always had an eye on the English language file
|
||||
and invested much time into proof reading of the English help files. They tested and gave
|
||||
feedback during the development time of Eventlist to affect one of the most important phases
|
||||
around Design decisions. We know that this work is not the most grateful, but surely one of the
|
||||
most important. All the more we appreciate this work and assistance.
|
||||
</p>
|
||||
|
||||
<table class="help">
|
||||
<tr>
|
||||
<th>Forum Nick</th>
|
||||
<th>Name</th>
|
||||
<th>Website</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>scubaguy</td>
|
||||
<td>Michael Spredemann</td>
|
||||
<td><a href="https://www.yourtribe.com" target="_blank">Your Tribe</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>nhudell</td>
|
||||
<td>Nicholas Hudson-Ellis</td>
|
||||
<td><a href="https://crawl.net.au" target="_blank">crawl.net.au</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>scotia</td>
|
||||
<td>John McIntosh</td>
|
||||
<td><a href="https://www.scotiaweb.ca/" target="_blank">scotiaweb.ca</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<h3>Translations</h3>
|
||||
|
||||
<p>
|
||||
From its origins in German and English, EventList became more and more international. Today, JEM is available in many different languages.
|
||||
A lot of users have worked very hard to translate the software into many different languages. <br />
|
||||
Have a look at the available translations in the <a href="https://joomlaeventmanager.net/download" target="_blank">download section</a> on the website here.
|
||||
</p>
|
||||
|
||||
|
||||
<h3>Used 3rd party scripts and images</h3>
|
||||
|
||||
<p>
|
||||
JEM uses many wonderful open source and free software and graphics available on the internet.
|
||||
Here is what we gratefully use.
|
||||
</p>
|
||||
|
||||
<table class="help">
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Used product</th>
|
||||
<th>Website</th>
|
||||
<th>License</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Marc James</td>
|
||||
<td>Silk Icons </td>
|
||||
<td>see on <a href="https://github.com/legacy-icons/famfamfam-silk" target="_blank">github.com</a></td>
|
||||
<td><a href="https://creativecommons.org/licenses/by/2.5/" target="_blank">CCA 2.5 License</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Alexandre Moore</td>
|
||||
<td>NuoveXT - KDE Icon Theme</td>
|
||||
<td><a href="https://sa-ki.deviantart.com" target="_blank">sa-ki.deviantart.com</a></td>
|
||||
<td><a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html" target="_blank">GNU GPL</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Kjell-Inge Gustafsson kigkonsult</td>
|
||||
<td>iCalcreator v2.20</td>
|
||||
<td><a href="https://kigkonsult.se/iCalcreator/index.php" target="_blank">kigkonsult.se</a></td>
|
||||
<td><a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" target="_blank">GNU LGPL</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Stefan Gabos</td>
|
||||
<td>Zebra_Image</td>
|
||||
<td><a href="https://github.com/stefangabos/" target="_blank">stefangabos.ro</a></td>
|
||||
<td><a href="https://www.gnu.org/licenses/lgpl-3.0.txt" target="_blank">GNU LGPL</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Giorgos Tsiledakis</td>
|
||||
<td>Active Calendar</td>
|
||||
<td>see on <a href="https://github.com/joechrysler/calendar/tree/master/Examples/activecalendar/" target="_blank">github.com</a></td>
|
||||
<td><a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" target="_blank">GNU LGPL</a></td>
|
||||
<tr>
|
||||
<td>Iconaholic</td>
|
||||
<td>iCandy Junior Toolbar Icons</td>
|
||||
<td><a href="https://www.iconaholic.com" target="_blank">Iconaholic.com</a></td>
|
||||
<td>Freeware, non-commercial</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Martin Kleppe</td>
|
||||
<td>Geocomplete - jQuery Geocoding and Places Autocomplete Plugin</td>
|
||||
<td><a href="https://ubilabs.github.io/geocomplete/" target="_blank">ubilabs.github.io/geocomplete//</a></td>
|
||||
<td><a href="https://github.com/ubilabs/geocomplete/blob/master/MIT-LICENSE.txt" target="_blank">MIT License</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<title>Get Help</title>
|
||||
<link href="../../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Get Help</h1>
|
||||
|
||||
<p>If you need more help than you find here, you may try the following links:</p>
|
||||
|
||||
<table class="help">
|
||||
<tr>
|
||||
<th>Resource</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td><a href="https://www.joomlaeventmanager.net/forum" target="_blank">Forum</a></td>
|
||||
<td>Meet us here and search for answers. A lot of JEM users are happy to help</td>
|
||||
</tr>
|
||||
<tr class="row0">
|
||||
<td><a href="https://www.joomlaeventmanager.net/forum" target="_blank">Forum</a></td>
|
||||
<td>Meet us here and search for answers. A lot of JEM users are happy to help</td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td><a href="https://www.joomlaeventmanager.net/download" target="_blank">Downloads</a></td>
|
||||
<td>If you need a new version or some additions</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,42 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<title>Give Help</title>
|
||||
<link href="../../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Give Help</h1>
|
||||
|
||||
<p>If you like JEM and you want to help out, you have a lot of options to do so:</p>
|
||||
|
||||
<table class="help">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr class="row0">
|
||||
<td><a href="https://www.transifex.com/projects/p/JEM/" target="_blank">Translate</a></td>
|
||||
<td>Translate JEM in your own language. We use Transifex as a translation platform.</td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td><a href="https://www.joomlaeventmanager.net/forum" target="_blank">Forum</a></td>
|
||||
<td>Say thanks, report bugs, suggest new ideas and help others in the forum.</td>
|
||||
</tr>
|
||||
<tr class="row0">
|
||||
<td><a href="https://github.com/jemproject/JEM-Project/issues" target="_blank">Bugtracker</a></td>
|
||||
<td>Report bugs and suggest solutions if you have experience with bugtrackers. If you're not that technical, feel free to report bugs in the forum.</td>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td>Contribute</td>
|
||||
<td>You have skills in PHP, HTML, CSS and MySQL and you wish to contribute? Check <a href="http://www.joomlaeventmanager.net" target="_blank">the website</a> how you can help</td>
|
||||
</tr>
|
||||
<tr class="row0">
|
||||
<td><a href="https://www.joomlaeventmanager.net/project/donate" target="_blank">Donate</a></td>
|
||||
<td>If you just like JEM and want to help us keeping the community alive, consider a donation. However small, we're always happy!.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><title></title>
|
||||
173
administrator/components/com_jem/help/en-GB/home.html
Normal file
@ -0,0 +1,173 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><span>02</span>Control Panel</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Main menu</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-home.png" alt="" class="left" />
|
||||
The Control Panel of JEM.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong></p>
|
||||
The Control Panel offers the following direct link icons:
|
||||
|
||||
<h3>Events</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-events.png" alt="" class="left" />
|
||||
Takes you to the events list view. You can manage your event items from this screen. Here you may view a listing of all events.
|
||||
You can delete, edit or add events using this screen.
|
||||
You can also publish or unpublish events and manage users who have registered to it.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Add Event</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-eventedit.png" alt="" class="left" />
|
||||
Takes you directly to the Add Event screen, where you can add a new event.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Venues</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-venues.png" alt="" class="left" />
|
||||
Takes you to the venues list view. You can manage your venue items from this screen. Here you may view a listing of all venue.
|
||||
You can delete, edit or add venues using this screen. Also you can publish or unpublish venues.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Add Venue</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-venuesedit.png" alt="" class="left" />
|
||||
Takes you directly to the Add Venue screen, where you can add a new venue.</p>
|
||||
<div style="clear:both;"></div>
|
||||
</div>
|
||||
|
||||
<h3>Categories</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-categories.png" alt="" class="left" />
|
||||
Takes you to the categories list view. You can manage your category items from this screen. Here you may view a listing of all categories.
|
||||
You can delete, edit or add categories using this screen. Also you can publish or unpublish categories.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Add Category</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-categoriesedit.png" alt="" class="left" />
|
||||
Takes you directly to the Add Category screen, where you can add a new category.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Groups</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-groups.png" alt="" class="left" />
|
||||
Takes you to the groups list view. You can manage your groups from this screen. You can delete, edit or add groups using
|
||||
this screen. Create a group when you want to restrict the possibility to submit events to a category only for selected members.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Add Group</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-groupedit.png" alt="" class="left" />
|
||||
Takes you directly to the Add Group screen, where you can add a new group.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Manage Plugins</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-plugins.png" alt="" class="left" />
|
||||
Takes you to the plugins screen. JEM plugins are handled as standard Joomla plugins, so clicking this ico will take you
|
||||
to the Joomla plugins screen where you will see all currently installed JEM plugins.
|
||||
When you have installed the JEM package, the following plugins have also been installed:</p>
|
||||
<div class="clear"> </div>
|
||||
<ul>
|
||||
<li>Search Plugin</li>
|
||||
<li>Finder Plugin (smart search)</li>
|
||||
<li>Mailer Plugin, to make the settings on which events JEM should send emails</li>
|
||||
<li>Comments Plugin, integration with JComments</li>
|
||||
<li>Content Plugin, which does the JEM magic behind the screen and shouldn't be unpublished.</li>
|
||||
</ul>
|
||||
<p> Remember that in order to use the plugins they need to be published!</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Settings</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-settings.png" alt="" class="left" />
|
||||
This is the heart of the JEM component. Here you have to decide which features you want to offer and how JEM
|
||||
should behave.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Housekeeping</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-housekeeping.png" alt="" class="left" />
|
||||
This screen offers a set of tools to keep your database clean from unused data and images, and to
|
||||
trigger the Autoarchive function.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Load sampledata</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-sampledata.png" alt="" class="left" />
|
||||
Clicking this Icon installs the sample date distributed with the JEM package. This set of sample data can only be installed
|
||||
as long as no other data (e.g. venues, events, categoeries, groups) has been entered in the database!</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Update check</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-update.png" alt="" class="left" />
|
||||
With this button JEM automatically checks if you are using the most recent version of JEM.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Import Data</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-tableimport.png" alt="" class="left" />
|
||||
Here you can import data into JEM tables.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Export Data</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-tableexport.png" alt="" class="left" />
|
||||
Here you can export data from JEM tables in CSV (Comma Separated Values) format.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>CSS Manager</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-cssedit.png" alt="" class="left" />
|
||||
Here you can modify the CSS files of the various views of JEM directly in the backend.
|
||||
Clinking a link on the right will take you to the edit screen.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Help</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-help.png" alt="" class="left" />
|
||||
Opens the Help pages for JEM.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Toolbar</h3>
|
||||
|
||||
|
||||
<p><strong>Options:</strong>
|
||||
Opens the Joomla Permissions screen for the JEM component. For more info about Permissions,
|
||||
please refer to the ACL section of the <a href="intro.html">Introduction Screen</a> of these Help files.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
191
administrator/components/com_jem/help/en-GB/home2.html
Normal file
@ -0,0 +1,191 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_GB" xml:lang="en_GB">
|
||||
<head>
|
||||
<title>Control Panel</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Main menu</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-home.png" alt="" class="left" />
|
||||
The Control Panel of JEM.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong></p>
|
||||
The Control Panel offers the following direct link icons:
|
||||
|
||||
<h3>Events</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-events.png" alt="" class="left" />
|
||||
Takes you to the events list view. You can manage your event items from this screen. Here you may view a listing of all events.
|
||||
You can delete, edit or add events using this screen.
|
||||
You can also publish or unpublish events and manage users who have registered to it.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Add Event</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-eventedit.png" alt="" class="left" />
|
||||
Takes you directly to the Add Event screen, where you can add a new event.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Venues</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-venues.png" alt="" class="left" />
|
||||
Takes you to the venues list view. You can manage your venue items from this screen. Here you may view a listing of all venue.
|
||||
You can delete, edit or add venues using this screen. Also you can publish or unpublish venues.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Add Venue</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-venuesedit.png" alt="" class="left" />
|
||||
Takes you directly to the Add Venue screen, where you can add a new venue.</p>
|
||||
<div style="clear:both;"></div>
|
||||
</div>
|
||||
|
||||
<h3>Categories</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-categories.png" alt="" class="left" />
|
||||
Takes you to the categories list view. You can manage your category items from this screen. Here you may view a listing of all categories.
|
||||
You can delete, edit or add categories using this screen. Also you can publish or unpublish categories.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Add Category</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-categoriesedit.png" alt="" class="left" />
|
||||
Takes you directly to the Add Category screen, where you can add a new category.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Groups</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-groups.png" alt="" class="left" />
|
||||
Takes you to the groups list view. You can manage your groups from this screen. You can delete, edit or add groups using
|
||||
this screen. Create a group when you want to restrict the possibility to submit events to a category only for selected members.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Add Group</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-groupedit.png" alt="" class="left" />
|
||||
Takes you directly to the Add Group screen, where you can add a new group.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Manage Plugins</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-plugins.png" alt="" class="left" />
|
||||
Takes you to the plugins screen. JEM plugins are handled as standard Joomla plugins, so clicking this ico will take you
|
||||
to the Joomla plugins screen where you will see all currently installed JEM plugins.
|
||||
When you have installed the JEM package, the following plugins have also been installed:
|
||||
<ul>
|
||||
<li>Search Plugin</li>
|
||||
<li>Finder Plugin (smart search)</li>
|
||||
<li>Mailer Plugin, to make the settings on which events JEM should send emails</li>
|
||||
<li>Comments Plugin, integration with JComments</li>
|
||||
<li>Content Plugin, which does the JEM magic behind the screen and shouldn't be unpublished.</li>
|
||||
</ul>
|
||||
Remember that in order to use the plugins they need to be published!</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Settings</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-settings.png" alt="" class="left" />
|
||||
This is the heart of the JEM component. Here you have to decide which features you want to offer and how JEM
|
||||
should behave.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Housekeeping</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-housekeeping.png" alt="" class="left" />
|
||||
This screen offers a set of tools to keep your database clean from unused data and images, and to
|
||||
trigger the Autoarchive function.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Load sampledata</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-sampledata.png" alt="" class="left" />
|
||||
Clicking this Icon installs the sample date distributed with the JEM package. This set of sample data can only be installed
|
||||
as long as no other data (e.g. venues, events, categoeries, groups) has been entered in the database!</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Update check</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-update.png" alt="" class="left" />
|
||||
With this button JEM automatically checks if you are using the most recent version of JEM.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Import Data</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-tableimport.png" alt="" class="left" />
|
||||
Here you can import data into JEM tables.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<h3>Export Data</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-tableexport.png" alt="" class="left" />
|
||||
Here you can export data from JEM tables in CSV (Comma Separated Values) format.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>CSS Manager</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-cssedit.png" alt="" class="left" />
|
||||
Here you can modify the CSS files of the various views of JEM directly in the backend.
|
||||
Clinking a link on the right will take you to the edit screen.</p>
|
||||
<div class="clear">
|
||||
</div>
|
||||
|
||||
<h3>Help</h3>
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-help.png" alt="" class="left" />
|
||||
Opens the Help pages for JEM.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p>
|
||||
<div class="toolbar-list">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="icon-32-options"> </span>
|
||||
Options
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-help"> </span>
|
||||
Help
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
<p><strong>Options:</strong>
|
||||
Opens the Joomla Permissions screen for the JEM component. For more info about Permissions,
|
||||
please refer to the ACL section of the <a href="intro.html">Introduction Screen</a> of these Help files.</p>
|
||||
<p><strong>Help:</strong>
|
||||
Opens this Help screen.</p>
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Close window</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
108
administrator/components/com_jem/help/en-GB/housekeeping.html
Normal file
@ -0,0 +1,108 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><span>17</span>Housekeeping</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Housekeeping</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-housekeeping.png" alt="" class="left" />
|
||||
This screen offers a set of tools to keep your database clean from unused data and images, and to
|
||||
trigger the Autoarchive function.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="hintheader">Tip</p>
|
||||
<p class="hint">Remove unnecessary images regularly.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Housekeeping</strong></p>
|
||||
|
||||
|
||||
<h3>User Access Level</h3>
|
||||
|
||||
<p><img src="../images/super_administrator.gif" alt="Super Administrator" /> Super Administrator</p>
|
||||
|
||||
|
||||
<h3>Main area</h3>
|
||||
|
||||
<p>
|
||||
<img src="../../../../../media/com_jem/images/icon-48-cleaneventimg.png" alt="" align="left" />
|
||||
<strong>Cleanup Event Image:</strong>
|
||||
Here you can clean up the images in your database with a simple click of the icon.
|
||||
This action extracts all used images from the database and then compares the result with all available images.
|
||||
Images which are not used are deleted immediately. Note that this feature should
|
||||
be used only if the JEM images are not used elsewhere (such as content items in other articles).
|
||||
If you are using your JEM images in other areas, you can also use the Joomla! Media Manager or the JEM
|
||||
image selection to selectively delete individual images.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<img src="../../../../../media/com_jem/images/icon-48-cleancategoryimg.png" alt="" align="left" />
|
||||
<strong>Cleanup Category Images:</strong>
|
||||
Here you can clean up unused Category images in your database with a simple click of the icon.
|
||||
This action extracts all used images from the database and then compares the result with all available images.
|
||||
Images which are not used are deleted immediately. Note that this feature should
|
||||
be used only if the JEM images are not used elsewhere (such as content items in other articles).
|
||||
If you are using your JEM images in other areas, you can also use the Joomla! Media Manager or the JEM
|
||||
image selection to selectively delete individual images.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<img src="../../../../../media/com_jem/images/icon-48-cleancategoryimg.png" alt="" align="left" />
|
||||
<strong>Delete Zombie Cat/Event references:</strong>
|
||||
Deletes all useless (zombie) Category-Event References: Deletes all relations from Events to Categories that do not exits in the Category table anymore.
|
||||
These references are useless because they do not refer to an existing Category.
|
||||
Also zombie relations from Categories to Events that do not exist anymore are deleted.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<img src="../../../../../media/com_jem/images/icon-48-cleanvenueimg.png" alt="" align="left" />
|
||||
<strong>Cleanup Venue Images:</strong>
|
||||
Here you can clean up the unused Venue images in your database with a simple click of the icon.
|
||||
This action extracts all used images from the database and then compares the result with all available images.
|
||||
Images which are not used are deleted immediately. Note that this feature should
|
||||
be used only if the JEM images are not used elsewhere (such as content items in other articles).
|
||||
If you are using your JEM images in other areas, you can also use the Joomla! Media Manager or the JEM
|
||||
image selection to selectively delete individual images.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<img src="../../../../../media/com_jem/images/icon-48-archive.png" alt="" align="left" />
|
||||
<strong>Trigger Autoarchive:</strong>
|
||||
Normally the Auto-archive function is triggered when the date changes to a new day <strong>and</strong> a Frontend
|
||||
visitor visits a JEM view.<br />
|
||||
The Auto-archive function performs 2 actions:<br />
|
||||
1. The past events are archived or deleted, according what rule is set in Settings → Basis Settings → Event handling.
|
||||
2. The recurring events are auto-created if a new instance of the recurring event fits in the 'anticipation window' <strong>and</strong>
|
||||
the 'By the end of' date in the event has not yet expired. JEM calculates if it needs to auto-create a new event by <strong>first</strong>
|
||||
looking at the Settings → Global Parameters → Advanced Parameters: Generate events up to (days).
|
||||
The number of days here is the default 'anticipation window': The amount of days JEM looks ahead for creating
|
||||
new recurring events automatically. <br />
|
||||
As a second step, JEM looks if a 'By the end of' date is set in the event (under 'Repeating Events').
|
||||
If this end date is before the anticipation window, less events will be created. If it is after the anticipation window,
|
||||
the anticipation window is leading.
|
||||
|
||||
You can perform these 2 actions here by hitting the 'Trigger Autoarchive" button.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<img src="../../../../../media/com_jem/images/icon-48-truncatealldata.png" alt="" align="left" />
|
||||
<strong>Delete all JEM data:</strong>
|
||||
Deletes <strong>all</strong> JEM data in the Database, including events, venues, categories etc. You can use this
|
||||
feature for instance when you have installed the sample data at installation to test JEM before
|
||||
using it, or when you have entered your own data to get acquainted to the system first, before actually using it.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
69
administrator/components/com_jem/help/en-GB/import.html
Normal file
@ -0,0 +1,69 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><span>18</span>Import Data</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Import Data</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-tableimport.png" alt="" class="left" />
|
||||
Here you can import data into JEM tables.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="hintheader">Tip</p>
|
||||
<p class="hint">First make an export of the desired table in JEM (using the 'Export Data' function in the Main menu).
|
||||
Then use this table layout as a reference by opening the exported CSV in a spreadsheet program.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Import Data</strong></p>
|
||||
|
||||
<h2>Eventlist-Import</h2>
|
||||
|
||||
<p><strong>Eventlist-Import:</strong>
|
||||
The JEM Component will self-discover which version of Eventlist (1.0.1, 1.0.2 or 1.1) is installed on your system.</p>
|
||||
|
||||
|
||||
<h2>CSV-Import</h2>
|
||||
|
||||
<p><strong>CSV-Import:</strong>
|
||||
Choose this tab, to import CSV files.</p>
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Attention</p>
|
||||
<p class="attention"> The order in which you import data in JEM is relevant for its correct working.
|
||||
Advised and tested is: First Venues, then Categories, then Events and then last Cat_Events.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Import Options:</h3>
|
||||
|
||||
<p><strong>Choose CSV file:</strong>
|
||||
Click the file button to choose a local file to import.</p>
|
||||
<p><strong> Replace if ID exists (otherwise create):</strong>
|
||||
Choose yes if you want to overwrite events with already existing IDs want. When no, every event is recreated with a new ID.</p>
|
||||
<p><strong>Import Events:</strong>
|
||||
With this button you can import Events from a CSV-formatted file.
|
||||
Please make sure you have prepared the file according the JEM file format (see info under 'Export Data').</p>
|
||||
<p><strong>Import Categories:</strong>
|
||||
With this button you can import Categories from a CSV-formatted file.
|
||||
Please make sure you have prepared the file according the JEM file format (see info under 'Export Data').</p>
|
||||
<p><strong>Import Venues:</strong>
|
||||
With this button you can import Venues from a CSV-formatted file.
|
||||
Please make sure you have prepared the file according the JEM file format (see info under 'Export Data').</p>
|
||||
<p><strong>Import Cat_Events:</strong>
|
||||
With this button you can import Cat_Events from a CSV-formatted file.
|
||||
Please make sure you have prepared the file according the JEM file format (see info under 'Export Data').</p>
|
||||
</body>
|
||||
</html>
|
||||
1
administrator/components/com_jem/help/en-GB/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><title></title>
|
||||
180
administrator/components/com_jem/help/en-GB/intro.html
Normal file
@ -0,0 +1,180 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><span>01</span>Introduction</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>JEM 4.x Help</h1>
|
||||
|
||||
<h2>Welcome</h2>
|
||||
|
||||
<p>Welcome to the stable version of JEM 4 for Joomla 4.<br/>
|
||||
JEM 4 runs under Joomla 4.x and php 8.</p>
|
||||
<p>
|
||||
<p>
|
||||
For sites with Joomla 3.x please use JEM 2.3.5 or 2.3.6
|
||||
And please note that we can't intensively test each JEM release with all the old Joomla versions. We focuse on the latest Joomla versions.</p>
|
||||
|
||||
<h3>Short History</h3>
|
||||
<p>
|
||||
JEM is a fork of Eventlist, one of the most popular non-commercial Event Management components for Joomla. <br/>
|
||||
Since then JEM has continuously been evolved and combines today the functionality of Eventlist together with many code improvements and tweaks and hacks that have been contributed by the community over the last years.
|
||||
</p>
|
||||
|
||||
<p>Together with the JEM component, the following modules and plugins have been installed by the JEM package:</p>
|
||||
|
||||
<ul>
|
||||
<li>JEM Basic Module</li>
|
||||
<li>Wide Module</li>
|
||||
<li>Calendar Module – for date navigation, using Ajax if possible</li>
|
||||
<li>Teaser Module – to display upcoming events</li>
|
||||
<li>Banner Module – another module to display upcoming events</li>
|
||||
<li>Jubilee Module, to display past events past that happened on today's date, so that are now in a jubilee. (like "One year ago on April 20...:") </li>
|
||||
<li>Search Plugin</li>
|
||||
<li>Finder Plugin (Smart Search)</li>
|
||||
<li>List Events Plugin (to integrate JEM event in other content like Artikels, Modiules etc)</li>
|
||||
<li>Mailer Plugin, to make the settings on which modifications JEM should send emails</li>
|
||||
<li>Content Plugin, to display (lists of) events within articles or other content</li>
|
||||
</ul>
|
||||
|
||||
<p>As separate install files you could additionally download and install:</p>
|
||||
|
||||
<ul>
|
||||
<li>JEM Quickicon Plugin (to launch JEM in one click from the backend dashboard)</li>
|
||||
<li>CB_Myattending plugin - Shows events where the user is attending in a Community Builder profile. Needs to be installed with special CB plugin manager inside of Community Builder (must be installed using CB's installer)</li>
|
||||
<li>CB_Myevents plugin - Shows events that were created by the user in a Community builder profile. Needs to be installed with special CB plugin manager inside of Community Builder (must be installed using CB's installer)</li>
|
||||
<li>...and a lot of languages - with many thanks to all the translators around the world!</li>
|
||||
</ul>
|
||||
|
||||
<p>The Comments Plugin, for integration with JComments is not needed anymore, since JComments now works without plugin</p>
|
||||
|
||||
<p>
|
||||
If you want to use any of these modules and plugins,
|
||||
please do not forget to publish them in the module manager and the plugin manager.
|
||||
</p>
|
||||
|
||||
<p>We hope you like this new version of JEM for Joomla 4!</p>
|
||||
|
||||
<p>The JEM Development Team, July 2023</p>
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Attention</p>
|
||||
<p class="attention">Read this introduction carefully! If you still have questions click on the Help button and read the screens. If you need additional help and information have a look at the "Get Help" screen on top of the Help center.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h2><strong>Introduction</strong></h2>
|
||||
|
||||
<p>
|
||||
JEM is an Event Management Component for Joomla.
|
||||
It's not a calendar but an easy way to manage and present your events for your group, company or community.
|
||||
JEM offers a lot of features and possibilities which make your work easier, like the Venue database, Event recurrence,
|
||||
Venue geotagging and much more.
|
||||
But also for your site visitors JEM has some additional features to offer,
|
||||
like a simple registration system, map service links, or the submission/edit of events and venues from the site Frontend.
|
||||
</p>
|
||||
|
||||
|
||||
<h2><strong>Quickstart guide</strong></h2>
|
||||
|
||||
<p>After the successful installation of JEM you need to take at least 3 steps.</p>
|
||||
|
||||
|
||||
<p><strong>The first step</strong> is to configure the settings you need in the JEM configuration. Set the format of the date and
|
||||
time, enable image thumbnail creation and set the layout of the table columns. <br/>
|
||||
Optionally you can integrate the <a href="https://www.joomlapolis.com" target="_blank">community builder</a> enhanced
|
||||
user profile component in the settings. <br/>
|
||||
Most of the settings are self explanatory. If not, move your mouse pointer
|
||||
over the text to get more detailed information or click on the help icon in the toolbar.</p>
|
||||
|
||||
|
||||
<p><strong>The second step</strong> is to create the categories. Every event you create must be assigned to a category. For example,
|
||||
if you have a music site you could use Rock, Rap, Dance, Electronic, etc.
|
||||
For each category you can set access permission levels. All events assigned to this category will only be visible
|
||||
for the group you have given access to.</p>
|
||||
|
||||
<p><strong>The third step</strong> is to create the menu item(s) in the Joomla! menu manager. JEM offers many different menu views:</p>
|
||||
|
||||
<ul>
|
||||
<li>A Calendar View</li>
|
||||
<li>A Category Listing (optonally detailed)</li>
|
||||
<li>A Category Calendar</li>
|
||||
<li>A Single Category Listing</li>
|
||||
<li>A Listing of the Current Day</li>
|
||||
<li>An Event Submission Form</li>
|
||||
<li>A Venue Submission Form</li>
|
||||
<li>A Single Event View</li>
|
||||
<li>A Simple List of Events</li>
|
||||
<li>A List of Event Registrations</li>
|
||||
<li>My Attendances</li>
|
||||
<li>My Events</li>
|
||||
<li>My Venues</li>
|
||||
<li>A Search Form</li>
|
||||
<li>A Venue Calendar</li>
|
||||
<li>A Single Venue</li>
|
||||
<li>A Venues Listing</li>
|
||||
<li>A Week Calendar</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
If you have taken these steps you are ready to input your events.
|
||||
If you want to assign your events to venues you first have to create the venue information.
|
||||
</p>
|
||||
|
||||
<h2><strong>ACL - Access Control List</strong></h2>
|
||||
<p> Some special attention is required for ACL. If you want to use it, you need to know that Joomla ACL is partially integrated in version 2.x of JEM.
|
||||
At this moment ACL works on Categories and Events, not yet on Venues.</p>
|
||||
|
||||
<p> Viewing rights are set in Joomla under:
|
||||
<strong>Users</strong> → <strong>Access Levels</strong> → <strong>Viewing Access Levels</strong></p>
|
||||
|
||||
<p> Edit rights are set in JEM under:
|
||||
<strong>Control Panel</strong> → <strong>Options (icon)</strong> → <strong>Permissions</strong></p>
|
||||
Here you can set global permissions per user group.
|
||||
So for example if you only want publisher to create/edit stuff you can:
|
||||
<ul>
|
||||
<li>create user</li>
|
||||
<li>assign that user only to the group "publisher"</li>
|
||||
<li>create access-view level in the back called "publisher"</li>
|
||||
<li>click the config button (jem main view), set rights for publisher</li>
|
||||
</ul>
|
||||
|
||||
<p> Now you can create a menu-link to submit-event and set access to publisher. But when viewing the eventslist the
|
||||
user will see the submitbutton and when viewing an event he can edit it.
|
||||
Be aware that someone with the access/edit rights will see all the categories! <br/>
|
||||
|
||||
Further restricted access is organised via JEM Groups. Here you can specify an unlimited number of groups that contain users.
|
||||
If a group is assigned to a Category also the specified users in the group have write access to that category.
|
||||
With this you could allow registered users not havong general author permission to create events in a specific category.
|
||||
</p>
|
||||
|
||||
<p> In Events there are 2 ACL settings: The first one is an indirect one. Via the category (or categories) to which an event belongs,
|
||||
edit access can be restricted to the users in the JEM group that is linked to the Category. Also the read access level of cateories is respected.
|
||||
The second ACL setting is the read access. This is derived from the category/ies access level but can also be set using Access field of the event.
|
||||
Please note that a user needs view access level of event AND one of the categories event is assigned to to see and edit event. Edit permission is not enough.
|
||||
</p>
|
||||
|
||||
<p> Please note that general permissions for Joomla default groups like Author, Editor, Publisher will automatically
|
||||
give those users such permissions on JEM items too.
|
||||
If you need to give users different permissions for e.g. events or articles you should create new user groups and
|
||||
give permissions for the relevant component, e.g. different groups Event Authors and Article Authors.
|
||||
Denying permissions may give surprising results and is not recommended.
|
||||
</p>
|
||||
|
||||
<h2></h2>
|
||||
<p><strong>If you like JEM and find it useful, please consider a donation to cover for the hosting expenses of the community.</strong></p>
|
||||
|
||||
|
||||
<h2>Notes</h2>
|
||||
|
||||
<ul>
|
||||
<li>JEM is released under the terms and conditions of the <a
|
||||
href="https://www.gnu.org/licenses/gpl-3.0" target="_blank"><strong>GNU GPL license</strong></a></li>
|
||||
<li>This software is produced by our community of volunteers at our best effort, and distributed with the hope to be useful but
|
||||
<strong>WITHOUT ANY WARRANTY!</strong> You use JEM at your <strong>OWN</strong> risk</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
161
administrator/components/com_jem/help/en-GB/intro2.html
Normal file
@ -0,0 +1,161 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_GB" xml:lang="en_GB">
|
||||
<head>
|
||||
<title>Introduction</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>JEM 2.x Help</h1>
|
||||
|
||||
<h2><strong>Welcome</strong></h2>
|
||||
|
||||
<p>Welcome to the stable version of JEM 2.1 for Joomla 2.5 and 3.3.</p>
|
||||
|
||||
<p>
|
||||
This software is a fork of Eventlist, one of the most popular non-commercial Event Management components for Joomla. <br/>
|
||||
This first public release of JEM combines the functionality of Eventlist 1.0.1, 1.0.2 and 1.1,
|
||||
together with many code improvements and tweaks and hacks that have been contributed by the community over the last years.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
With JEM 2.1 you get a version supporting both Joomla 2.5 (2.5.24 or newer) and Joomla 3.3 (3.3.3 or newer).
|
||||
Also Joomla 3.2.7 or newer is supported for sites where Joomla 3.3 can't be used caused by an old PHP version.
|
||||
The main difference between JEM 2.0 and 2.1 series is additional support for Joomla 3.
|
||||
So you can simply update from JEM 2.0.x to 2.1.x. We suggest to do so before upgrading to Joomla 3.3.
|
||||
</p>
|
||||
|
||||
<p>Together with the JEM component, the following modules and plugins have been installed:</p>
|
||||
|
||||
<ul>
|
||||
<li>JEM Module, (upcoming events basic module)</li>
|
||||
<li>JEM Wide Module, (upcoming events Wide module)</li>
|
||||
<li>Calendar Module, for date navigation</li>
|
||||
<li>Teaser Module, to display upcoming events</li>
|
||||
<li>Search Plugin</li>
|
||||
<li>Finder Plugin (smart search)</li>
|
||||
<li>Mailer Plugin, to make the settings on which events JEM should send emails</li>
|
||||
<li>Comments Plugin, integration with JomComments, JComments, JXtended Comments</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
If you want to use any of these modules and plugins,
|
||||
please do not forget to publish them in the module manager and the plugin manager.
|
||||
</p>
|
||||
|
||||
<p>We hope you like this new version of JEM for Joomla 2.5 and 3.3!</p>
|
||||
|
||||
<p>The JEM Development Team, December 2014</p>
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Attention</p>
|
||||
<p class="attention">Read this introduction carefully! If you still have questions click on the Help button and read the screens. If you need additional help and information have a look at the "Get Help" screen on top of the Help center.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h2><strong>Introduction</strong></h2>
|
||||
|
||||
<p>
|
||||
JEM is an Event Management Component for Joomla.
|
||||
It's not a calendar but an easy way to manage and present your events for your group, company or community.
|
||||
JEM offers a lot of features and possibilities which make your work easier, like the Venue database, Event recurrence,
|
||||
Venue geotagging and much more.
|
||||
But also for your site visitors JEM has some additional features to offer,
|
||||
like a simple registration system, map service links, or the submission/edit of events and venues from the site Frontend.
|
||||
</p>
|
||||
|
||||
|
||||
<h2><strong>Quickstart guide</strong></h2>
|
||||
|
||||
<p>After the successful installation of JEM you need to take at least 3 steps.</p>
|
||||
|
||||
|
||||
<p><strong>The first step</strong> is to configure the settings you need in the JEM configuration. Set the format of the date and
|
||||
time, enable image thumbnail creation and set the layout of the table columns. <br/>
|
||||
Optionally you can integrate the <a href="http://www.joomlapolis.com" target="_blank">community builder</a> enhanced
|
||||
user profile component in the settings. Most of the settings are self explanatory. If not, move your mouse pointer
|
||||
over the text to get more detailed information or click on the help icon in the toolbar.</p>
|
||||
|
||||
|
||||
<p><strong>The second step</strong> is to create the categories. Every event you create must be assigned to a category. For example,
|
||||
if you have a music site you could use Rock, Rap, Dance, Electronic, etc.
|
||||
For each category you can set access permission levels. All events assigned to this category will only be visible
|
||||
for the group you have given access to.</p>
|
||||
|
||||
<p><strong>The third step</strong> is to create the menu item(s) in the Joomla! menu manager. JEM offers many different menu views:</p>
|
||||
|
||||
<ul>
|
||||
<li>A Calendar View</li>
|
||||
<li>A Category Listing</li>
|
||||
<li>A Category Listing (detailed)</li>
|
||||
<li>A Category Calendar</li>
|
||||
<li>A Single Category Listing</li>
|
||||
<li>A Listing of the Current Day</li>
|
||||
<li>An Event Submission Form</li>
|
||||
<li>A Venue Submission Form</li>
|
||||
<li>A Single Event View</li>
|
||||
<li>A Simple List of Events</li>
|
||||
<li>My Attendances</li>
|
||||
<li>My Events</li>
|
||||
<li>My Venues</li>
|
||||
<li>A Search Form</li>
|
||||
<li>A Venue Calendar</li>
|
||||
<li>A Single Venue</li>
|
||||
<li>A Venues Listing</li>
|
||||
<li>A Week Calendar</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
If you have taken these steps you are ready to input your events.
|
||||
If you want to assign your events to venues you first have to create the venue information.
|
||||
</p>
|
||||
|
||||
<h2><strong>ACL - Access Control List</strong></h2>
|
||||
<p> Some special attention is required for ACL. If you want to use it, you need to know that Joomla ACL is partially integrated in version 2.x of JEM.
|
||||
At this moment ACL works on Categories and Events, not yet on Venues.
|
||||
|
||||
<p> Viewing rights are set in Joomla under:
|
||||
<strong>Users</strong> → <strong>Access Levels</strong> → <strong>Viewing Access Levels</strong></p>
|
||||
|
||||
<p> Edit rights are set in JEM under:
|
||||
<strong>Control Panel</strong> → <strong>Options (icon)</strong> → <strong>Permissions</strong></p>
|
||||
Here you can set global permissions per user group.
|
||||
So for example if you only want publisher to create/edit stuff you can:
|
||||
<ul>
|
||||
<li>create user</li>
|
||||
<li>assign that user only to the group "publisher"</li>
|
||||
<li>create access-view level in the back called "publisher"</li>
|
||||
<li>click the config button (jem main view), set rights for publisher</li>
|
||||
</ul>
|
||||
<p> Now you can create a menu-link to submit-event and set access to publisher. But when viewing the eventslist the
|
||||
user will see the submitbutton and when viewing an event he can edit it. <br/>
|
||||
Be aware that someone with the access/edit rights will see all the categories!
|
||||
|
||||
Further restricted access is organised via JEM Groups. Here you can specify an unlimited number of groups that contain users.
|
||||
If a group is assigned to a Category only the specified users in the group have write access to that category.</p>
|
||||
|
||||
<p> In Events there are 2 ACL settings: The first one is an indirect one. Via the category (or categories) to which an event belongs,
|
||||
edit access can be restricted to the users in the group that is linked to the Category. Also the read access level of cateories is respected.
|
||||
The second ACL setting is the read access. This is derived from the category/ies access level but can also be set using Access field of the event.
|
||||
|
||||
Please note that user needs correct view access level to see and edit events. Edit permission is not enough.
|
||||
</p>
|
||||
|
||||
<h2></h2>
|
||||
<p><strong>If you like JEM and find it useful, please consider a donation to cover for the hosting expenses of the community.</strong></p>
|
||||
|
||||
|
||||
<h2>Notes</h2>
|
||||
|
||||
<ul>
|
||||
<li>JEM is released under the terms and conditions of the <a
|
||||
href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank"><strong>GNU GPL license</strong></a></li>
|
||||
<li>This software is produced by our community of volunteers at our best effort, and distributed with the hope to be useful but
|
||||
<strong>WITHOUT ANY WARRANTY!</strong> You use JEM at your <strong>OWN</strong> risk</li>
|
||||
</ul>
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Close window</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
121
administrator/components/com_jem/help/en-GB/listcategories.html
Normal file
@ -0,0 +1,121 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><span>06</span>List Categories</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>List Categories</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-categories.png" alt="" class="left" />
|
||||
Manage your category items from this screen. Here you may view a listing of all categories.
|
||||
You can delete, edit or add categories using this screen. Also you can publish or unpublish categories.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Categories</strong></p>
|
||||
|
||||
<h3>Toolbar</h3>
|
||||
|
||||
<p><em>Select Category(s) by clicking the checkbox(es) at the beginning of each row.</em></p>
|
||||
|
||||
<p><strong>New:</strong>
|
||||
Click the 'New' icon to create a new category.</p>
|
||||
<p><strong>Edit:</strong>
|
||||
Click the 'Edit' icon to change the selected category item. You can also do this by clicking the Category name.</p>
|
||||
<p><strong>Publish:</strong>
|
||||
Click the 'Publish' icon to publish the selected category items. Only events that are in published Categories
|
||||
appear in the Frontend.</p>
|
||||
<p><strong>Unpublish:</strong>
|
||||
Click the 'Unpublish' icons to unpublish the selected category item. If you have unpublished a category
|
||||
it is not any longer possible to assign an event to this one (doesn't appear in the
|
||||
selectlist anymore). Unpublishing a category has no effect on already created events.</p>
|
||||
<p><strong>Archive:</strong>
|
||||
Click the 'Archive' icon to set the selected item(s) into 'archived' state.</p>
|
||||
<p><strong>Check In:</strong>
|
||||
Sometimes a padlock icon <img src="../images/checked_out.png" alt="padlock" /> next to a Category name shows that it is checked-out.
|
||||
To check-in, click the name to edit. You will not be able to edit a category item if it is checked out by another user.
|
||||
<br />
|
||||
It means: If you edit an item this item is locked for other users ("Checked out" by you) to prevent conflicts when multiple writers
|
||||
change the same things. But as long as you hadn't correct close edit view (by save or cancel) it is locked and nobody else can edit.
|
||||
Administrators have the right to overrule and unlock all items (with the risk changes get lost.)
|
||||
The administrator navigates to the menu item Tools → Global Checkin in the Menu bar.
|
||||
It can also be checked back in by the User who has checked the item out by clicking the 'Edit' icon of
|
||||
the Content item and then clicking either the 'Save' or 'Cancel' icon, or by using the Check In funtion in the toolbar
|
||||
on the top right of the screen.</p>
|
||||
<p><strong>Trash:</strong>
|
||||
Click the 'Trash' icon to permanently delete the selected category Items.</p>
|
||||
<p><strong>Rebuild:</strong>
|
||||
Click the 'Rebuild' icon to rebuild the hierarchical structure of the categories.
|
||||
If you think there is something wrong with the structure of categories (e.g. after an import), then use this button.
|
||||
Using it does not delete any data. At the end of the rebuild process you should see an info message with
|
||||
the following text: "Categories tree data successfully rebuilt."</p>
|
||||
|
||||
|
||||
<h3>Columns:</h3>
|
||||
|
||||
<p><strong>Checkbox:</strong>
|
||||
Select the item or items to be edited, deleted, published, unpublished, archived checked-in or trasehed by
|
||||
clicking in this box first and then clicking on the desired action in the toolbar on the richt top corner.</p>
|
||||
<p><strong>Title:</strong>
|
||||
This is the name of the category item. <br />
|
||||
Sometimes a padlock icon <img src="../images/checked_out.png" alt="padlock" /> next to a Category name shows that it is checked-out.
|
||||
To check-in, click the name to edit. You will not be able to edit a category item if it is checked out by another user.
|
||||
<br />
|
||||
It means: If you edit an item this item is locked for other users ("Checked out" by you) to prevent conflicts when multiple writers
|
||||
change the same things. But as long as you hadn't correct close edit view (by save or cancel) it is locked and nobody else can edit.
|
||||
Administrators have the right to overrule and unlock all items (with the risk changes get lost.)
|
||||
The administrator navigates to the menu item Tools → Global Checkin in the Menu bar.
|
||||
It can also be checked back in by the User who has checked the item out by clicking the 'Edit' icon of
|
||||
the Content item and then clicking either the 'Save' or 'Cancel' icon, or by using the Check In funtion in the toolbar
|
||||
on the top right of the screen</p>
|
||||
<p><strong>Color:</strong>
|
||||
This shows the color that is selected for this group. This color will display in the frontend calendar view.</p>
|
||||
<p><strong>Group:</strong>
|
||||
This is the name of the group (if any) that is assigned to the category. The group contains the names of the maintainers.</p>
|
||||
<p><strong>Events:</strong>
|
||||
This is the number of events that have this category assigmend.</p>
|
||||
<p><strong>Status:</strong>
|
||||
This shows whether the category item is published (<img src="../../../../../media/com_jem/images/tick.png" alt="published" />) or unpublished
|
||||
(<img src="../../../../../media/com_jem/images/publish_x.png" alt="unpublished" />). Click to change state.</p>
|
||||
<p><strong>Ordering:</strong>
|
||||
This shows the order of Items in the list. Click the arrow icons to move the item up or down.
|
||||
Note: The new ordering has an effect on the selectlist when creating a new event. Move often used categories to the top.</p>
|
||||
<p><strong>Access:</strong>
|
||||
This is the user access level; the access level group that is allowed to view this Category.
|
||||
Events within a category are only accessible with at least the selected level.</p>
|
||||
<p><strong>ID:</strong>
|
||||
The number of the entry in the database. This number is generated by JEM sequentially for every new entry.</p>
|
||||
|
||||
<h3>Other Functions</h3>
|
||||
|
||||
<p><strong>Search:</strong>
|
||||
You may enter text in the "Filter" box to refine the list based on whether the text is found in the title of any
|
||||
Category item. Type in any text and press Enter or click the go button.</p>
|
||||
<p><strong>Drop Down:</strong>
|
||||
Select the number of list entries displayed per page [Options between 5 – 100].</p>
|
||||
<p><strong>Navigation Buttons:</strong>
|
||||
Use Start, Previous, Next, and End buttons to navigate between list pages.</p>
|
||||
<p><strong>Page Indicator:</strong>
|
||||
Shows which page is displayed, in the form of page n of m.</p>
|
||||
<p><strong>Ordering:</strong>
|
||||
Click on the table header to order the items by name, state or date (depends on the format of the column).</p>
|
||||
|
||||
|
||||
<h3>Related Help Screens & Other Resources</h3>
|
||||
|
||||
<p>
|
||||
<strong>Edit Category:</strong> <a href="editcategories.html">Add/Edit Categories</a>
|
||||
<strong>Group Manager:</strong> <a href="listgroups.html">Add/Edit Groups</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
137
administrator/components/com_jem/help/en-GB/listevents.html
Normal file
@ -0,0 +1,137 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><span>04</span>List Events</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>List Events</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-events.png" alt="" class="left" />
|
||||
Manage your event items from this screen. Here you may view a listing of all events.
|
||||
You can delete, edit or add events using this screen.
|
||||
You can also publish or unpublish events and manage users who have registered to it.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Attention</p>
|
||||
<p class="attention">There is no separate Archive anymore in the backend. To display the archived events, please choose the "archived" status in the events menu.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Events</strong></p>
|
||||
|
||||
<h3>Toolbar</h3>
|
||||
|
||||
<p><em>Select Event(s) by clicking the checkbox(es) at the beginning of each row.</em></p>
|
||||
|
||||
<p><strong>New:</strong>
|
||||
Click the 'New' icon to create a new event.</p>
|
||||
<p><strong>Edit:</strong>
|
||||
Click the 'Edit' icon to change the selected event item. You can also do this by clicking the name of the event.</p>
|
||||
<p><strong>Publish:</strong>
|
||||
Click the 'Publish' icon to publish the selected event items. If you have published an event it is
|
||||
visible in the Frontend.</p>
|
||||
<p><strong>Unpublish:</strong>
|
||||
Click the 'Unpublish' icon to unpublish the selected event items. If you have
|
||||
unpublished an event it is not longer visible in the Frontend.</p>
|
||||
<p><strong>Featured:</strong>
|
||||
Click the 'Featured' icon to mark the selected event as a featured event. In the Frontend, the featured event will
|
||||
be especially marked or highlighted to distinguish it from other events.</p>
|
||||
<p><strong>Archive:</strong>
|
||||
Click the 'Archive' icon to put the selected Events into an archived state. They are still accessible via this
|
||||
events list if you select the 'Archived' status in the selectbox on the right hand top of the list.</p>
|
||||
<p><strong>Check In:</strong>
|
||||
Click the 'Check In' icon to check an item in that has been cheked out because it was edited by another user.
|
||||
You will not be able to edit an Event item if it is checked out by another user.</p>
|
||||
<p><strong>Trash:</strong>
|
||||
Click the 'Trash' icon to move the selected event Items to the Trash Bin.</p>
|
||||
|
||||
<h3>Columns:</h3>
|
||||
|
||||
<p><strong>#:</strong>
|
||||
The line number of the entry in the list that is currently displayed.</p>
|
||||
<p><strong>Checkbox:</strong>
|
||||
Select the item or items to be edited or deleted by clicking in this box.</p>
|
||||
<p><strong>Date:</strong>
|
||||
This is the date of the Event.</p>
|
||||
<p><img src="../images/checked_out.png" alt="padlock" /> Sometimes a padlock icon next to it shows that it is checked-out.
|
||||
To check-in, click the date to edit. You will not be able to edit an Event item if it is checked out by another user.
|
||||
<br />
|
||||
It must be checked back by an administrator. The administrator navigates to the menu item Tools → Global Checkin
|
||||
in the Menu bar. It can also be checked back in by the User who has checked the item out by clicking the 'Edit' icon of
|
||||
the Event item and then clicking either the 'Save' or 'Cancel' icon.</p>
|
||||
<p><strong>Start:</strong>
|
||||
This is the Time when the Event starts.</p>
|
||||
<p><strong>Event Title:</strong>
|
||||
This is the title of the Event item. If a an event is part of a recurring set of events, there is an in icon
|
||||
(<img src="../../../../../media/com_jem/images/icon-32-recurrence.png" alt="recurring event" style="vertical-align: middle" />) behind the Event Title.
|
||||
When an event is the first event in a recurring set, the icon will show an exclamation mark.
|
||||
(<img src="../../../../../media/com_jem/images/icon-32-recurrence-first.png" alt="first recurring event" style="vertical-align: middle" />).</p>
|
||||
<p><strong>Venue:</strong>
|
||||
This is the venue location where the Event will be held.</p>
|
||||
<p><strong>City:</strong>
|
||||
This is the city where the Event will be held.</p>
|
||||
<p><strong>State:</strong>
|
||||
This is the state where the Event will be held.</p>
|
||||
<p><strong>Categories:</strong>
|
||||
This is the category / are the categories the Event belongs to.</p>
|
||||
<p><strong>Status:</strong>
|
||||
This shows whether the Event item is published (<img src="../../../../../media/com_jem/images/tick.png" alt="published" />) or unpublished
|
||||
(<img src="../../../../../media/com_jem/images/publish_x.png" alt="unpublished" />).
|
||||
Click the icon to change the state.</p>
|
||||
<p><strong>Featured:</strong>
|
||||
This column shows if the Event item is Featured (<img src="../../../../../media/com_jem/images/featured.png" alt="featured" />) or not
|
||||
(<img src="../../../../../media/com_jem/images/disabled.png" alt="unfeatured" />).
|
||||
Click the icon to change the state.</p>
|
||||
<p><strong>Creation:</strong>
|
||||
This column shows the details of the user that has created the event.</p>
|
||||
<p><strong>Hits:</strong>
|
||||
This shows the number of times the Event details page has been viewed in the Frontend.</p>
|
||||
<p><strong>Reg. Users:</strong>
|
||||
This shows the number of Users who have registered for an event, as well as the number of available places, number of Users on the waiting list,
|
||||
numer of Users that will not attend and number of intited Users that have not yet responded.
|
||||
<br /><br />
|
||||
For instance:<br />
|
||||
"150/150 + 300 -24, 822 ?"
|
||||
<br />means:
|
||||
<br />
|
||||
150 attending on 150 places, 300 on waiting list, 24 not attending and 822 invited
|
||||
<br /><br />
|
||||
Click the numbers if you are interested in more detailed information about them or you want to change or remove any of them.</p>
|
||||
<p><strong>ID:</strong>
|
||||
The number of the entry in the database. This number is generated by JEM sequentially for every new entry.</p>
|
||||
|
||||
<h3>Other Functions</h3>
|
||||
|
||||
<p><strong>Search:</strong>
|
||||
You may enter text in the "Filter" box to refine the list based on whether the text is found in the title of any
|
||||
event item. Type in any text and press Enter or click the go button. You also can filter the search by
|
||||
limiting it to the venue, category, city or event title. Use the selectbox on the left for that.</p>
|
||||
<p><strong>Drop Down:</strong>
|
||||
Select the number of list entries displayed per page [Options between 5 – 100 or All].</p>
|
||||
<p><strong>Navigation Buttons:</strong>
|
||||
Use Start, Previous, Next, and End buttons to navigate between list pages.</p>
|
||||
<p><strong>Page Indicator:</strong>
|
||||
Shows which page is displayed, in the form of page n of m.</p>
|
||||
<p><strong>Ordering:</strong>
|
||||
Click on the table header to order the items by name, state or date (depends on the format of the column).</p>
|
||||
|
||||
|
||||
<h3>Related Help Screens & Other Resources</h3>
|
||||
|
||||
<p>
|
||||
<strong>Edit Events:</strong> <a href="editevents.html">Add/Edit Events</a>
|
||||
<strong>User Manager:</strong> <a href="registereduser.html">Manage registered users</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
180
administrator/components/com_jem/help/en-GB/listevents.html_OLD
Normal file
@ -0,0 +1,180 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_GB" xml:lang="en_GB">
|
||||
<head>
|
||||
<title>List Events</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>List Events</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-events.png" alt="" class="left" />
|
||||
Manage your event items from this screen. Here you may view a listing of all events.
|
||||
You can delete, edit or add events using this screen.
|
||||
You can also publish or unpublish events and manage users who have registered to it.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Attention</p>
|
||||
<p class="attention">There is no separate Archive anymore in the backend. To display the archived events, please choose the "archived" status in the events menu.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Events</strong></p>
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p>
|
||||
<div class="toolbar-list">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="icon-32-new"> </span>
|
||||
New
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-edit"> </span>
|
||||
Edit
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-publish"> </span>
|
||||
Publish
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-unpublish"> </span>
|
||||
Unpublish
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-featured"> </span>
|
||||
Featured
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-archive"> </span>
|
||||
Archive
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-checkin"> </span>
|
||||
Check In
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-trash"> </span>
|
||||
Trash
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-help"> </span>
|
||||
Help
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
<p><em>Select Event(s) by clicking the checkbox(es) at the beginning of each row.</em></p>
|
||||
|
||||
<p><strong>New:</strong>
|
||||
Click the 'New' icon to create a new event.</p>
|
||||
<p><strong>Edit:</strong>
|
||||
Click the 'Edit' icon to change the selected event item. You can also do this by clicking the name of the event.</p>
|
||||
<p><strong>Publish:</strong>
|
||||
Click the 'Publish' icon to publish the selected event items. If you have published an event it is
|
||||
visible in the Frontend.</p>
|
||||
<p><strong>Unpublish:</strong>
|
||||
Click the 'Unpublish' icon to unpublish the selected event items. If you have
|
||||
unpublished an event it is not longer visible in the Frontend.</p>
|
||||
<p><strong>Featured:</strong>
|
||||
Click the 'Featured' icon to mark the selected event as a featured event. In the Frontend, the featured event will
|
||||
be especially marked or highlighted to distinguish it from other events.</p>
|
||||
<p><strong>Archive:</strong>
|
||||
Click the 'Archive' icon to put the selected Events into an archived state. They are still accessible via this
|
||||
events list if you select the 'Archived' status in the selectbox on the right hand top of the list.</p>
|
||||
<p><strong>Check In:</strong>
|
||||
Click the 'Check In' icon to ..........................?</p>
|
||||
<p><strong>Trash:</strong>
|
||||
Click the 'Trash' icon to move the selected event Items to the Trash Bin.</p>
|
||||
<p><strong>Help:</strong>
|
||||
Click the Help icon to access a related Help screen.</p>
|
||||
|
||||
|
||||
<h3>Columns:</h3>
|
||||
|
||||
<p><strong>#:</strong>
|
||||
The line number of the entry in the list that is currently displayed.</p>
|
||||
<p><strong>Checkbox:</strong>
|
||||
Select the item or items to be edited or deleted by clicking in this box.</p>
|
||||
<p><strong>Date:</strong>
|
||||
This is the date of the Event.</p>
|
||||
<p><img src="../images/checked_out.png" alt="padlock" /> Sometimes a padlock icon next to it shows that it is checked-out.
|
||||
To check-in, click the date to edit. You will not be able to edit an Event item if it is checked out by another user.
|
||||
<br />
|
||||
It must be checked back by an administrator. The administrator navigates to the menu item Tools → Global Checkin
|
||||
in the Menu bar. It can also be checked back in by the User who has checked the item out by clicking the 'Edit' icon of
|
||||
the Event item and then clicking either the 'Save' or 'Cancel' icon.</p>
|
||||
<p><strong>Start:</strong>
|
||||
This is the Time when the Event starts.</p>
|
||||
<p><strong>Event Title:</strong>
|
||||
This is the title of the Event item. If a an event is part of a recurring set of events, there is an in icon
|
||||
(<img src="../../../../../media/com_jem/images/icon-32-recurrence.png" alt="recurring event" />) behind the Event Title.
|
||||
When an event is the first event in a recurring set, the icon will show an exclamation mark.
|
||||
(<img src="../../../../../media/com_jem/images/icon-32-recurrence-first.png" alt="first recurring event" />).</p>
|
||||
<p><strong>Venue:</strong>
|
||||
This is the venue location where the Event will be held.</p>
|
||||
<p><strong>City:</strong>
|
||||
This is the city where the Event will be held.</p>
|
||||
<p><strong>State:</strong>
|
||||
This is the state where the Event will be held.</p>
|
||||
<p><strong>Categories:</strong>
|
||||
This is the category / are the categories the Event belongs to.</p>
|
||||
<p><strong>Status:</strong>
|
||||
This shows whether the Event item is published (<img src="../../../../../media/com_jem/images/tick.png" alt="published" />) or unpublished
|
||||
(<img src="../../../../../media/com_jem/images/publish_x.png" alt="unpublished" />).
|
||||
Click the icon to change the state.</p>
|
||||
<p><strong>Featured:</strong>
|
||||
This column shows if the Event item is Featured (<img src="../../../../../media/com_jem/images/featured.png" alt="featured" />) or not
|
||||
(<img src="../../../../../media/com_jem/images/disabled.png" alt="unfeatured" />).
|
||||
Click the icon to change the state.</p>
|
||||
<p><strong>Creation:</strong>
|
||||
This column shows the details of the user that has created the event.</p>
|
||||
<p><strong>Hits:</strong>
|
||||
This shows the number of times the Event details page has been viewed in the Frontend.</p>
|
||||
<p><strong>Reg. Users:</strong>
|
||||
This shows the number of Users who have registered for an event, as well as the number of available places. Click
|
||||
the number if you are interested in more detailed information about them or you want to change or remove any of them.</p>
|
||||
<p><strong>ID:</strong>
|
||||
The number of the entry in the database. This number is generated by JEM sequentially for every new entry.</p>
|
||||
|
||||
<h3>Other Functions</h3>
|
||||
|
||||
<p><strong>Search:</strong>
|
||||
You may enter text in the "Filter" box to refine the list based on whether the text is found in the title of any
|
||||
event item. Type in any text and press Enter or click the go button. You also can filter the search by
|
||||
limiting it to the venue, category, city or event title. Use the selectbox on the left for that.</p>
|
||||
<p><strong>Drop Down:</strong>
|
||||
Select the number of list entries displayed per page [Options between 5 – 100 or All].</p>
|
||||
<p><strong>Navigation Buttons:</strong>
|
||||
Use Start, Previous, Next, and End buttons to navigate between list pages.</p>
|
||||
<p><strong>Page Indicator:</strong>
|
||||
Shows which page is displayed, in the form of page n of m.</p>
|
||||
<p><strong>Ordering:</strong>
|
||||
Click on the table header to order the items by name, state or date (depends on the format of the column).</p>
|
||||
|
||||
|
||||
<h3>Related Help Screens & Other Resources</h3>
|
||||
|
||||
<p>
|
||||
<strong>Edit Events:</strong> <a href="editevents.html">Add/Edit Events</a>
|
||||
<strong>User Manager:</strong> <a href="registereduser.html">Manage registered users</a>
|
||||
</p>
|
||||
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Close window</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
75
administrator/components/com_jem/help/en-GB/listgroups.html
Normal file
@ -0,0 +1,75 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><span>10</span>List Groups</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>List Groups</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-groups.png" alt="" class="left" />
|
||||
Manage your groups from this screen. Here you may view a listing of all groups. You can delete, edit or add groups using
|
||||
this screen. Create a group when you want to restrict the possibility to submit events to a category only for selected members.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Groups</strong></p>
|
||||
|
||||
<h3>Toolbar</h3>
|
||||
|
||||
<p><em>Select Group(s) by clicking the checkbox(es) at the beginning of each row.</em></p>
|
||||
|
||||
<p><strong>New:</strong>
|
||||
Click the 'New' icon to create a new group.</p>
|
||||
<p><strong>Edit:</strong>
|
||||
Click the 'Edit' icon to change the selected group item. You can also do this by clicking the name.</p>
|
||||
<p><strong>Remove:</strong>
|
||||
Click the 'Remove' icon to delete the selected group items.</p>
|
||||
|
||||
<h3>Columns:</h3>
|
||||
|
||||
<p><strong>#:</strong>
|
||||
The number of the entry in the list.</p>
|
||||
<p><strong>Checkbox:</strong>
|
||||
Select the item or items to be edited or deleted by clicking in this box.</p>
|
||||
<p><strong>Group name:</strong>
|
||||
The name of the group.</p>
|
||||
<p><img src="../images/checked_out.png" alt="padlock" /> Sometimes a padlock icon next to it shows that it is checked-out.
|
||||
To check-in, click the name to edit. You will not be able to edit a Group item if it is checked out by another user.
|
||||
<br />
|
||||
It must be checked back by an administrator. The administrator navigates to the menu item Tools → Global Checkin
|
||||
in the Menu bar. It can also be checked back in by the User who has checked the item out by clicking the 'Edit' icon of
|
||||
the Group item and then clicking either the 'Save' or 'Cancel' icon.</p>
|
||||
<p><strong>Description:</strong>
|
||||
That is the description of the Group.</p>
|
||||
|
||||
|
||||
<h3>Other Functions</h3>
|
||||
|
||||
<p><strong>Search:</strong>
|
||||
You may enter text in the "Filter" box to refine the list based on whether the text is found in the title of any
|
||||
event item. Type in any text and press Enter or click the go button.</p>
|
||||
<p><strong>Drop Down:</strong>
|
||||
Select the number of list entries displayed per page [Options between 5 – 100].</p>
|
||||
<p><strong>Navigation Buttons:</strong>
|
||||
Use Start, Previous, Next, and End buttons to navigate between list pages.</p>
|
||||
<p><strong>Page Indicator:</strong>
|
||||
Shows which page is displayed, in the form of page n of m.</p>
|
||||
<p><strong>Ordering:</strong>
|
||||
Click on the table header to order the items by name, state or date (depends on the format of the column).</p>
|
||||
|
||||
|
||||
<h3>Related Help Screens & Other Resources</h3>
|
||||
|
||||
<p><strong>Edit Group:</strong> <a href="editgroup.html">Add/Edit Groups</a></p>
|
||||
</body>
|
||||
</html>
|
||||
104
administrator/components/com_jem/help/en-GB/listvenues.html
Normal file
@ -0,0 +1,104 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><span>08</span>List Venues</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>List Venues</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-venues.png" alt="" class="left" />
|
||||
Manage your venue items from this screen. Here you may view a listing of all venue.
|
||||
You can delete, edit or add venues using this screen. Also you can publish or unpublish venues.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Venues</strong></p>
|
||||
|
||||
<h3>Toolbar</h3>
|
||||
|
||||
<p><em>Select Venue(s) by clicking the checkbox(es) at the beginning of each row.</em></p>
|
||||
|
||||
<p><strong>New:</strong>
|
||||
Click the 'New' icon to create a new venue.</p>
|
||||
<p><strong>Edit:</strong>
|
||||
Click the 'Edit' icon to change the selected venue item. You can also do this by clicking the name.</p>
|
||||
<p><strong>Publish:</strong>
|
||||
Click the 'Publish' icon to publish the selected venue(s). Only events that are in published Venues
|
||||
appear in the Frontend.</p>
|
||||
<p><strong>Unpublish:</strong>
|
||||
Click the 'Unpublish' icon to unpublish the selected venue(s). If you have unpublished a Venue
|
||||
it is not any longer possible to assign an event to this one (doesn't appear in the
|
||||
selectlist anymore). This will also count for already created events!</p>
|
||||
<p><strong>Check In:</strong>
|
||||
Click the 'Check In' icon to check an item in that has been cheked out because it was edited by another user.
|
||||
You will not be able to edit an Event item if it is checked out by another user.</p>
|
||||
<p><strong>Delete:</strong>
|
||||
Click the 'Delete' icon to delete the selected venue Items.</p>
|
||||
|
||||
<h3>Columns:</h3>
|
||||
|
||||
<p><strong>#:</strong>
|
||||
The line number of the entry in the list that is currently displayed.</p>
|
||||
<p><strong>Checkbox:</strong>
|
||||
Select the item or items to be edited or deleted by clicking in this box.</p>
|
||||
<p><strong>Venue:</strong>
|
||||
This is the name of the Venue item.</p>
|
||||
<p><img src="../images/checked_out.png" alt="padlock" /> Sometimes a padlock icon next to it shows that it is checked-out.
|
||||
To check-in, click the name to edit. You will not be able to edit a venue item if it is checked out by another user.
|
||||
<br />
|
||||
It must be checked back by an administrator. The administrator navigates to the menu item Tools → Global Checkin
|
||||
in the Menu bar. It can also be checked back in by the User who has checked the item out by clicking the 'Edit' icon
|
||||
of the Venue item and then clicking either the 'Save' or 'Cancel' icon.</p>
|
||||
<p><strong>Alias:</strong>
|
||||
This shows the Alias for the venue, which is used in the url of the venue-detail screen.</p>
|
||||
<p><strong>Website:</strong>
|
||||
This shows the website address of the Venue. Click to visit it.</p>
|
||||
<p><strong>City:</strong>
|
||||
This shows the City where the Venue is located.</p>
|
||||
<p><strong>State:</strong>
|
||||
This shows the State where the Venue is located.</p>
|
||||
<p><strong>Country:</strong>
|
||||
This shows the Country where the Venue is located.</p>
|
||||
<p><strong>Status:</strong>
|
||||
This shows whether the Event item is published (<img src="../../../../../media/com_jem/images/tick.png" alt="published" />) or unpublished
|
||||
(<img src="../../../../../media/com_jem/images/publish_x.png" alt="unpublished" />). Click to change state.</p>
|
||||
<p><strong>Creation:</strong>
|
||||
This column shows the details of a user who has submitted the venue.</p>
|
||||
<p><strong>Events:</strong>
|
||||
This shows the number of events for that Venue.
|
||||
This is the total number of events in any Status (Published, Unpublished, Archived, Trashed).</p>
|
||||
<p><strong>Reorder:</strong>
|
||||
This shows the order of Items in the list. Click the arrow icons to move the item up or down.</p>
|
||||
<p><strong>ID:</strong>
|
||||
The number of the entry in the database. This number is generated by JEM sequentially for every new entry.</p>
|
||||
|
||||
<h3>Other Functions</h3>
|
||||
|
||||
<p><strong>Search:</strong>
|
||||
You may enter text in the "Filter" box to refine the list based
|
||||
on whether the text is found in the title of any event item. Type in any text and press
|
||||
Enter or click the go button. You also can filter the search by limit it to the venue or city.</p>
|
||||
<p><strong>Drop Down:</strong>
|
||||
Select the number of list entries displayed per page [Options between 5 – 100].</p>
|
||||
<p><strong>Navigation Buttons:</strong>
|
||||
Use Start, Previous, Next, and End buttons to navigate between list pages.</p>
|
||||
<p><strong>Page Indicator:</strong>
|
||||
Shows which page is displayed, in the form of page n of m.</p>
|
||||
<p><strong>Ordering:</strong>
|
||||
Click on the table header to order the items by name, state or date (depends on the format of the column).</p>
|
||||
|
||||
|
||||
<h3>Related Help Screens & Other Resources</h3>
|
||||
|
||||
<p><strong>Edit Venue:</strong> <a href="editvenues.html">Add/Edit Events</a></p>
|
||||
</body>
|
||||
</html>
|
||||
147
administrator/components/com_jem/help/en-GB/listvenues.html_OLD
Normal file
@ -0,0 +1,147 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_GB" xml:lang="en_GB">
|
||||
<head>
|
||||
<title>List Venues</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>List Venues</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-venues.png" alt="" class="left" />
|
||||
Manage your venue items from this screen. Here you may view a listing of all venue.
|
||||
You can delete, edit or add venues using this screen. Also you can publish or unpublish venues.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Venues</strong></p>
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p>
|
||||
<div class="toolbar-list">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="icon-32-new"> </span>
|
||||
New
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-edit"> </span>
|
||||
Edit
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-publish"> </span>
|
||||
Publish
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-unpublish"> </span>
|
||||
Unpublish
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-checkin"> </span>
|
||||
Check In
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-delete"> </span>
|
||||
Delete
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-help"> </span>
|
||||
Help
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
<p><em>Select Venue(s) by clicking the checkbox(es) at the beginning of each row.</em></p>
|
||||
|
||||
<p><strong>New:</strong>
|
||||
Click the 'New' icon to create a new venue.</p>
|
||||
<p><strong>Edit:</strong>
|
||||
Click the 'Edit' icon to change the selected venue item. You can also do this by clicking the name.</p>
|
||||
<p><strong>Publish:</strong>
|
||||
Click the 'Publish' icon to publish the selected venue(s). Only events that are in published Venues
|
||||
appear in the Frontend.</p>
|
||||
<p><strong>Unpublish:</strong>
|
||||
Click the 'Unpublish' icon to unpublish the selected venue(s). If you have unpublished a Venue
|
||||
it is not any longer possible to assign an event to this one (doesn't appear in the
|
||||
selectlist anymore). This will also count for already created events!</p>
|
||||
<p><strong>Check In:</strong>
|
||||
Click the 'Check In' icon to ...............?.</p>
|
||||
<p><strong>Delete:</strong>
|
||||
Click the 'Delete' icon to delete the selected venue Items.</p>
|
||||
<p><strong>Help:</strong>
|
||||
Click the Help icon to access a relevant Help Screen.</p>
|
||||
|
||||
|
||||
<h3>Columns:</h3>
|
||||
|
||||
<p><strong>#:</strong>
|
||||
The line number of the entry in the list that is currently displayed.</p>
|
||||
<p><strong>Checkbox:</strong>
|
||||
Select the item or items to be edited or deleted by clicking in this box.</p>
|
||||
<p><strong>Venue:</strong>
|
||||
This is the name of the Venue item.</p>
|
||||
<p><img src="../images/checked_out.png" alt="padlock" /> Sometimes a padlock icon next to it shows that it is checked-out.
|
||||
To check-in, click the name to edit. You will not be able to edit a venue item if it is checked out by another user.
|
||||
<br />
|
||||
It must be checked back by an administrator. The administrator navigates to the menu item Tools → Global Checkin
|
||||
in the Menu bar. It can also be checked back in by the User who has checked the item out by clicking the 'Edit' icon
|
||||
of the Venue item and then clicking either the 'Save' or 'Cancel' icon.</p>
|
||||
<p><strong>Alias:</strong>
|
||||
This shows the .............??</p>
|
||||
<p><strong>Website:</strong>
|
||||
This shows the website address of the Venue. Click to visit it.</p>
|
||||
<p><strong>City:</strong>
|
||||
This shows the City where the Venue is located.</p>
|
||||
<p><strong>State:</strong>
|
||||
This shows the State where the Venue is located.</p>
|
||||
<p><strong>Country:</strong>
|
||||
This shows the Country where the Venue is located.</p>
|
||||
<p><strong>Status:</strong>
|
||||
This shows whether the Event item is published (<img src="../../../../../media/com_jem/images/tick.png" alt="published" />) or unpublished
|
||||
(<img src="../../../../../media/com_jem/images/publish_x.png" alt="unpublished" />). Click to change state.</p>
|
||||
<p><strong>Creation:</strong>
|
||||
This column shows the details of a user who has submitted the venue.</p>
|
||||
<p><strong>Events:</strong>
|
||||
This shows the number of events for that Venue.
|
||||
This is the total number of events in any Status (Published, Unpublished, Archived, Trashed).</p>
|
||||
<p><strong>Reorder:</strong>
|
||||
This shows the order of Items in the list. Click the arrow icons to move the item up or down.</p>
|
||||
<p><strong>ID:</strong>
|
||||
The number of the entry in the database. This number is generated by JEM sequentially for every new entry.</p>
|
||||
|
||||
<h3>Other Functions</h3>
|
||||
|
||||
<p><strong>Search:</strong>
|
||||
You may enter text in the "Filter" box to refine the list based
|
||||
on whether the text is found in the title of any event item. Type in any text and press
|
||||
Enter or click the go button. You also can filter the search by limit it to the venue or city.</p>
|
||||
<p><strong>Drop Down:</strong>
|
||||
Select the number of list entries displayed per page [Options between 5 – 100].</p>
|
||||
<p><strong>Navigation Buttons:</strong>
|
||||
Use Start, Previous, Next, and End buttons to navigate between list pages.</p>
|
||||
<p><strong>Page Indicator:</strong>
|
||||
Shows which page is displayed, in the form of page n of m.</p>
|
||||
<p><strong>Ordering:</strong>
|
||||
Click on the table header to order the items by name, state or date (depends on the format of the column).</p>
|
||||
|
||||
|
||||
<h3>Related Help Screens & Other Resources</h3>
|
||||
|
||||
<p><strong>Edit Venue:</strong> <a href="editvenues.html">Add/Edit Events</a></p>
|
||||
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Close window</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
46
administrator/components/com_jem/help/en-GB/managecss.html
Normal file
@ -0,0 +1,46 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><span>15</span>CSS Manager</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>CSS Manager</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-cssedit.png" alt="" class="left" />
|
||||
Here you can modify the CSS files of the various views of JEM directly in the backend.<br>
|
||||
Ther etwo block in CSS manager page, on the left the list of default css files, on the right the list of custom files defined.
|
||||
<p>
|
||||
<div></div>
|
||||
<dl><strong>Two types of css files in JEM and save in diferent folders.</strong>:
|
||||
<dt>Default CSS files: </dt><dd>/media/com_jem/css/ folder</dd>
|
||||
<dt>Customs CSS files: </dt><dd>/media/com_jem/css/custom/ folder</dd>
|
||||
</dl>
|
||||
<p>The customs css files are defined in JEM → Setting → Layout → Custom Stylesheets.<br>
|
||||
Clinking a link on the right will take you to the edit screen for the chosen CSS file.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Attention</p>
|
||||
<p class="attention">Don't change anything if you don't know exactly what you do.
|
||||
Read the comments carefully and backup this file before you alter it.</p>
|
||||
</div>
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Control Panel</strong> → <strong>CSS Manager</strong></p>
|
||||
|
||||
<h3>Toolbar</h3>
|
||||
|
||||
<p><strong>Close:</strong>
|
||||
Close the CSS-Manager and go back to the JEM Control Panel.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
141
administrator/components/com_jem/help/en-GB/modernlayout.html
Normal file
@ -0,0 +1,141 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><span>14</span>JEM Responsive</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1><span>14</span>JEM Responsive</h1>
|
||||
|
||||
<h3>How to activate</h3>
|
||||
|
||||
<div>
|
||||
<p>JEM Responsive started as an override to enable mobile usage for JEM because the old table layout is static. So JEM Responsive started with the vision that it should integrate as much as possible to the design of your template and should be responsive as possible for better mobile usage. After some releases of the override we decided to integrate it officially to JEM.</p>
|
||||
</div>
|
||||
|
||||
<h3>How to activate</h3>
|
||||
|
||||
<p>To activate the modern layout, called JEM Responsive, go to <b>Components → JEM → Settings → Basic Settings → Style</b> and select "Modern responsive style" and enable "Use icon font".</p>
|
||||
|
||||
|
||||
<h3>Features - Special Functionality</h3>
|
||||
|
||||
<div>
|
||||
<p>Caused that JEM Responsive started as an override, it does not have full support for all settings of JEM and some features have to be configured via module or page class suffix.</p>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Attention</p>
|
||||
<p class="attention">Some of the settings for JEM do not yet work for JEM-Responsive. We are working on it...</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4>View: Simplelist (and similar list-views)</h4>
|
||||
<p>JEM Responsive introduces two new layouts to the Simplelist view. One layout tries to rebuild the default table but as responsive as possible. The other layout is a complete new layout that looks modern and is also responsive. Both layouts are shown in the picture below: table rebuild on the left, new layout on the right site.</p>
|
||||
<div style="width: 100%; text-align: center;"><img src="../images/tablemodern.jpg" alt="" style="max-width: 100%;"/></div>
|
||||
<p>You can change between both layouts in the settings: Go to <b>Components → JEM → Settings → Layout → "Table Width in %"</b>. If this field is empty, the modern look is used if you input some percentage value like "100" then the table-like layout is used and you can change the width of the table. Only if you use the table-like layout, the other <b>"Column Width"</b>-fields will take an effect. If you use the modern layout, you can only turn columns on and off (no width setting). A word to the column widths: by default (all width fields empty) JEM Responsive uses automatic column widths in the table-like layout but you can change that using those "Column Width"-fields. You can also just set one column fixed (e.g. 100px) and all other fields empty and it would work.</p>
|
||||
|
||||
<h4>Module and Page Class Suffix</h4>
|
||||
<p>As written at the beginning, some settings have to be used via page or module class suffix. In the following table you can see where you can use which page or module class suffix.</p>
|
||||
<style>
|
||||
.help {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.help tr {
|
||||
border: 0;
|
||||
}
|
||||
.help td:not(:first-child) {
|
||||
text-align: center;
|
||||
}
|
||||
.help td:first-child {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.help th, .help td {
|
||||
padding: 3px 3px 3px 0;
|
||||
border-right: 1px solid #ccc;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
</style>
|
||||
<table class="help" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<th>Suffix</th>
|
||||
<th>JEM List-Views</th>
|
||||
<th>JEM Teaser Module</th>
|
||||
<th>JEM Wide Module</th>
|
||||
<th>JEM Banner Module</th>
|
||||
<th>JEM Basic Module</th>
|
||||
<th>JEM Calendar Module</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>jem-imagewidth<width>px<br />jem-imageheight<height>px</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>jem-filterbelow<br />jem-hidefilter<br />jem-showfilter</td>
|
||||
<td>yes</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>jem-tablestyle</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>yes</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>jem-notitle etc.</td>
|
||||
<td>-</td>
|
||||
<td>yes</td>
|
||||
<td>yes</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>jem-horizontal</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>yes</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>jem-imagetop</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>yes</td>
|
||||
<td>-</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p><b>Description:</b></p>
|
||||
<p><b>jem-imagewidth<width>px and jem-imageheight<height>px</b>: Use that suffix at a menue item at a module to resize the images in list views. With just jem-imagewidth<width>px the image has automatic height. Example for page suffix: "jem-imagewidth200px" remains in 200px width images. Or you use percentage values: "jem-imagewidth100%".</p>
|
||||
<p><b>jem-filterbelow, jem-hidefilter and jem-showfilter</b>: Use that page suffix to force hiding/showing filter and to set the filter below the eventlist per page.</p>
|
||||
<p><b>jem-tablestyle</b>: Use this module class suffix to use the table-like layout in the module instead of the modern list view.</p>
|
||||
<p><b>jem-notitle, jem-novenue, jem-nocity, jem-nostate, jem-nocats, jem-noimageevent, jem-noimagevenue</b>: Add one of the tags to module class suffix to hide the related item. Not all tags work in the modern layout but in the table-like layout and also not in all modules... Just try :)</p>
|
||||
<p><b>jem-horizontal</b>: Switch between a horizontal and vertical layout (default is vertical).</p>
|
||||
<p><b>jem-imagetop</b>: You can move the image at the top of the banner module (if no calendar is shown, otherwhise its below calendar) via module suffix "jem-imagetop".</p>
|
||||
</div>
|
||||
|
||||
<h3>JEM Teaser Module</h3>
|
||||
|
||||
<div>
|
||||
<p>The JEM Teaser Module has another special functionality. If you set maximum description length to 1208, the Teaser Module will not filter your Event description. The whole description will be shown as you have been written. You can use the read more functionality of Joomla to show more text in the event detail view.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,99 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><span>12</span>Registered Users</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Registered Users</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-users.png" alt="" class="left" />
|
||||
Manage the registered users from this screen. Here you may view a listing of all users who have registered to the chosen event.
|
||||
You can delete users using this screen.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Events → Usercount number</strong></p>
|
||||
|
||||
<h3>Toolbar</h3>
|
||||
|
||||
<p><strong>New:</strong>
|
||||
Click the 'New' icon to start entering a new regitered user for this event.</p>
|
||||
|
||||
<p><em>Select User(s) by clicking the checkbox(es) at the beginning of each row.</em></p>
|
||||
|
||||
<p><strong>Edit:</strong>
|
||||
Click the 'Edit' icon to edit the selected user.</p>
|
||||
<p><strong>Set Not Attending:</strong>
|
||||
Click the 'Set Not Attending' icon to change the status of the selected user(s) to 'Not Attending'.</p>
|
||||
<p><strong>Set Attending:</strong>
|
||||
Click the 'Set Attending' icon to change the status of the selected user(s) to 'Attending'.</p>
|
||||
<p><strong>Export:</strong>
|
||||
Click the 'Export' icon to export a list of attendees in .csv format.</p>
|
||||
<p><strong>Print:</strong>
|
||||
Click the 'Print' icon to print a list of registered users.</p>
|
||||
<p><strong>Delete:</strong>
|
||||
Click the 'Delete' icon to delete the selected registered user.</p>
|
||||
<p><strong>Back:</strong>
|
||||
Click the 'Back' icon to go back to the Event overview.</p>
|
||||
|
||||
<h3>Columns:</h3>
|
||||
|
||||
<p><strong>#:</strong>
|
||||
The line number of the entry in the list that is currently displayed.</p>
|
||||
<p><strong>Checkbox:</strong>
|
||||
Select the item or items to be deleted by clicking in this box.</p>
|
||||
<p><strong>Name:</strong>
|
||||
The name of the registered user.</p>
|
||||
<p><strong>Username:</strong>
|
||||
The site Username of the registered user.</p>
|
||||
<p><strong>Email:</strong>
|
||||
The Email address of the registered user.</p>
|
||||
<p><strong>IP-Adress:</strong>
|
||||
The IP address from which the user has registered to the event. Please note this will only be filled in
|
||||
when IP-logging is switched on in the JEM settings.</p>
|
||||
<p><strong>Registration Date:</strong>
|
||||
The Date when the User has registered for the event.</p>
|
||||
<p><strong>User ID:</strong>
|
||||
The ID of the User.</p>
|
||||
<p><strong>Status:</strong>
|
||||
Indicates whether the user is Invited, Not attending, Attending or On waiting list.</p>
|
||||
<p><strong>Comment:</strong>
|
||||
Optional free text comment.</p>
|
||||
<p><strong>Remove:</strong>
|
||||
Click to remove the User from this Event.</p>
|
||||
|
||||
|
||||
<h3>Export Functions</h3>
|
||||
|
||||
<p><strong>Print:</strong>
|
||||
Click to show the print screen.</p>
|
||||
<p><strong>CSV Export:</strong>
|
||||
Click to download the CSV file. This will open up a download pop-up.
|
||||
Please note if you have a pop-up blocker installed in your browser.</p>
|
||||
|
||||
|
||||
<h3>Other Functions</h3>
|
||||
|
||||
<p><strong>Search:</strong>
|
||||
You may enter text in the "Filter" box to refine the list based on whether the text is found in the title of any item.
|
||||
Type in any text and press Enter or click the go button. You also can filter the search by username or name.</p>
|
||||
<p><strong>Drop Down:</strong>
|
||||
Select the number of list entries displayed per page [Options between 5 – 100].</p>
|
||||
<p><strong>Navigation Buttons:</strong>
|
||||
Use Start, Previous, Next, and End buttons to navigate between list pages.</p>
|
||||
<p><strong>Page Indicator:</strong>
|
||||
Shows which page is displayed, in the form of page n of m.</p>
|
||||
<p><strong>Ordering:</strong>
|
||||
Click on the table header to order the items by name, state or date (depends on the format of the column).</p>
|
||||
</body>
|
||||
</html>
|
||||
546
administrator/components/com_jem/help/en-GB/settings.html
Normal file
@ -0,0 +1,546 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><span>03</span>Settings</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>JEM Settings</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-settings.png" alt="" class="left" />
|
||||
This is the heart of the JEM component. Here you have to decide which features you want to offer and how JEM
|
||||
should behave. The Settings are separated in 6 different types. Select one of them to go directly to the
|
||||
regarding explanation.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Settings</strong>
|
||||
</p>
|
||||
|
||||
<h3>Toolbar</h3>
|
||||
<p><strong>Save:</strong>
|
||||
Saves your changes and remains in the current view.</p>
|
||||
<p><strong>Save & Close:</strong>
|
||||
Saves your changes and returns to JEM Control Panel.</p>
|
||||
<p><strong>Cancel:</strong>
|
||||
Cancels this operation and returns to JEM Control Panel.</p>
|
||||
|
||||
|
||||
<h2><strong>Settings:</strong></h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="#basicsettings">Basic Settings</a></li>
|
||||
<li><a href="#detailspage">Event Page</a></li>
|
||||
<li><a href="#layout">Layout</a></li>
|
||||
<li><a href="#params">Global Parameters</a></li>
|
||||
<li><a href="#access">User Control</a></li>
|
||||
<li><a href="#configinfo">Configinfo</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Basic Settings:<a name="basicsettings" id="basicsettings"></a></h2>
|
||||
|
||||
<h3>Display</h3>
|
||||
|
||||
<p><strong>Show Link to Event Page:</strong><br />
|
||||
Select if you wish to link to the detail page through the
|
||||
title of the event. Link on title only works if the title is displayed
|
||||
in the layout settings.</p>
|
||||
|
||||
<p><strong>Format Date (short):</strong><br />
|
||||
Use the php date syntax to format the date in short form. This is the format used for event list views.
|
||||
For example the following code 'd.m.Y' shows '25.05.2016'. More Information
|
||||
<a href="https://www.php.net/manual/function.date.php" target="_blank">php date manual</a>.
|
||||
Keep in mind, that not all parameters might be available on your server.</p>
|
||||
|
||||
<p><strong>Format Date:</strong><br />
|
||||
Use the php date syntax to format the date. This is the format used for event detail views.
|
||||
For example the following code 'D, d.m.Y' shows 'Wed, 25.05.2016'. More Information
|
||||
<a href="https://www.php.net/manual/function.date.php" target="_blank">php date manual</a>.
|
||||
Keep in mind, that not all parameters might be available on your server.</p>
|
||||
|
||||
<p><strong>Format Time:</strong><br />
|
||||
Use the php time syntax to format the time. For example
|
||||
the following code 'H.i' shows '16.00'. More Information <a href=
|
||||
"https://www.php.net/manual/datetime.format.php" target="_blank">php time manual</a>.</p>
|
||||
|
||||
<p><strong>Time Suffix:</strong><br />
|
||||
Fill in "h" or "Uhr" for example. This will be displayed behind the
|
||||
time on the frontend. Leave blank if you don't need it.</p>
|
||||
|
||||
<p><strong>Format Hour:</strong><br />
|
||||
Use the php time syntax to format the hour, used in Event Edit views. For example
|
||||
the following code 'H' shows '16'. More Information <a href=
|
||||
"https://www.php.net/manual/datetime.format.php" target="_blank">php time manual</a>.</p>
|
||||
|
||||
<p><strong>Store IP:</strong><br />
|
||||
In some countries it isn't permitted to store the IP address of your visitors. You can disable it here.</p>
|
||||
|
||||
<h3>Event Handling</h3>
|
||||
|
||||
<p><strong>Handle Old Events:</strong><br />
|
||||
Select one of the three options. 'Delete old Events' will delete
|
||||
all Events after the number of days entered in in the box below. If
|
||||
you select 'Archive old Events' the Events will get the 'Archived' status after the
|
||||
number of days given in the next settings field.<br /> Please note that JEM triggers this cleanup action once a
|
||||
day after midnight server time and only if a JEM view got a visitor in the Frontend. If you want to make sure
|
||||
that the cleanup happens, create a cronjob pointing to a JEM component view.</p>
|
||||
|
||||
<p><strong>Number of Days:</strong><br />
|
||||
Just to specify when an event is "old".</p>
|
||||
|
||||
<h3>Image Handling:</h3>
|
||||
|
||||
<p><strong>Allowed Image Files:</strong><br />
|
||||
File extensions which will be accepted on image uploads. By default jpg, png, and gif are accepted.
|
||||
Other extensions may work generally but may cause unexpected effects e.g. if using Lightbox.</p>
|
||||
|
||||
<p><strong>Max. Image Filesize:</strong><br />
|
||||
Enter the maximum size in kb for the image file.</p>
|
||||
|
||||
<p><strong>Max. Height of Thumbnails:</strong><br />
|
||||
Type in the maximum height of the image. This value is also used on the Frontend.</p>
|
||||
|
||||
<p><strong>Max. Width of Thumbnails:</strong><br />
|
||||
Type in the maximum width of the image. This value is also used on the Frontend.</p>
|
||||
|
||||
<p><strong>Enable Thumbnails:</strong><br />
|
||||
JEM can create thumbnails if the GD library version 2 is
|
||||
installed on your server. If it isn't available this feature will be disabled.
|
||||
In this case the above entered values for hight and width will be used to resize the
|
||||
images if they are larger than these values. Keep in mind that this method results
|
||||
in a much lower quality than using the GD library. Also the file size of the images aren't reduced.</p>
|
||||
|
||||
<p><strong>Lightbox Effect:</strong><br />
|
||||
Enable a nice lightbox effect to enlarge images from thumbnail to maximum size.</p>
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Attention</p>
|
||||
<p class="attention">If you define an image width of more than the width of 20% of the content area, you have to modify the jem.css accordingly.</p>
|
||||
</div>
|
||||
|
||||
<h3>Meta Options</h3>
|
||||
|
||||
<p><strong>Edit Keywords:</strong><br />
|
||||
Select in the box multiple keywords.</p>
|
||||
|
||||
<p><strong>Edit Description:</strong><br />
|
||||
In the textbox you can create your own custom meta description. Use the suggest button for a hint.
|
||||
The description is created in the Event edit screen and within the Event submission process from the Frontend
|
||||
automatically.</p>
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Attention</p>
|
||||
<p class="attention">Don't use inverted commas or quotation marks in the description, because this will cause HTML errors</p>
|
||||
</div>
|
||||
|
||||
<h2>Event Page:<a name="detailspage" id="detailspage"></a></h2>
|
||||
|
||||
<h3>Events</h3>
|
||||
|
||||
<p><strong>Display Event Description:</strong><br />
|
||||
Choose if you want to display the description on the event details page.</p>
|
||||
|
||||
<p><strong>Display Event Title:</strong><br />
|
||||
Choose if you want to display the title of the event on the event details page</p>
|
||||
|
||||
<p><strong>Show Author:</strong><br />
|
||||
Choose if you want to show the name of the author on the event details page</p>
|
||||
|
||||
<p><strong>Link Author:</strong><br />
|
||||
If set you Yes, the name of the event's author will be linked to it's contact page.
|
||||
You must create a contact linked to the author's user record for this setting to work.</p>
|
||||
|
||||
<p><strong>Show Contact:</strong><br />
|
||||
Choose if you want to show the contact information on the detailspage</p>
|
||||
|
||||
<p><strong>Link Contact:</strong><br />
|
||||
If set you Yes, the name of the contact person will be linked to it's contact page.
|
||||
You must create a contact user record for this setting to work.</p>
|
||||
|
||||
<p><strong>Show Hits:</strong><br />
|
||||
Choose if you want to show the number of page-hits on the event details page</p>
|
||||
|
||||
<p><strong>Show Print Icon:</strong><br />
|
||||
If set to Yes, there will be a Print Icon on the event details page</p>
|
||||
|
||||
<p><strong>Show Email Icon:</strong><br />
|
||||
If set to Yes, there will be an Email Icon on the event details page</p>
|
||||
|
||||
<p><strong>Show iCal:</strong><br />
|
||||
If set to Yes, there will be an iCal Icon on the event details page</p>
|
||||
|
||||
<p><strong>Show "Read More":</strong><br />
|
||||
If set to Show, the Read More link will be shown </p>
|
||||
|
||||
<p><strong>Show Introtext:</strong><br />
|
||||
If set to Show, the event Introtext will be shown.
|
||||
If set to Hide, only the part of the event description after the "Read More" break will show.</p>
|
||||
|
||||
<h3>Venues</h3>
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Attention</p>
|
||||
<p class="attention">The Venues settings in this area affect the Event detail view.
|
||||
Other Venues settings under "Global Parameters" tab affect the Venue detail view.</p>
|
||||
</div>
|
||||
|
||||
<p><strong>Display Venue Description:</strong><br />
|
||||
Choose if you want to display the description of the venue.</p>
|
||||
|
||||
<p><strong>Display Venue Address:</strong><br />
|
||||
Choose if you want to display the address of the venue.</p>
|
||||
|
||||
<p><strong>Show Weblink to Venue:</strong><br />
|
||||
Choose between No Link, a link to the url of the venue (if entered) and a link to the venue view.</p>
|
||||
|
||||
<p><strong>Choose Map Service:</strong><br />
|
||||
Choose between the following options:</p>
|
||||
|
||||
<ul>
|
||||
<li>No map service - displays no map</li>
|
||||
<li>Display link to Google Maps - will display a Google Map as a popup (after click)</li>
|
||||
<li>Display Google map - will show a map directly when viewing the event.</li>
|
||||
<li>Display Google map (API key) - will show a map directly when viewing the event.
|
||||
Additionally, when entering new venues, JEM is able to find the geo-location based on the given address (Geo-tagging).
|
||||
You need a Google API key for this to work. A key can be obtained for free at Google.</li>
|
||||
</ul>
|
||||
|
||||
<p>Depending on choosen option additional settings may be shown.</p>
|
||||
|
||||
<h3>Registration</h3>
|
||||
|
||||
<p><strong>Show Attendee Names to:</strong><br />
|
||||
Select who is allowed to see the names of all attendees.</p>
|
||||
|
||||
<p><strong>Select Community Solution:</strong><br />
|
||||
Currently only Community Builder is supported. Further settings should be made in the plugin.</p>
|
||||
|
||||
<p>Depending on choosen option additional settings may be shown.</p>
|
||||
|
||||
<h2>Layout:<a name="layout" id="layout"></a></h2>
|
||||
|
||||
<h3>General Layout Settings:</h3>
|
||||
|
||||
<p><strong>Table Width in %:</strong><br />
|
||||
Type in the maximum width in percent for the entire table layout on the Frontend.
|
||||
Please keep in mind that the columns below total up to 100% all together.</p>
|
||||
|
||||
<p><strong>Date Column Width in %:</strong><br />
|
||||
Type in the width of teh date column.</p>
|
||||
|
||||
<p><strong>Time in Date Column:</strong><br />
|
||||
Show the time on the Frontend view or not.</p>
|
||||
|
||||
<p><strong>Layout of Date Column:</strong><br />
|
||||
Choose <strong>Single line</strong> to get: "startdate, starttime - enddate, endtime" without hard line break.
|
||||
Choose <strong>Two lines</strong> for "startdate - enddate" in first line and "starttime - endtime" in second line.<br />
|
||||
If "Show time in date column" is set to No/Hide the only difference is the second, empty line on Two lines layout.
|
||||
So you should show time values for best results.</p>
|
||||
|
||||
<h3>Columns</h3>
|
||||
|
||||
<p><strong>City Column:</strong><br />
|
||||
Choose if you want to show the City column. If yes, type in the
|
||||
width of the column. The column title will be displayed
|
||||
at the head of the column.</p>
|
||||
|
||||
<p><strong>Attendee Column:</strong><br />
|
||||
Choose if you want to show the Attendee column. If yes, type in the
|
||||
width of the column. The column title will be displayed
|
||||
at the head of the column.</p>
|
||||
|
||||
<p><strong>Title Column:</strong><br />
|
||||
Choose if you want to show the Title column. If yes, type in the
|
||||
width of the column. The column title will be displayed
|
||||
at the head of the column.</p>
|
||||
|
||||
<p><strong>Venue Column:</strong><br />
|
||||
Choose if you want to show the Venue column. If yes, type in the
|
||||
width of the column. The column title will be displayed
|
||||
at the head of the column.<br />
|
||||
Additionally, you can choose if the Venue name should be a link to the venue detail view.</p>
|
||||
|
||||
<p><strong>State Column:</strong><br />
|
||||
Choose if you want to show the State column. If yes, type in the
|
||||
width of the column. The column title will be displayed
|
||||
at the head of the column.</p>
|
||||
|
||||
<p><strong>Category Column:</strong><br />
|
||||
Choose if you want to show the Category column. If yes, type in the
|
||||
width of the column. The column title will be displayed
|
||||
at the head of the column.<br />
|
||||
Additionally, you can choose if the name of the Caregory should be a link to the Category view.</p>
|
||||
|
||||
<p><strong>Event Image Column:</strong><br />
|
||||
Choose if you want to show the Event image in the list view in the Frontend.
|
||||
If yes, type in the width of the column. The column title will be displayed
|
||||
at the head of the column.</p>
|
||||
|
||||
<h3>Custom Stylesheets</h3>
|
||||
|
||||
<p>Choose if you want to use custom stylesheets for various parts of JEM. You can set if you are using a custom stylesheet for:</p>
|
||||
<ul>
|
||||
<li>Backend </li>
|
||||
<li>Calendar</li>
|
||||
<li>Colorpicker </li>
|
||||
<li>Geostyle</li>
|
||||
<li>Googlemap</li>
|
||||
<li>JEM </li>
|
||||
<li>Print</li>
|
||||
</ul>
|
||||
|
||||
<p>For each part of JEM enter the location of the css as full path without hostname.<br />
|
||||
<b>Example:</b>
|
||||
If the file is accessable as "www.mysite.com/media/my/css/mystyle.css" type in here "/media/my/css/mystyle.css".</p>
|
||||
|
||||
<h3>Background Color</h3>
|
||||
|
||||
<p> Choose a custom Background Color for various parts of JEM.</p>
|
||||
|
||||
<h3>Border Color</h3>
|
||||
|
||||
<p> Choose a custom Border Color for various parts of JEM.</p>
|
||||
|
||||
<h3>Font Color</h3>
|
||||
|
||||
<p> Choose a custom Font Color for various parts of JEM.</p>
|
||||
|
||||
<h2>Global Parameters:<a name="params" id="params"></a></h2>
|
||||
|
||||
<h3>Global Parameters:</h3>
|
||||
|
||||
<p>The Global Parameters are used to assign basic settings to the views.
|
||||
These parameters can be changed for each view when creating a new menu item.</p>
|
||||
|
||||
<p><strong>Show Filter:</strong><br />
|
||||
Choose if you want to show the Filter options on top of the list views.</p>
|
||||
|
||||
<p><strong>Show Limitbox:</strong><br />
|
||||
Choose if you want to show the Select dropdown on top of the list views.</p>
|
||||
|
||||
<p><strong>Show Icons:</strong><br />
|
||||
Choose if you want to show the Print / Email / Archive icons
|
||||
in events list and event layout. en top of the list views.</p>
|
||||
|
||||
<p><strong>Show Print-Icon:</strong><br />
|
||||
Choose if you want to show a Print icon in events list and event layout.</p>
|
||||
|
||||
<p><strong>Show Archive-Icon:</strong><br />
|
||||
Choose if you want to show an Archive icon in events list and event layout.</p>
|
||||
|
||||
<p><strong>Show Email-Icon:</strong><br />
|
||||
Choose if you want to show an Email icon in events list and event layout.</p>
|
||||
|
||||
<p><strong>Show iCal-Icon:</strong><br />
|
||||
Choose if you want to show an ICS export button in events list and event layout.</p>
|
||||
|
||||
<p><strong>Show Time:</strong><br />
|
||||
Choose if you want to show time with events.</p>
|
||||
|
||||
<p><strong>Display User Name:</strong><br />
|
||||
Choose if the name or the username should be displayed for the event creator and the attendees.</p>
|
||||
|
||||
<p><strong>Enable Highlighter:</strong><br />
|
||||
When enabled the search results will be highlighted (backend only) with the original search phrase.</p>
|
||||
|
||||
<p><strong>Default Menu Itemid:</strong><br />
|
||||
Specify the ID of the menu item (mostly to a Simplelist view) JEM should use for links to e.g. events
|
||||
in case no menu item can be found automatically.</p>
|
||||
|
||||
<p><strong>Write Logfile</strong><br />
|
||||
This allows our developers to look a bit deeper into JEM.</p>
|
||||
|
||||
<p><strong>Google API-Key:</strong><br />
|
||||
When you want to display a Google Maps based on the Google API3 key, enter your API key here.
|
||||
Please note that for just displaying an event map, an API key is not mandatory, but if you want to use the
|
||||
geotagging function in the venue edit screen, a Google APUI key is required</p>
|
||||
|
||||
<p><strong>Google ClientID:</strong><br />
|
||||
If you have a Google Client ID you can fill it in here. (Optional, only for businesses)</p>
|
||||
|
||||
<p><strong>Cleanup DB on Uninstall:</strong><br />
|
||||
Here you can choose if or not all JEM tables but also JEM related menu items
|
||||
should be removed from database if you uninstall JEM.
|
||||
Be warned: If set to Yes and you uninstall JEM all data like events, venues, or atteendances get lost!</p>
|
||||
|
||||
<h3>Editevent:</h3>
|
||||
|
||||
<p><strong>Owned Venues:</strong><br />
|
||||
Choose if Frontend editors can only choose from the venues they own in the select list.</p>
|
||||
|
||||
<p><strong>Max. # Custom Fields:</strong><br />
|
||||
Choose the maximum number of Custom Fields that are allowed when entering / editing an Event.
|
||||
Please note this only takes effect in the Frontend.</p>
|
||||
|
||||
<h3>Advanced Parameters:</h3>
|
||||
|
||||
<p><strong>Max ICS Events:</strong><br />
|
||||
Enter the maximum number of events you want to export when making an ICS export.</p>
|
||||
|
||||
<p><strong>Default List Limit:</strong><br />
|
||||
Choose the number of events to display on the Frontend views.</p>
|
||||
|
||||
<p><strong>Show Category Images:</strong><br />
|
||||
Choose if you want to show the Category images in the Frontend.</p>
|
||||
|
||||
<p><strong>Generate Events up to (days):</strong><br />
|
||||
Enter the maximum amount of days that JEM should auto-create recurring events in the future.
|
||||
This is called the 'anticipation window'.
|
||||
This setting has effect when you create recurring events. If the enddate you choose for a specific
|
||||
recurring event (the 'By the end of' date) will exceed the anticipation set here, the number of recurring events that JEM
|
||||
creates will be limited by this setting.
|
||||
You set the 'By the end of' date in the Repeating Events section of the Event edit screen,
|
||||
or when submitting an event from the Frontend.</p>
|
||||
|
||||
<p><strong>Timezone Handling:</strong><br />
|
||||
You can select how the dates will be exported. If you chose 'float', when imported,
|
||||
all dates will appear as being in the same timezone as the user
|
||||
(e.g: if the event is at 2pm in the US, and the user is in France,
|
||||
it will appear as being held at 2pm in France too).<br/>
|
||||
If you use 'Joomla' timezone, the dates will be associated to the timezone
|
||||
set in Joomla configuration.</p>
|
||||
|
||||
<p><strong>First Day of Week:</strong><br />
|
||||
Choose if Sunday or Monday is the first day of the week.
|
||||
This setting has an impact on the Calendar display.</p>
|
||||
|
||||
<p><strong>Attachment Folder Path:</strong><br />
|
||||
You can specify the path of the attachments here.
|
||||
Default is media/com_jem/attachments</p>
|
||||
|
||||
<p><strong>Allowed Files:</strong><br />
|
||||
You can specify the attachment file extensions that are allowed to be uploaded.</p>
|
||||
|
||||
<p><strong>Max Filesize:</strong><br />
|
||||
Specify the maximum size of Attachments and Event Images in kb. (1 mb is 1000 kb)</p>
|
||||
|
||||
<p><strong>Default Country:</strong><br />
|
||||
You can set a default country for venues in this field.
|
||||
When entering a new venue the country is then set to the default chosen here, to save handling.</p>
|
||||
|
||||
<p><strong>CSV Separator:</strong><br />
|
||||
Choose if comma or semicolon should be used as separator between fields on CSV Imports/Exports (e.g. attendee lists).</p>
|
||||
|
||||
<p><strong>CSV Delimiter:</strong><br />
|
||||
Choose if quote or double-quote should be used to embrace fields on CSV Imports/Exports (e.g. attendee lists).</p>
|
||||
|
||||
<p><strong>Insert BOM for UTF-8 handling:</strong><br />
|
||||
Adds a 4-bytes string to the beginning of the export File to help Spreadsheet Software (i.e. Excel) to properly import data as UTF-8 encoded</p>
|
||||
|
||||
<h3>Venues:</h3>
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Attention</p>
|
||||
<p class="attention">The Venues settings in this area affect the Venue detail view.
|
||||
Other Venues settings under "Event Page" tab affect the Event detail view.</p>
|
||||
</div>
|
||||
|
||||
<p><strong>Display Venue Description:</strong><br />
|
||||
Choose if you want to display the description of the venue.</p>
|
||||
|
||||
<p><strong>Display Venue Address:</strong><br />
|
||||
Choose if you want to display the address of the venue.</p>
|
||||
|
||||
<p><strong>Show Weblink to Venue:</strong><br />
|
||||
Choose between No Link, a link to the url of the venue (if entered) and a link to the venue view.</p>
|
||||
|
||||
<p><strong>Choose Map Service:</strong><br />
|
||||
Choose between the following options:</p>
|
||||
|
||||
<ul>
|
||||
<li>No map service - displays no map</li>
|
||||
<li>Display link to Google Maps - will display a Google Map as a popup (after click)</li>
|
||||
<li>Display Google map - will show a map directly when viewing the event.</li>
|
||||
<li>Display Google map (API key) - will show a map directly when viewing the event.
|
||||
Additionally, when entering new venues, JEM is able to find the geo-location based on the given address (Geo-tagging).
|
||||
You need a Google API key for this to work. A key can be obtained for free at Google.</li>
|
||||
</ul>
|
||||
|
||||
<p>Depending on choosen option additional settings may be shown.</p>
|
||||
|
||||
|
||||
<h3>Editvenue:</h3>
|
||||
|
||||
<p><strong>Max. # Custom Fields:</strong><br />
|
||||
Choose the maximum number of Custom Fields that are allowed when entering / editing a Venue.
|
||||
Please note this only takes effect in the Frontend.</p>
|
||||
|
||||
<h2>User Control:<a name="access" id="access"></a></h2>
|
||||
|
||||
<h3>User Control</h3>
|
||||
|
||||
<p><strong>Max Length of Descriptions:</strong><br />
|
||||
Max. length of the Event- and Venue description. If the length
|
||||
of the description is too long, the description will be stripped
|
||||
and the note [stripped] will be added.</p>
|
||||
|
||||
<p><strong>Image Uploads:</strong><br />
|
||||
Select if Image uploads for frontend submissions are optional, required or forbidden.</p>
|
||||
|
||||
<p><strong>Attachement Uploads:</strong><br />
|
||||
Select if Attachment uploads for frontend submissions are enabled or forbidden.</p>
|
||||
|
||||
<h3>AC - Events</h3>
|
||||
|
||||
<p><strong>Create Events:</strong><br />
|
||||
Select here the required Access Level to submit new Events from the Frontend.</p>
|
||||
|
||||
<p><strong>Autopublish:</strong><br />
|
||||
Select here the required Access Level for Users when Events should
|
||||
be immediately published. Otherwise they have to be published in
|
||||
the backend after reviewing manually.</p>
|
||||
|
||||
<p><strong>Edit ALL Events:</strong><br />
|
||||
Allow users to edit **ANY** event on the Frontend.</p>
|
||||
|
||||
<p><strong>Edit Own Events:</strong><br />
|
||||
Allow user to edit his submitted events even if he hasn't
|
||||
the required access level for editing events.</p>
|
||||
|
||||
<h3>Registration</h3>
|
||||
|
||||
<p><strong>Allow Event Registration:</strong><br />
|
||||
Select here to always allow registration, always forbid registration,
|
||||
or allow event creator to decide if (s)he needs registration for the specific event.</p>
|
||||
|
||||
<p><strong>Allow Invitation:</strong><br />
|
||||
If set to 'Yes' event creators are allowed to invite users and also to limit permission to register to them. <br />
|
||||
<strong>Attention: This will provide a list of all site users available to all potential event creators!</strong></p>
|
||||
|
||||
<p><strong>Allow Comments:</strong><br />
|
||||
Select if Frontend users are allowed to write an additional comment when they register for an event.</p>
|
||||
|
||||
<h3>AC - Venues</h3>
|
||||
|
||||
<p><strong>Create Venues:</strong><br />
|
||||
Select the required Access Level to submit new Venues from the Frontend.</p>
|
||||
|
||||
<p><strong>Autopublish:</strong><br />
|
||||
Select here the required Access Level for Users when Venues should
|
||||
be immediately published. Otherwise they have to be published in
|
||||
the backend after reviewing manually.</p>
|
||||
|
||||
<p><strong>Edit ALL Venues:</strong><br />
|
||||
Allow users to edit **ANY** venue from the Frontend, even if (s)he does not have the write permissions
|
||||
required for editing venues.</p>
|
||||
|
||||
<p><strong>Edit Own Venues:</strong><br />
|
||||
Allow user to edit his submitted venues even if even if (s)he does not have the write permissions
|
||||
required for editing venues.</p>
|
||||
|
||||
|
||||
<h2>Configinfo:<a name="configinfo" id="configinfo"></a></h2>
|
||||
|
||||
<h3>Configinfo</h3>
|
||||
|
||||
<p>The Configinfo schreen displays a summary of all JEM and JEM-related configuration and version information.</p>
|
||||
</body>
|
||||
</html>
|
||||
494
administrator/components/com_jem/help/en-GB/settings.html_OLD
Normal file
@ -0,0 +1,494 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_GB" xml:lang="en_GB">
|
||||
<head>
|
||||
<title>Settings</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>JEM Settings</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-settings.png" alt="" class="left" />
|
||||
This is the heart of the JEM component. Here you have to decide which features you want to offer and how JEM
|
||||
should behave. The Settings are separated in 4 different types. Select one of them to go directly to the
|
||||
regarding explanation.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Settings</strong></p>
|
||||
|
||||
<h3>Toolbar Icons</h3>
|
||||
|
||||
<p><img src="toolbars/asch.png" alt="toolbar" /></p>
|
||||
|
||||
<p>
|
||||
<div class="toolbar-list">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="icon-32-apply"> </span>
|
||||
Save
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-save"> </span>
|
||||
Save & Close
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-cancel"> </span>
|
||||
Close
|
||||
</li>
|
||||
<li>
|
||||
<span class="icon-32-help"> </span>
|
||||
Help
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="clear"> </div>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<p><strong>Apply:</strong>
|
||||
Click the 'Apply' icon to save your changes and return to this screen.</p>
|
||||
<p><strong>Save:</strong>
|
||||
Click the 'Save' icon to save your changes and leave the screen.</p>
|
||||
<p><strong>Cancel:</strong>
|
||||
Click the 'Cancel' icon to leave the screen without saving any changes.</p>
|
||||
<p><strong>Help:</strong>
|
||||
Click the Help icon to access a relevant Help Screen.</p>
|
||||
|
||||
|
||||
<h2><strong>Settings:</strong></h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="#basicsettings">Basic Settings</a></li>
|
||||
<li><a href="#detailspage">Event Page</a></li>
|
||||
<li><a href="#layout">Layout</a></li>
|
||||
<li><a href="#params">Global Parameters</a></li>
|
||||
<li><a href="#access">User Control</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>Basic Settings:<a name="basicsettings" id="basicsettings"></a></h2>
|
||||
|
||||
<h3>Display - Settings</h3>
|
||||
|
||||
<p><strong>Show Link to detail page:</strong><br />
|
||||
Select if you wish to link to the detail page through the
|
||||
title of the event. Link on title only works if the title is displayed
|
||||
in the layout settings.</p>
|
||||
|
||||
<p><strong>Format date:</strong><br />
|
||||
Use the php strftime syntax to format the date. For example
|
||||
the following code '%d.%m.%Y' shows '25.05.2006'. More Information
|
||||
<a href="http://www.php.net/strftime" target="_blank">php strftime manual</a>.
|
||||
Keep in mind, that not all parameters might be available on your server.</p>
|
||||
|
||||
<p><strong>Format time:</strong><br />
|
||||
Use the php strftime syntax to format the time. For example
|
||||
the following code '%H.%M' shows '16.00'. More Information <a href=
|
||||
"http://www.php.net/strftime" target="_blank">php strftime
|
||||
manual</a>.</p>
|
||||
|
||||
<p><strong>Name:</strong><br />
|
||||
Fill in "h" or "Uhr" for example. This will be displayed behind the
|
||||
time on the frontend. Leave blank if you don't need it.</p>
|
||||
|
||||
<p><strong>Store IP:</strong><br />
|
||||
In some countries it isn't permitted to store the IP address of your visitors. You can disable it here.</p>
|
||||
|
||||
|
||||
<h3>Event handling</h3>
|
||||
|
||||
<p><strong>Handle old Events:</strong><br />
|
||||
Select one of the three options. 'Delete old Events' will delete
|
||||
all Events after the number of days entered in in the box below. If
|
||||
you select 'Archive old Events' the Events will get the 'Archived' status after the
|
||||
number of days.<br /> Please note that JEM triggers this cleanup action once a
|
||||
day after midnight server time and only if a JEM view got a visitor in the Frontend. If you want to make sure
|
||||
that the cleanup happens, create a cronjob pointing to a JEM component view.</p>
|
||||
|
||||
|
||||
<h3>Image handling:</h3>
|
||||
|
||||
<p><strong>Max. imagefilesize:</strong><br />
|
||||
Enter the maximum size in kb for the image file.</p>
|
||||
|
||||
<p><strong>Max. height of thumbnailimage:</strong><br />
|
||||
Type in the maximum height of the image. This value is also used on the Frontend.</p>
|
||||
|
||||
<p><strong>Max. width of thumbnailimage:</strong><br />
|
||||
Type in the maximum width of the image. This value is also used on the Frontend.</p>
|
||||
|
||||
<p><strong>Enable Thumbnails:</strong><br />
|
||||
JEM can create thumbnails if the GD library version 2 is
|
||||
installed on your server. If it isn't available this feature will be disabled.
|
||||
In this case the above entered values for hight and width will be used to resize the
|
||||
images if they are larger than these values. Keep in mind that this method results
|
||||
in a much lower quality than using the GD library. Also the file size of the images aren't reduced.</p>
|
||||
|
||||
<p><strong>Lightbox effect:</strong><br />
|
||||
Enable a nice lightbox effect to enlarge images from thumbnail to maximum size.</p>
|
||||
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Attention</p>
|
||||
<p class="attention">If you define an image width of more than the width of 20% of the content area, you have to modify the jem.css accordingly.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Meta options</h3>
|
||||
|
||||
<p><strong>Edit Keywords:</strong><br />
|
||||
Select in the box multiple keywords.</p>
|
||||
|
||||
<p><strong>Edit Description:</strong><br />
|
||||
In the textbox you can create your own custom meta description. Use the suggest button for a hint.
|
||||
The description is created in the Event edit screen and within the Event submission process from the Frontend
|
||||
automatically.</p>
|
||||
|
||||
<div class="box">
|
||||
<p class="attentionheader">Attention</p>
|
||||
<p class="attention">Don't use inverted commas or quotation marks in the description, because this will cause HTML errors</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h2>Event Page:<a name="detailspage" id="detailspage"></a></h2>
|
||||
|
||||
<h3>Venues</h3>
|
||||
|
||||
<p><strong>Display Venue description:</strong><br />
|
||||
Choose if you want to display the description of the venue.</p>
|
||||
|
||||
<p><strong>Display address of the Venue:</strong><br />
|
||||
Choose if you want to display the address of the venue.</p>
|
||||
|
||||
<p><strong>Display link to the Venue:</strong><br />
|
||||
No Link, a link to the url of the venue (if entered) and a link to the venue view.</p>
|
||||
|
||||
<p><strong>Choose map service:</strong><br />
|
||||
Choose between the following options:<br />
|
||||
No map service - displays no map<br />
|
||||
Display link to Google Maps - will display a Google Map as a popup (after click)<br />
|
||||
Display a Google map - will show a map directly when viewing the event.</p>
|
||||
|
||||
|
||||
<h3>Events</h3>
|
||||
|
||||
<p><strong>Show time:</strong><br />
|
||||
Choose if you want to show the time of the event on the detailspage.</p>
|
||||
|
||||
<p><strong>Display Event description:</strong><br />
|
||||
Choose if you want to display the description on the detailspage.</p>
|
||||
|
||||
<p><strong>Display Event title:</strong><br />
|
||||
Choose if you want to display the title of the event on the detailspage</p>
|
||||
|
||||
|
||||
<h3>Registration</h3>
|
||||
|
||||
<p><strong>Display Username / Name:</strong><br />
|
||||
Choose of the username or the name of attendees should be displayed.</p>
|
||||
|
||||
<p><strong>Select Community Solution:</strong><br />
|
||||
Currently its only the Community Builder and the Community Builder
|
||||
Enhanced available. Further settings should be made in the plugin.</p>
|
||||
|
||||
|
||||
<h2>Layout:<a name="layout" id="layout"></a></h2>
|
||||
|
||||
<h3>General Layout Settings:</h3>
|
||||
|
||||
<p><strong>Show time:</strong><br />
|
||||
Show the time on the Frontend view or not.</p>
|
||||
|
||||
<p><strong>Table width in %:</strong><br />
|
||||
Type in the maximum width in percent for the table
|
||||
layout on the Frontend. Please keep in mind that the columns below total up to 100% all together.</p>
|
||||
|
||||
|
||||
<h3>Columns</h3>
|
||||
|
||||
<p><strong>City column:</strong><br />
|
||||
Choose if you want to show the City column. If yes, type in the
|
||||
width of the column and the name of it. The name will be displayed
|
||||
at the head of the column.</p>
|
||||
|
||||
<p><strong>Attendee column:</strong><br />
|
||||
Choose if you want to show the attendee column.</p>
|
||||
|
||||
<p><strong>Title column:</strong><br />
|
||||
Choose if you want to show the title column. If yes, type in the
|
||||
width of the column and the name of it. The name will be displayed
|
||||
at the head of the column.</p>
|
||||
|
||||
<p><strong>Venue column:</strong><br />
|
||||
Choose if you want to show the Location column. If yes, type in
|
||||
the width of the column and the name of it. The name will be
|
||||
displayed at the head of the column.</p>
|
||||
|
||||
<p><strong>State column:</strong><br />
|
||||
Choose if you want to show the State column. If yes, type in
|
||||
the width of the column and the name of it. The name will be
|
||||
displayed at the head of the column.</p>
|
||||
|
||||
<!--
|
||||
<p><strong>Date column:</strong><br />
|
||||
Type in the width of the column and the name of it. The name
|
||||
will be displayed at the head of the column. This column is
|
||||
required.</p>
|
||||
-->
|
||||
|
||||
<p><strong>Category column:</strong><br />
|
||||
Choose if you want to show the Category column. If yes, type in
|
||||
the width of the column and the name of it. The name will be
|
||||
displayed at the head of the column.</p>
|
||||
|
||||
<p><strong>Event image column:</strong><br />
|
||||
Choose if you want to show the Event image in the list view in the Frontend.</p>
|
||||
|
||||
|
||||
<h3>Stylesheets (Custom)</h3>
|
||||
|
||||
<p><Choose if you want to use custom stylesheets for various parts of JEM. You can set if you are using a custo stylesheet for
|
||||
<ul>
|
||||
<li>
|
||||
Backend
|
||||
</li>
|
||||
<li>
|
||||
Calendar
|
||||
</li>
|
||||
<li>
|
||||
Colorpicker
|
||||
</li>
|
||||
<li>
|
||||
Geostyle
|
||||
</li>
|
||||
<li>
|
||||
Googlemap
|
||||
</li>
|
||||
<li>
|
||||
JEM
|
||||
</li>
|
||||
<li>
|
||||
Print
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3>Background Color</h3>
|
||||
|
||||
<p> Choose a custom Background Color for various parts of JEM.</p>
|
||||
|
||||
<h3>Border Color</h3>
|
||||
|
||||
<p> Choose a custom Border Color for JEM.</p>
|
||||
|
||||
<h3>Font Color</h3>
|
||||
|
||||
<p> Choose a custom Font Color for JEM.</p>
|
||||
|
||||
|
||||
<h2>Global Parameters:<a name="params" id="params"></a></h2>
|
||||
|
||||
<h3>Global Parameters:</h3>
|
||||
|
||||
<p>The Global Parameters are used to assign basic settings to the views.
|
||||
These parameters can be changed for each few when creating a new menu item.</p>
|
||||
|
||||
<p><strong>Filter:</strong><br />
|
||||
Choose if you want to show the Filter options on top of the list views.</p>
|
||||
|
||||
<p><strong>Display Select:</strong><br />
|
||||
Choose if you want to show the Select dropdown on top of the list views.</p>
|
||||
|
||||
<p><strong>Show Icons:</strong><br />
|
||||
Choose if you want to show the Print / Email / Archive icons
|
||||
in events list and event layout. en top of the list views.</p>
|
||||
|
||||
<p><strong>Print Icon:</strong><br />
|
||||
Choose if you want to show a Print icon in events list and event layout.</p>
|
||||
|
||||
<p><strong>Archive Icon:</strong><br />
|
||||
Choose if you want to show an Archive icon in events list and event layout.</p>
|
||||
|
||||
<p><strong>Email Icon:</strong><br />
|
||||
Choose if you want to show an Email icon in events list and event layout.</p>
|
||||
|
||||
<p><strong>Show iCal icon:</strong><br />
|
||||
Choose if you want to show an ICS export button in events list and event layout.</p>
|
||||
|
||||
<p><strong>Show Time:</strong><br />
|
||||
Choose if you want to time with events.</p>
|
||||
|
||||
<p><strong>Show Time:</strong><br />
|
||||
Choose if you want to time with events.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<p><strong>Display name:</strong><br />
|
||||
Choose if the name or the username should be displayed.</p>
|
||||
|
||||
|
||||
|
||||
<p><strong>Show Unauthorised Links</strong><br />
|
||||
Choose if you want to display links to registered content, even when the user is not logged in.
|
||||
A user will need to log in when he wants to view the full item</p>
|
||||
|
||||
<p><strong>Enable Highlighter</strong><br />
|
||||
When enabled the search results will be highlighted (backend only) with the original search phrase.</p>
|
||||
|
||||
<p><strong>Default Itemid</strong><br />
|
||||
</p>
|
||||
|
||||
<p><strong>Google API-Key:</strong><br />
|
||||
When you want to display a Google Maps based on the Google API3 key, enter your API key here.</p>
|
||||
|
||||
<p><strong>Google ClientID</strong><br />
|
||||
If you have a Google Client ID you can fill it in here. (Optional, only for businesses)</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<h3>Advanced Parameters:</h3>
|
||||
|
||||
<p><strong>Max ICS events:</strong><br />
|
||||
Enter the maximum number of events you want to export when making an ICS export.</p>
|
||||
|
||||
<p><strong>Number of Events on the Frontend views:</strong><br />
|
||||
Enter the number of events to display on the Frontend views.</p>
|
||||
|
||||
<p><strong>Show Category images:</strong><br />
|
||||
Choose if you want to show the Category images in the Frontend.</p>
|
||||
|
||||
<p><strong>Generate events up to (days):</strong><br />
|
||||
Enter the maximum amount of days that JEM should auto-create recurring events in the future.
|
||||
This is called the 'anticipation window'.
|
||||
This setting has effect when you create recurring events. If the enddate you choose for a specific
|
||||
recurring event (the 'By the end of' date) will exceed the anticipation set here, the number of recurring events that JEM
|
||||
creates will be limited by this setting.
|
||||
You set the 'By the end of' date in the Repeating Events section of the Event edit screen,
|
||||
or when submitting an event from the Frontend.</p>
|
||||
|
||||
<p><strong>Timezone handling:</strong><br />
|
||||
You can select how the dates will be exported. If you chose 'float', when imported,
|
||||
all dates will appear as being in the same timezone as the user
|
||||
(e.g: if the event is at 2pm in the US, and the user is in France,
|
||||
it will appear as being held at 2pm in France too).<br/>
|
||||
If you use 'Joomla' timezone, the dates will be associated to the timezone
|
||||
set in Joomla configuration.</p>
|
||||
|
||||
<p><strong>First day of the week:</strong><br />
|
||||
Choose if Sunday or Monday is the first day of the week.
|
||||
This setting has an impact on the Calendar display.</p>
|
||||
|
||||
<p><strong>Attachment folder path:</strong><br />
|
||||
You can specify the path of the attachments here.
|
||||
Default is media/com_jem/attachments</p>
|
||||
|
||||
<p><strong>Max size:</strong><br />
|
||||
Specify the maximum size of attachments in kb. (1 mb is 1000 kb)</p>
|
||||
|
||||
<p><strong>Default country:</strong><br />
|
||||
You can set a default country for venues in this field.
|
||||
When entering a new venue the country is then set to the default chosen here, to save handling.</p>
|
||||
|
||||
|
||||
<h2><a name="access" id="access">User Control :</a></h2>
|
||||
|
||||
<h3>User Control</h3>
|
||||
|
||||
<p><strong>Max length of the descriptions:</strong><br />
|
||||
Max. length of the event- and location description. If the length
|
||||
of the description is too long, the description will be stripped
|
||||
and the note [stripped] will be added. This affects only
|
||||
submissions from user with an Userrank lower than 'Editor'.</p>
|
||||
|
||||
|
||||
<h3>Image uploads</h3>
|
||||
|
||||
<p>Select if image uploads for frontend submissions are optional, required or forbidden.</p>
|
||||
|
||||
|
||||
<h3>AC - Events</h3>
|
||||
|
||||
<p><strong>New Events from Users:</strong><br />
|
||||
Select here the required Access Level to submit new Events from the Frontend.</p>
|
||||
|
||||
<p><strong>Recursive:</strong><br />
|
||||
Allow parent groups access as well? If No access is restricted to
|
||||
the selected group only. Note: Administrators always have access.</p>
|
||||
|
||||
<p><strong>Autopublish:</strong><br />
|
||||
Select here the required Access Level for Users when Events should
|
||||
be immediately published. Otherwise they have to be published in
|
||||
the backend after reviewing manually.</p>
|
||||
|
||||
<p><strong>Recursive:</strong><br />
|
||||
Allow parent groups access as well? If No access is restricted to
|
||||
the selected group only. Note: Administrators always have access.</p>
|
||||
|
||||
<p><strong>Frontend Events editing:</strong><br />
|
||||
Select here the required Access Level to edit Events from the Frontend.</p>
|
||||
|
||||
<p><strong>Recursive:</strong><br />
|
||||
Allow parent groups access as well? If No access is restricted to
|
||||
the selected group only. Note: Administrators always have access.</p>
|
||||
|
||||
<p><strong>Allow to edit owned events:</strong><br />
|
||||
Allow user to edit his submitted events even if he hasn't
|
||||
the required access level for editing events.</p>
|
||||
|
||||
|
||||
<h3>Registration</h3>
|
||||
|
||||
<p><strong>Allow event registration:</strong><br />
|
||||
Select if Frontend users are allowed to register to an event.</p>
|
||||
|
||||
<p><strong>Allow event registration cancellation:</strong><br />
|
||||
Select if Frontend users are allowed to unregister to an event.</p>
|
||||
|
||||
|
||||
<h3>AC - Venues</h3>
|
||||
|
||||
<p><strong>Allow users to create venues:</strong><br />
|
||||
Select the required Access Level to submit new Venues from the Frontend.</p>
|
||||
|
||||
<p><strong>Recursive:</strong><br />
|
||||
Allow parent groups access as well? If No access is restricted to
|
||||
the selected group only. Note: Administrators always have access.</p>
|
||||
|
||||
<p><strong>Autopublish:</strong><br />
|
||||
Select here the required Access Level for Users when Venues should
|
||||
be immediately published. Otherwise they have to be published in
|
||||
the backend after reviewing manually.</p>
|
||||
|
||||
<p><strong>Recursive:</strong><br />
|
||||
Allow parent groups access as well? If No access is restricted to
|
||||
the selected group only. Note: Administrators always have access.</p>
|
||||
|
||||
<p><strong>Allow users to edit Venues:</strong><br />
|
||||
Select here the required Access Level to edit Venues from the Frontend.</p>
|
||||
|
||||
<p><strong>Recursive:</strong><br />
|
||||
Allow parent groups access as well? If No access is restricted to
|
||||
the selected group only. Note: Administrators always have access.</p>
|
||||
|
||||
<p><strong>Allow to edit owned venues:</strong><br />
|
||||
Allow user to edit his submitted venues even if he hasn't the
|
||||
required access level for editing venues.</p>
|
||||
|
||||
|
||||
<div class="close">
|
||||
<a href="#" onclick="javascript:window.close();">Close window</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
55
administrator/components/com_jem/help/en-GB/update.html
Normal file
@ -0,0 +1,55 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><span>20</span>Update check</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Update check</h1>
|
||||
|
||||
<h3>Description</h3>
|
||||
|
||||
<div>
|
||||
<p><img src="../../../../../media/com_jem/images/icon-48-update.png" alt="" class="left" />
|
||||
With this button JEM automatically checks if you are using the most recent version of JEM.</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p class="hintheader">Tip</p>
|
||||
<p class="hint">Regularly check for updates! Updating keeps your site secure and mostly provides new useful functionality to you.
|
||||
If you don't visit the home of JEM, <a href="https://www.joomlaeventmanager.net" target="_blank">Joomlaeventmanager.net</a>, from time to time
|
||||
you should click the button "Updatecheck" to see if a new version of JEM is available.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Navigation</h3>
|
||||
|
||||
<p>To access this screen use:
|
||||
<strong>Components</strong> → <strong>JEM</strong> → <strong>Update Check</strong></p>
|
||||
|
||||
<h3>Basic information</h3>
|
||||
|
||||
<p>
|
||||
After the the update check the system will display if you are using the latest version of JEM or not,
|
||||
along with some other useful information:
|
||||
</p>
|
||||
|
||||
<p><strong>Latest version:</strong>
|
||||
The latest released version of JEM</p>
|
||||
<p><strong>Release Date:</strong>
|
||||
The date the latest version was released</p>
|
||||
<p><strong>Changes:</strong>
|
||||
The most important changes in this release compared to the previous release.</p>
|
||||
<p><strong>Information:</strong>
|
||||
Click and follow the link to view more information.</p>
|
||||
<p><strong>Files</strong>
|
||||
Click and follow the link to download the files of the latest release.</p>
|
||||
<p><strong>Notes:</strong>
|
||||
The version of the update.</p>
|
||||
<p><strong>Installed Version</strong>
|
||||
The currently installed version.</p>
|
||||
</body>
|
||||
</html>
|
||||
30
administrator/components/com_jem/help/en-GB/updatejem4.html
Normal file
@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-GB" xml:lang="en-GB">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title><span>21</span>Update to JEM 4 for Joomla 4</title>
|
||||
<link href="../css/help.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>How to update to JEM 4 for Joomla 4 and PHP 8</h1>
|
||||
|
||||
<ul>
|
||||
<li>Update to JEM 2.3.6</li>
|
||||
<li>Make a backup!</li>
|
||||
<li>Disable the JEM extensions, all jem plugins, all JEM modules</li>
|
||||
<li>(During upgrade process, it suggested to switch to Joomla3 default template "Protostar")</li>
|
||||
<li>To prepare the update from Joomla3 to Joomla4, go to Components > Joomla! Updates, choose Options and in Update Channel choose Joomla Next.</li>
|
||||
<li>Save.</li>
|
||||
<li>Then you get the informations about which other components are not ready. Perhaps I have to disable/uninstall other components/modules/plugins not prepared for Joomla4)</li>
|
||||
<li>Update to php 8+</li>
|
||||
<li>Then upgrade from Joomla3 to Joomla4.</li>
|
||||
<li>Install JEM 4</li>
|
||||
<li>Before switching to the frontend, change the positions of the JEM-modules and the main menue, to the positions of your new Joomla4 template (e.g. the Joomla4 default template "cassiopeia"!</li>
|
||||
<li>Enable all JEM 4 (component, modules, plugins)</li>
|
||||
<li>Adapt the JEM settings (there are changes: e.g. datetime format)</li>
|
||||
<li>Check everythink if it works!</li>
|
||||
<li>Finish :-)</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
After Width: | Height: | Size: 9.1 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 84 KiB |
|
After Width: | Height: | Size: 71 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 179 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 106 KiB |
1
administrator/components/com_jem/help/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><title></title>
|
||||