Recent content by Yu_Xiu

  1. Yu_Xiu

    XF 2.1 How do i get the last appearing block using conditional statements

    So lets say there are multiple blocks and $block defines each block <xf:if is="$block== 'what do i put here to get the last one thats appearing if 1 is for first"> my content </xf:if> and i know that 1 is for the first block what is for the last block? it keeps generating* so i...
  2. Yu_Xiu

    XF 2.1 Change the background of a post to certain groups

    Got it if anyone requires these feel free to reply to this thread will post the way^^ that way was logically wrong and is unnecessary
  3. Yu_Xiu

    XF 2.1 Change the background of a post to certain groups

    I'm not sure how i can approach this basically if the user in group for example administrator his post's background will be a certain color tho thats not limited to staff would like to know how to do it to other groups too thanks! PS. <xf:if is="{{$xf.visitor.isMemberOf(x)}}"> <!-- yes i...
Back
Top Bottom