IPS Tutorials
A collection of tutorials, ranging from basic to complex, aimed at helping you develop, modify, or maintain your IPS installation.
8 topics in this forum
-
I have re-uploaded and removed the nulled but for those that do not want to reinstall here is a quick fix for the issue (if you want to remove it. AdminCP > Customize > Themes > Select the one that it says AdminCP Default > Edit HTML & CSS > CSS > custom.css Insert this .nulled { line-height: 32px; text-transform: uppercase; color: rgba(255, 255, 255, 0.26); visibility: hidden; } SAVE. Make sure you apply it to the theme that has AdminCP Default, not the normal theme.
-
- 0 replies
- 865 views
-
-
When "Who's Online" block is moved to the sidebar it doesn't display info indicated by red circle below: To fix this go ACP>Customizations>Themes>your_skin>edit Click on "Templates" tab. Go public_html>core>front>widgets>whosOnline Replace "whosOnline" code with this: <h3 class='ipsType_reset ipsWidget_title'> {lang="block_whosOnline"} </h3> <div class='ipsWidget_inner {{if $orientation == 'vertical'}}ipsPad{{endif}}'> <p class='ipsType_reset ipsType_medium ipsType_light'> <span class='ipsType_light ipsType_unbold ipsType_medium'>{lang="block_whos_online_info_members" pluralize=…
-
- 0 replies
- 914 views
-
-
Hi. I post this topic to inform members who are experiencing the next issue in the 4.4.x version update. The new version requires php version greater than or equal to 7.1, but recommended version 7.2. This change to the php version can be made from your host's panel. If you are experiencing the problem with error 500 (server does not respond) or error 503 (the server is currently busy) I suggest you change the php settings in the following way. You will have to uncheck the box with "mysqli" and check the box with "nd-mysqli" because the version 7.1 above uses a new mysqli database structure. I hope you can use this little "tutorial" for those wh…
-
- 0 replies
- 692 views
-