Quote:
Originally Posted by The Joint
how do i get the "line" of "pips" to start a new line after 5 pips....let me explain, i use pot leaves instead of pips, which are bigger, and i only want 5 on a row but instead i get 6 or more, what little piece of code should i edit [tell me what to do, i'm a n00b] to get the rep images to start a new line after 5 pips?
|
In the hack code, place this line
PHP Code:
if ($repval > 0) $post['reputationdisplay'] .= "<br />";
below this line ;
PHP Code:
$count = $band_b_count;
and also below this line ;
PHP Code:
$count = $band_c_count;