Ant Posted February 16, 2021 at 06:45 AM Share Posted February 16, 2021 at 06:45 AM (edited) Hi everyone, Wondering if someone can help me with this question- How can I use a field template file when manually including formbuilder fields into a listing? I suspect the field template file is not being used because I am manually including the formbuilder field. Does this sound correct? If so, is there a recommended approach to including template files for manually included formbuilder fields? ****MORE INFO**** I am manually including formbuilder fields in a listing via templates/jreviews_overrides/views/themes/profiles/listings/detail_profile.thtml Here is some example code <?php echo '<h3 class="customFieldGroupTitle">'.JText::_( 'RESUME' ).'</h3>';?> <?php echo '<div class="customFieldRow">';?> <?php echo '<div class="customFieldLabel">'.JText::_( 'Work Experience' ).'</div><div class="customFieldValue">'.$listing['Field']['pairs']['jr_workexperience']['value'][0].'</div>';?> <?php echo '</div>';?> In the administrative area of JReviews, in the Fields Manager, I've opened the field jr_workexperience and set the PHP Output Format value to work_experience I've created the following file - templates/jreviews_overrides/views/themes/profiles/fields_phpformat/work_experience.thtml As you can see, I am using a theme called profiles for this particular listing. I included the same file in several other locations for testing, but none executed (I tested with xdebug)- components/com_jreviews/jreviews/views/themes/default/fields_phpformat/work_experience.thtml and templates/jreviews_overrides/views/themes/protostar/fields_phpformat/work_experience.thtml Any suggestions would be much appreciated! Edited February 16, 2021 at 06:46 AM by Ant Typo Link to comment
Alejandro Posted February 16, 2021 at 11:39 AM Share Posted February 16, 2021 at 11:39 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Ant 1 Link to comment
Alejandro Posted February 16, 2021 at 11:42 AM Share Posted February 16, 2021 at 11:42 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Ant Posted February 17, 2021 at 03:35 AM Author Share Posted February 17, 2021 at 03:35 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Alejandro 1 Link to comment
Alejandro Posted February 17, 2021 at 10:26 AM Share Posted February 17, 2021 at 10:26 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Ant Posted February 19, 2021 at 03:19 AM Author Share Posted February 19, 2021 at 03:19 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Ant Posted March 5, 2021 at 08:49 AM Author Share Posted March 5, 2021 at 08:49 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Alejandro 1 Link to comment
Alex.1 Posted October 20, 2021 at 12:06 AM Share Posted October 20, 2021 at 12:06 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts