WBCE CMS Forum

WBCE CMS – Way Better Content Editing.

Du bist nicht angemeldet.

#1 03.03.2021 13:56:22

benvo
Mitglied

[Erledigt] Actionlist mit Custom1 statt Kategorie

Hallo zusammen,

ich möchte genre in der Actionlist unterhalb des Kalenders statt einer Kategorie (Spalte ganz rechts) meine Werte aus dem Custom1 Feld (in meinem Fall der Ort) erscheinen lassen. Hat jemand eine Idee?

Vielen Dank!

Beitrag geändert von florian (03.03.2021 21:28:56)

Offline

#2 03.03.2021 14:28:32

florian
Administrator

Re: [Erledigt] Actionlist mit Custom1 statt Kategorie

/modules/procalendar/functions.php

Zeile 438

 <td valign="top" class="actionlist_actiontype"><?php echo $CALTEXT['CATEGORY']; ?></td>

ändern zu

 <td valign="top" class="actionlist_actiontype">Ort</td>

und Zeile 528

<?php if($tmp['acttype'] > 0) { $action_name = explode("#",$action_types[$tmp['acttype']]); echo $action_name[0];}?>

ändern zu

<?=$tmp['custom1'];?>

Code allein macht nicht glücklich. Jetzt spenden!

Offline

Liked by:

benvo, giz

#3 03.03.2021 15:32:54

benvo
Mitglied

Re: [Erledigt] Actionlist mit Custom1 statt Kategorie

Besten Dank, genau so meinte ich das!

Offline

Fußzeile des Forums

up