× Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues

Bespoke code - where should I add it?

3 Jahre 9 Monate her #9779 von Graham Thomas
Bespoke code - where should I add it? wurde erstellt von Graham Thomas
Hi,

I'd like to override the front-end display code of a table to reformat the content as a document and not a table.
Is there somewhere I can put this code?

E.g. currently:

<div class="item_fields">
<table class="table">

<tr>
<th><?php echo JText::_('COM_BOXLEAGUE_FORM_LBL_BOXLEAGUE_ID'); ?></th>
<td><?php echo $this->item->id; ?></td>
</tr>
<tr>
<th><?php echo JText::_('COM_BOXLEAGUE_FORM_LBL_BOXLEAGUE_BL_NAME'); ?></th>
<td><?php echo $this->item->bl_name; ?></td>
</tr>
</table>
</div>

However I would like something like this:

<div class="item_fields">
<h1><?php echo $this->item->bl_name; ?></h1>
</div>

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

3 Jahre 9 Monate her #9780 von Søren Beck Jensen
Søren Beck Jensen antwortete auf Bespoke code - where should I add it?
You should be using template overrides. You can learn more about them here: docs.joomla.org/How_to_override_the_outp...rom_the_Joomla!_core

Søren Beck Jensen
Founder, Component-Creator.com

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Ladezeit der Seite: 0.126 Sekunden
Powered by Kunena Forum

Wir verwenden eigene Cookies und Cookies von Drittanbietern, um Ihr Nutzererlebnis zu verbessern und Ihnen einen optimalen Service zu bieten. Wenn Sie die Website weiter nutzen, gehen wir davon aus, dass Sie mit unserer Cookie-Politik einverstanden sind.