Everything posted by sychn
-
How to translate this part
Thanks, I checked the strings, they seemed not the ones in the selection box. Thanks. I checked the language locale, it is correct. Maybe it's a bug? Because the 'Day' in the selection box was translated correct, and it was not translated by me.
-
How to translate this part
Hello, I don't know somehow the date selection box were 33% translated and I don't know where to translate the 'yyyy' and 'mm' parts. Any tips? Thanks.
-
How to fix this MariaDB yum upgrade error?
Hi m8s, Does anyone know how to fix this MariaDB yum upgrade error? Thanks in advance! [root@sychn ~]# yum clean all Loaded plugins: fastestmirror Cleaning repos: base city-fan.org epel extras mariadb remi-php80 remi-safe : updates Cleaning up list of fastest mirrors Other repos take up 3.0 M of disk space (use --verbose for details) [root@sychn ~]# rm -rf /var/cache/yum/* [root@sychn ~]# yum upgrade Loaded plugins: fastestmirror Determining fastest mirrors * city-fan.org: www.city-fan.org * remi-php80: ftp.riken.jp * remi-safe: ftp.riken.jp base | 3.6 kB 00:00 city-fan.org | 3.0 kB 00:00 epel | 4.7 kB 00:00 extras | 2.9 kB 00:00 http://yum.mariadb.org/10.2/centos7-amd64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. To address this issue please refer to the below wiki article https://wiki.centos.org/yum-errors If above article doesn't help to resolve this issue please use https://bugs.centos.org/. One of the configured repositories failed (MariaDB), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo=mariadb ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable mariadb or subscription-manager repos --disable=mariadb 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=mariadb.skip_if_unavailable=true failure: repodata/repomd.xml from mariadb: [Errno 256] No more mirrors to try. http://yum.mariadb.org/10.2/centos7-amd64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
-
CentOS Yum Upgrade Error
Thanks, m8. It works!
-
The fastest way to unfeature featured photos
Thank you, m8s. Don't know why almost all of the photos in Gallery post years ago were featured. It took me almost an hour to unfeatured them. 😅
-
CentOS Yum Upgrade Error
Hi m8s, When I ran yum upgrade today, it told me the error below. Does anyone know how to fix it? Thanks!
-
The fastest way to unfeature featured photos
Hi m8s, Is there any fast way to unfeature featured photos? Thanks.
-
Unsupported Plugin while Playing Video in Gallery
Hello, I used the Safari browser on an iPhone to access my website gallery and directyly shot and uploaded a video onto it. The video can be played well in the Safari browser on the iPhone, while on a PC with Windows 11 and Microsoft Edge browser, there is an "Unsupported Plugin" error when I play the video. Is it a outdated flash plugin or something? Any tips on it? Thanks!
-
How to turn off the "New Images" feature in Gallery index page?
Thanks. It works. 👍
-
How to turn off the "New Images" feature in Gallery index page?
Hello, Is there a switch that can close the “New Images” block in Gallery index page? Thanks.
-
[Bug Report] Undeletable content in the Downloads Topic editor
The video is in a format of .mp4, the OS is Windows 11 and the browser is Microsoft Edge.
-
[Suggestion] Thumbnail can be generated by the size we set
Hello, The thumbnail size setup function of the screenshots is too weak in Downloads of current version. It would be much better if we could set the dimensions or the file size of the thumbnail and let the system to do the scaling job. If I uploaded a 5MB picture as a screenshot, then it would show up as the original size which is very slow sometimes. Thanks.
-
[Bug Report] Undeletable content in the Downloads Topic editor
Hello, If I insert existing attachment from File Downloads which was a video, then I could not delete the video in the editor no matter what I did. Thanks.
-
Are there any settings of showing the directories directly when users click the [Downloads] button?
Copy that, thanks.
-
Are there any settings of showing the directories directly when users click the [Downloads] button?
Hello, Are there any settings of showing the directories directly when users click the [Downloads] button? By default, the [Downloads] button pointed to /files/, if I want to set it to /files/directories, are there any settings to do it? Or editing the Menu is the only way? Thanks.
-
How to fix the Community icon in ACP?
Thank you m8, it is resolved! 👍
-
How to fix the Community icon in ACP?
Thank you m8. I checked the translations and no menu_acp strings translated. Maybe other strings? I will check further more.
-
[Suggestion] Different forums, different Image Feeds.
Hello, Can we designate the gallery ID when we set the Image Feed in different forums? For example, in forum A, I can set the Image Feed of gallery A, while in forum B, I can set the Image Feed of gallery B. Different forums, different Image Feeds. Thanks.
-
How to fix the Community icon in ACP?
Hello, The Community icon was missing for a long time in the ACP. Does anyone know how to fix it? What is the path of this icon? Thanks.
-
The license key is not valid. Please contact account assistance.
Hello, When I tried to upgrade my site to the latest version, it told me: The license key is not valid. Please contact account assistance. While the next renewal time is on March 29, 2023. Also my another suite, the same problem.
-
Is there any commercial smtp server that can be used in IPS?
Hi m8s, Is there any commercial smtp server that can be used in IPS? Thanks.
-
Share Link for WeChat, Please.
Hello, Share Link for WeChat, Please. Tutorial: How do I link to wechat from a webpage? - Stack Overflow
-
Numbers of categories per row in Gallery?
Hello, Does anyone know how to set the numbers of categories per row in Gallery? Also how to disable showing "Featured Images" and "New Images" in the Gallery index page? I remembered these were settable in previous versions. Thanks in advance.
-
Is there any version variable that can be used on copyright?
Thanks m8s. I didn't think of that. 😵
-
Is there any version variable that can be used on copyright?
I remembered there was some version variable strings like {$version} style in ipb 2.x or 3.x, so I can pasted it on the copyright part or somewhere else. Is there something like that in 4.x? Thanks.