BB Code Manager: BB Code XML Repository

following up to that...note that it is a media site to be used with the default xf bb code media site system and not a BBCM xml
 
I am having a little problem creating this BB Code. I would like to create a BB Code called [source] that will let me insert the URL of the source article into my post. For example, if I use the [source] tag as follows:

Code:
[source]http://www.yahoo.com/news/this_is_the_orig_doc.html[/source]

Here's the result that I'd like to see for that [source] tag:

Code:
________________
Source: http://www.yahoo.com/news/this_is_the_orig_doc.html

I tried this code, but it is not working.

Code:
Simple Replacement Start: _________________<br /><span style="font-size: 85%; line-height: 116%;">Source: <a href="{1}" target="_blank">
Simple Replacement End: {1}</a></span>

ouO1LGh.png


Please help. Thank you!
 
Here you go.
With this BB Code, anyone can embed any web page in your site. Use it at your own risk.
Don't say I didn't warn you...

Use it like this: [web=google.com][/web]

Adjust the parameters to suit: width, height, etc.
Can a bb code like this be attached to a permission so that only admins or moderators can use?
 
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?
Since you have it working now can you please post a a BB-Code add-on xml for this?
 
Hey your Remix Forums transparent theme is awesome. Have you ever released it as a free or paid style?
 
Now that this thread is been moved, If someone have created new bbcode for the BB Code manager can post it here.
Or do you think that this thread have to be merged with the BB Code Manager's on the Resource Manager, so all the information are there?
 
Yes but these in this topic are specific to the BB Code Manager.
So ? Does it change the question of support or the problem to search a bbcode inside a multi page thread? I don't think so. But now you are free to use the way you prefer, so as bbcode developers.
 
Top Bottom