Advertisement
-
Posts
1,420 -
Joined
-
Last visited
-
Days Won
76
Community Answers
-
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.
-
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.
-
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
-
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.
-
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
-
Cookie Monster's post in Xenforo to IPS conversion incomplete was marked as the answer
Restore a backup and reconvert it then
-
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.
-
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 ?
-
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.
-
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 ?
-
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.
-
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.
-
Cookie Monster's post in Problems with icons - Forum IPS (Help-Me) was marked as the answer
AdminCP > System > Support > Something is not working.
-
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
-
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.
-
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.
-
Cookie Monster's post in icons dissapear was marked as the answer
Admincp > system > support > soemthing is not working.
-
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.
-
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.
-
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
-
Cookie Monster's post in Remove forums from index was marked as the answer
Admincp > search engine optimization > meta tags
-
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?
-
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
-
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