×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Bespoke code - where should I add it?
Graham Thomas
New Member
Posts: 1
pred 4 rokmi 4 mesiacmi #9779
od Graham Thomas
Bespoke code - where should I add it? bolo vytvorené 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>
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>
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
Søren Beck Jensen
Administrator
Posts: 81
pred 4 rokmi 4 mesiacmi #9780
od Søren Beck Jensen
Søren Beck Jensen
Founder, Component-Creator.com
Odpoveď od Søren Beck Jensen na tému 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
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
Čas vytvorenia stránky: 0.046 sekúnd