fikaba
fikaba copied to clipboard
some problems
My mini anon-league needs your help! They have few problems:
- fikaba can't find WebMs (I've checked my config file: WEBM_ENABLED = true;)
- Styles doesn't works (prob. on Tor only, I use Opera so idk)
- Ban reason is not displaying in ?mode=banned (no needed, I can make it myself)
So, what now? When will You find any time to add some functions?
And I've changed the server, but timezone is still the same
Hi, The timezone is hard coded in the imageboard.php.
You need to change line 113 and 1114
GTM + 9
I
V
$yd = $youbi[gmdate("w", $time+**9***60*60)] -- line 113
GTM + 9
I
V
return gmdate("d/m/y",$time+**9***60*60)."(".(string)$yd.")".gmdate("H:i",$time+9*60*60); line 114
You can also check my fork, i have fix some of your problems (Style selection) : https://github.com/MrBn100ful/fikaba
thank you man <3