its only doing it with images try and see what images you have posted and double click the image and see if some sort of issue there because if you had posted an image to your forums be for you switch to https than the image will still be http if it is shared from a different host
you can set this in the
Login & Registration
admin section
Standard Registration change the Allow new registrations? Yes, with full registration form Minimum age required to register
that will do the trick
try turning off mod security on your host...and do you have your php set to 7.1 see if that will help but you dont have to typ in the add min at the end it should go with the url
add more links to your navbar with out going to the menue
go to nabar in your them and add it under
<li class='ipsHide' id='elNavigationMore' data-role='navMore'>
add
<li><a href="LINKHERE">LINK NAME</a></li>
any one know why this is happening i did a fresh install when i add the sub-forum this is the issue im having the topic is out side the first forum
i check every thing can find the way to fix
find a image you want and up load it to your server Admin Control Panel-> Members-> Member Groups -> Manage User Groups. Click on the rank you want to edit. For the Group Icon Image enter in:
<YOUR FORUMS>/public/style_extra/team_icons
public/style_extra/team_icons/<name of pic here>
<img src="https://www.yoursite.com/Image/lulz.gif"><span style='font-weight:bold;color:red'>
And for Group Formatting Suffix put in:
</span>
Just want to add a little info here witch i think might be a little better
when removing the forums from the header
to do this you will need to find the index section of your theme and look for this
<h1 class='ipsType_pageTitle'>
{lang="forums"}
</h1>
and remove it
this would only hide the forums
body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsType_pageTitle{ display: none }
as i sed above it would completely remove the h1 from your header