Jump to content

Unconnect

Apprentice
  • Posts

    50
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Unconnect

  1. It's a feature available for IPS for 4.0.9 & up if I am not mistaken. Search for "merge" in AdminCP.
  2. Add the following to your Custom.css: body[data-pageapp=forums][data-pagelocation=front][data-pagemodule=forums][data-pagecontroller=index] .ipsPageHeader { display:none; } You only remove the header Forums though, not the Forums - Website Name here though.
  3. It looks like you've been put in Inactive Members group. As far as I know you should post few times before being put in active members group again. :)
  4. Too bad they're not using English language on the forums.
  5. 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!
  6. You can't downgrade unless you've already backed up all the files.
  7. This issue has been fixed after I've upgraded from 4.0.7 to 4.0.8.1. Thanks to Webflake! :)
  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 ;)
  9. Guys, publish_stream is no longer needed. I've setup my permissions without it and everything is working perfectly.
  10. ​Which host are you using though?
  11. Heya, Managed to fix my older issue. Right now, I've got another issue - After using one of the login handlers to sign up on the website, the page which asks for display name refreshes every 2 seconds. There's no stopping it. Never. Any ideas?
  12. Was editing some user group stuff in the AdminCP, checked the forums and index is no longer working. Everything can be accessed except the Index. Any ideas? Edit: Will now try updating to 4.0.7 and let's see if that helps. Edit 2: Nope, it didn't. Edit 3: Memory limit problem again. Gonna contact my host.
  13. Never had this problem before and it started today. Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 110070 bytes) in /home2/preteste/public_html/esports.ge/system/Log/Disk.php on line 226 Any help would be appreciated as I was planning to release the forums to public today. Edit: Disabled all of the installed apps and plugins. Will see what caused the issue.
  14. ​If I'm reading this right, why are you keeping the files in a .ZIP and/or .TAR format? The server isn't going to read them to be the files it needs to read and knowing it needs to upgrade. You need to extract them with a FTP or the webhost's file manager and put all the files where your existing ones are and then tell it to replace them if it asks you. ​I believe OP thought that he had to upload that .tar file as Application from AdminCP.
  15. You want to update from 4.0.3 to 4.0.6.1? Then you should simply upload the 4.0.6.1 files on your FTP. Make sure 4.0.6.1 version files replace the 4.0.3. After the upload finishes, when you go to your AdminCP it will ask you if you'd like to start installation of new upgrade.
  16. About the Header, I've actually found the link where the author is asking IPS for help. It looks like that IPS has changed something in their new update and turns out the plugin needs to be updated too. I believe the author of the Header plugin will be updating it soon after IPS's documentation goes up.
  17. One thing messed up for me. When I enabled Pages and I wanted to uninstall it something happened and its name changed to cms. Couldn't uninstall it anymore. Good thing I've not launched my community to the public yet. Installing the engine back again now...
  18. What kind of? For example what I don't like is that the applications are all over the place. They aren't in one place as they were in the IPB 3.x.x. Like they are no longer seen from "Other Apps" (or how they were called don't remember).
×
×
  • Create New...