Yeh, i noticed when i went to the github page to report the issue (enter Tenor API key) Thanks
whitts
Posts
-
NodeBB, now with GIF support! -
Email settings not saving v 1.6.1 -
NodeBB, now with GIF support!@julian said in NodeBB, now with GIF support!:
Tenor GIF
It crashes on my node 1.6.1 install
7/11 15:17:13 [2780] - [31merror[39m: TypeError: Cannot read property 'reduce' of undefined
at Request._callback (C:\Apps\nodebb\node_modules\nodebb-plugin-tenor-gif\library.js:60:26)
at Request.self.callback (C:\Apps\nodebb\node_modules\request\request.js:186:22)
at emitTwo (events.js:106:13)
at Request.emit (events.js:191:7)
at Request.<anonymous> (C:\Apps\nodebb\node_modules\request\request.js:1163:10)
at emitOne (events.js:96:13)
at Request.emit (events.js:188:7)
at IncomingMessage.<anonymous> (C:\Apps\nodebb\node_modules\request\request.js:1085:12)
at IncomingMessage.g (events.js:292:16)
at emitNone (events.js:91:20)
at IncomingMessage.emit (events.js:185:7)
at endReadableNT (_stream_readable.js:974:12)
at _combinedTickCallback (internal/process/next_tick.js:80:11)
at process._tickCallback (internal/process/next_tick.js:104:9)It crashes nodebb as soon as i type to search for a gif
-
Email settings not saving v 1.6.1@julian said in Email settings not saving v 1.6.1:
config
This is what it looks like in the config object:
Thanks
-
Email settings not saving v 1.6.1Mongodb 3.0.7
-
Email settings not saving v 1.6.1@PitaJ Is this a bug? I searched through the mongo DB objects trying to find somthing that could provide the username and pass but everything showed blank.. maybe its the sorted or indexed stuff?
-
Email settings not saving v 1.6.1Just to add to this.. the emails do work and dont take into account the username and pass.. it just seems like the UI shows it.
-
Email settings not saving v 1.6.1Hello,
At one point i must have added a username and password to the Email Settings page and now when i delete both, Hit Save and then refresh the page the username and password return.I am using the new "Custom Service" setting in 1.6.1.
Thanks,
-
Slick Theme - nodebb-plugin-recent-cards text colorThanks guys, that worked.
-
Slick Theme - nodebb-plugin-recent-cards text colorHello,
So i have been messing with the recent cards plugin to try and get it to fit more with the Slick theme style:
I think i have it where i want it but i was wondering if there was away to change the text color (the first two lines) so that it inverts from black to white if someone chooses the dark theme?
I figured id have to grab the user profile data and see what theme they have set and then do an either or but was thinking there should be something simpler - the actual background of the cards is transparent (opacity 0) so i cant compare it to that.
Thanksm
-
Post Tracking QueryHello,
Is there a way to report on / query the history of a post (where its been moved to from etc)?
- Post Created in CAT A.
- Post moved to CAT A / Sub Cat 1
- Post moved to CAT A / Sub Cat 2 etc?
I am using nodebb with MONGO.
Thanks,
-
User.getUidByEmail cannot find email?@baris Yup this worked.. i was able to update everything.. I thought i was going crazy for a while earlier when it was still signing in with the old emails..
Thanks again.
-
User.getUidByEmail cannot find email?@baris said in User.getUidByEmail cannot find email?:
email:uid
Thanks @boris
I saw these earlier but couldnt find a way that they were linked to the user object.. Is there a way to link them back now that i have already changed the email in the user object?
Link them back as in find them based on some info in the user object so that i can update them?
hmm.. looks like the email:uid object has a score equal to the user number in the _key field of the user object and the email:sorted has the value field ending in email:id (id that seems to equal the user number in the _key field of the user object. I guess thats how id link them?
Thanks,
-
User.getUidByEmail cannot find email?Hello,
I just had to do a mass update on the user objects in the DB, i updated all of the user emails to our new emails. When i look in the DB i can see that the email field has been updated correctly but the User.getUidByEmail in my AUTH plugin cannot find any of the new emails..
User.getUidByEmail can however still see the old emails, is there another index somewhere that i need to update?
Thanks,
UPDATE Incase it was case sensitive i updated all of the emails to uppercase and then forced the users email address to upper case in the login plugin. Still the same.. it can see the old emails but not the new.
-
Translation failed: ReferenceError: componentHandler is not defined@PitaJ Thanks for the info.. This is the material light library right? Yeh doubt they will change their policies for storage sites.. My company was bought by another and they even blocked SD card \ USB writes. Thanks.
-
Translation failed: ReferenceError: componentHandler is not definedTurns out that my company is blocking the following file from downloading:
https://storage.googleapis.com/code.getmdl.io/1.0.3/material.min.js
When i tried my dev build off my works netork it worked fine.
Is there away to add this file locally so it doesnt have to fetch it from storage.googleapis (which is blocked)?
Thanks
-
Translation failed: ReferenceError: componentHandler is not definedHello, I just installed the latest version 1.4.2 and i get this error in the chrome console when i navigate around the admin pages:
Translation failed: ReferenceError: componentHandler is not defined
I tried both UK English and US English as the language.
Also, not sure if this is related or not but when i navigate to category priv section the checkboxes are not visible and i get this:
{function.spawnPrivilegeStates, name, privileges} {function.spawnPrivilegeStates, name, privileges} {function.spawnPrivilegeStates, name, privileges} {function.spawnPrivilegeStates, name, privileges}
Refreshing the page fixes the checkboxes and the above writing.
Thanks,
-
Extra field in topic list view plugin.Not sure how i missed your reply. Thanks for getting back to me. For now i think we are just going to use the tags field since the person assigned doesn't have to be linked via the users table. Its more of a, let me check who is running that project (imagine each topic as a mini project) and since we dont use tags for anything else i think they may work fine.
Thanks again
-
Extra field in topic list view plugin.Hello,
Is there a plugin available (or something similar that can be modified) to allow me to add sort of an extra column to the topic list view (between the topic title and the number of posts in a topic)?
I saw this plugin (which could do the trick) nodebb-plugin-topic-badges (https://github.com/psychobunny/nodebb-plugin-topic-badges) but it seems very old.
I basically want to assign someone to a topic (someone other than the topic creator).
Thanks,
-
Is there away to send out a forced Digest?Hello, i am using nodebb in an internal forum where we want to send weekly / monthly updates about new topics whether or not the end user wants it or not. Is there a way to send out a forced digest? Just remember that this is an internal forum so its the persons job to react to these posts (before someone says you should never force people to receive emails from a forum)
Thanks,