Recent content by myselfolli

  1. M

    XF 2.0 How to grab username in callback

    Sorry for getting back at you this late ^^ It did work though, thank you!
  2. M

    XF 2.0 How to grab username in callback

    I'm back again, with yet another probably really simple question. I've (again) been looking all over, but I can't really find what I need, so here I go: I have a php callback on a page I created, which is working beautifully. But now I want to grab the username (or id, doesn't really matter)...
  3. M

    XF 2.0 Outputting PHP Callback

    That worked, thank you! I didn't know the method names had to be that specific
  4. M

    XF 2.0 Outputting PHP Callback

    Okay, I am really lost on this one. I'm just starting to wrap my head around the PHP callbacks, so the soltuion is probably really simple... I've created a page, which I want to load the result of a MySQL Query into. I haven't gotten to the query yet, for now I just want to output anything to...
  5. M

    XF 2.0 User group system

    Okay, thank you for answering!
  6. M

    XF 2.0 User group system

    So I've been keeping myself busy setting up a forum using the (overall) really awesome software. But either I am completely misunderstanding the user group system, or it's implemented in a rather ... interesting way. Let's take the report system for example. Submitting reports is easy, no...
  7. M

    XF 2.0 Xenforo 2.0 external JS

    Thank you, that worked
  8. M

    XF 2.0 Xenforo 2.0 external JS

    Also executing funtions from the file using the Console doesn't work either
  9. M

    XF 2.0 Xenforo 2.0 external JS

    So I haven't quite been able to work out how to properly include external JS files in my brand spanking new installation of XF 2.0. I've included the corresponding <script> tag in PAGE_CONTAINER, and it does show up in the inspector, and the js file is in the correct location. It just simply...
  10. M

    XF 2.0 Custom Breadcrumbs

    Alright, I kind of figured it out. The original "Home"-Text I was able to remove using .p-breadcrumbs li:first-child a span { display: none; } And since FontAwesome is essentially still a font (duh), you can get the Icons using CSS. Here's how I did it: 1) Get the Unicode String for the...
  11. M

    Lack of interest Phrases context

    Could you maybe implement a way to find in which context certain phrases are used? It would make the whole process of translating this awesome forum software a lot easier.
  12. M

    Not a bug Cannot disable debug mode

    I went ahead and edited the src/config.php as well. That fixed it, my bad.
  13. M

    Not a bug Cannot disable debug mode

    library/config.php
  14. M

    Not a bug Cannot disable debug mode

    Just as the title says. I've even tried putting $config['debug'] = false; in the config, nothing seems to work.
  15. M

    XF 2.0 Custom Breadcrumbs

    So I haven't really been able to work out how the breadcrumbs work in 2.0. The customization I'm planning is really rather simple for the moment, I want to replace the "Home"-crumb with fontawesomes "house" (fa fa-home). This would of course require removing the text from the span that is the...
Top Bottom