Jump to content

leet

Пользователи
  • Регистрация

  • В сети

  1. leet commented on Silence's комментарий к файлу in IC5 apps
    Do you’ve the the newest developer tools for version 11.1?
  2. leet posted пост в теме in Поддержка Invision Community 5
    also searching for this one but beta 11
  3. leet changed their profile photo
  4. Duplicated DOM elements, same purpose, but just hiding. I don’t think that this should be the way of handling template changes. They really messed this one up. I think there is a way to manipulate the static template output and manipulate it trough an application before serving it to the client. Trying to reverse engineer the new codebase and hopefully find a way for an application to achieve this. No direct modification to the static templates. Just manipulated output before serving :)
  5. Even if I would try to build an app (which I’m currently doing) - there is no real documentation for code hooks, template overriding or such things. So, I’m still in the dark to how I could replace for example the whole userBar.phtml, which I did before easily with the template editor in v4. Are there any documentation how I can change the whole template file, without having to add template hooks (which only has 4 hook types but no replace)?
  6. It doesn’t make any sense. How are we supposed to change for example the userBar? A “template hook” wouldn’t allow me to remove things or change the order of the elements.