Jump to content

Patreon Lukazuki

Clients
  • Joined

  • Last visited

  1. so why when I edit the file the options display the values from the translations/lang_key but on the display file not? Do you mean I can't add translations to those fields? that's really suucks 😪
  2. 1. create a custom phrase and copy the lang_key 2. go to Downloads / Extra Fileds and create a custom field with an example select box 3. paste the lang_key inside the option input and save it 4. assign a created field to the category 5. go to the file, edit it, and select option where is lang_key files_options.mp4 Results: When a file is edited the option returns the correct string, but after saving the file, the value displays lang_key instead of string Notes for the fix: the value must be returned in HTML format, instead of string without HTML Version: 5.0.5 Location: Downloads / Front Files
  3.    Patreon Lukazuki reacted to a post in a topic: v5 How to hook into Output
  4. yes, it is for 5, just copy the url, I placed it code tag so its formatted as normal text
  5. is already made by Kirill Gromov https://invisiondevs.com/files/file/68-transliteration
  6. Uploaded resource doesn't return URL to the file when a tag is placed in Pages CSS theme_resources.mp4 Version: 5.0.2 Location: Pages / Templates / CSS
  7. on the unofficial ips market invisioneer.org/marketplace
  8. yes it is, called display files from subcatefgories, I have done this app for v5, in next week will be shown, and of course will be free
  9. I don't know why no one notices this bug, what is the problem? The footer is the only one place on the entire site that should look the same on every subpages, but on ic5 this isn't working well. I you fill the footer area with widgets, the widgets don't show on the Pages App but are visible in other places, the same in other directions, when I am on Pages App and I place a widget inside the footer those widgets don't show elsewhere. look at this: widgets_bug.mp4version: 5.0.0 location: front pages app
  10. Group name displayed incorrectly when group contains html formatting. version 5.0.0 location: admin/?app=core&module=settings&controller=login&tab=registration
  11.    Patreon Lukazuki reacted to a post in a topic: Beta 8 - Reduced performance mobile
  12.    Patreon Lukazuki reacted to a post in a topic: [Suggestion] Floating Author Column
  13.    Patreon Lukazuki reacted to a post in a topic: Feedback: Thumbnails for widgets
  14.    Patreon Lukazuki reacted to a post in a topic: Missing features in version 5
  15. I do not understand, What is the technical reason for deprecating such a useful feature? Why I should abandon optimization using CDN in favor of storing files in an uploads folder? many communities with downloads feature have a situation that makes it impossible to keep files in the uploads folder on the host because they have large files or too many files
  16. also I have the same question, files in downloads are pointed to the storage similar to AWS S3 and use domain example storage.domain.com, also every uploaded image on the community is using private CDN in a domain: cdn.domain.com, how will it be possible to do when you deprecated multiple storage methods?
  17. work in progress, this is a part of the bigger app for IC5 Downloads that I working on currently, it was a bit challenging but I have a working main feature, and at the end of the month, I will share the app for free.
  18. When it comes to making custom apps in IC5 my mind goes straight to the hook system where I encountered some inconveniences. In IC5 the hook system is supposedly equivalent to IPS4 plugins. The current beta version of the IC hook feature offers four types: before inside-start inside-end after those types of hooks are implemented by specifying hook targets in templates like (data-ips-hook="footer"). Although this method is straightforward to use it comes with restrictions, for third party developers aiming to develop applications or themes. This results, in a scenario where the IPS team decides what can and cannot be edited. That should be left up to the individual who develops an application. This limitation could potentially stifle the innovation of third party developers whose input enriches the IPS products. I have simple questions, what if: I want to edit a template that is not listed when I create app? I want to replace the entire template with my own? I want to add a template to a place that is not marked by IPS? In comparison, the IPS4 provides 9 hook types: add_before add_inside_start add_inside_end add_after add_class remove_class add_attribute remove_attribute replace Developers have freedom to customize applications and templates, with these types since they are not limited by hook targets. Many developers, on the platform may share the sentiment that the IC5 hook system is quite simplistic and requires additional improvements. Would you kindly provide some details about your intentions to expand the variety of hook types and targets available in IC5? Improving this functionality might improve the platform's ability to create better templates and apps. I am grateful for your attention. I expect to see more advancements with the IC5 and eagerly await your response.
  19. I build a test app in IC5, and I want to edit the template core/front/global/htmlDataAttributes, on the IC5 Templates system dropdown, there is only core/front/global/globalTemplate, it contains at the top: <html lang="{expression="\IPS\Member::loggedIn()->language()->bcp47()"}" dir="{{if member.language()->isrtl}}rtl{{else}}ltr{{endif}}" {template="htmlDataAttributes" app="core" group="global" location="front" params=""}> I want to add at the very end of one attribute, for example, data-app-attr="{{php code}}”, how can I do it in IC5?
  20. generally, a good improvement would be to remove numbers from URLs I know that's required to detect what content to display, but I think it could be done, that feature exists on the page app.