Knoman
08-02-2001, 01:16 AM
okay... i have installed some of my own custom hacks in 2.0.1 with no problems, now that i have upgraded to 2.0.3, im totally lost. my hacks no longer show up, i tried to re-input my hack in 2.0.3, only to see disappointment.
this is where i normally inserted my hack in 2.0.1
$sli = 0;
while ($sli < $post[starlevel]) {
$post[stars] .= "<img src=\"images/stars/$post[starimg].gif\" border=\"0\">";
++$sli;
}
****HACK goes here****
eval("\$post[profile] = \"".gettemplate("postbit_profile")."\";");
eval("\$post[search] = \"".gettemplate("postbit_search")."\";");
eval("\$post[buddy] = \"".gettemplate("postbit_buddy")."\";");
now, the info that the hack uses is post counts, post per day, and days registered.
where on 2.0.3 would i install my hack?
this is where i normally inserted my hack in 2.0.1
$sli = 0;
while ($sli < $post[starlevel]) {
$post[stars] .= "<img src=\"images/stars/$post[starimg].gif\" border=\"0\">";
++$sli;
}
****HACK goes here****
eval("\$post[profile] = \"".gettemplate("postbit_profile")."\";");
eval("\$post[search] = \"".gettemplate("postbit_search")."\";");
eval("\$post[buddy] = \"".gettemplate("postbit_buddy")."\";");
now, the info that the hack uses is post counts, post per day, and days registered.
where on 2.0.3 would i install my hack?