This may help: http://xenforo.com/community/threads/bb-code.3817/Does anyone know of a text wrap BB Code at all?
Ive tried playing around using the float tags as suggested elsewhere but not having much joy.
I tried
[float="left"]<IMG>[/float] Test
[float="left"]Test[/float] <IMG>
An a variety of floating left and right with images and text but none of the text wrapped around the images.
The float tags are what you need, they work fine.
How are you using them?
[css-div="width: 300px; height: 10px;"][css-div="padding: 2px 2px 2px 2px; border: dashed 1px #60B530; font-variant: small-caps; color: #60B530; background-color: [B]#ADFF2F[/B];"]---Signature Here---
[/css-div][/css-div]
[FLOAT_LEFT][IMG]path/to/image/name.png[/IMG][/FLOAT_LEFT]blah blah blah
A couple of screenshots.
The first image shows the concatenation formula for each cell.
View attachment 10642
The second image shows the result of the concatenation; done for each row initially and then another step to combine the output of each row.
View attachment 10640
Yellow cells are where you enter the data.
You just edit the table tags to suit; using TR1 and TR2 if you want alternating row colours, for example.
You then just copy and paste the long string in cell I7 into your post.
http://www.imdb.com/title/[B]tt1778304[/B]/
<bbcode_title>IMDB</bbcode_title>
<bbcode_desc>Show IMDB pages within your posts</bbcode_desc>
<bbcode_tag>imdb</bbcode_tag>
<bbcode_replace><![CDATA[<iframe src ="http://www.imdb.com/title/{content}/" width="95%" height="300">
<p>Your browser does not support iframes.</p>
</iframe>
]]></bbcode_replace>
<bbcode_useoption>0</bbcode_useoption>
<bbcode_example><![CDATA[[imdb]tt0436992[/imdb]]]></bbcode_example>
<bbcode_switch_option>0</bbcode_switch_option>
<bbcode_menu_option_text/>
<bbcode_menu_content_text/>
<bbcode_single_tag>0</bbcode_single_tag>
<bbcode_groups>all</bbcode_groups>
<bbcode_sections>all</bbcode_sections>
<bbcode_php_plugin/>
<bbcode_parse>2</bbcode_parse>
<bbcode_no_parsing>0</bbcode_no_parsing>
<bbcode_protected>0</bbcode_protected>
<bbcode_aliases/>
<bbcode_optional_option>1</bbcode_optional_option>
<bbcode_image>IMDB.png</bbcode_image>
<dfn title='%s'>some text</dfn>
Your [dfn='female parenting unit']mother[/dfn] is a [dfn='small rodent belonging to the subfamily Cricetinae']hamster[/dfn] and your father smells of elderberries!
Under replace, everything before {content} goes in the simple replacement begin, and everything after goes in simple replacement end.Hey All,
I know you are all busy and stuff but I was wondering if someone could help me out. I am attempting to make my own BBCode for IMDB - where a member copies the tt link and beyond for example:
Code:http://www.imdb.com/title/[B]tt1778304[/B]/
And it will turn around and open that site in an iframe, or drag the information from it into our posts.
I did have this on IPB and here is the BBCode that their input XML was:
Code:<bbcode_title>IMDB</bbcode_title> <bbcode_desc>Show IMDB pages within your posts</bbcode_desc> <bbcode_tag>imdb</bbcode_tag> <bbcode_replace><![CDATA[<iframe src ="http://www.imdb.com/title/{content}/" width="95%" height="300"> <p>Your browser does not support iframes.</p> </iframe> ]]></bbcode_replace> <bbcode_useoption>0</bbcode_useoption> <bbcode_example><![CDATA[[imdb]tt0436992[/imdb]]]></bbcode_example> <bbcode_switch_option>0</bbcode_switch_option> <bbcode_menu_option_text/> <bbcode_menu_content_text/> <bbcode_single_tag>0</bbcode_single_tag> <bbcode_groups>all</bbcode_groups> <bbcode_sections>all</bbcode_sections> <bbcode_php_plugin/> <bbcode_parse>2</bbcode_parse> <bbcode_no_parsing>0</bbcode_no_parsing> <bbcode_protected>0</bbcode_protected> <bbcode_aliases/> <bbcode_optional_option>1</bbcode_optional_option> <bbcode_image>IMDB.png</bbcode_image>
Can someone please try and help me get this to work for XenForo please?
You just did it yourself? The opening tag is the simple replacement begin and the end tag is simple replacement end.Anyone feeling particularly charitable and willing to make a bbcode?
Something like...
Code:<dfn title='%s'>some text</dfn>
Eg...
Code:Your [dfn='female parenting unit']mother[/dfn] is a [dfn='small rodent belonging to the subfamily Cricetinae']hamster[/dfn] and your father smells of elderberries!
Pretty very please?![]()
...Oh right. It turns out I'm an idiot and forgot to check a checkbox, hence why it wasn't remotely working. My bad.You just did it yourself? The opening tag is the simple replacement begin and the end tag is simple replacement end.
We use essential cookies to make this site work, and optional cookies to enhance your experience.