Commit graph

35 commits

Author SHA1 Message Date
Visman
4bd6f93161 Core\Func: Fix FRIENDLY URL for update 2023-11-14 08:46:17 +07:00
Visman
5e1e956de6 Core\Func: Change friendly() method 2023-11-07 15:52:28 +07:00
Visman
4495f64268 Add character substitution file for transliteration 2023-11-04 19:36:25 +07:00
Visman
432a441a2c Minor change 2023-11-03 13:32:25 +07:00
Visman
2ddd7796b0 Core\Func: Optimize the friendly() method
Removed the transliterator_transliterate() function since it initializes a new Transliterator every time.
Currently, Transliterator is initialized once with the rules set, and then only the transliterate() method is used.
2023-11-03 12:08:23 +07:00
Visman
9f1d781beb Remove repeated hyphens 2023-11-02 19:38:59 +07:00
Visman
8e3c74367e Add settings for friendly url
https://forkbb.ru/post/280#p280
2023-11-02 18:44:32 +07:00
Visman
568ff292f5 Move methods to Core\Func
timeToDate() and dateToTime(()
2023-09-28 15:40:39 +07:00
Visman
537b51d879 Add for admins to edit the author and date of post
You can only change it to the user, not to the guest.
The time of a post does not affect its position in the topic (the display order is by id).
The time of the first post affects the creation time of the topic.
2023-09-27 21:07:20 +07:00
Visman
0f61f3ec0d Code style and minor changes 2023-04-29 15:07:09 +07:00
Visman
5528d0480b Up min PHP version from 7.3 to 8.0 2023-04-27 19:36:15 +07:00
Visman
1b36e7c8ef Change pagination of topic pages on the forum page 2022-08-05 22:58:22 +07:00
Visman
96eb8a7cff Update paginate template 2021-11-21 12:25:54 +07:00
Visman
e649468608 Update Core\Func\paginate()
For PM, a non-standard variable is needed to pass the page number.
2021-03-27 23:55:20 +07:00
Visman
ae507d5a6d Fix files for new Fork\__() function 2021-03-11 21:39:16 +07:00
Visman
4df4208aae Fix Core\Func
Now it also generates a link for the active page.
2021-03-05 21:33:31 +07:00
Visman
cd8090310b Delete continue 2020-12-22 08:30:29 +07:00
Visman
e83ef43cb6 Copyright 2020-12-21 17:40:19 +07:00
Visman
bd0ca920fd Add strict mode 1 2020-10-14 20:01:43 +07:00
Visman
8dc15138eb emove phpDocumentor syntax from comments 2020-09-12 23:22:32 +07:00
Visman
0799853a93 Coding style 2020-07-03 15:28:10 +07:00
Visman
700435010a Coding style 2020-07-02 21:07:17 +07:00
Visman
8eb4b6ea9c Coding style 2020-07-01 21:40:10 +07:00
Visman
8131e14e56 Coding style 2020-06-28 12:10:59 +07:00
Visman
e87a75cd6d Add declaration of argument types and return values 2020-05-24 18:30:48 +07:00
Visman
ebdfe382d9 For PHP 7.4
https://www.php.net/manual/migration74.deprecated.php#migration74.deprecated.core.array-string-access-curly-brace
2019-10-11 19:32:26 +07:00
Visman
2b80012658 Automatic language detection for guest 2018-08-15 23:32:11 +07:00
Visman
a9241d0385 Added language names 2018-08-15 22:11:17 +07:00
Visman
abe2ebb477 2018-03-25 2018-03-25 14:50:22 +07:00
Visman
1ed9421500 2018-03-08 2018-03-08 19:39:54 +07:00
Visman
c75f487e38 2018-01-23 2018-01-23 22:57:53 +07:00
Visman
37f80f6fb8 2017-11-03 2017-11-03 20:06:22 +07:00
Visman
58b807cb87 2017-09-30 2017-10-01 00:12:17 +07:00
Visman
0a71fc6cb6 Forum 2017-03-23 22:14:09 +07:00
Visman
2a8c75f613 Install 2017-03-13 23:14:57 +07:00