Page 1 of 1

Suggestions

Posted: Thu May 02, 2013 10:10 am
by smashapps
#CodenStuff

I have a few suggestions one is to allow people to post tabbed threads.

For example if we post a tutorial in Vb maybe we want to post it in C# as well and we have tabs in the post instead of a code box there could be tabs labelled Vb which will contain Vb code and the second tab could be C# containing C# code. jquery tabs would be good for this.

I forgot what my second suggestion was.

Re: Suggestions

Posted: Thu May 02, 2013 10:20 am
by comathi
Do you mean something like on MSDN, where it's one reference for all languages, but withspecific code for each?

Like this: http://msdn.microsoft.com/en-us/library ... xtbox.aspx (notice the code box)

Re: Suggestions

Posted: Thu May 02, 2013 11:33 am
by Shim
i think it's not so easy because this is phpbb and by the way we have different sections for different programming languages

Re: Suggestions

Posted: Thu May 02, 2013 11:59 am
by benji_19994
When you have it like that you would want more of a blog type thing not for a forum and also it would get confusing as if there were people with problems people would be try C# code and C# people will be trying visual basics code

Re: Suggestions

Posted: Thu May 02, 2013 3:19 pm
by Codex
Implementing tabs in BBCode (phpBB) is easy, it's basically html + javascript (and CSS for styling)
Sample: http://phpbbandbbcodes.com/viewtopic.ph ... YKD5GRQ2p8

Re: Suggestions

Posted: Sun May 05, 2013 5:31 am
by mikethedj4
So a tabbed spoiler is what you're referring to. Nice idea I didn't quite think of that. Just hope the tabs would be on the top where you can show/hide the spoiler than on the bottom.