Jump to content

mr-pimpen

Blizzard
  • Posts

    1,294
  • Joined

  • Last visited

  • Days Won

    80

Everything posted by mr-pimpen

  1. Are you using a nulled copy of IPS?
  2. you dont need to do that its ya coding you are doing that would cause that try putting the default theme and see if it comes back or disable your plugins see witch one it is
  3. what part of the posbit are you trying to do the name there is a code for that
  4. look on your server and see if you have mod securty on if you do turn it off and try it again that could be one issue if the them is out dated than you will get some issue with it'
  5. mr-pimpen

    XF 2.0 Editor Css

    For the following result: Dump the following into Extra.less: /* Editor */ .fr-toolbar .fr-command.fr-btn .fa-eraser { color: #A3CE71 } .fr-toolbar .fr-command.fr-btn .fa-bold { color: #FB724B; } .fr-toolbar .fr-command.fr-btn .fa-italic { color: #FCD872; } .fr-toolbar .fr-command.fr-btn .fa-text-size { color: #EC7EBD; } .fr-toolbar .fr-command.fr-btn .fa-palette { color: #F35369; } .fr-toolbar .fr-command.fr-btn .fa-font { color: #F35349; } .fr-toolbar .fr-command.fr-btn .fa-strikethrough { color: #e4e4c6; } .fr-toolbar .fr-command.fr-btn .fa-underline { color: #07f7f7; } .fr-toolbar .fr-command.fr-btn .fa-terminal { color: #1f1fea; } .fr-toolbar .fr-command.fr-btn .fa-mask { color: #bb43ee; } .fr-toolbar .fr-command.fr-btn .fa-list { color: #6BCEBB; } .fr-toolbar .fr-command.fr-btn .fa-align-left { color: #8C72CB; } .fr-toolbar .fr-command.fr-btn .fa-paragraph { color: #54C7EC; } .fr-toolbar .fr-command.fr-btn .fa-link { color: #6BCEBB; } .fr-toolbar .fr-command.fr-btn .fa-image { color: #A3CE71; } .fr-toolbar .fr-command.fr-btn .fa-smile { color: #FB724B; } .fr-toolbar .fr-command.fr-btn .fa-photo-video { color: #d61f22; } .fr-toolbar .fr-command.fr-btn .fa-quote-right { color: #FBDF4B; } .fr-toolbar .fr-command.fr-btn .fa-table { color: #B3FB4B; } .fr-toolbar .fr-command.fr-btn .fa-minus { color: #4B7FFB; } .fr-toolbar .fr-command.fr-btn .fa-eye-slash { color: #B12B2B; } .fr-toolbar .fr-command.fr-btn .fa-code { color: #EE8B21; } .fr-toolbar .fr-command.fr-btn .fa-minus-octagon { color: #EEEB21; } .fr-toolbar .fr-command.fr-btn .fa-undo { color: #54A05C; } .fr-toolbar .fr-command.fr-btn .fa-redo { color: #729CD3; } .fr-toolbar .fr-command.fr-btn .fa-brackets { color: #D372C8; } .fr-toolbar .fr-command.fr-btn .fa-save { color: #A67678; } .fr-toolbar .fr-command.fr-btn .fa-file-search { color: #20B5D7; } .fr-toolbar .fr-command.fr-btn .fa-ellipsis-v { color: #20B5D7; } .fr-toolbar .fr-command.fr-btn i {color: #A3CE71;} I added the Credits button to for those who use it.
  6. I definitely agree on the cheaters. COD never seems to fix anything with there shitty anti-cheat. Its sad that fortnite has a better ant-cheat then COD, and COD is been a game longer then Fortnite. Its just pathetic at this point.
  7. Merry christmas, Glad to be apart of this wonderful community. I want to wish everyone a merry christmas and happy new years.
  8. this dont work for me so i used it as a ribbon
  9. Version 1.0.0

    5 downloads

    this was tested and works 100% Allows users to purchase custom styling for username and banner. Features: Setting custom CSS for username and banner Setting custom banner text Adding preset styles for username and banner Options: Default banner text Maximum banner text length If the value is equal to zero, the user will not be able to edit the style of the banner and its text Payment profile Custom style cost Discount on second and subsequent purchases New cost Discount (as a percentage) on the price of the first purchase Permissions: View custom style page (preview) Add custom style Limit on the number of added custom styles Time limit on editing custom styles Bypass purchase Administrator permissions: Manage presets
  10. Happy Thanksgiving, I hope yall had an amazing time with family and what not. I had a great time!
  11. mr-pimpen

    Question I Can't review

    its not on your end it on webflaks they have to look into that issue
  12. what was the last plug in you installed if any! you might want to disable all your pluging first and see if thats the case if not is there some typ of code you put in your theme
  13. Just want to say Happy Halloween everyone. Make sure not to eat too much candy. Halloween is a beautiful day and is my favorite of the month So make sure to check all candy as well. But other then that make sure to eat that snickers bar or even that beautiful tasty reeses.
  14. Is anyone planning on playing the new call of duty MW3. I played the beta and its alright but I doubt its gonna be really good. I just feel they are gonna destroy the game. The only thing that was fun about the game was MW2 maps. other than that the issue is the movement.
  15. you need to check and see if you have mod securty is enable if so you will need to disable that and it should work
  16. mr-pimpen

    WARZ

    this is a really good them for ips keep up the good work! if you need to edit the subforums with the gap in it just remove this from the css .ipsDataItem_subList { display: var(--subforum-display); grid-gap: var(--subforum-gap); grid-template-columns: repeat(auto-fill,minmax(var(--subforum-min-width),1fr)); --subforum-display: grid; --subforum-min-width: 220px; }
  17. make a custom frame for your topics Replace this code in messages_macro, template under <div class="message-avatar-wrapper"> <div class="message-avatar-wrapper"> <div class="avatar-frame-container"> <xf:if is="{$user.user_group_id} == 3"> <div class="avatar-frame admin"> <xf:elseif is="{$user.user_group_id} == 4"/> <div class="avatar-frame mod"> <xf:elseif is="{$user.user_group_id} == 10"/> <div class="avatar-frame admin"> </xf:if> <xf:if is="{$user.user_group_id} == 3 || {$user.user_group_id} == 4 || {$user.user_group_id} == 10"> </div> </xf:if> </div> add this to your extra.less .avatar-frame-container { width: 200px; height: 150px; display: flex; align-items: center; justify-content: center; background-repeat: no-repeat; margin-top: -115px; } .avatar-frame { background-repeat: no-repeat; position: absolute; display: block; width: 135px; height: 135px; z-index: 5; display: flex; align-items: center; justify-content: center; margin-right: -1px; margin-top: -3px; } .owner { background-image: url("images/avatar-frame-owner.png"); } .admin { background-image: url("images/avatar-frame-admin.png"); } .message-avatar-frame { z-index: 1; width: 135px; height: 135px; } you frames you will need to find on your own shared by @mr-pimpen
  18. in message_macro Place this code under <xf:userbanners user="$user" tag="div" class="message-userBanner" itemprop="jobTitle" /> <xf:if is="{{$user.isMemberOf(3)}}"> <div class="postbit-staff"><i class="fas fa-shield-alt"></i> Staff Team</div> <xf:elseif is="{{$user.isMemberOf(4)}}"/> <div class="postbit-staff"><i class="fas fa-shield-alt"></i> Staff Team</div> <xf:elseif is="{{$user.isMemberOf(4)}}"/> <div class="postbit-staff"><i class="fas fa-shield-alt"></i> Staff Team</div> </xf:if> add this to your extra.less .postbit-staff { text-transform: uppercase; text-align: center; font-size: 12px; color: #2be0d3; font-weight: bold; width: 150px; position: relative; overflow: hidden; margin-left: 25px; margin-top: 8px; margin-bottom: 8px; } you will need to remove these codes to make it look better position: relative; overflow: hidden; margin-left: 25px; margin-top: 8px; margin-bottom: 8px; shared by @mr-pimpen
  19. how to make an effective avatar in topics add this to your extra.less /*avatar animation*/ .message-avatar-wrapper .avatar:before, .message-avatar-wrapper .avatar:after{ border-color: #00c5de; } .message-avatar-wrapper a:before, .message-avatar-wrapper a:after{ content: ""; display: block; position: absolute; background: transparent; top: 0; bottom: 0; left: 0; right: 0; border-radius: 5%; /*Do not touch this setting if you have an oval square or rectangle avatar. If you have an avatar, simply change the setting to "50%".*/ transition: .3s all; border: 2px solid; } .message-avatar-wrapper a:hover:after{ -webkit-transform: scale(1.5); } .message-avatar-wrapper a:hover:before{ -webkit-transform: scale(2); transition: .3s all; opacity: 0; } /*avatar animation end*/ this is be shared by @mr-pimpen
  20. Version 2.0.2

    1 download

    Feature Summary Usergroup permissions Minimum age to download resources Minimum posts to download resources Minimum resources to download resources A system of ratio to download resources Example: if you upload one resource, you can download one resource. This add-on allows you to set a restrict to download resources!
  21. Version 2.0.0

    0 downloads

    Adds batch action to randomize usernames.
  22. Version 2.0.0

    0 downloads

    Adds batch user update action to remove user email addresses.
  23. Version 2.0.0

    1 download

    Adds batch user update action to remove user custom field values.
  24. Version 2.0.0

    3 downloads

    Adds permission to limit maximum replies in thread by user (thread starter has no limit)
×
×
  • Create New...