Recent content by Mathis Neumann

  1. Mathis Neumann

    UI.X

    Is it possible to disable the user bar? Currently I have a bar if the user is not a moderator, which is pointless, because I have nothing in there (login in the navbar)
  2. Mathis Neumann

    UI.X

    How can I set the background image correctly? I tried covered style (using it, of course), the html and the body tag, but there is always the 1x1 spacer.
  3. Mathis Neumann

    Array info with helper - Basic template functions?

    Nope. Template Syntax error... Can I store it in a variable and maybe use that, like $count={xen:count $array} and {xen:calc 100/$count}?
  4. Mathis Neumann

    Array info with helper - Basic template functions?

    Does something like this work: {xen:calc {xen:count $array}+5}? or save the return of the count in a variable?
  5. Mathis Neumann

    Array info with helper - Basic template functions?

    Hi there, I want to find out how many items are in an array in a template file, is there something like <xen:helper array_size $array> or something? Because there will be more things I need, like multiplying a width with the array size or subtraction. More commonly to avoid following questions...
  6. Mathis Neumann

    XF 1.1 Move template ousite of the main container

    I think I love you! Thanks Jake! You're awesome! :)
  7. Mathis Neumann

    [TH] Social Groups [Deleted]

    Here are the base permissions (not node specific) for registered: The social category is a root node. EDIT: Forgot that one:
  8. Mathis Neumann

    [TH] Social Groups [Deleted]

    Theses are the node permissions for the social category and registered users.
  9. Mathis Neumann

    [TH] Social Groups [Deleted]

    Remember what I said about some permissions don't working as I would assume? Everybody still can see thread titles of private (!) groups in profiles of other users and in recent activity. If they click on it, they get "no permission" as expected, but still can see the titles...
  10. Mathis Neumann

    XF 1.1 Move template ousite of the main container

    Hmm, so the dumping works in even in the index template of the addon (added dump in first line, outputs array contents correctly) {xen:helper dump, {$featuredItems}} using the correct template, but adding "<xen:container var="$featuredItems">{$featuredItems}</xen:container>" to the first line...
  11. Mathis Neumann

    XF 1.1 Move template ousite of the main container

    it's an array and does not seem to have a direct output....
  12. Mathis Neumann

    XF 1.1 Move template ousite of the main container

    did that. Not sure about the last part, can I check on that?
  13. Mathis Neumann

    XF 1.1 Move template ousite of the main container

    hmm, ok. So I have a page (showcase plugin, so showcase index) which contains several boxes in the main content area which are single template files. In the featured items template is {$featuredItems} which I would need in the page container template. How I understood that is that I only can...
  14. Mathis Neumann

    XF 1.1 Move template ousite of the main container

    Hmm... does not seem to work. The variable is empty in the page container, could there be a problem with arrays?
  15. Mathis Neumann

    XF 1.1 Move template ousite of the main container

    hmm. The problem is that variables are not parsed, even if you are on the site where the addon is shown in this case on the portal page. Is there a easy way to change which template hooks an addon/template is using?
Top Bottom