Jump to content
WebFlake

Cookie Monster

Moderator
  • Posts

    1,420
  • Joined

  • Last visited

  • Days Won

    76

Community Answers

  1. Cookie Monster's post in I need help immediatetly was marked as the answer   
    First of all the title is a bit misleading, everyone needs it "immediately" so no need to emphasise it.
    Now there are a few things when you change the domain.
    1) Cloudflare cache (No idea check with them even disable it while it's aggregating and getting new domain info)
    2) AdminCP > Support > Something is not working will clear the cache on your forums.
  2. Cookie Monster's post in Navigation Bar was marked as the answer   
    I have no clue what you two are on about he asked for help. So you guys just replying without reading and needing to post @ChrizyS @Maquiavel
    @Xerin I would suggest to hire a developer to do this for you if your not comfortable with HTML / CSS / JS as that is all it takes to create it.
  3. Cookie Monster's post in Saved Actions Not Working Properly was marked as the answer   
    You need to allow the person or group that can post it to post it as HTML and ahve access to write HTML. Click on SOURCE then paste it to redo it
  4. Cookie Monster's post in Announcements was marked as the answer   
    Could just use the Topic Feed block and select it to only show if featured then you "feature" tag all topics that needs to be an announcement.
  5. Cookie Monster's post in MyBB > IPB was marked as the answer   
    https://invisioncommunity.com/services/migrate/
    Select MyBB and see what it can migrate by using the converter that's built in.
    Though would suggest 4.3
  6. Cookie Monster's post in Xenforo to IPS conversion incomplete was marked as the answer   
    Restore a backup and reconvert it then
  7. Cookie Monster's post in 4.3.6 Can't view forums or make posts was marked as the answer   
    For other people.
    You can not have PHP version 7.3 installed or IPB/IPS will not work. 7.2 works.
  8. Cookie Monster's post in Disk usage required to host an IPB Community was marked as the answer   
    You database will start to grow, the only other thing that will grow would be when people upload images etc to the forum.
    Why don't keep an eye on it and if it grows and it has a gig or something left you buy more space or find a new host to move to ?
  9. Cookie Monster's post in ziEkpvns file..? was marked as the answer   
    That is a backup file temp named by the system and is is not completed.
  10. Cookie Monster's post in help with this problem here was marked as the answer   
    make sure you got the right php version installed. If this is a clean install try reupload the files again to make sure nothing is corrupt.
     
    Have you installed any plugins or applications ?
  11. Cookie Monster's post in Help removing Administrators Usergroup Text was marked as the answer   
    I think you can hide it with CSS simply and then add just upload and attach it to the usergroup.
    Should technically be a 1 line CSS thing to hide the text under if that's what you want.
  12. Cookie Monster's post in Advanced Status Update Widget was marked as the answer   
    Well the plugin you installed is for 4.1 4.2+ I believe is when reactions came out? So it's not compatible would be my guess.
  13. Cookie Monster's post in Problems with icons - Forum IPS (Help-Me) was marked as the answer   
    AdminCP > System > Support > Something is not working.
     
  14. Cookie Monster's post in sub-forum was marked as the answer   
    To me, that looks correct.
    Your Forums with announcements is holding Welcome! and you have a sub-forum inside of it named "Forum Support" which is a subforum of the normal one.
  15. Cookie Monster's post in Redirect Links in New Window was marked as the answer   
    I would just write a tiny bit of jquery to make this work.
    $(document).ready(function() { $("a").live("click", function() { if (this.href.indexOf("yourwebsite.com") == -1) { window.open(this.href, "target=_blank"); return false; } }); }); replace ofc yourwebsite.com and also put it in custom.js or create it.
    This will add all A links and attach target blank to them IF they ar enot part of yourdomain.com
  16. Cookie Monster's post in Change Menu Layout was marked as the answer   
    AdminCP > System > Site Features > Menu Manager
    Reorder so its not a child of Browse.
  17. Cookie Monster's post in Custom Block - Show 1st Post was marked as the answer   
    You can create the block yourself, and copy the code from Post Feed Block
    In IPS Pages you can create a block and use Post Feed Block as a template, then you edit the loop to only look for the first one or only display it like that.
    If you do not know how to code, you can use the marketplace here to hire a developer for you to do it.
  18. Cookie Monster's post in icons dissapear was marked as the answer   
    Admincp > system > support > soemthing is not working. 
  19. Cookie Monster's post in Duplicate Accounts was marked as the answer   
    Well, that or try upgrade to the last one, but yes that's the one causing the issue.
  20. Cookie Monster's post in How do i remove the white back ground on a admin post? was marked as the answer   
    4.2 you can set a group highlight colour in group settings.
  21. Cookie Monster's post in Update to 4.2.7 was marked as the answer   
    Backup files and database 
    Overwrite all files with new files
    Go to /admin/upgrade and follow on screen instructions
  22. Cookie Monster's post in Remove forums from index was marked as the answer   
    Admincp > search engine optimization > meta tags 
  23. Cookie Monster's post in Video was marked as the answer   
    They linking a movie like youtube or Uploading it like an attachment.
    If it's an attachment it's a few things
    403 errors mean "no permissions / no access" this can then be a permission issue with uploads folder etc. Check that its CHOMOD 755 for the folder and subfolders etc.
    Can it also be the amount of upload they are allowed? Whats the max_post that you have set to allow?
  24. Cookie Monster's post in error on forums loading was marked as the answer   
    So try edit your php.ini file with something like this
    upload_max_filesize = 128M post_max_size = 128M memory_limit = 300M file_uploads = On max_execution_time = 180 Bit excessive but should work
  25. Cookie Monster's post in fontawesome dont work if i change direcotry was marked as the answer   
    Well your saying deny everything except if it's from up 69.69.69.69
    So the cdn will not work
    So simple delete your htaccess and rebuild it in admincp > system > search engine optimisation 
×
×
  • Create New...