user

  1. K

    [MMO] Impersonate User 2.3.0

    You can upgrade from this add-on https://xenforo.com/community/resources/login-as-user.2493/. When updating a resource, all necessary and old add-on data is transferred to your forum. This add-on gives privileged users the ability to login as any other user on the forum (as long as they're not...
  2. prisnilos

    Unmaintained User Message Background

    Add to extra.less .msgBgByName (@msgBgAuthorName; @msgBgUrl; @msgBgSize; @msgBgPosition: false) { .message[data-author="@{msgBgAuthorName}"] .message-inner { background-image: linear-gradient(to top, @xf-contentBg, fade(@xf-contentBg, 60%)), url(@msgBgUrl); background-position...
  3. K

    [MMO] User Ban Info 2.3.0

    Displays information about blocking a user in his profile. A blocked user is removed all privacy settings, all registered users and guests can see his profile, regardless of what privacy settings were set for the blocked user. By default, only the forum administration or users who have the right...
  4. Kruzya

    Duplicate Post reaction alert contains unexpected "attribute"

    I reproduced this bug here, on xenforo.com. When any user reacts your post, XenForo forms "incorrect" HTML code. From XF\Entity\UserAlert::render() you get HTML like this: <a href="/index.php?members/2/" class="username " dir="auto" data-user-id="2" data-xf-init="member-tooltip">member</a>...
  5. S

    XF 2.1 Inactive Users / Deny Access e.g. Pictures

    Hi, maybe someone can give me a hint. We are looking for a Way that if a user has not posted for X Days he won` t be able to see some Nodes or Threads. As soon as he posts something the "timer" should restart We wounder if we could realize this with XF Core Functions or would need a AddOn (...
  6. Kruzya

    Change activity text when user viewing own warning

    If user viewing own warning issued by moderator, XF displays in activity text "Performing moderation duties". This can embarrassment administrators or moderators (unknown user "Performing moderation duties"? what? i made mistake when setting permissions?) when they just checks what users doing...
  7. XFA

    Unmaintained [ITD] Add All Posts & Threads by User in Member Card II 2.1.4

    This Add-on will add "Find all posts" and "Find all started threads" of a member, in Member's Menu Card. Before: After: Instructions: Download the attachment. Log in to your BU and go to addon page. Select Install/upgrade from archive.. That's all :) Sending a donation: If you like...
  8. Masetrix

    Unmaintained Prohibit reactions in certain forums and/or for specific user groups.

    Prohibit reactions in certain forums and/or for specific user groups. Edit Template: post_macros Find near Line: 138 -> <xf:contentcheck> after <xf:contentcheck> and before <xf:react content="{$post}" link="posts/react" list="< .js-post | .js-reactionsList" /> insert...
  9. Kruzya

    Implemented Ability see user activity if user hided activity

    As in thread title said, i want as administrator / moderator can see, what user doing right now. Currently, if user hides own activity, moderator/administrator see only last date activity.
  10. Painbaker

    Unmaintained [Xenbros] User upgrade Notification for xf1 1.0.2

    User upgrade Notification addon will increase your overall sales of user upgrade, as your visitors will get more confidence in upgrading when they see how other are buying. Delay First Notification – Delay first notification for x seconds after the visitor lands on your website. Delay between...
  11. XenConcept

    [XenConcept] Project Manager 2.2.1

    This add-on allows you to create a project manager! View demo Features list System: Add tags in projects Approve and unapprove for projects, tasks and comments Add prefixes for projects and tasks Add custom fields for projects and tasks Search projects User Group permissions Alert support...
  12. Mr. Jinx

    XF 2.1 Removing a user from a group

    I am working on an add-on that adds / removes users from secondary groups. Adding a user works fine, but I have some problems with removing them from a group. So for adding a user, I use this existing service: $userGroup=5; /** @var UserGroupChange $userGroupChange */ $userGroupChange =...
  13. Painbaker

    [OzzModz] Log All Moderator Actions 2.3.0

    This add-on is shared with the Xenforo community for free without branding. Donations are welcome by just liking this add-on or leaving a nice review, that's all! :love: This add-on will make it possible to log all moderation related actions to the log, even if the user isn't a real moderator...
  14. CMTV

    Unmaintained Pretty names and values in "User change log"

    When you update any (even custom) column of User entity XenForo automatically adds a new entry to "User change log". The only exception here is using fastUpdate() method. It directly updates the database without calling save() so any changes made that way will not appear in log. Let's say you...
  15. eTiKeT™

    Unmaintained [XenGenTr] User banner system 1.0.1

    [XenGenTr] User banner system Customize your user banner with ease. English patch : [XenGenTr] User banner system
  16. Painbaker

    [OzzModz] Watch Forums After Registration 2.0.0

    In the "User registration" it can be specified which forums the new user automatically watches after registration.
  17. Naz

    Group membership moderators 2.3.0

    This addon will make it possible to assign "moderators" to user groups. A user group moderator is able to view / add / remove members from groups that they moderate. Features Give any user or user group the "moderator" role for a selected user group User groups can have multiple moderators A...
  18. CMTV

    Lack of interest Add User criteria support to other systems

    Hi! XenForo has a useful and extandable criteria system. Trophy and Notice systems are using the User criteria type already. With this system, we can easily create different trophies (or show notices) to a users that match certain selected criteria. But there are many more systems that are...
  19. CMTV

    XF 2.0 The purpose of if($this->user_id)

    Hi! I wonder why some can...() methods do check existence of user ID and some do not in User entity class? public function canViewWarnings() { return ($this->user_id && $this->hasPermission('general', 'viewWarning')); } public function canViewMemberList() { return...
  20. CMTV

    Lack of interest AbstractCriteria is not abstract

    Hey! Imagine we are creating an addon for removing all posts that match selected criteria. A list of available criteria: Post has at least X likes Post author has an X username Post was edited at least X times Post was edited no more than X times Post was published before X Post was published...
Back
Top Bottom