Visman

Results 36 comments of Visman

>`.pun label :not(#qjump) :not(#qjump2)` This is not true. I added this rule: ``` #qjump > div > label, #qjump2 > div > label { display: inline-block; } ```

and https://github.com/MioVisman/FluxBB_by_Visman/commit/e892b0380d1cb9bab519fafc2d7d9c90206ac01a https://github.com/MioVisman/FluxBB_by_Visman/commit/77358b32223ea83cf2ee3becd5953c4db80fd44e

Have the wheels on mice been taken away from users? :) Try this: file /include/parser.php find ``` return ''.$link.''; ``` replace to ``` return ''.$link.''; ```

post.php find ``` // It's a guest, so we have to validate the username check_username($username); ``` before add ``` if ($username == '' || $username == '.') $username = '.';...

for the quick reply form viewtopic.php find `name="req_username"` replace to `name="req_username" value="."`

Hi! >how can I help translate MioVisman's Fluxbb into french ? Submit a pull request containing French translation. >How can I compare the two lang files to translate only the...

https://github.com/MioVisman/FluxBB_by_Visman/pull/23

@N-studio18fr, restore the repository with the fork in which you created the translation. Maybe I'm wrong, but Github keeps remote repositories for 30 or 90 days. But it is not...

It is unlikely that I will add something new to the assembly (only compatibility changes with new PHP versions and bug fixes). Definitely not in the summer.