BB Code Manager: BB Code XML Repository

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.
Brogan, that is awsome!

Obviously very unsafe in the wrong hands, is there anyway I can make it so only I can use this BBcode? I assume not but worth the ask :), cheers
 
Is it possible to modify the custom bbcode help template to only display specific BBcode ids to a specify user or user group in theory anyways?
 
Which brings up my next question...quotes don't get copied when you quote someone...

Is it possible to re use that same mechanism...or maybe even wrap it in a quote box to prevent being able to see the tag?
 
Well the second solution allows to hide the bbcode...I tested with a random custom bbcode by putting my actual bbcode inside of quote tags. After posting I quoted that message and nothing shows inside of the quote...

Once a page is rendered into it's final state is there a way that a user can use firebug to see the tags or is that completely obscure once the page load finishes and bbcodes are parsed?
 
The tags aren't visible in the source once they've been rendered.

Wrapping them in quote tags will work but it's not a very elegant solution.
 
The tags aren't visible in the source once they've been rendered.

Wrapping them in quote tags will work but it's not a very elegant solution.
Yeah I know,:LOL: but I can't teach an embedded webpage to ballroom dance :-)

Is there any security issues with it other than the inherant of having users be able use embed html in general?
 
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.
Brogan that it could be modified to put [web]http://www.google.com[/web]?
NO [web=google.com][/web]
Tanks!!!
 
here yah go ... same as with brogans warning use at your own risk.

1. import xml
2. add the following to the EXTRA.css template
Code:
.bbframe
{
width:100%;
height:1000px;
}

Usage:
[frame]google.com[/frame]
 

Attachments

Back
Top Bottom