fikaba icon indicating copy to clipboard operation
fikaba copied to clipboard

some problems

Open ghost opened this issue 5 years ago • 3 comments

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?

ghost avatar Dec 09 '19 21:12 ghost

And I've changed the server, but timezone is still the same

ghost avatar Jan 08 '20 21:01 ghost

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

MrBn100ful avatar Jan 23 '20 21:01 MrBn100ful

thank you man <3

ghost avatar Jan 25 '20 17:01 ghost