mybbgroup / FancyBox

MyBB FancyBox plugin
https://mybb.group/Thread-FancyBox
GNU General Public License v3.0
2 stars 3 forks source link

Display thumbnail sidebox - not working #54

Closed Eldenroot closed 3 years ago

Eldenroot commented 5 years ago

https://media.discordapp.net/attachments/367735192950931457/558354102581723147/unknown.png?width=1026&height=88

This setting is not working correctly, the output should be:

When disabled:

thumbs: {
            autoStart: false,
            hideOnClose: true,
        },

When enabled:

thumbs: {
            autoStart: true,
            hideOnClose: true,
        },
Eldenroot commented 5 years ago

@effone and @WildcardSearch - we have only last two minor bugs and we can release v1.0, any idea?

Eldenroot commented 3 years ago

There is an issue as I wrote above with the config file, it is not correctly changed. If I do a manually edit, it should be fine.

@lairdshaw

Eldenroot commented 3 years ago

Fixed!