Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • conforturis Friend
    #194466

    Hi,
    Where is code of this field

    for I can hide Packages ID and add more info??


    1. sc
    HeR0 Friend
    #521234

    @ Conforturis,

    You can modify the …componentscom_jajobboardviewsjaemployerstmpltrans_detail.php file as you wish.

    conforturis Friend
    #521350

    I know. You use this code for display this field
    [PHP]<tr>
    <td class=” first”><?php echo JText::_(‘DETAILS’); ?>:</td>
    <td class=”last”><?php echo $item->detail; ?></td>
    </tr>[/PHP]
    But where is the code is array whit this Variable “detail” for I can hide Packages ID? I could not find in this file.

    HeR0 Friend
    #521409

    You can hide the Package ID by splitting the string of the Transaction details as follows:

    [PHP]<td class=”last”><?php $detail = explode(‘#’, $item->detail); echo $detail[0]; ?></td>[/PHP]

    Hope this helps.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  HeR0 10 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum