Recent content by Maester Aemon

  1. Maester Aemon

    XF 1.5 Any way to turn user id into username?

    @Siropu I can't seem to get it work doing it like this <?php class Extra_Custom_Callbacks { public static function getUsernameFromUID() { $userIds = ["15878", "1", "10852", "13641", "9294", "662", "622", "10795", "15879", "509", "0"]; $users =...
  2. Maester Aemon

    XF 1.5 Any way to turn user id into username?

    Cool, I'll try it out. Thanks.
  3. Maester Aemon

    XF 1.5 Any way to turn user id into username?

    Do I have to loop through each and every ID like this $user = $this->getModelFromCache('XenForo_Model_User')->getUserById($userId); $username = $user['username']; inside a foreach based on the array? Is there no other way to just turn uid into username inside template editor?
  4. Maester Aemon

    XF 1.5 Any way to turn user id into username?

    I am in need of getting the username based on a user's UID which is used in their profile url etc. Is this possible? This is for a list to display users based on an array looking like this ["15878", "1", "10852", "13641", "9294", "662", "622", "10795", "15879", "509", "0"] (the 0 in this case is...
  5. Maester Aemon

    Ads Manager by Siropu [Paid]

    Custom
  6. Maester Aemon

    Ads Manager by Siropu [Paid]

    Hi, the "Page is NOT Within Nodes:" criteria is not working for me. If I mark a node, the ad will be disabled on all nodes both outside and inside. If I mark "Do NOT display within selected nodes only (rather than including child nodes)" and/or "Display outside of selected nodes", the ads will...
  7. Maester Aemon

    [rellect] AdBlock Detector [Deleted]

    Custom doesn't work on thread page for me.
  8. Maester Aemon

    Chat by Siropu [Paid]

    Can you make it possible so that when one embeds it into a page, users have to click a button to activate the chat? As right now its updating javascript for users to fetch new chat for no reason.
  9. Maester Aemon

    XF 1.5 Route filter leading to XenForo_ControllerPublic_Forum does not define an action called xx

    Hmm thanks for the info. Also, sorry but this does not make a lot of sense to me, is it possible to fix this or not? So I know if I should try to make sense out of it or not lol.
  10. Maester Aemon

    XF 1.5 Route filter leading to XenForo_ControllerPublic_Forum does not define an action called xx

    My XF is installed on root directory https://gameofscanlation.moe/ is where its installed but I have a index page route of pages/home/ I don't think I can change the /forums to /projects and I don't want it to be applied to all of the urls. Also, for example, these urls work...
  11. Maester Aemon

    XF 1.5 Route filter leading to XenForo_ControllerPublic_Forum does not define an action called xx

    I'm not understanding what you mean, I have a route filter for thread urls and a route filter for forum url. This works for most of the other the forum and thread urls I think it has to do something with length of url.
  12. Maester Aemon

    XF 1.5 Route filter leading to XenForo_ControllerPublic_Forum does not define an action called xx

    I forgot to mention, I'm using another route filter to change thread urls. Route filter to change thread urls: threads/{name}-chapter-{name1} projects/{name}/chapter-{name1} So format for that url with no route filtering would be threads/dawn-of-the-frozen-wasteland-chapter-5.1970
  13. Maester Aemon

    XF 1.5 Route filter leading to XenForo_ControllerPublic_Forum does not define an action called xx

    URL: https://gameofscanlation.moe/projects/dawn-of-the-frozen-wastelands/chapter-5.1970/ Route filter: forums/dawn-of-the-frozen-wastelands.86/ projects/dawn-of-the-frozen-wastelands/ Error: https://gameofscanlation.moe/projects/dawn-of-the-frozen-wastelands/chapter-5.1970/
  14. Maester Aemon

    Ads Manager by Siropu [Paid]

    I have not reached 255 positions, 67 only. Will try the query.
Top Bottom