15 Apr, 2020, 4:07 pm
By default awards are displayed in a box format inside profile pages. To change this display to display awards in-line rather that a box, you only need to edit the templates provided with the plugin. A example modification with a default installation is as follows:
After finishing the template modifications, you will need to move the variable `{$memprofile['ougc_awards']}` within the `member_profile` template around to display the awards wherever you want. The following preview is just an example of how the end result after editing the templates could be.
- Replace the `ougcawards_profile` template with the following:
Code:{$awardlist}{$multipage}
- Replace the `ougcawards_profile_multipage` template with the following:
Code:{$multipage}
- Replace the `ougcawards_profile_row` template with the following:
Code:{$award['fimage']}
- Leave the `ougcawards_profile_row_category` template empty.
- Replace the `ougcawards_profile_row_empty` template with the following:
Code:{$lang->ougc_awards_profile_empty}
After finishing the template modifications, you will need to move the variable `{$memprofile['ougc_awards']}` within the `member_profile` template around to display the awards wherever you want. The following preview is just an example of how the end result after editing the templates could be.