Recent content by pupu

  1. pupu

    XF 2.2 Plugin and Custom Project Integration Concerns

    For some operations on the forum, REST API can be used (such as banning accounts, adding user group permissions, etc.). But what if the forum plugin needs to communicate with the ASP programs in my project to obtain information? (For example, VIP expiration dates, etc.) Without using an API...
  2. pupu

    XF 2.2 Plugin and Custom Project Integration Concerns

    Detailed Explanation: I have developed a Minecraft plugin management system and I want to write a XenForo plugin to interface with this management system, for example, for VIP activation, purchases, and synchronizing banned accounts. Additionally, when a user registers an account on XF, the...
  3. pupu

    XF 2.2 Plugin and Custom Project Integration Concerns

    Hello everyone, I have some questions regarding XenForo permissions. I am planning a forum plugin. Suppose my domain is google.com. XenForo is deployed in the main directory of the website, so the forum address is google.com. Then, I have my own project deployed in a subdirectory, such as...
  4. pupu

    XF 2.2 Questions About XenForo Permissions and Security

    Hello everyone, I have some questions regarding XenForo permissions. I am planning a forum plugin. Suppose my domain is google.com. XenForo is set up in the main directory of the website, so the forum address is google.com. Then, I have my own project deployed in a subdirectory, such as /test...
  5. pupu

    XF 2.2 download intercepted

    I have developed a membership panel plugin, and I only allow specific users to download resources through the membership panel. However, I found that the returned resource files are being intercepted by core-compiled.js, as shown in the attached image. How can I solve this problem? (I need to...
  6. pupu

    XF 2.2 Get user avatar URL

    So how should I get it? In order to save space for the database, I only allow some users to set avatars, and most users cannot set avatars.
  7. pupu

    XF 2.2 Get user avatar URL

    What if it is the default avatar generated by XenForo? How to request to get it. example this
  8. pupu

    XF 2.2 Get user avatar URL

    How do third-party programs get Xenforo's user avatar? If I want to use exe to get the user avatar on the forum, what should I do and how to request it?
  9. pupu

    XF 2.2 Get user avatar URL

    How do third-party programs get the URL of the Xenforo user avatar? Is the default XenForo avatar also available? In order to save database space, not all users can upload avatars. For example this
  10. pupu

    XF 2.2 User password help

    Is the password of the user account stored in which database table? I want to develop a plug-in, but I don't know that the user's password is stored in that database table. By the way, what algorithm is used for the password?
  11. pupu

    XF 2.2 custom media embed BBCode

    In the video link. Only the contents of 0015c002 and b0e76796d6644954a31727cb1be9ad02 will change. Other content is fixed content
  12. pupu

    XF 2.2 custom media embed BBCode

    https://sf1-ttcdn-tos.pstatp.com/obj/tos-cn-v-0015c002/b0e76796d6644954a31727cb1be9ad02 If I want media embed BBCode to support this kind of video link. So how should I import the code format?
  13. pupu

    XF 2.2 m3u8 issues

    Why can't I see information about m3u8 in the XenForo community. In fact, I think m3u8 is more suitable for individual users. The server does not need too high broadband requirements. Media Gallery plug-in does not seem to support m3u8 format file decoding...
  14. pupu

    XF 2.2 E-mail notification

    How to send notification emails to all users of the forum? For example, telling forum users that the forum is about to migrate.
Back
Top Bottom