Yep, 0.9.x don't crash after i removed lwip, but i can't upgrade, because i cannot update db to 0.8 version (because of lwip). Can i somehow skip every stages except db update for 0.8.x upgrade?
APXEOLOG
Posts
-
0.7.3 -> 0.9.x -
0.7.3 -> 0.9.xHow does nodebb depends on 'lwip' module? I haven't find it in direct dependencies... Can we somehow avoid using it? All my problems because of it
-
0.7.3 -> 0.9.xOk, but anyway i have compilation problem
-
0.7.3 -> 0.9.xHello there! Haven't update since summer, trying to do it now
- Should i update to 0.8.x first and then to 0.9.x? Or i can miss 0.8.x step?
- I have compilation error during ./nodebb upgrade (on every branch - 0.8.x, 0.9.x, master)
http://pastebin.com/aZtfwJSL
I've tried with both 4/5 NodeJS
-
Users Online information wrong?Hi! It seems to me that 'Users online' seems to be wrong.
Online shows 2 registered + guests:
But users shows many more online users.
-
[nodebb-plugin-bbcodes] BBCodes Plugin (v2.0)@robert said:
Is it correct that this plugin removes the ability to upload files and display files ?
Mm i think you cannot upload files right now. What do you mean with 'display'?
-
[nodebb-plugin-bbcodes] BBCodes Plugin (v2.0)@exodo said:
tested it again
write some words > press return > it will create new empty line but you will stay on first
you can go down with down arrow but is strange behaviorLol, i've spend a lot of time to track this, since it is OK on my local dev forum. Just turned sanitization on and everything become ok.
-
[nodebb-plugin-bbcodes] BBCodes Plugin (v2.0)@exodo said:
very cool update
some things i got after a few tests on safari- enabling some styles like bold and italic and disable them will make to show them as enable afterwards eventually, a bit messy
- i got locked and didn't allow me for new text line some times
Can you give me some steps to reproduce #2?
-
[nodebb-plugin-bbcodes] BBCodes Plugin (v2.0)Major update to version 2.0:
Note: I've spend last two days to fix most (i hope) of bugs, but there are still can be some, especially related to conflicts with styles/themes. I'm not a designer, but i'll try to fix them as soon as you report
- Reworked parser architecture to callback mechanism
- Extended hook table, so bbcodes can now process 4 requests (get, create, edit, render) so they can define more complex behavior
- Extended parser to support custom multiargument format ([tag:name=value;name2=value2]...[/tag])
- Integrated WysiBB composer (http://www.wysibb.com/)
- Added many new bbcodes to match WysiBB existing codes
[spoiler]
integrated into the core- Old bbcode plugins are not supported
- Added
[aspoiler]
tag - Ajax Spoiler, first one wich use new exntended processing mechanism
Composer preview:
You should disable all composer plugins except bbcodes to make it work.
Ajax spoiler tag:
Spoiler content is loaded only when button is clicked. Note, that after you save the post first time, each aspoiler tag will have it's own id. Don't remove or change it manually or you will loose it's content.Syntax example:
[aspoiler]Something![/aspoiler]
- default[aspoiler:name=Spoiler Name!]Content[/aspoiler]
- named spoiler[aspoiler:name=Spoiler Name!;id=1234]Content[/aspoiler]
- this is what you will see, when you'll try to edit it.Perview GIF: http://i.imgur.com/IioJxsk.gifv
You can report issues here or on github (https://github.com/APXEOLOG/nodebb-plugin-bbcodes/issues)
As usual you can test this plugin on my forum: http://forum.apxeolog.com/topic/7/bbcode-test (guests are able to write there)
-
Need Help Installing Nodebb.Can you tell anything about your hosting? Do you have SSH access?
-
poll toolI think that plugin is outdated. I'm working on [poll] bbcode as part of my bbcodes plugin, but it is not finished yet
-
poll toolSo you want to create plugin? You can watch https://community.nodebb.org/topic/218/how-to-guide-for-writing-your-first-plugin and the whole category for information
-
0.7.2. Chat popup style error -
0.7.2. Chat popup style errorYeah, i've made both
-
0.7.2. Chat popup style errorOk i've installed 1.0.21 but still got same problem with chat style
-
0.7.2. Chat popup style errorThanks for advice, but there is no such tag - https://github.com/NodeBB/nodebb-theme-persona/releases
1.0.19 is outdated -
0.7.2. Chat popup style errornodebb-theme-persona
Installed 1.0.26 | Latest 1.0.26nodebb-theme-vanilla
Installed 2.0.20 | Latest 2.0.20nodebb-theme-lavender
Installed 1.0.49 | Latest 1.0.49 -
0.7.2. Chat popup style errorHi, it seems like chat modal has no 'chat-modal' style any more. Tried persona, vanila, lavender themes - always same problem. I don't think it is because of plugins - i have same set as from 0.7
-
[nodebb-plugin-integration-steam] Another Steam SSO pluginHello everyone! I had problems with existing steam sso plugin so i've made this one. Maybe someone will find it usefull.
Features:
- When user login via Steam first time, he is forced to fill username and email to create new valid forum user (nodebb-plugin-sso-steam doesn't fill email and doesn't even check username to be valid / already taken, this leads to undefined behavior)
- User also able to link existing account with Steam and use both normal and Steam auth methods
- Avatars are uploaded to the forum server via default avatar mechanism (nodebb-plugin-sso-steam just set avatar link to steam cache, but those urls can changes)
- Correct support of registration type (no new users if 'disabled' or 'invite-only' mod chosen, but existing users still can link their account with Steam)
- Correct user removal process
- Correct 'Login with steam' button (according to TOS)
Nice picture:
To install type
npm install nodebb-plugin-integration-steam
Note that 0.7.2+ required
If you user admin panel to install, check plugin version, it should be 1.2.0+After installation go to Admin Panel -> Steam and configure plugin. Reload may be needed to apply changes
To report any issues use Github
I also plan to add more steam-related futures, but there is lack of plugin API's to make what i want.
-
Problem when update to Nodebb 0.7.2Same problem for me actually. Many missing dependencies. This is sad