Stream

« see more

New reply 17 Sep, 2025, 2:33 pm

Plugin Releases Plugin Awards

New reply 31 Jul, 2025, 12:23 am

Plugin Releases Plugin Announcement Bars

New thread 31 Jul, 2025, 12:22 am

Plugin Releases Plugin Announcement Bars

New reply 19 Jul, 2025, 2:37 pm

Plugin Releases Plugin Advanced Post Edit

New thread 19 Jul, 2025, 2:29 pm

Plugin Releases Plugin Advanced Post Edit

New reply 15 Jul, 2025, 7:50 am

Plugin Releases Paid Plugin Awards Rules

New reply 15 Jul, 2025, 2:46 am

Plugin Releases Plugin Awards

New thread 13 Jul, 2025, 12:28 am

Plugin Releases Plugin Theme File Templates

New reply 3 Jul, 2025, 3:12 am

Plugin Releases Plugin Feedback

New thread 3 Jul, 2025, 2:55 am

Plugin Releases Plugin Feedback


Files
15 Apr, 2020, 4:07 pm
How can I change the box display in profiles to in-line display?
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:
  • Replace the ougcawards_profile template with the following:
    {$awardlist}{$multipage}
  • Replace the ougcawards_profile_multipage template with the following:
    {$multipage}
  • Replace the ougcawards_profile_row template with the following:
    {$award['fimage']}
  • Leave the ougcawards_profile_row_category template empty.
  • Replace the ougcawards_profile_row_empty template with the following:
    {$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.

 
 
Need to find something?

Try doing a search of our community forums.