Recent content by cimad

  1. C

    [XenGenTr] XenSticky thread

    The FontAwesome icon won't show on Xenforo 2.1. For show it, follow the nexts steps. Find the template named 'XenStickyKonu' and make the following changes: Search: <i class="fa fa-thumb-tack XenStickySabitikon" aria-hidden="true"></i> {{ phrase('XenSticky_sabit') }} Replace for: <i...
  2. C

    Fixed Small template error on post history log

    When use the device on portrait mode, and for example, the post have a 'long' url, appear this issue.
  3. C

    Fixed Small problem on thread list

    On some XenForo translation, exists a problem on thread list like the image. Go to structured_list.less template. Find: &.structItem-cell--meta { width: 120px; } And change to: &.structItem-cell--meta { width: 130px; }
  4. C

    As designed Incorrect elements distance

    When there are few elements, the distance does not seem to be correct. May need change the core_list.less template. Search for: justify-content: space-between; And change to: justify-content: space-around;
  5. C

    Fixed Pause button on Lightbox overlay

    As the title say, when you see two or more attachments on Lightbox overlay, the 'Pause' button wont work and you need to close the overlay for stop it. The 'play' button works perfect.
  6. C

    As designed Incomplete description of widget on responsive mode

    As the tittle says. Maybe it would be a solution to place it on different lines
  7. C

    Fixed Responsive issue when edit Reactions on ACP

    As title say
  8. C

    Fixed Duplicated phrases

    Sorry, wrong forum. This affect to Xenforo Resource Manager 2.1 beta
  9. C

    Fixed Duplicated phrases

    This pharse are similars, maybe for typo error on title: api_scope.resource_delete_har (Possible typo) api_scope.resource_delete_hard And another: api_scope.resource_rating_delete_ha (Possible typo) api_scope.resource_rating_delete_hard regards
  10. C

    As designed Old rebuild tool option

    Because in XenForo 2.1 the likes have been changed to the reactions, the following rebuild tool is not necessary. It seems that someone has forgotten to remove it :rolleyes:. Take this opportunity to comment, although I do not remember how many, there are still phrases with 'likes'. They...
  11. C

    Duplicate Small misstype

    Oops, already reported and fixed :censored::censored:: https://xenforo.com/community/threads/spot-the-typo.156701/
  12. C

    Fixed Using HTTP instead HTTPS on phrase

    On phrase: option_explain.enablePush Is being used HTTP instead of HTTPS on the link.
  13. C

    Fixed Cosmetic issue

    On the link, when click on Install/Upgrade button, appear a style issue on small screens. https://www.yourforumurl.com/admin.php?add-ons/
  14. C

    Duplicate Small misstype

    Phrase enabling_push_notiifcations_requires_php_to_have_gmp_extension
Top Bottom