You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: