Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

OUGC Awards on Profile in a row

$
0
0
I was looking but I made a solution for myself, until someone better fix this for all of us.

OUGC Awards in profile shows award date, name, image, reason, threadlink

Here is my fix:

Go to ougcawards_profile_row ( in theme template) and replace with

{$award['fimage']}

Go to ougcawards_profile_row_category ( in theme template) and replace with

<tr>
 <td class="tcat">
 
 </td>
</tr>

Go to ougcawards_profile ( in theme template) and replace with

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed">
 <tr>
 <td class="thead"><strong>{$lang->ougc_awards_profile_title}</strong></td>
 </tr>
</table>
{$awardlist}
<br />

Viewing all articles
Browse latest Browse all 690

Trending Articles