Jump to content
  • Sign Up

mr-pimpen

Blizzard
  • Posts

    1,296
  • Joined

  • Last visited

  • Days Won

    82

Everything posted by mr-pimpen

  1. no just what i posted make sure you add it in between those look for the first one than pasted it and save </body> </html> and than add this to ya groups <span style='color:#ff0000;font-weight:bold;'><span name="Rainbow">
  2. mr-pimpen

    Feedback posting

    why do we need to go threw a bot test when posting to the community after i answered some one question it redirect me to a bot check is this something new that we have to do im not sure if that will be a good because i think it will stop a lot of members posting witch it will become a pain in the a22 to do all the time ps that might had been a bug it not doing it now you can close
  3. you do not have all the code put this under the it should look like this in between </body> </html> look at the picture u have add it look to me that u dont have it in the right section in global <script> var speed=80 var hex=new Array("00","14","28","3C","50","64","78","8C","A0","B4","C8","DC","F0") var r=1 var g=1 var b=1 var seq=1 function changetext(){ for(i=0;i<document.getElementsByName("Rainbow").length;i++){ var storetext=document.getElementById? document.getElementsByName("Rainbow")[i] : document.all.highlight rainbow="#"+hex[r]+hex[g]+hex[b] storetext.style.color=rainbow } } function change(){ if (seq==6){ b-- if (b==0) seq=1 } if (seq==5){ r++ if (r==12) seq=6 } if (seq==4){ g-- if (g==0) seq=5 } if (seq==3){ b++ if (b==12) seq=4 } if (seq==2){ r-- if (r==0) seq=3 } if (seq==1){ g++ if (g==12) seq=2 } changetext() } function starteffect(){ if (document.all||document.getElementById) flash=setInterval("change()",speed) } starteffect() </script>
  4. its in the tutorials for what ya want to do it will show you how start there
  5. check your setting in the admin under groups see if you have unlimited checked
  6. that might be ya problem because when you set your ips to https than switch to http it will break the icons that happen to me try to upload the same copy and see if that fix ya icons
  7. have you change to from http to https lately or will it go a way if you remove that
  8. need to post in the right forum this is the tutorial need to read be for posting
  9. 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
  10. 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
  11. Version 1.0.0

    11 downloads

    XF2 [8WR] XenAtendo 2 (Calendar Viewing) the PRO - is a powerful and flexible calendar management plug and events, which allows you to plan events on a separate page XenForo 2. Demo: https://8wayrun.com/calendar/ Features XenAtendo 2: - View events by month, week and day - Fully stretchable design for mobile devices - Create events with the ability to bind topics to them - Events can have recurring frequency - Users can sign up for events and receive notifications about them - Google maps integration with geo - location and address search - Users can filter events by their distance relative to themselves.
  12. Version 1.0.0

    178 downloads

    XF2 [8WR] Discord Integration is an XenForo 2 plugin that integrates your Discord server with your XenForo 2 forums. It allows you to assign roles to your Discord server based on user groups in XenForo 2, and send messages directly from XenForo 2 to your Discord server. Demo
  13. you may want to go in the ips tutorials that where you will find what you are looking for
  14. mr-pimpen

    ipb 4.4.8

    can you provide an image so we can see where the issues! cant really view your community you have guest block on and your chat dont load correctly
  15. im at your website it look good i see what you did
  16. so its working now and the issue was fix
  17. why dont you rename your theme than upload the same theme and than add the codes to your custom css and see if that works! i think its not working for you because all of the custom coding you are doing if so that might be your issue why its not changing the icons and if that dont work wait and see if any member know what is going and why its not work ps are you chnging the
  18. If you find that an add-on is preventing you from accessing the control panel or from disabling add-ons, you can temporarily add the following line to the end of your library/config.php file $config['enableListeners'] = false; To do this, download this file via your FTP client and open it on your computer in a basic text editor (not a word processor). Save the changes and reupload the file to your server. This will temporarily disable code being run by all add-ons. Use this to access the control panel and disable the offending add-ons. Once you have done this, remove the line above from your library/config.php file
  19. than i dont know what would cause you not to change you icons i gave u the mosted updated codes that would help you may be someone will find the right answer i might be missing something
  20. i see a ban coming we dont need members like you to be so abusive
  21. try this it should work just mess around with it .cForumRow .ipsDataItem_subList li a:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; margin-right: 2px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f1b9"; }
  22. [data-forumid="11"] .ipsDataItem_subList.ipsList_inline li:nth-child(13):after { content: "ON"; background: green; padding: 3px 6px; } so these cedes reflect on your subforums because i dont under stand why its not working there has to be something not right
  23. what copy of xenforo and try to disable mod security and try it again
  24. where are u adding it did you put the codes in custom css
×
×
  • Create New...