Recent content by AUSFIFA

  1. AUSFIFA

    Add user to secondary user group function?

    Does the key variable have to be anything specific? Or can I just make up my own? For example if I want to add the "Premium" group to a user, I just use "premium" as the key?
  2. AUSFIFA

    Add user to secondary user group function?

    I want to be able to programmatically add a user to a secondary group through a PHP script once they've upgraded to premium on my website. I'm looking in Xenforo/Model/UserGroup.php for a function to add a secondary group to a user, but I can't seem to find one. I can find...
  3. AUSFIFA

    Change profile URL for user @ tags

    @Jeremy, apologies but I have no idea where to ask this, is there any way I can change my Xenforo forums username?
  4. AUSFIFA

    Change profile URL for user @ tags

    Yeah ended up doing that, was just wondering if there was a way to get it without having to do that. Thanks for your help bud, really appreciate it!
  5. AUSFIFA

    Change profile URL for user @ tags

    Works great but it's including the @ tag in the URL for me? So instead of: http://www.ausfifa.com/profile.php?user=Member It comes up as: http://www.ausfifa.com/profile.php?user=@Member
  6. AUSFIFA

    Change profile URL for user @ tags

    I still cannot find the solution to this. Can anyone help?
  7. AUSFIFA

    Properly change username via script?

    Cool thanks, managed to get it working using the DataWriter.
  8. AUSFIFA

    Properly change username via script?

    I know it's possible to just update the username column in xf_user table, but doing it this way wont update any of the username references in the other tables, such as "last_post_username" in xf_thread. The only way to change the username properly in all database tables is to do it by editing...
  9. AUSFIFA

    Displaying extra info from my own MySQL database on user post

    I really just need to know which code handles the post user sidebar (which displays username, user title, avatar etc.)... I'm not asking how to code it. I just want to know where I should be looking... anybody?
  10. AUSFIFA

    Displaying extra info from my own MySQL database on user post

    I am running Xenforo on my PHP website which has its own database tables, and I'd like to be able to display information from these tables for each user when they post. Example of what I want to achieve: Please note that the info would need to come from database tables outside of Xenforo...
  11. AUSFIFA

    Being spammed with server errors after initialising Xenforo environment

    You are right. After looking over the error log again, it seems like they're all legit errors. They just never appeared until I started using the XF environment, so I thought there was something wrong with the server error log. Thanks. While you're here, would you mind taking a look at this...
  12. AUSFIFA

    Being spammed with server errors after initialising Xenforo environment

    $rivals_division+= $stats[$team . "_division"]; It seems to happen to all variables no matter what the code is.
  13. AUSFIFA

    Being spammed with server errors after initialising Xenforo environment

    I have a PHP website which has its own user accounts/log in system, and I've integrated XF into that system using a bridge. When a user registers an account, a Xenforo account is also created for that user, and they are automatically logged into this XF account when they log in to my site. I'm...
  14. AUSFIFA

    Change profile URL for user @ tags

    Can anyone please help me with this issue?
  15. AUSFIFA

    Change profile URL for user @ tags

    Nope, it returns "www.ausfifa.com/forums/index.php?members.php?=1" as the link. No matter what you return from the method, there's always the forums/index.php? in front of it.
Top Bottom