The automatic system is currently unavailable.

If there is something some payment pending for you please let me know. I'm reading unread PM, emails, and messages on various platforms as fast as possible but it is possible I missed a message from you if there was any.

Send me a message on Discord Omar G.#6117 and a PM over at the MyBB.com community so I don't miss your message.

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 ne...

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.

Files

There are currently no posts to display. Be the first one to leave a reply.

Current time: 6 Jun, 2023, 3:39 am

This forum uses Lukasz Tkacz MyBB addons.