Jump to content

Leaderboard

  1. Phun

    Phun

    Retired Staff


    • Points

      5

    • Posts

      1,119


  2. Unconnect

    Unconnect

    Apprentice


    • Points

      2

    • Posts

      50


  3. Kinkl

    Kinkl

    Snow


    • Points

      1

    • Posts

      12


  4. Xing

    Xing

    Apprentice


    • Points

      1

    • Posts

      52


Popular Content

Showing content with the highest reputation on 06/19/2015 in all areas

  1. ​1. No, all apps for IPB 3 have to have 4.x versions, most of which have upgradeable-to versions, so that means that you'll be able to keep your data if the app you need on 4.x is there. If you rely on a broad amount of apps it may be better to wait. 2. Take backups of both the database and all of your files. The upgrading process should be the same. What i did was remove all the files except conf_global.php and then upload all the IPS4 files and visit admin/upgrade. We kept the following folders aswell: "downloads" "public" "uploads". 3. The latter unfortunately. Yep. 4. There's tooooons of changes, too many to list for me in this answer. IPS4 is a completely new system functionality and code wise. 5. Wait it out a little bit if your community is running just fine. Look around for IPS4 apps/plugins that you think you're gonna get when you do finally upgrade and gather some more information. Check out topics on the ips website and read up on all the different changes they made. 6. Facebook & Google are natively there, there's a plugin for steam integration. Should work exactly the same as far as i know.
    2 points
  2. Hey guys, Will give you a short tutorial here on how to have a Rainbow as a Group Styling. Go to AdminCPSelect CustomizationChoose your ThemeClick on Edit HTML and CSSFrom Templates select globalTemplateAdd the following code under the </body><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>After pasting the following code, go to Members and select Groups Click the Edit button on the group you wish to have Rainbow Format Paste the following code in the Group Formatting field <span style='color:#ff0000;font-weight:bold;'><span name="Rainbow"> After pasting the code, paste this into the Group Name field </span> Click the Save button RAINBOW!
    1 point
  3. This is fairly simple, and it's actually hilarious how this works, but this was a find that I found that may help a couple of ya'll. My forum's niche is bruteforcing, and recaptcha actually stops 70% of skids out there, so it doesn't hurt to add this to your forum at all. What you need installed before hand: Login Captcha 1.1.0 Be sure to look at the instructions for both this and Login Captcha! Now, if you go to System > System Settings > Members > Spam Prevention and enable recaptcha, it will show the login captcha and registration page captcha, but if you select recaptcha 2, it'll only show for the registration page. That's where this nifty tutorial comes in. Go to your FTP, and go to the your /ips_kernel/classCaptchaPlugin/ folder. You'll have a couple .php files: recaptcha.php and recaptcha2.php. Rename recaptcha.php -> recaptcha.php.bk and recaptcha2.php -> recaptcha.php Then go back to System > System Settings > Members > Spam Prevention and enable recaptcha (not recaptcha 2!). Boom. Done. Check your login page Now, there comes the predicament that if you're using the mobile skin, people can just change the user-agent in their bots and they bypass your captcha. Well, as much as I love to get the recaptcha to show in the mobile login as well, the only work around I found was this: I noticed that if I just added some URL Remapping, that I can get the login to only show the full skin login page as that's the only one that has the recaptcha attached. But that's easier said than done. Because of some really weird way the array was ordered in the PHP of publicOutput, you need to change the order of as stated here and to do so you need to: Go to your /admin/sources/classes/output/ folder Open up publicOutput.php Find fetchskinbyurl Order the line as foreach( array( '_fetchSkinByURLMap', '_fetchByMobileApp', '_fetchSkinByUserAgent', '_fetchSkinByApp', '_fetchSkinByMemberPrefs', '_fetchSkinByDefault' ) as $function )and save Go to your main skin's URL Remapping settings Click "Add New URL" Make the info as such app=core&module=global&section=loginand save changes Done. Check out the login on your phone and you should be redirected to your full skin login page instead of your recaptcha-less mobile skin! This is actually something that I highly advise all IPB forums use as bruteforcing is incredibly easy on us
    1 point
  4. In 4.0, what is the path to change the default avatar ? Sorry if there's already a topic... couldn't find it =/
    1 point
  5. IPS.Community.Suite.4.0.8.1-WF.NULL.zip
    1 point
  6. @Unconnect, thanks. It seems that the problem was solved. I have 3.4.6 version. I took the "connect.php" file (admin/sources/classes/facebook/connect.php) from 3.4.8, and it works! :)
    1 point
  7. ​Yes, that's it, style was word-break: break-word; not word-warp now it works as it should, thx Phun ;) ​That's odd, word-break: break-word is exactly the same as word-wrap: break-word. They should not make any difference at all, but sure if that works and the other one doesn't then.. whatever.
    1 point
  8. Dunno, but all works for me. And it looks like I also have the same permissions. Basically, Facebook asks you to let them review the permissions you'd like to use. They have rejected me asking permission for publish_stream, that's why I just tried making an app without it. You might have to test the app first, create a test app and use the test accounts provided by the Facebook. Explore Facebook Developers and you'll find a way yourself. I don't really remember the exact steps, but somehow I managed to get it working successfully ;)
    1 point
  9. Checked in firefox and doesn't happen for me right now. Try to use this somewhere in the css of the hook: word-wrap: break-word; overflow-wrap: break-word;
    1 point
  10. Version 1.3.5

    18 downloads

    Sonorama v1.3.5 – Music Band & Musician WordPress ThemeSonorama is a WordPress theme for music bands, professional deejays, singers and for any artist related with the music industry that want to show his talent and sounds to the world. Demo
    -1 points
  11. Version 1.3.0

    14 downloads

    Sportimo v1.3.0 - Sport & Events Magazine ThemeSportimo is a clean, responsive and retina-ready WordPress theme suitable for sport or sport event blogs, newspapers or magazines. It uses the best clean SEO practices, and on top of that, it’s fast, simple, and easy to use. In addition, Sportimo supports Google ads, AdSense. Demo
    -1 points
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...