@baris Please write how to transfer style.css styles to the client?
Kitten
Posts
-
Question about reworking the nodebb-plugin-charts plugin. -
Question about reworking the nodebb-plugin-charts plugin.@baris If I click "refresh page", the functions are called. But if I click "Reply", they are not called.
How will it then build a graph in the response? -
Question about reworking the nodebb-plugin-charts plugin.@baris In the plugin.json file I added the following lines:
"scripts": [
"static/lib/main1.js"
],In the main1.js file I added the following functions:
- $(document).ready(function () {
- $(window).on('action:ajaxify.end', function(data) {
and they are not called.
What could be the problem? -
Question about reworking the nodebb-plugin-charts plugin.The problem is that the final line contains <script>$.jqplot</script>
Some code removes such lines. Apparently this is done for security reasons.
Please tell me how to do it correctly in this case? -
Question about reworking the nodebb-plugin-charts plugin.Yes. It is abandoned. The source code needs some tweaking. It would be interesting to know how to properly connect such a library to the plugin. The plugin itself looks simple. It won't be difficult for a specialist to fix it. You need to know the details.
-
Question about reworking the nodebb-plugin-charts plugin.I'm trying to rework the nodebb-plugin-charts plugin.
The essence of the algorithm is that one string is replaced by another.
When replacing the original string with
<div><div id="' + idChart + '" style="height:300px; width:500px;"></div>
<script class="code" type="text/javascript">$(document).ready(function(){$.jqplot("' + idChart + '", '+datas+', '+untypedOptions+');});</script></div>'the <script></script> part is cut off
It seems that the plugin is very simple, but knowledge of nodebb is required
On the other hand, it would be very interesting to see how to add such a third-party library to the plugin
Can someone look at these errors?
https://github.com/svandecappelle/nodebb-plugin-charts -
Access from the forum to VDS to a home computer with MinIO via nodebb-plugin-s3-uploads@julian When recording a large file, the disk is used.
The file is first downloaded to the disk, and then written to the storage.
During recording, you can see how the disk space is decreasing.
After writing to the storage, free space is returned.
I have very little space on my VDS. Is there any way to make
the file be written in pieces through a buffer in memory? -
Access from the forum to VDS to a home computer with MinIO via nodebb-plugin-s3-uploadsAfter updating to version 3.0.7, the storage entry started working, but some new error appeared. Files by link
cannot be downloaded. The error appears:
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied.</Message>
<BucketName>e8d5880f-0f0a-4efd-97b6-9085818f0e26.jpg</BucketName>
<Resource>/e8d5880f-0f0a-4efd-97b6-9085818f0e26.jpg</Resource>
<RequestId>180385CCD86EF16A</RequestId>
<HostId>dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8</HostId>
</Error>Access to Bucket seems to be would be public
data1
Created on: Wed, Oct 23 2024 13:44:13 (GMT+3)Access: PUBLIC 69.2 KiB — 2 ObjectsWhat could be the matter?
-
Access from the forum to VDS to a home computer with MinIO via nodebb-plugin-s3-uploadsI'm trying to use nodebb-plugin-s3-uploads.
My home computer has Ubuntu and MinIO. It has a static IP.
The VDS has a forum, nodebb-plugin-s3-uploads and the MinIO console (mc).
The console (mc) works fine.
AWS_ACCESS_KEY_ID="minioadmin"
AWS_SECRET_ACCESS_KEY="minioadmin"
Bucket = data1
Host = http://"IP":9000When I try to insert an image into the response, I get the following message:
![kitt1.png](@nodebb/nodebb-plugin-s3-uploads :: Missing credentials in config,
if using AWS_CONFIG_FILE, set AWS_SDK_LOAD_CONFIG=1)How can I solve this problem?
-
Is it possible to somehow show a video from the S3 minio storage?Is it possible to simply show a video from another computer on the network?
There is a computer with nodebb on the Internet and there is a computer with an HDD.
It is necessary to make it so that users can send their videos to the computer with the HDD and everyone can watch it.
Video files should not be copied to the computer with nodebb.
How to do this? -
Is it possible to somehow show a video from the S3 minio storage?Is it possible to somehow show a video from the S3 minio storage?
-
I can't figure out how to start using pluginsI found it! You need to click on the user name. Then select settings.
I have very little disk space.
Is it possible to prohibit or reduce the size of files uploaded by users? How to do this? -
I can't figure out how to start using pluginsI'm very sorry, but I can't find
Please write the buttons that need to be pressed to get to this page -
I can't figure out how to start using pluginsI did all of this.
Nothing has changed inside the forum interface.
It's unclear where to look and what to click.
There are no instructions on GitHub
Under the plugins it says that they are compatible with the latest version of the forum. So someone checked. So how do I use them? -
I can't figure out how to start using pluginsI can't figure out how to start using plugins
https://github.com/jiangcaiyang/nodebb-plugin-qtdream-homepage
https://github.com/julianlam/nodebb-plugin-soundpack-default
where should I look and what should I click?GitHub - jiangcaiyang/nodebb-plugin-qtdream-homepage: Allows you to define your image based homepage such as youtube.com, youku.com or vimeo.com.
Allows you to define your image based homepage such as youtube.com, youku.com or vimeo.com. - jiangcaiyang/nodebb-plugin-qtdream-homepage
GitHub (github.com)
GitHub - julianlam/nodebb-plugin-soundpack-default: A bundled set of sounds for every NodeBB installation
A bundled set of sounds for every NodeBB installation - julianlam/nodebb-plugin-soundpack-default
GitHub (github.com)
-
How to make the spoiler button appear at level zero without stripes?How to make the spoiler button appear at level zero without stripes?
-
How to make such a feature?How to make such a feature?
Is it possible to make several of them and with your own text?