Jump to content
WebFlake

mr-pimpen

Blizzard
  • Posts

    1,299
  • Joined

  • Last visited

  • Days Won

    82

Community Answers

  1. mr-pimpen's post in Invasion XML's was marked as the answer   
    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'
  2. mr-pimpen's post in Forum Favicon was marked as the answer   
    go to your theme and it will say Icons & Logos and change or add

  3. mr-pimpen's post in Rank was marked as the answer   
    Administrator
     

  4. mr-pimpen's post in Show Ranks was marked as the answer   
    it in your profile in the admin Groups
    Group Formatting you will need to add your own everybody community is diff no need to copy from one forum to yours
  5. mr-pimpen's post in Adding a banner (header) was marked as the answer   
    you can all so try this from ipsfucus
    Header background image
  6. mr-pimpen's post in Themes Accepted file types xml · Max file size 2MB ' resolved was marked as the answer   
    go to you your server and look for MultiPHP INI Editor and chose your url a change 2m to 516m

  7. mr-pimpen's post in Column count doesn't match value count at row 1 was marked as the answer   
    your answer is here
    rename the current table to core_achievements_log_milestones_1  
  8. mr-pimpen's post in problem install ipb 4.2 was marked as the answer   
    check all your php make sure you are running the latest and try it agian
  9. mr-pimpen's post in There was a problem loading this content. (SSL problem?) was marked as the answer   
    check your conf_global.php file on server see if its https
  10. mr-pimpen's post in Postbit background image? was marked as the answer   
    you can add this in your css it will work just change what needs to be
     
    .pec[data-group_id="4"] { } aside.pec[data-group_id="4"] { background: url("/Image/giphy.gif") repeat 50% 50%; background-repeat: no-repeat; background-size: cover; } aside.pec[data-group_id="4"] { background: #ff0000 !important; background: -moz-linear-gradient(top, #ff0000 0%, #18138e 92%) !important; background: -webkit-linear-gradient(top, #ff0000 0%,#18138e 92%) !important; background: linear-gradient(to bottom, #ff0000 0%,#18138e 92%) !important; } than go to post container  look for
    <article {{if $comment->author()->hasHighlightedReplies()}}data-memberGroup="{$comment->author()->member_group_id}" {{endif}} id='elComment_{$comment->$idField}' class='cPost ipsBox {{if $otherClasses}}{$otherClasses}{{endif}} ipsComment {{if ( settings.reputation_enabled and settings.reputation_highlight and $comment->reactionCount() >= settings.reputation_highlight ) OR $comment->isFeatured()}}ipsComment_popular{{endif}} ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone {{if $comment->author()->hasHighlightedReplies()}}ipsComment_highlighted{{endif}}{{if $comment->isIgnored()}}ipsHide{{endif}} {{if $comment->hidden() OR $item->hidden() === -2}}ipsModerated{{endif}}'> change with
    <article {{if $comment->author()->hasHighlightedReplies()}}data-memberGroup="{$comment->author()->member_group_id}" {{endif}} id='elComment_{$comment->$idField}' class='pec cPost ipsBox {{if $otherClasses}}{$otherClasses}{{endif}} ipsComment {{if ( settings.reputation_enabled and settings.reputation_highlight and $comment->reactionCount() >= settings.reputation_highlight ) OR $comment->isFeatured()}}ipsComment_popular{{endif}} ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone {{if $comment->author()->hasHighlightedReplies()}}ipsComment_highlighted{{endif}}{{if $comment->isIgnored()}}ipsHide{{endif}} {{if $comment->hidden() OR $item->hidden() === -2}}ipsModerated{{endif}}' data-group_id='{$comment->author()->member_group_id}'> than look for
    <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> change with
    <aside class='pec ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone' data-group_id='{$comment->author()->member_group_id}'>  
  11. mr-pimpen's post in Effects on Group was marked as the answer   
    you can do it like this or the link from webflake-- upload what you want to your sever and the url to upload
    <img src="https://www.yoururl/Images/anything here"><span style='font-weight:bold;color:red'> groups
  12. mr-pimpen's post in Gradient Group Format was marked as the answer   
    you can try this one
    <span style="font-weight: bold; background: linear-gradient(45deg, green, orange); -webkit-background-clip: text; -webkit-text-fill-color: transparent;"> just change the color to what you want
  13. mr-pimpen's post in Need to use (GS) Player Panel was marked as the answer   
    if you are using the latest version of ips and it for a lower version it will not work
  14. mr-pimpen's post in Error in Admin CP was marked as the answer   
    its going to give you these issues im testing my self now im seeing issues with the meta tags it dont show up after saving it
  15. mr-pimpen's post in Registration Confirmation Email not receiving to the users was marked as the answer   
    you have to go on your server and  config your email or call your server to help you! and from the admin go to Email Settings and config if you are using namecheap than i would go to a new server they have issues all the time

  16. mr-pimpen's post in Group formatting gradient + sparkles? was marked as the answer   
    i was not going to share this but here i put some of this for you this would be nice change the colors around and to add the sparkles if you want
    <span style="font-weight: bold; background: linear-gradient(45deg, red, blue); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">  
  17. mr-pimpen's post in Menu/Navigation Icons was marked as the answer   
    you will need to make some changes to your ccustom css and your navabaritems
    add this to the navabaritem in your theme look for
    <li {{if $active}}class='ipsNavBar_active' data-active{{endif}} id='elNavSecondary_{$item->id}' data-role="navBarItem" data-navApp="{expression="mb_substr( \get_class( $item ), 4, mb_strpos( \get_class( $item ), '\\', 4 ) - 4 )"}" data-navExt="{expression="mb_substr( \get_class( $item ), mb_strrpos( \get_class( $item ), '\\' ) + 1 )"}"> replace with
    <li {{if $item->active()}}class='ipsNavBar_active' data-active{{endif}} id='elNavSecondary_{$item->id}' data-role="navBarItem" data-navApp="{expression="mb_substr( get_class( $item ), 4, mb_strpos( get_class( $item ), '\\', 4 ) - 4 )"}" data-navExt="{expression="mb_substr( get_class( $item ), mb_strrpos( get_class( $item ), '\\' ) + 1 )"}" data-FontAwesome="{$item->title()}"> add this to your custom css
    /* Primary Menu */ .ipsNavBar_primary > ul > li > a:before, .ipsNavBar_secondary > li > a:before{ content: "\f00b"; font-family: "FontAwesome"; font-size: 10px; font-weight: normal; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-bottom: -2px; margin-right: 3px; opacity: 0.6; line-height: 1; } /* The User menu and Create */ #elUserLink_menu a:before, #elCreateNew_menu a:before{ content: "\f02b"; font-family: "FontAwesome"; font-size: 14px; font-weight: normal; display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-bottom: -2px; line-height: 1; } #elUserLink_menu a[href*="admin"] i{ display: none; } #elUserLink_menu a:before, #elCreateNew_menu a:before{ display: inline-block; width: 22px; opacity: 0.7; } #elUserLink_menu a:hover:before, #elCreateNew_menu a:hover:before{ opacity: 1; } /* Add Icon on the primary navigation bar */ .ipsNavBar_primary > ul > li[data-FontAwesome='Browse'] > a:before{ content: "\f005" } .ipsNavBar_primary > ul > li[data-FontAwesome='club'] > a:before{ content: "\f1b3" } .ipsNavBar_primary > ul > li[data-FontAwesome='Support'] > a:before{ content: "\f1cd" } .ipsNavBar_primary > ul > li[data-FontAwesome='Forums'] > a:before{ content: "\f086" } .ipsNavBar_primary > ul > li[data-FontAwesome='Gallery'] > a:before{ content: "\f030" } .ipsNavBar_primary > ul > li[data-FontAwesome='Downloads'] > a:before{ content: "\f019" } .ipsNavBar_primary > ul > li[data-FontAwesome='Articles'] > a:before{ content: "\f15c" } .ipsNavBar_primary > ul > li[data-FontAwesome='Blogs'] > a:before{ content: "\f02d" } .ipsNavBar_primary > ul > li[data-FontAwesome='Calendar'] > a:before{ content: "\f073" } .ipsNavBar_primary > ul > li[data-FontAwesome='Chat'] > a:before{ content: "\f27a" } .ipsNavBar_primary > ul > li[data-FontAwesome='Staff'] > a:before{ content: "\f007" } .ipsNavBar_primary > ul > li[data-FontAwesome='Users Online'] > a:before{ content: "\f0c0" } .ipsNavBar_primary > ul > li[data-FontAwesome='Activity'] > a:before{ content: "\f0ac" } .ipsNavBar_primary > ul > li[data-FontAwesome='Search'] > a:before{ content: "\f002" } .ipsNavBar_primary > ul > li[data-FontAwesome='Guidelines'] > a:before{ content: "\f0e3" } .ipsNavBar_primary > ul > li[data-FontAwesome='Tutorials'] > a:before{ content: "\f19d" } /* Add Icon on the secondary navigation bar */ .ipsNavBar_secondary > li[data-FontAwesome='Browse'] > a:before{ content: "\f00b" } .ipsNavBar_secondary > li[data-FontAwesome='club'] > a:before{ content: "\f1b3" } .ipsNavBar_secondary > li[data-FontAwesome='Support'] > a:before{ content: "\f1cd" } .ipsNavBar_secondary > li[data-FontAwesome='Forums'] > a:before{ content: "\f086" } .ipsNavBar_secondary > li[data-FontAwesome='Gallery'] > a:before{ content: "\f030" } .ipsNavBar_secondary > li[data-FontAwesome='Downloads'] > a:before{ content: "\f019" } .ipsNavBar_secondary > li[data-FontAwesome='Articles'] > a:before{ content: "\f15c" } .ipsNavBar_secondary > li[data-FontAwesome='Blogs'] > a:before{ content: "\f02d" } .ipsNavBar_secondary > li[data-FontAwesome='Calendar'] > a:before{ content: "\f073" } .ipsNavBar_secondary > li[data-FontAwesome='Chat'] > a:before{ content: "\f27a" } .ipsNavBar_secondary > li[data-FontAwesome='Online Users'] > a:before{ content: "\f0c0" } .ipsNavBar_secondary > li[data-FontAwesome='Activity'] > a:before{ content: "\f0ac" } .ipsNavBar_secondary > li[data-FontAwesome='Search'] > a:before{ content: "\f002" } .ipsNavBar_secondary > li[data-FontAwesome='Todays Activities'] > a:before{ content: "\f06e" } .ipsNavBar_secondary > li[data-FontAwesome='My Searches'] > a:before{ content: "\f00e" } .ipsNavBar_secondary > li[data-FontAwesome='Unread Content'] > a:before{ content: "\f111" } .ipsNavBar_secondary > li[data-FontAwesome='My Created Content'] > a:before{ content: "\f005" } .ipsNavBar_secondary > li[data-FontAwesome='Guidelines'] > a:before{ content: "\f0e3" } .ipsNavBar_secondary > li[data-FontAwesome='Tutorials'] > a:before{ content: "\f19d" } .ipsNavBar_secondary > li[data-FontAwesome='Staff'] > a:before{ content: "\f132" } /* Add Icon on the user bar */ /* Profile */ #elUserLink_menu > li[data-menuItem='profile'] > a:before{ content: "\f007" } /* Attachments */ #elUserLink_menu > li[data-menuItem='attachments'] > a:before{ content: "\f0c6" } /* Followed Content */ #elUserLink_menu > li[data-menuItem='manageFollowed'] > a:before{ content: "\f1d8" } /* Administrator Panel */ #elUserLink_menu > li[data-menuItem='content'] > a:before{ content: "\f03a" } /* Account Configurations */ #elUserLink_menu > li[data-menuItem='settings'] > a:before{ content: "\f013" } /* Mod Panel */ #elUserLink_menu > li[data-menuItem='modcp'] > a:before{ content: "\f132" } /* Admin Panel */ #elUserLink_menu > li[data-menuItem='admincp'] > a:before{ content: "\f023" } /* Logout */ #elUserLink_menu > li[data-menuItem='signout'] > a:before{ content: "\f08b" } /* Clients */ #elUserLink_menu a[href*="/clients/"]:before{ content: "\f07a" } /* Edit */ #elUserLink_menu > li[data-menuItem='edit'] > a:before{ content: "\f040" } /* Ignored Users */ #elUserLink_menu > li[data-menuItem='ignoredUsers'] > a:before{ content: "\f235" } /* Options */ #elUserLink_menu > li[data-menuItem='options'] > a:before{ content: "\f0ac" } /* Messages */ #elUserLink_menu > li[data-menuItem='messages'] > a:before{ content: "\f01c" } /* Add Icon on create bar */ /* Default icon that is displayed if you do not add */ #elCreateNew_menu a:before{ content: "\f0fe" } /* Announcement */ #elCreateNew_menu a[href*="/announcements/"]:before{ content: "\f0a1" }  
  18. mr-pimpen's post in v4.4.9.2 Errors was marked as the answer   
    i think you might be getting the erro from your mod securty try to diable it and see if that will fix it had those issues to! or you could be having issues with your coding
  19. mr-pimpen's post in syntax error init.php was marked as the answer   
    what php are you running i think it might PHP 7.1. see what it set 2
  20. mr-pimpen's post in Rounded Square Profile Picture was marked as the answer   
    try this it should work
    .ipsUserPhoto_tinier img, img.ipsUserPhoto_tinier, .ipsUserPhoto_tinier:after, .ipsUserPhoto_tiny img, img.ipsUserPhoto_tiny, .ipsUserPhoto_tiny:after, .ipsUserPhoto_mini img, img.ipsUserPhoto_mini, .ipsUserPhoto_mini:after, .ipsUserPhoto_small img, img.ipsUserPhoto_small, .ipsUserPhoto_small:after, .ipsUserPhoto_medium img, img.ipsUserPhoto_medium, .ipsUserPhoto_medium:after, .ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large:after, .ipsUserPhoto_xlarge img, img.ipsUserPhoto_xlarge, .ipsUserPhoto_xlarge:after { border-radius: 50%; }  
  21. mr-pimpen's post in Trying to uninstall ~ EasyPages 2.0.3 was marked as the answer   
    is it with in the ips or you have it on it own because you can remove it from your server by going to the folder where it was upload it to and deleat it
  22. mr-pimpen's post in THIS BLOCK CANNOT BE SHOW was marked as the answer   
    its because you have not config it yet you went halfway with out finishing giv users permissions to the chatbox than you will see for the rest you have no community there for our picks  and for the clubs you have not made any clubs for any of those to show on your board
  23. mr-pimpen's post in how to set full width in forum was marked as the answer   
    you have to do this in the admin them section custom and look for it there
  24. mr-pimpen's post in Remove Theme Copyright was marked as the answer   
    you have to do this in your server where you installed ips
    find where your theme is look for the set_resources_witch number
    look for this file
    6d538d11ecfced46f459ee300b5e80ec_ta-library-1.0.6.js edit search for taman
    var ta_c=document.createElement("a");ta_c.innerHTML="Theme by Taman.",ta_c.setAttribute("href","https://invisionpower.com/profile/537452-taman/"),ta_c.setAttribute("title","Theme by Taman."),ta_c.setAttribute("id","taCopyright"),ta_c.setAttribute("style","display:inline!important;visibility:visible!important;opacity:1!important;font-size:12px!important;"),null!==document.querySelector("#elCopyright")?document.getElementById("elCopyright").appendChild(ta_c):document.getElementById("ip just add what you want
  25. mr-pimpen's post in Spam Prevention error was marked as the answer   
    you will need to wait for the issue to be fixed im having the same issue after upgrading
×
×
  • Create New...