Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
4 + 4 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
   

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:

alain01 wrote:
...
I missed something ?


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 :
<?php xoops_load('XoopsFormRendererBootstrap5'); XoopsFormRenderer::getInstance()->set(new XoopsFormRendererBootstrap5());

I updated system module and use maintenance, but i get this error :
Quote:
Error : Error: Class 'XoopsFormRendererBootstrap5' not found


I missed something ?

Who's Online

157 user(s) are online (114 user(s) are browsing Support Forums)


Members: 0


Guests: 157


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits