Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.

WelcomeBox

[deleted]

@Justoverclock i also noticed that the Linguist translations do not support render HTML. Can this be added ? For example, I want to make the default text (which i'm doing with fof/linguist)

You seem to be interested in what's here, but haven't registered for an account yet or perhaps haven't logged in. When you create an account, we will be able to remember what you've already read, so you can pick up exactly where you left off when you come back. Oh, and it'll also get rid of this really annoying box.....

So this part becomes

You seem to be interested in what's here, but haven't <a href="/register">registered</a> for an account yet or perhaps haven't <a href="login">logged in</a>. <br><br>When you create an account, we will be able to remember what you've already read, so you can pick up exactly where you left off when you come back. <br><br>Oh, and it'll also get rid of this really annoying box.....

Thanks

EDIT - I just realised I posted this in the wrong extension :-( I'll post in the correct place which is probably the reason for the initial confusion.


Justoverclock

[deleted] not sure if I understand well, but think I can’t use direct link if someone doesn’t have this extension installed…am I right?


[deleted]

Justoverclock Potentially, but the support of HTML would be a welcome start 🙂


Justoverclock

[deleted] and what if i put a link that open the modal using flarum component?


[deleted]

Justoverclock That'd be great. One for registration and one for login. Others may not have a use for this but to me it makes sense


Debaucus

Minor request from me:

The ability to turn off the animation for the profile picture. 😃 With nothing else on screen that moves its a little out of place in my design.


Justoverclock

Debaucus this is on my todolist also



[deleted]

Debaucus You can use this CSS to disable the animation

.avatarwb .Avatar, .avatarwb .Dropdown-toggle {
    animation: none;
}

Justoverclock

1.2.0

Link to profile and settings into Welcome Box @[deleted]

Updating

composer update justoverclock/flarum-ext-welcomebox
php flarum cache:clear

tolgaaaltas

Justoverclock Great features but the design should be more minimalistic. Add a settings icon right side of the username as a dropdown menu then list these two options under the icon like in posts. Edit, delete, and many more options are listed under one icon. Users don't need these options all the time on their screens.


Justoverclock

tolgaaaltas i have really no fantasy with css 😆 can u provide a mockup image?

oh i think i understand what u mean



Justoverclock

tolgaaaltas great concept...let me do some try


[deleted]

tolgaaaltas try this

.settinglink {
    display: flow-root;
}


[deleted]

@Justoverclock There is a bug in the latest release. When not logged in, the site doesn't load (only the header and footer) and this is displayed in the console

mount-redraw.js:15 TypeError: Cannot read property 'displayName' of undefined
    at e.<anonymous> (index.js:14)
    at e.forEach.t.<computed> (extend.js:35)
    at e.forEach.t.<computed> (extend.js:33)
    at e.forEach.t.<computed> [as sidebarItems] (extend.js:33)
    at e.n.view (IndexPage.js:55)
    at e.forEach.t.<computed> (extend.js:33)
    at e.forEach.t.<computed> [as view] (extend.js:33)
    at Function.a (render.js:30)
    at render.js:155
    at render.js:160

Justoverclock

[deleted] mmhhh, i will look into this


[deleted]

Justoverclock You should probably only execute this code if the user is actually logged in


Justoverclock

[deleted] can u try now?

1.2.1

  • Minor fixes

@[deleted] can someone tell me if the image works in the assets folder also? thanx


[deleted]

Justoverclock Works fine - with or without guest mode 🙂 Images seem fine, too.

Thanks


AADev

Justoverclock Bug: When the guest box is enabled to show after installation of the plugin, the whole forum window becomes blank.
This is my fresh installation of flarum and I am not using any other plugin yet.
https://i.ibb.co/0QNRQNL/s1.png


Justoverclock

AADev check if u have 1.2.1, i've fixed it some seconds ago


« Previous Page Next Page »