BB Code Manager: BB Code XML Repository

Well I think that if this discussion will stay alive can be usefull for people to ask some bbcode and to find bbcode that are not on the RM.
How many of bbcodes in this discussion was transferred on the RM?
 
I have not transferred any of mine yet...(should start doing that)

And yes this discussion is probably better to be left open, people can use it to help, ask questions and others who develop bbcodes and use the RM to post them can simply post a link here as well notifying the general community that a new bbcode xml has been added to the RM.
 
Google Audio Player No Longer Working.. I am no longer able to use google audio player on my site.
@EQnoble is requested to make this again... i hope this site will help you.
[Resolved]
Basically :
1. Where are the files you want to lay located? Get the address
2. Download 3523697345-audio-player.swf - you can get this off my dropbox folder if it helps : http://dl.dropbox.com/u/17757917/3523697345-audio-player.swf
3. Copy the swf to the same location as the files you want to play
4. Write your code something like this :

BB Code Title:
Code:
Google mp3 player

BB Code Description:
Code:
Uses googles swf mp3 player for playback of mp3's in posts

BB Code Tag:
Code:
gmp3

Example:
Code:
[gmp3]xenxero.com/data/media/audio/wijb.mp3[/gmp3]
Simple Replacement Start:
Code:
<embed type="application/x-shockwave-flash" flashvars="audioUrl=http://

Simple Replacement End:
Code:
" src="http://dl.dropboxusercontent.com/u/17757917/3523697345-audio-player.swf" width="400" height="27" quality="best"></embed>



Obviously you need to change the audioURL= bit to whatever the full address is of the file you want to play and change the src= bit to the full address of where you put the swf file. :)
 
Could someone please create an xml for this table BB addon at vBulletin.org:
http://www.vbulletin.org/forum/showthread.php?t=107985&highlight=vBCode+table
so that the tables existing on AVForums right now will work when we migrate?
This is how it looks:
Code:
[table="head"]head col1|head col2|head col3
row1 col1|row1 col2|row1 col3
row2 col1|row2 col2|row2 col3[/table]
So pipe characters or tabs separate columns, and new lines separate rows.

...unless... there is a way to convert all the existing tables on AVForums to a better format for a better table BB code?

Thanks
 
Could someone please create an xml for this table BB addon at vBulletin.org:
http://www.vbulletin.org/forum/showthread.php?t=107985&highlight=vBCode table
so that the tables existing on AVForums right now will work when we migrate?
This is how it looks:
Code:
[table="head"]head col1|head col2|head col3
row1 col1|row1 col2|row1 col3
row2 col1|row2 col2|row2 col3[/table]
So pipe characters or tabs separate columns, and new lines separate rows.

...unless... there is a way to convert all the existing tables on AVForums to a better format for a better table BB code?

Thanks
Paul (@Brogan) has some very good table codes, I believe there may already be an add-on that does this. It may be possible to write some RegEx or something to convert it into a better format.
 
Could someone please create an xml for this table BB addon at vBulletin.org:
http://www.vbulletin.org/forum/showthread.php?t=107985&highlight=vBCode table
so that the tables existing on AVForums right now will work when we migrate?
This is how it looks:
Code:
[table="head"]head col1|head col2|head col3
row1 col1|row1 col2|row1 col3
row2 col1|row2 col2|row2 col3[/table]
So pipe characters or tabs separate columns, and new lines separate rows.

...unless... there is a way to convert all the existing tables on AVForums to a better format for a better table BB code?

Thanks
Of the four table BBCodes in the Resource Manager, these two are close to what you're describing:
http://xenforo.com/community/resources/raid101-com-easy-table-bbcode.944/
http://xenforo.com/community/resources/table-bbcode.552/

Can't vouch for how well either works.
 
The last one is clever. It is an addon which uses jQuery to allow pagination of the table and, more usefully, filtering.
If only it could cope with a tab as well as a pipe for the column separator. I may commission a proper table addon which copes with multiple uses including Brogan's in this thread.
 
This is a simple solution i came up with to embed pdf files from localhost. It can be modified to be used for remote pdf docs as well. If you need that let it be known and I will add that here as well.
View attachment 8979
Edit: updated 5.5.11 2:07am

Hi EQ,

did you actually release an Addon in order to embed .pdf-files from both localhost and from remote into a Forum-thread ?

Many thanks!
 
Hi, is this possible?

[IMGL]url_to_image[/IMGL]

Result: image floated left.

[IMGR]url_to_image[/IMGR]

Result: image floated right.

I'm currently doing
Code:
[float=left][img]url_to_image[/img][/float]
but it's complicated, especially when we are not able to create button which will insert this easily.
 
@Brogan
This is one BBcode of vbbuletin.
Can You Convert it to bbcode xml XenForo helps me??


Title: Note
BB Code Tag: Name note
Example [note]Hello[/note]

Description Makes Note boxes

Use {option} No

Remove Tag If Empty Yes

Disable BB Code Within This BB Code No

Disable Smilies Within This BB Code No

Disable Word Wrapping Within This BB Code No

Replacement

Code:
<div style="margin: 5px 5px;"> <div style="padding-left: 25px; padding-right: 25px;"> <div style=" -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; background:#e8f3ff none repeat scroll 0 0; border:1px solid #42a1de; margin:5px 10px 0;"> <div style="padding: 0pt 5px; background: #42a1de none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; -moz-border-radius-topleft:6px; -moz-border-radius-topright:6px; "> <font color="#e8f3ff"> <b> <em>NOTE</em> </b> </font> </div> <table width="100%" border="0"> <tbody> <tr> <td width="5%"> </td> <td width="90%">{param}</td> <td width="5%"> <img alt="" src="./images/TW7S/infonotetipwarn/note.png"/> </td> </tr> </tbody> </table> </div> </div> </div>
 
I really need it
Please help me
@Brogan
This is one BBcode of vbbuletin.
Can You Convert it to bbcode xml XenForo helps me??

Replacement

Code:
<div style="margin: 5px 5px;"> <div style="padding-left: 25px; padding-right: 25px;"> <div style=" -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; background:#e8f3ff none repeat scroll 0 0; border:1px solid #42a1de; margin:5px 10px 0;"> <div style="padding: 0pt 5px; background: #42a1de none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; -moz-border-radius-topleft:6px; -moz-border-radius-topright:6px; "> <font color="#e8f3ff"> <b> <em>NOTE</em> </b> </font> </div> <table width="100%" border="0"> <tbody> <tr> <td width="5%"> </td> <td width="90%">{param}</td> <td width="5%"> <img alt="" src="./images/TW7S/infonotetipwarn/note.png"/> </td> </tr> </tbody> </table> </div> </div> </div>
I really need it
Please help me
@Brogan @Jeremy
 
Here is the table code I use on my site.

It consists of table, transparent row, white row, grey row, header cell, left-aligned cell, centre-aligned cell and right-aligned cell.

You can see it on the BB Code Help page here: http://www.cliptheapex.com/community/help/bb-codes
And an example of it in use here: http://www.cliptheapex.com/community/threads/the-first-test-of-2011-valencia.2143/page-13#post-34065

You will need to edit the colours to suit.

I saw you using a BBCode for a green box called [PANEL]. Can you help me get the same box, just with a red background, something like a Moderator Notice, to get attention in threads. [mod]....[/mod] that results in a red box?

that would be really helpful. Sorry if this is already mentioned somewhere :/
 
@Brogan
Can you help me fix it
I want use it for my BBcode.
Note: The red
It is the article content


<div style="margin: 5px 5px;"> <div style="padding-left: 25px; padding-right: 25px;"> <div style=" -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; background:#defee3 none repeat scroll 0 0; border:1px solid #28c25a; margin:5px 10px 0;"> <div style="padding: 0pt 5px; background: #28c25a none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; -moz-border-radius-topleft:6px; -moz-border-radius-topright:6px; "> <font color="#defee3"> <b> <em>Information</em> </b> </font> </div> <table width="100%" border="0"> <tbody> <tr> <td width="5%"> </td> <td width="90%">{param}</td> <td width="5%"> <img alt="" src="./images/TW7S/infonotetipwarn/info.png"/> </td> </tr> </tbody> </table> </div> </div> </div>


Ninja9x.Net---Capture.PNG
 
Top Bottom