TheSupportForum
03-19-2013, 12:46 PM
i am using this for a plugin which works 100%
$seconds_diff = TIMENOW-480 - strtotime('2007-11-20 08:00:00');
$seconds_diff = floor($seconds_diff/3600/24);
$template_hook[header_userinfo] .= " <br> " . " <font size=5> " . " Day " . $seconds_diff . " of the new world " . "</font>";
for some reaon this is only showing to registered users, in the plugin, how can guests also see it ?
$seconds_diff = TIMENOW-480 - strtotime('2007-11-20 08:00:00');
$seconds_diff = floor($seconds_diff/3600/24);
$template_hook[header_userinfo] .= " <br> " . " <font size=5> " . " Day " . $seconds_diff . " of the new world " . "</font>";
for some reaon this is only showing to registered users, in the plugin, how can guests also see it ?