Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

  • We are aware that a no permission error was shown when you tried to purchase in the last 2 days, this is now fixed.

Recent content by toodlez

  1. T

    Suggestion Revoke invite sent

    is there currently a way to revoke a sent invite, or view all invites you've sent as the owner of a club?
  2. T

    Support Resolved How do you change the default Logo?

    Hi, how do you change the default logo that is displayed for clubs? I cannot locate the image file for this, thanks
  3. T

    Support Resolved Replace Tournament background

    you guys built the add-on shouldn't you have answers to questions if they work or not lol
  4. T

    Support Resolved Replace Tournament background

    <xf:if is="$tournament.tournament_id == 16"> .p-pageWrapper { background: #111 url('my url here') !important; } </xf:if> this is what I did, no luck
  5. T

    Support Resolved Replace Tournament background

    do you have a starting point you can provide me?
  6. T

    Support Resolved Replace Tournament background

    What would I need to place with a conditional in the css in extra.less to replace the background image of the page based on the tournament ID?
  7. T

    Done Conditional Statement

    this just displayed everyone as "Owner" in the club if they are the club owner... and displays everyone as "player" if they are not the owner (including the club owner)
  8. T

    Done Conditional Statement

    How can I display one line of text if the user is the club owner, and a different one if they are not? See below, doesn't seem to work for me: <xf:if is="!$club.Owner">Owner<xf:else />Member</xf:if>
  9. T

    Phrases 2.0

    It is not, yet
  10. T

    Fixed Adding to Club, When Only Requested

    Right now it appears that the roster system adds you to a club which you requested to join in every aspect other than showing you under the "members" tab... It adds the subnavigation for that club even though you aren't a member of the club yet... I think all functionality needs fixed to where...
  11. T

    Resolved Members Tab

    If I edit the php, when doing an upgrade it'll overwrite the file, right? So I can just edit the changes into the php again before doing an upgrade?
  12. T

    Resolved Members Tab

    Try to remove the members tab / pages, and move it to the main club page
  13. T

    Resolved Members Tab

    I am wanting to extend the rosters add-on... one of the things I want to do is break the "Members" tab out to the main xfa_roster_club_show template... A simple copy and paste of contents does not work as it just displays "there are no members of this club" rather than the actual list of...
  14. T

    Phrases 2.0

    where are the phrases even being called from? I can't even find them in the templates when I search for them.. trying to hardcode some phrases in to see if it works
  15. T

    Phrases 2.0

    Well I've changed all of the phrases to fix some of the grammar, but only one or two of them worked... any ideas?
Top