Skip to content
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

Date,bbcode,dimensions size #174

Open
SAGOnly opened this issue Apr 1, 2023 · 2 comments
Open

Date,bbcode,dimensions size #174

SAGOnly opened this issue Apr 1, 2023 · 2 comments

Comments

@SAGOnly
Copy link

SAGOnly commented Apr 1, 2023

1. In PHP files, the date is encoded as Y-M-D (as well as the default SQL datetime). If I adjust them to the European format in the style of "d.m.Y" it does not work, because in the SQL database it is already stored as datetime functions. Converting in a database query "SELECT DATE_FORMAT(NOW(),'%d.%m.%Y %H:%i:%s')" it doesn't work too. Thank your info.
2. BBcode "spoiler" does not work on the chat and in the description of the torrent at the upload.
3. Images or YouTube inserted via BBcode do not have the possibility to adjust the size, so it makes a chat window big problems.

@xiaomlove
Copy link
Owner

1, does not support adjusting the date format, it is hard-coded.
2, chat box try to enter only text, complex tags are not supported; spoiler tags do not take effect in the preview mode of the upload page ?
3, images and Youbute tags are resizable, see the tags.php page for instructions.

@SAGOnly
Copy link
Author

SAGOnly commented Apr 3, 2023

Okay, I leave the date and time as it is. Chat Bbcode I understand not support.
Yes, in the description of the torrent, the BB Code spoiler will not appear. I tried it on my page and on the NexusPHP DEMO page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants