Tanjiro Posted August 19, 2023 Share Posted August 19, 2023 I see there is amount number of people subscribe when I visit to another user, but when I go to my own Profile (or user go to their own), there is no amount of user subscribed to them Like this: But when go to my own Profile, nothing shows about how many user subscribed Is this because KVS hasn't updated yet ? Quote Link to comment Share on other sites More sharing options...
Tech Support Posted August 21, 2023 Share Posted August 21, 2023 I guess this is because theme doesn't display this information. You can add the following: <div class="item"> Subscribers: <em>{{$data.subscribers_count}}</em> </div> somewhere into Website UI -> Page components -> include_member_profile.tpl template. 1 Quote Link to comment Share on other sites More sharing options...
Tanjiro Posted August 21, 2023 Author Share Posted August 21, 2023 3 hours ago, Tech Support said: I guess this is because theme doesn't display this information. You can add the following: <div class="item"> Subscribers: <em>{{$data.subscribers_count}}</em> </div> somewhere into Website UI -> Page components -> include_member_profile.tpl template. Thank you, I got it Also please help my ticket Quote Link to comment Share on other sites More sharing options...
Tanjiro Posted August 21, 2023 Author Share Posted August 21, 2023 (edited) I'm facing a problem with uploading video files based on member positions. I've already tried adjusting the post_max_size and upload_max_file_ize settings in PHP, both in the PHP configuration and in the content settings of the KVS setup. However, members are still able to upload video files larger than the specified limits. Surprisingly, I haven't encountered any errors even when attempting to upload video files as large as 10 or 100GB. What could be the reason for this? Another issue I'm dealing with is limiting the character length during user registration. Is there a way to restrict the character count to a specific length? For example, if a user tries to register with a character count exceeding the limit, they should receive a message like "You have exceeded the allowed character limit. Please ensure it is below xx characters.", the registration process should prevent users from completing their registration until they shorten the number of characters. Is implementing this feature possible? Edited August 21, 2023 by Tanjiro Quote Link to comment Share on other sites More sharing options...
Tech Support Posted August 22, 2023 Share Posted August 22, 2023 11 hours ago, Tanjiro said: I've already tried adjusting the post_max_size and upload_max_file_ize settings in PHP, both in the PHP configuration and in the content settings of the KVS setup. The max limit of uploaded size can be set in Settings -> Content settings: Please note that if you want to test, try in another browser where you are not logged in as admin, because admin users do not have any upload restriction, and this also affects site area. 11 hours ago, Tanjiro said: For example, if a user tries to register with a character count exceeding the limit, they should receive a message like "You have exceeded the allowed character limit. Please ensure it is below xx characters.", the registration process should prevent users from completing their registration until they shorten the number of characters. Is implementing this feature possible? You can adjust maxlength="100" attribute of "username" text field in Website UI -> Global blocks -> Signup Form Simple template. By default it is set to 100. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.