MyBB Community Forums

Full Version: Slight issues.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, 

I'm currently facing some slight issues on my site and I can't wrap my head around finding a fix. After upgrading to mybb 1.8.13 the modal on my site has stopped functionally correctly. This occurs for the login and myalerts. I have have tried the steps mentioned in this thread: https://community.mybb.com/thread-213964...pid1288159 ,however no luck. I also tried clearing my browser cache and purging any files on possibly cloud flare and my host. Still nothing. 

Another issue I'm facing is the thead and top menu text has gone bold. Although it's set to normal the text appears bold and I don't believe i have any open bold or strong tags. 

Last but not least when i tried changing the versions to php 7 and configuring mysql to mysqli in the DB. My admin panel worked fine but the forum itself displayed a blank page with "-->" in the top left corner. 

I will appreciate any assistance on solving these issues. 

Forum: https://forumauthority.com

Kind regards, 
Billie Joe Armstrong.
You also need to update templates to use the updated javascript code apart from using the global.css
Refer to this post for list of template that will require javascript update( This is a list of templates I have updated for doing theme upgrade)
https://wallbb.co.uk/forums/Thread-WallB...yBB-1-8-13
required style changes are not appearing in the global.css of your forum's current theme
may be cloudflare cache is not purged completely. also development mode needs to be turned on
at cloudflare to make any major changes at your forum
(2017-12-06, 12:39 PM).m. Wrote: [ -> ]required style changes are not appearing in the global.css of your forum's current theme
may be cloudflare cache is not purged completely. also development mode needs to be turned on
at cloudflare to make any major changes at your forum

Agreed and there are issues with js also, for example just in headerinclude
<script type="text/javascript" src="https://forumauthority.com/jscripts/jquery.js?ver=1806"></script> <script type="text/javascript" src="https://forumauthority.com/jscripts/jquery.plugins.min.js?ver=1806"></script> <script type="text/javascript" src="https://forumauthority.com/jscripts/general.js?ver=1810"></script> 
The above are older version of js. Only css can help show modal because of (z-index) but these js issues should also be fixed.

Cheers
WallBB
(2017-12-06, 12:39 PM).m. Wrote: [ -> ]required style changes are not appearing in the global.css of your forum's current theme
may be cloudflare cache is not purged completely. also development mode needs to be turned on
at cloudflare to make any major changes at your forum

Hi there sorry about that I had only made the Gobal.CSS changes on my current test theme, the theme that is viewable to public has not had the changes however the test theme I'm using is a complete replica with changes and the problem is still persisting I don't believe it to be cloud flare as I disabled the domain for the time being.

(2017-12-06, 12:50 PM)WallBB Wrote: [ -> ]
(2017-12-06, 12:39 PM).m. Wrote: [ -> ]required style changes are not appearing in the global.css of your forum's current theme
may be cloudflare cache is not purged completely. also development mode needs to be turned on
at cloudflare to make any major changes at your forum

Agreed and there are issues with js also, for example just in headerinclude
<script type="text/javascript" src="https://forumauthority.com/jscripts/jquery.js?ver=1806"></script> <script type="text/javascript" src="https://forumauthority.com/jscripts/jquery.plugins.min.js?ver=1806"></script> <script type="text/javascript" src="https://forumauthority.com/jscripts/general.js?ver=1810"></script> 
The above are older version of js. Only css can help show modal because of (z-index) but these js issues should also be fixed.

Cheers
WallBB

Ah I see does this mean the Jscript is outdated?


Thank you both for the input.
(2017-12-06, 02:16 PM)Billie Joe Armstrong Wrote: [ -> ]
(2017-12-06, 12:39 PM).m. Wrote: [ -> ]required style changes are not appearing in the global.css of your forum's current theme
may be cloudflare cache is not purged completely. also development mode needs to be turned on
at cloudflare to make any major changes at your forum

Hi there sorry about that I had only made the Gobal.CSS changes on my current test theme, the theme that is viewable to public has not had the changes however the test theme I'm using is a complete replica with changes and the problem is still persisting I don't believe it to be cloud flare as I disabled the domain for the time being.

(2017-12-06, 12:50 PM)WallBB Wrote: [ -> ]
(2017-12-06, 12:39 PM).m. Wrote: [ -> ]required style changes are not appearing in the global.css of your forum's current theme
may be cloudflare cache is not purged completely. also development mode needs to be turned on
at cloudflare to make any major changes at your forum

Agreed and there are issues with js also, for example just in headerinclude
<script type="text/javascript" src="https://forumauthority.com/jscripts/jquery.js?ver=1806"></script> <script type="text/javascript" src="https://forumauthority.com/jscripts/jquery.plugins.min.js?ver=1806"></script> <script type="text/javascript" src="https://forumauthority.com/jscripts/general.js?ver=1810"></script> 
The above are older version of js. Only css can help show modal because of (z-index) but these js issues should also be fixed.

Cheers
WallBB

Ah I see does this mean the Jscript is outdated?


Thank you both for the input.

Javascript is outdated and also you need to modify jGrowl and modal code in css in global.css
(2017-12-06, 02:24 PM)WallBB Wrote: [ -> ]
(2017-12-06, 02:16 PM)Billie Joe Armstrong Wrote: [ -> ]
(2017-12-06, 12:39 PM).m. Wrote: [ -> ]required style changes are not appearing in the global.css of your forum's current theme
may be cloudflare cache is not purged completely. also development mode needs to be turned on
at cloudflare to make any major changes at your forum

Hi there sorry about that I had only made the Gobal.CSS changes on my current test theme, the theme that is viewable to public has not had the changes however the test theme I'm using is a complete replica with changes and the problem is still persisting I don't believe it to be cloud flare as I disabled the domain for the time being.

(2017-12-06, 12:50 PM)WallBB Wrote: [ -> ]
(2017-12-06, 12:39 PM).m. Wrote: [ -> ]required style changes are not appearing in the global.css of your forum's current theme
may be cloudflare cache is not purged completely. also development mode needs to be turned on
at cloudflare to make any major changes at your forum

Agreed and there are issues with js also, for example just in headerinclude
<script type="text/javascript" src="https://forumauthority.com/jscripts/jquery.js?ver=1806"></script> <script type="text/javascript" src="https://forumauthority.com/jscripts/jquery.plugins.min.js?ver=1806"></script> <script type="text/javascript" src="https://forumauthority.com/jscripts/general.js?ver=1810"></script> 
The above are older version of js. Only css can help show modal because of (z-index) but these js issues should also be fixed.

Cheers
WallBB

Ah I see does this mean the Jscript is outdated?


Thank you both for the input.

Javascript is outdated and also you need to modify jGrowl and modal code in css in global.css

Is there a thread linking to the JGrowl code? I believe the link in my original post is the modal one. Also how would I possibly go about updating the Jscript.

Kind regards,
Billie Joe Armstrong.

Update: I have managed to fix the login issue however the myalerts has changed to displaying the alerts page from the user control panel within the modal.