Recent content by SkyLoKi

  1. S

    XF 2.0 Saving selected tabs to cookies

    How can I make saving selected tabs to cookies? What would the tab that was active last time be selected the next time the page was opened? This tabs: That is, I chose the "latest active" and went to the main page of the forum. I looked at something on the forum and switched back to profile...
  2. S

    XF 2.0 How i can save custom entity fileds in "entity_post_save"

    I try that: $entity->field = true; But get error:
  3. S

    XF 2.0 How i can save custom entity fileds in "entity_post_save"

    How can I save my custom fields here?
  4. S

    XF 2.0 How can I create a page with output of different categories?

    How can I create a page with output of different categories? For example, this structure of the forum: And I need to display the following on the page I created: Now I have this kind of code gets information about the categories I need. /** @var \XF\Entity\Category $forums */ $forums =...
Back
Top Bottom