Metalik New member Sep 1, 2010 #1 Hi, Please add PHP: , [code], [html] buttons on editor. (similar to vBulletin bbcodes) Thank you Upvote 1
J James Well-known member Licensed customer Sep 1, 2010 #2 PHP: I like this idea [code] I like this idea [html] I like this idea Heh... seems to add the closing tags automatically.
PHP: I like this idea [code] I like this idea [html] I like this idea Heh... seems to add the closing tags automatically.
F Floris Guest Sep 1, 2010 #3 Just like [media] I wouldn't mind personally if it is all [code] where you can just go [code="php, index.php"]//blah blah[/code] and [code=html]<!-- blah blah -->[/code] Allowing in the future to just add css,sql,js, etc
Just like [media] I wouldn't mind personally if it is all [code] where you can just go [code="php, index.php"]//blah blah[/code] and [code=html]<!-- blah blah -->[/code] Allowing in the future to just add css,sql,js, etc
Mike XenForo developer Staff member Licensed customer Sep 1, 2010 #4 Floris said: Just like [media] I wouldn't mind personally if it is all [code] where you can just go [code="php, index.php"]//blah blah[/code] and [code=html]<!-- blah blah -->[/code] Allowing in the future to just add css,sql,js, etc Click to expand... It does that. Only PHP and HTML exist (as well as "rich", for BB code markup), but it's designed to be extensible.
Floris said: Just like [media] I wouldn't mind personally if it is all [code] where you can just go [code="php, index.php"]//blah blah[/code] and [code=html]<!-- blah blah -->[/code] Allowing in the future to just add css,sql,js, etc Click to expand... It does that. Only PHP and HTML exist (as well as "rich", for BB code markup), but it's designed to be extensible.
J James Well-known member Licensed customer Sep 1, 2010 #5 Ah, nice. It's going to be pretty extensible then.