iMeisaki
mighty lil goon
can we still use the old bbcode? this new stuff is so confusing to me !!!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Yes, that's correct. It works just like regular BBCode. Just turn off the RTE for a better experience (the gear icon in the top-right of the editor).Hi, how would Implement bbcode+ on the forums in a post, like say for example, do I just find what i wanna use for bbcode+ and paste that in the post box and then post it or how do I do that?
Thank you very much.Yes, that's correct. It works just like regular BBCode. Just turn off the RTE for a better experience (the gear icon in the top-right of the editor).
Also, what other inputs are valid besides textarea? can there be stuff like skill point assignment with a limit that is assigned based on a set value for a character sheet?Yes, that's correct. It works just like regular BBCode. Just turn off the RTE for a better experience (the gear icon in the top-right of the editor).
There are currently only four possible input types: text, password, textarea and button. They match up to the corresponding HTML elements.Also, what other inputs are valid besides textarea? can there be stuff like skill point assignment with a limit that is assigned based on a set value for a character sheet?
okay thank you.There are currently only four possible input types: text, password, textarea and button. They match up to the corresponding HTML elements.
For your example, you would need to add some additional logic using BBScript (e.g. by using manually created buttons to increment the value).
You'll need to upload the image to a server on the Internet for that. People can't access images on your computer. One possibility is to upload it to your RpN gallery, and reference it from there.Is there any way for me to use an image I have on my computer as a background image?
Inconvenient perhaps, but it would be rather worrisome if anybody could see any file on your computer just like that.Ah. Okay. Well that's a bit inconvenient. -sigh- Oh well. No helping it then. Thank you!
[centerblock=85]
[row]
[column=span4]
[div=background:url('https://img.timesnownews.com/37998591_504806646656363_5971082891763908608_n_1533996583__rend_1_1.jpg'); background-size:cover; height:500px; width:500px][/div]
[/column]
[column=span2]
[nobr]
[class=tabs]
border-radius: 5px;
box-sizing: border-box;
color: #91a7c6;
font-size: 18px;
line-height: 1;
margin: 20px auto;
min-width: 350px;
text-align: left;
width: 50%;
[/class]
[class=tab]
box-sizing: border-box;
cursor: pointer;
display: inline-block;
padding: 10px 0;
width: 33%;
[/class]
[class name=tab state=hover]
background-color: #657c92;
[/class]
[script class=tab on=click]
hide tabsContent
removeClass activeTab tab
addClass activeTab
set currentTab (getText)
if (eq ${currentTab} Colbee) (show tabsContentColbee)
if (eq ${currentTab} Biography) (show tabsContentBiography)
[/script]
[div class=tabs][div class="tab activeTab"]Colbee[/div][div class=tab]Biography[/div][/div]
[div class="tabsContent tabsContentColbee"]
Name: Colbee (Col) Langston
Age: 34
Height: 6'3"
Weight: 235lbs
Enhancements: Increased Durability/Density of Skin, Muscles, and Bones
[/div]
[div class="tabsContent tabsContentBiography" style="display: none;"]Create your character using the provided character generator.[/div]
[/nobr]
[/column]
[/row]
[/centerblock]
You need to useHey people!
Hopefully, this is an easy fix, but any clue as to why I can't get words to go to the next line in my tab here? It should be going to the next line for each thing; name, age, etc., etc. This is my first real attempt at BBCode+ and I literally just adjusted the tab demo to fit my needs so I'm sure I manipulated something I shouldn't have.
[class=tabs] border-radius: 5px; box-sizing: border-box; color: #91a7c6; font-size: 18px; line-height: 1; margin: 20px auto; min-width: 350px; text-align: left; width: 50%; [/class] [class=tab] box-sizing: border-box; cursor: pointer; display: inline-block; padding: 10px 0; width: 33%; [/class] [class name=tab state=hover] background-color: #657c92; [/class] [script class=tab on=click] hide tabsContent removeClass activeTab tab addClass activeTab set currentTab (getText) if (eq ${currentTab} Colbee) (show tabsContentColbee) if (eq ${currentTab} Biography) (show tabsContentBiography) [/script] [div class=tabs][div class="tab activeTab"]Colbee[/div][div class=tab]Biography[/div][/div] [div class="tabsContent tabsContentColbee"] Name: Colbee (Col) Langston Age: 34 Height: 6'3" Weight: 235lbs Enhancements: Increased Durability/Density of Skin, Muscles, and Bones [/div] [div class="tabsContent tabsContentBiography" style="display: none;"]Create your character using the provided character generator.[/div]
Code:[centerblock=85] [row] [column=span4] [div=background:url('https://img.timesnownews.com/37998591_504806646656363_5971082891763908608_n_1533996583__rend_1_1.jpg'); background-size:cover; height:500px; width:500px][/div] [/column] [column=span2] [nobr] [class=tabs] border-radius: 5px; box-sizing: border-box; color: #91a7c6; font-size: 18px; line-height: 1; margin: 20px auto; min-width: 350px; text-align: left; width: 50%; [/class] [class=tab] box-sizing: border-box; cursor: pointer; display: inline-block; padding: 10px 0; width: 33%; [/class] [class name=tab state=hover] background-color: #657c92; [/class] [script class=tab on=click] hide tabsContent removeClass activeTab tab addClass activeTab set currentTab (getText) if (eq ${currentTab} Colbee) (show tabsContentColbee) if (eq ${currentTab} Biography) (show tabsContentBiography) [/script] [div class=tabs][div class="tab activeTab"]Colbee[/div][div class=tab]Biography[/div][/div] [div class="tabsContent tabsContentColbee"] Name: Colbee (Col) Langston Age: 34 Height: 6'3" Weight: 235lbs Enhancements: Increased Durability/Density of Skin, Muscles, and Bones [/div] [div class="tabsContent tabsContentBiography" style="display: none;"]Create your character using the provided character generator.[/div] [/nobr] [/column] [/row] [/centerblock]
[br][/br]
to force a line breakAnything inside the tags will not show up. Just doI tried that between each line, but it didn't work. I can try again, but it just made my text not show up so I am assuming I did it incorrectly.
[br][/br]
between each line.Probably a width: 100%?Follow up question:
Is there a way to get div boxes to scale with the column span?
[row]
[column=span4]
[div=background:url('https://img.timesnownews.com/37998591_504806646656363_5971082891763908608_n_1533996583__rend_1_1.jpg'); background-size:cover; width: 100%; height: auto][/div]
[/column]
[/row]
hmmm... what is the image link you're using. There is a height limit to the signature, but I don't remember what the height is.Hey, quick question! Is this the same code we’d use in our signature? I’ve been trying to embed a image via Imgur link all morning but it keeps telling me something went wrong and that I should contact an administrator if it continues. I doesn’t cite what the problem is and nothing I do is helping. The image is 900w x 100h if that matters but like I said, it’s an Imgur link—not uploading directly. Is the problem that I’m on mobile? Is there a different code I’m supposed to be using? I’m getting unbelievably frustrated and ready to break down completely.
Thank you!