I have noticed in testing that 3.0.4 and previous versions of the newest chevereto script does not correctly convert html code into bbcode.
The fault is in the lib\G\functions.php file from line 215 onwards.
The conversion script converts http addresses correctly but not the https ones. any site that is browsable via https will not give the correct bbcode.
A fix I found for my site was to change all the http sections (line 227 and 241 and 251) to https. This correctly generates the links for https. This is not a great fix as this now means http bblinks do not correctly generate.
I hope this helps.
The fault is in the lib\G\functions.php file from line 215 onwards.
The conversion script converts http addresses correctly but not the https ones. any site that is browsable via https will not give the correct bbcode.
A fix I found for my site was to change all the http sections (line 227 and 241 and 251) to https. This correctly generates the links for https. This is not a great fix as this now means http bblinks do not correctly generate.
I hope this helps.