Recent content by EvilGenius

  1. E

    XF 1.5 Can't reach CustomField

    I am trying to reach a CustomField value in member_list_item template, but all i get is NULL as value. This is how i test what the variable gives back. <div class="member"> <xen:if is="{$user.user_id}"> ... <div class="test"> {xen:helper dump...
  2. E

    XF 1.5 UserTitle Questions

    Little introduction for the problem and questions i am gonna have: Before we go let me give some intro about what i have atm: I have user groups who are for the main ladder and in their "usertitleOverride" i have given them an image. I have few extra groups who are called alts for the ladder...
  3. E

    XF 1.5 Get groups in a range

    Hello, What i want to ask is, if there is easy way to make a conditional statement whether a user is in range of certain groups. Simply said is can i make any conditional statement that could replace <xen:if is="{xen:helper ismemberof, $user, 10}">, <xen:if is="{xen:helper ismemberof, $user...
  4. E

    XF 1.5 For cycle question and username colour

    Yeah it was about in the template. What i saw for examples around the templates were foreach cycles only maybe i have missed if there were others.
  5. E

    XF 1.5 For cycle question and username colour

    @Brogan @Mike Also little edit on 3) What i wanna know is how FOR is written in Xenforo not really how to do the exact FOR i used for example.
  6. E

    XF 1.5 For cycle question and username colour

    Hello, I have a few questions about Xenforo 1.5 code part. 1) Is there a way to directly call the colour property of the username of some user for example user with id .colour I am asking that cause i wanna let each person choose a colour without needing to be in certain group since i use...
  7. E

    XF 1.5 Username colour

    Hello, So what i wanna ask is, is there a way to call in some way user.id.colour or something where i change the colour of the username of some user no matter in what group he is. Aka i don't wanna do it with creating groups and giving colour to whole group the reason for this is that i am...
  8. E

    XF 1.5 Show custom field value

    Yeah it's single line text box Oh yeah that worked, apparently i don't need to call just the value. Thanks
  9. E

    XF 1.5 Show custom field value

    Hello, I am trying to show a customFields value in memberview the customField is from number type and in my example i have set an user the amount of 12345, alas when it shows in the member profile view it shows only the first number aka 1. I have put the following code <xen:if...
  10. E

    XF 1.5 Main Page and Forums page

    Hello, I have the following question: I want when people click on my forums for their link to be domain.com/forums instead of domain.com because i am thinking of adding a main page of my own which shall be the main page aka domain.com Hopefully i managed to explain. Basically i can always...
  11. E

    XF 1.5 Redirect rule question

    Hello i have looked around but couldn't really find how that happens. So am gonna ask here. What i wanna do is my home page to redirect me to /forums example: www.test.com to redirect me to www.test.com/forums/ We are currently without a home page so we don't wanna show anything, but in the...
  12. E

    XF 1.5 Errors when installing

    Thanks for the answer gonna fix that now.
  13. E

    XF 1.5 Errors when installing

    Hello i tried installing Xenforo but i got the followings errors. Under the error i have written my server OS, DB and PHP version Server Error count(): Parameter must be an array or an object that implements Countable XenForo_Application::handlePhpError() in XenForo/Install/Model/Install.php...
Top Bottom