CUSTOM CODES - Printable Version +- Heart⁺¹ Attack (https://chicchicboom.nfshost.com/forum) +-- Forum: Bits & Stuff (https://chicchicboom.nfshost.com/forum/forumdisplay.php?fid=8) +--- Forum: The Sands of Ozymandius (https://chicchicboom.nfshost.com/forum/forumdisplay.php?fid=9) +--- Thread: CUSTOM CODES (/showthread.php?tid=133) |
CUSTOM CODES - ChicletPrime - 07-29-2025 okay, it occurs to me as I am working on putting in the hack for TikTok embeds, that I should probably list a few things in the background that I've jammed into the forum to do random things. CUSTOM MYBB CODES
HTML / CSS using DIV, SPAN etc. tags
GENERAL HACK if using HTML (img or div) codes to insert images from an outside source, adding WIDTH="100%" to the img tag will force the image to fit completely within the message post body, useful if the image is oversized. You can set the percentage smaller if you don't want to blast anybody's eyeballs with Rafyael's hot towel look. Code: <img width="100%" src="url here"> RE: CUSTOM CODES - Coldsaturn - 07-29-2025 The grid image gallery is a very sexy idea. I will support you from the side and occasionally add to the burden of things you have to check in the forum by randomly asking for features that I happen to see online RE: CUSTOM CODES - ChicletPrime - 08-02-2025 okay, added in the code for the GALLERY flexbox that will stack images in series as needed, code to be tweaked as necessary during actual usage. RE: CUSTOM CODES - Coldsaturn - 08-02-2025 Beautiful. I'll play with it later in the gallery |