nexusphp icon indicating copy to clipboard operation
nexusphp copied to clipboard

Date,bbcode,dimensions size

Open SAGOnly opened this issue 2 years ago • 2 comments

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.

SAGOnly avatar Apr 01 '23 10:04 SAGOnly

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.

xiaomlove avatar Apr 03 '23 02:04 xiaomlove

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.

SAGOnly avatar Apr 03 '23 10:04 SAGOnly