| Re: xswatch5 and theme_autorun.php |
| by Mamba on 2021/6/8 1:40:14 Good overview of some of the changes: https://help.blocsapp.com/knowledge-base/migrate-from-bootstrap-4-to-bootstrap-5/ |
| Re: xswatch5 and theme_autorun.php |
| by alain01 on 2021/5/10 16:07:25 Changes BT4 to BT5 : 1 - convert all spacing (margin/padding) with l (left) to s (start) r (right) to e (end) 2 - convert text-* text-left to text-start text-right to text-end 3 - Dropdown menu In navbar : data-toggle="dropdown" to data-bs-toggle="dropdown" 4 - Forms Dropped .input-group-append and .input-group-prepend. You can now just add buttons and .input-group-text as direct children of the input groups. let's go on... |
| Re: xswatch5 and theme_autorun.php |
| by alain01 on 2021/5/10 15:20:29 Oh ! ok ! /class/xoopsload.php Ok Richard, I'm ready for bt6 now
|
| Re: xswatch5 and theme_autorun.php |
| by geekwright on 2021/5/10 15:13:46 Quote:
I missed it, too! Sorry. A table in XoopsLoad needed to be updated with the new name. Fix is in the pipeline. |
| Re: xswatch5 and theme_autorun.php |
| by alain01 on 2021/5/10 7:43:35 Humm, the PR is done, and I just modified the theme_autorun.php as : I updated system module and use maintenance, but i get this error : Quote: Error : Error: Class 'XoopsFormRendererBootstrap5' not found I missed something ? |