PDA

View Full Version : cxBadges (this is not a hack)


Mythotical
11-19-2005, 03:43 AM
Ok this is not a hack for release, this is a hack I am working on for a release, anyways, the problem I'm having is that using vb 2.3.x would require this line of code:
$post[joindate]=vbdate($registereddateformat,$post[joindate]);

be found in admin > functions.php, only problem is I know its no longer used, where would I find that at or something similar to it? A postbit template file?

The code I would use is:
if ($post[field23]=="") {
$badge = "";
} else {
$badge = "<img src=\"$post[field23]\">";
}

Now I know it goes in one of those files but I can't remember which file and the variables used in place of the old ones.

Cheers and Thanks
Myth