422
MVP422 MVP
Reactions
-
Re: New to Vanilla - Vanilla will not install / Got error 28 from storage engine|Gdn_Databa
Are you installing via FTP ? (View Post)1 -
Re: [Solved] JQuery interaction question w/Vanilla embedded in wordpress
Made you a quick and dirty example. Pure n simple js http://vanillaskins.com/downloads/ (View Post)1 -
Re: target="_blank" not working
Not working where. (View Post)1 -
Re: 1969 Date issue in forums - how to solve?
$time = strtotime($inputDate); $date = ($time === false) ? '0000-00-00 00:00:00' : date('Y-m-d H:i:s', $time); (View Post)1 -
Re: 1969 Date issue in forums - how to solve?
The issue is epoch. As far as i know, not sure where you should add the code, with regard to forums. Prior to php 5 , there were other issues. Will try n find a fix for you. Try adding it to top of d… (View Post)1
