@ronny good to hear that 👍
I was going to suggest iframely plugin if this did not work.
@StuartH said:
@mr_waffle I have the shoutbox installed but it says I must be logged in to post but I am logged in!! I logged out then in, cleared cache, on nodebb 2.1, I can break anything
I think I know what the issue is with this. When it's taking too long to execute some piece of code (don't know which) that's responsible for logging you in, you'll appear as not being logged in (also in the header). The shoutbox then checks if you're logged in, and hoozah, you're not -> message is displayed. A page refresh often fixes this.
0.0.5 published
Changelog:
Hey @Mr_Waffle I feel like your shoutbox should just apply a hide
class on the whole thing outright when logged out, since you're not allowing users to view the actual content anyways (just takes up space on your home page)
@psychobunny said:
Hey @Mr_Waffle I feel like your shoutbox should just apply a
hide
class on the whole thing outright when logged out, since you're not allowing users to view the actual content anyways (just takes up space on your home page)
Having this issue @Mr_Waffle
Posted over at BitBangers but i thought i'd post it here too as this is the more official thread.
Saw it as well. You'll have to clear your cache since I updated the CSS + client side JS.
NodeBB and it's damn cache!
@Scuzz not anymore! It's just the plugin's css that not using the cache buster, which I don't take responsibility for
Actually I think we should theme css can take advantage of cache buster but not plugins!
Updated with 0.0.6, also gave the first post a big makeover!
Global changelog:
Do you like my plugins? Consider buying me a beer!
We just bought you 5, if you lived in Canada. Unfortunately what we sent you for the last plugin weekend will barely cover even one pint in UK probably
@psychobunny said:
Do you like my plugins? Consider buying me a beer!
We just bought you 5, if you lived in Canada. Unfortunately what we sent you for the last plugin weekend will barely cover even one pint in UK probably
I live in the Netherlands though I can buy a couple with it! Thanks again for that by the way!
You deserved it - but be forewarned I will never lose a plugin weekend again
@psychobunny said:
You deserved it - but be forewarned I will never lose a plugin weekend again
I still have videochat up my sleeves! (It's still not finished...)
@Mr_Waffle
Just for coming up with the idea of videochat, you have my vote.
And talking about votes, not that I'm trying to put ideas in some coder's mind, who's going to take up the task of coding a voting/survey plugin, so that we can have a proper vote on these plugins
@planner hm I might have some ideas for it, might try it if I have the time this week. Hopefully no one else beats me to it
@Mr_Waffle
That's the spirit, and if you need design/UX ideas or input, we can work on this together. Don't trust me for code, though.
coding a voting/survey plugin
@julian was thinking of using some sort of third party polling API. The three of us actually dealt with an API earlier in our days but that was a paid service that none of us can afford as open source. any ideas?
EDIT: or we could just write it from scratch, of course
@psychobunny said:
coding a voting/survey plugin
@julian was thinking of using some sort of third party polling API. The three of us actually dealt with an API earlier in our days but that was a paid service that none of us can afford as open source. any ideas?
EDIT: or we could just write it from scratch, of course
I have some ideas from scratch Haven't looked at the details yet but I think it should all be possible.