Find
// Those are group-only attributes
$group_only_ary = array('group_receive_pm', 'group_legend', 'group_message_limit', 'group_max_recipients', 'group_founder_manage');
Add After
// idiotnesia wuz here - user rep point
$attribute_ary['group_reputation_power'] = 'int';
$group_only_ary[] = 'group_reputation_power';
// end
The Find specified by the MOD could not be found
Find
$group_attributes = array();
$test_variables = array('rank', 'colour', 'avatar', 'avatar_type', 'avatar_width', 'avatar_height', 'receive_pm', 'legend', 'message_limit', 'max_recipients', 'founder_manage');
Add After
// idiotnesia wuz here - user rep point
$test_variables[] = 'reputation_power';
// end
The Find specified by the MOD could not be found
Find
'L_AVATAR_EXPLAIN' => sprintf($user->lang['AVATAR_EXPLAIN'], $config['avatar_max_width'], $config['avatar_max_height'], round($config['avatar_filesize'] / 1024)),
)
);
Add After
// idiotnesia wuz here - user rep point
$template->assign_vars(array(
'GROUP_REPUTATION_POWER' => (isset($group_row['group_reputation_power'])) ? $group_row['group_reputation_power'] : 0,
)
);
// end
The Find specified by the MOD could not be found
Find
<dt>{L_TOTAL_POSTS}:</dt>
<dd>{POSTS} | <strong><a href="{U_SEARCH_USER}">{L_SEARCH_USER_POSTS}</a></strong>
<!-- IF POSTS_PCT -->
({POSTS_PCT} / {POSTS_DAY})<!-- ENDIF -->
<!-- IF POSTS_IN_QUEUE and U_MCP_QUEUE -->
(<a href="{U_MCP_QUEUE}">{L_POSTS_IN_QUEUE}</a>)<!-- ELSEIF POSTS_IN_QUEUE -->
({L_POSTS_IN_QUEUE})<!-- ENDIF -->
</dd>
Add After
<!-- IF S_REPUTATION -->
<dt>{L_RP_TOTAL_POINTS}:</dt> <dd>{REPUTATION}</dd>
<dt>{L_RP_POWER}:</dt> <dd>{REP_POWER}</dd>
<!-- ENDIF -->
The Find specified by the MOD could not be found
Find
<dl>
<dt><label for="group_legend">{L_GROUP_LEGEND}:</label></dt>
<dd><input name="group_legend" type="checkbox" class="radio" id="group_legend"{GROUP_LEGEND} /></dd>
</dl>
Add After
<dl>
<dt><label for="group_reputation_power">{L_RP_GROUP_POWER}:</label></dt>
<dd><input name="group_reputation_power" type="text" id="group_reputation_power" maxlength="4" size="4" value="{GROUP_REPUTATION_POWER}" /></dd></dd>
</dl>
The Find specified by the MOD could not be found
ka cia padaryt kad nemestu error?