BB Code Manager: BB Code XML Repository

The float tags are what you need, they work fine.

How are you using them?

Hi Brogan,

Still having trouble trying to get this to work. Ive attached a couple of screenshots. One shows the BB Settings im using and the second image shows whats happening. It dosent appear to be wrapping the text.
 

Attachments

  • float1.webp
    float1.webp
    35.3 KB · Views: 57
  • float2.webp
    float2.webp
    29.2 KB · Views: 49
What do you mean by CSS?

BB Code is intended to replace HTML & CSS so you just create one for each case; e.g. bold, underline, italic, etc.
 
On another site I go to, they have amazing threads and signature which are all done using this tag and others: (I wrapped it in html tags here)

HTML:
[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]

An example thread can be found here: http://www.pokecommunity.com/showthread.php?t=246863
And here: 3

Theres lots of other tags like that which is basically, snippets of code used but put into css bb codes to allow awesome formatting of threads.
 
Yes, you just replicate that using a BB Code.

I use lots of code like that on my site, mainly for tables.
 
Ok, so if i wanted to put an image in a post, and then talk about that image with text on the right of it, how can i do that with BBcode?
 
I'm trying to make a BB code work like this: [CSSTEST=color:black;]TEST![/CSSTEST] but the output is exactly what i write there. I've made the html first part as <div style="%s"> and the second as </div> but it won't work. Any ideas?

Thanks!
 
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.

I found this website very useful - just paste in your table and it removes all the whitespace.

Regards,
Renada :)
 
Hi,

Has anyone created an Amazon code that will place a DVD/CD cover picture in the first message with a link back to Amazon to buy it? I was trying to figure out a bbcode where you could add the isbn number of a film or music cd and it would do the above.

Thanks for any help :)

Regards,
Renada
 
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?
 
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? :p
 
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?
Under replace, everything before {content} goes in the simple replacement begin, and everything after goes in 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? :p
You just did it yourself? The opening tag is the simple replacement begin and the end tag is simple replacement end.
 
Top Bottom