When I go to step 3 of the installation :
3 - Open showthread.php (or admin/functions.php for v2.0.3)
find:
$post[joindate]=vbdate($registereddateformat,$post[joindate]);
Just above add:
// Country Hack
if (!$post[country]) {
$flag = "";
} else {
$Country=$post[country];
$Countryalt = str_replace("%20"," ",$Country);
$flag = "<img src=\"images/flags/$Country.gif\" alt=\"$Countryalt\" border=\"0\">";
}
// Country Hack End
----------
I can't find the line that I need to search for !!!!!!
I work with VB2.2.0
Please HELP!
|