Recent content by MPhil

  1. M

    Template does not load after mounting Add-On

    Im using Notepad++ to edit the file, no idea if it's any good for php. Im uploading anything via FileZilla. The problem with the spaces is irrelevant since you can't register with a space in your name on our site.
  2. M

    Template does not load after mounting Add-On

    I haven't encountered similar problems with any other add-on. Im going to try it again and give some feedback afterwards Edit: I tried it and it seems to work now, at least ist loading the template correctly but it is not replacing the avatars with the pictures it is supposed to
  3. M

    Template does not load after mounting Add-On

    Well it seems it is because of the XML file, could you please post the one you created here so i can check the differences?
  4. M

    Template does not load after mounting Add-On

    I tried all the things you guys suggested but is still is not working! Could someone please try it out for your self? Sorry for the late response.
  5. M

    Template does not load after mounting Add-On

    Removed the ?> but the error still occurs.
  6. M

    Template does not load after mounting Add-On

    Seriously?! I'm going to check that ASAP. Thanks. Edit: Apparantly, there is no extra white space. :/
  7. M

    Template does not load after mounting Add-On

    Positive: #1 Error Info ErrorException: Cannot modify header information - headers already sent by (output started at /var/customers/webs/Marc/library/McAvatar/Listener.php:1) -library/XenForo/CssOutput.php:111 Generated By: Unknown Account, 2 minutes ago Stack Trace #0 [internal function]...
  8. M

    Template does not load after mounting Add-On

    Okay, Code incoming <?php class McAvatar_Listener { public static function init(XenForo_Dependencies_Abstract $dependencies, array $data) { XenForo_Template_Helper_Core::$helperCallbacks['avatar'] = array('McAvatar_Listener', 'helperAvatarUrl'); } public static...
  9. M

    Template does not load after mounting Add-On

    Hey folks, I wrote myself a code to get special Avatars for my users. I wrote it into the Core.php to test it and it worked fine. Now i wanted to make it to a proper Add-On because editing original files ist pretty stupid in my opinion. My Add-On is listening the "Init_dependencies" event and...
Top Bottom