Recent content by Majdev

  1. M

    XF 2.3 Encountered Issues with External User Registration in Xenforo

    @Jeremy P The code is functioning, but are there any potential security vulnerabilities or errors? <?php define('XF_ROOT', dirname(__DIR__) . '/community'); if (!is_dir(XF_ROOT) || !is_file(XF_ROOT . '/src/XF.php')) { die("XenForo could not be found."); } require_once(XF_ROOT ...
  2. M

    XF 2.3 Encountered Issues with External User Registration in Xenforo

    My apologies for overlooking this. The issue has been resolved. Thank you.
  3. M

    XF 2.3 Encountered Issues with External User Registration in Xenforo

    Hello, I am encountering an issue with external user registration using PHP. When the "Enable email confirmation" option is enabled, I receive the following error: An exception occurred: [LogicException] Template email:user_email_confirmation did not render to anything. It must provide either...
  4. M

    XF 2.3 How can I standardize Font Awesome Duotone icons across all pages in Xenforo 2.3?

    How do I make Font Awesome Duotone icons apply to all pages in Xenforo 2.3? Changing icons in the styles/fa folder works, but is there a more correct way to do it?
  5. M

    XF 2.2 PHP - Get User Banner

    Solved :) src\XF\Entity\UserProfile.php : public function getBannerUrl($sizeCode, $canonical = false) function GetBanner($UserID){ \XF::start('/hc'); $Finder = \XF::finder('XF:UserProfile'); $User = $Finder->where('user_id', $UserID)->fetchOne(); $BannerUrl =...
  6. M

    XF 2.2 PHP - Get User Banner

    Hello Developers, I want to shoot users' banners, but I don't know how. With the help of the code below, I can pull the avatars without any problems, but when I use getBannerUrl I get an error. Isn't there a getBannerUrl method? if so how can i use it? Error: An exception occurred: [Error]...
  7. M

    MX Dark [Deleted]

    Yes, Contact Discord (Majdev#3031)
  8. M

    MX Dark [Deleted]

    It was just one time. To resolve mandatory errors.
  9. M

    MX Dark [Deleted]

    There is no different code. Check it again.
  10. M

    MX Dark [Deleted]

    Thx.
  11. M

    MX Dark [Deleted]

    Delete codes from majdev_core.less (Line: 154) .message-avatar-wrapper .message-avatar-online{ display: inline-block; width: 16px; height: 16px; background: rgb(255, 255, 255); border: none!important; border-radius: 50%!important } .message-avatar-wrapper...
  12. M

    MX Dark [Deleted]

    MX DARK - V1.1
  13. M

    MX Dark [Deleted]

    Majdev submitted a new resource: MX Dark - Free Modern Theme Read more about this resource...
Back
Top Bottom