MyBB Community Forums

Full Version: MyBB Error???
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well, I have it all set up like this; (it's copied from my forums) and it's using bootstrap for the client-side logic Wink.

http://regexr.com?35g37

It works correctly when the image code is used by itself... when I put it in [carousel] tags like above the image tag stops working, with the [img] tag the carousel works and the carousel code is still correct, even with the [image] tag. Just the image tag converts to this:
<img src="http://www.wackerart.de/ComputerArt/art1.jpg height=500px" alt="awesome image" height="" width="100%" class="img-">
instead of this:
<img src="http://www.wackerart.de/ComputerArt/art1.jpg" alt="awesome image" height="100px" width="100%" class="img-">

Any ideas? I'm really thrown off by this, I'm guessing it has something to do with the order but I've tried everything tbh...
why dont you put directly code to image tag, by def, if you use a global stylization works, but you can add to mycode and it still works, if you add a code xD.

Someting like:

<img src="http://www.wackerart.de/ComputerArt/art1.jpg" alt="awesome image" style="height:100px; width:100%;">

And all stilization into style and not on class, or maybe if you want to add to all images
<img src="$1" alt="$8" height="$3" width="$5" class="img-$2">

If you put some more than 1 element on tag you use $1 and $2, else, you use like that way, and it works, i don't understand you at all, but maybe only the final you have to add...

well if i understan you maybe i can help you in your task xD.