-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We accept installation questions and specification requests. #1
Comments
Are tripcodes supported at all? I see some references in the source (like a "separateNameAndTrip" function) but tripcodes don't seem to work for me |
Only the ability to view 'trip' from old log files remains. |
@catharsis71 |
@catharsis71 |
Thank you for re-adding the tripcode functionality Next question... Shi-Painter seems to have problems, it takes a very long time to load for new visitors, or doesn't finish loading at all Looking at the server logs, I eventually see a HEAD request for spainter_all.jar but I usually never see a GET request for it:
Usually once it loads successfully once it will load better in the future probably due to browser caching however, I see requests in the log for a non-existent file "spainter_all.jar.js" resulting in a 404:
Probably unrelated but I also sometimes see requests for a non-existent file "mono_dark.css.map" also resulting in 404:
(Note I have set the mono_dark theme as the default theme for my board) |
@catharsis71 Since shi-Painter is a Java applet, an application called CheerpJ converts it on the server. If you set Shi Painter to Disabled in the settings, you will not be able to select it. // (1: Enabled, 0: Disabled) Please set it. This is because we are using an app manufactured in 2006, so it can't be helped. And if possible, press the "New issue" button to set up a new thread for different content. |
Hello! I just downloaded the poti-board code but... to be honest, i don't know what to do now! I looked through the english wiki and translated the japanese wiki but i still didn't understand how to use and setup it. I want to set it up on my own computer first, self hosting it so i can properly understand it. Could someone please help me out? I have basic knowledge of html, css and javascript, and very small knowledge of php. |
Do you want to install it on your own computer? XAMPP Installers and Downloads for Apache Friends You can download XAMPP here. |
thank you so much, it worked! And how would i go on about customizing the CSS? I would also like to make a simple index page, maybe with some login options. Is this possible? How would i go on about that? |
@Azoart |
when i press the post button, the image doesn't show up in the main page. What do i do? |
@Azoart Is the problem occurring on a public internet web server? Are you talking about a local XAMPP server? When you say it's not reflected on the main page, do you mean that it's not displayed on a page like Or is the image not being POSTed anywhere? If the image is not present in
define("URL_PARAMETER", "1"); However, it's hard to answer if you just say that the image doesn't appear when you POST. |
hello! i apologize for not providing more details, but the problem was indeed in the browser cache and your proposed solution worked, thanks!
and in the mono_main.scss file i added:
however, my pagedoll is not showing. I moved the page_top button to the left side of the screen, and the pagedoll is supposed to be on the right side. It's ok if you can't help me, but if you can, could you please tell me why my pagedoll is not showing up? |
scss?
The scss files in the dev/ folder are used to create a single css file using two files: a color-only configuration file for compiling css files, e.g. Sass (style sheet language) - Wikipedia Editing the sass files directly will not change anything. If you have difficulty compiling sass, you can edit the css files directly.
These are four different CSS files. This is where we switch the css files. |
i'm using a scss to css command line tool compiler - the official one from the sass install page, and i managed to change all the styles i wanted by editing the .scss file, since it seemed easier this way, and it worked very well. However, i can't seem to get my pagedoll to show up. A pagedoll is basically a image that i want to be fixed to a specific area of the webpage: the bottom right, as an example. I added a divider to the .php page i mentioned on my other reply, and i added its styling to the .scss file, and then i compiled the .scss to the .css file using the command line tool i mentioned. However out of all modifications i've done to my page, this is the only one that didn't work, and i don't know why. 💔 |
@Azoart So does that mean the sass compilation was successful? |
@satopian yes! the sass compilation was successful! your theme is very easy and very fun to customize, even for a beginner! |
I have found a issue, i think. When i try to add a image using the HTML image tag to the mono_main.blade.php, the image simply doesn't show up. The image won't show up as a broken image, and when i use the "inspect element" tool of my browser, it does not show up in the code itself. As an example, i was trying to add a simple image to the tag of the mono_main.blade.php file, more specifically to this divider inside of the tag:
And the image didn't show up. Can you help me? The image is not corrupted or broken, and the link itself works fine. |
Index.html doesn't update automatically if you just update the template manually. |
i see, thank you! it worked perfectly! |
@Azoart
|
I translate English into Japanese and read it with Google Translate.
My native language is Japanese.
Support BBSin Japanese.
If you don't mind Japanese, you can also use the Japanese language Support BBS.
If you find it difficult to use the Japanese bulletin board, or if you cannot write to it, please use this.
The text was updated successfully, but these errors were encountered: