On my nodebb instance the settings permit large picture size uploads, but everytime I try to paste a picture in a post I get an error. Same happens when I try and load a moderately large .png file. The error just says error. No details just (error) written after e.g. .....9-image.png](error)

I looked in the logs but no details there either on why it failed. The image posts in this site no problem

It does seem related to the size, as smaller images will load, but both are smaller in memory size than the maximum allowed in ACP

 

Something I've always thought would be incredibly useful, and it should not be difficult to do: To have html/javascript run in a post. (If posted as one block in html tags).

It works in widgets so should be possible in posts, as html gets picked up by the browser Why would this be useful ... is to have all sorts of interactive things! I currently have some one file mini games and utilities that I put in widgets.

Now, not sure how hard it would be to have activitypub also send html, so nodebb instances could share html posts between instances! julian could Activitypub handle that?

 

Im using nodebb for some teaching. It works well on google meet especially with the 'spoiler' feature to reveal answer. However the progress bar gets in the way '2 out of 5' etc How to remove this. Im sure its some CCS involved?

On fullscreen this bar goes, but I use half screen for zoom so keep nodebb to half screen, then the bar shows

[–] [S] 1 point 10 months ago*

julian yes its odd error. I made a federated post on my own site, viewed it from here Since deleting that from my own site, sometimes when going to World on here, it got stuck still trying to show that post. Its not doing it again now. Intermittent bugs - the hardest to track down !

  • source
  • parent
  • context
  • [–] [S] 1 point 10 months ago* (2 children)

    Spoke to soon, 'Access denied' image returned on World, but it coincided with site running slow again - so possibly connected? Is this Cloudfare feature worth the trouble?

  • source
  •  

    Im doing some education material on a nodebb forum, where want the answer hidden until its clicked. I think its possible in HTML, as saw spolier somewhere before?

    So to have something like Why did the chicken cross the road Answer When Answer is clicked it changes to To get to the other side

    How to enter this?

    Nodebb API development history (community.nodebb.org)
    submitted 3 years ago* (last edited 3 years ago) by to c/general-discussion@community.nodebb.org
     

    I am experimenting with a 'mini nodebb' javascript (only) frontend, with the idea to use an existing forum back-end database, and access it via API. I have hit a read-only wall for some things- there are many GET API calls, but not some corresponding POST actions.

    So before returning to my challenge I have 2 questions:

    1. were the many APIs, in existance at the birth of Nodebb, or were they added later?

    2. Does the NodeBB code use some of these API calls itself?

    view more: next ›