2007-09-17, 05:15 AM
pepotiger Wrote:confirmed here (tested on my local host) and I tryed to see the plugin source code
there is no code for the dot_solved.gif icon
Then you probably didn't look very well,
function solved_forum()
{
global $db, $mybb, $thread, $theme, $folder, $folder_label;
if($thread['solved'] == "yes")
{
$folder = "dot_solved";
$folder_label = "This Thread Is Marked As Solved";
}
}
Works overhere, don't know what the problem could be ^^