WBCE CMS Forum

WBCE CMS – Way Better Content Editing.

You are not logged in.

#1 03.03.2021 13:56:22

benvo
Member

[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!

Last edited by 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!
Und Danke an alle, die diesem Aufruf schon gefolgt sind! thumb_up

Offline

Liked by:

benvo, giz

#3 03.03.2021 15:32:54

benvo
Member

Re: [Erledigt] Actionlist mit Custom1 statt Kategorie

Besten Dank, genau so meinte ich das!

Offline

Board footer

up