Torchmodders

TorchModders => Suggestions & Feedback => Topic started by: Wolven on August 11, 2014, 03:00:28 am


Title: BBcodes
Post by: Wolven on August 11, 2014, 03:00:28 am
These boards support creating custom BBcode (http://https://www.phpbb.com/community/faq.php?mode=bbcode), so I'm looking for useful codes we could use.

Here's a list of BBcode I've added:

Spoiler:
[spoiler:2xfsaglt]This text is hidden[/spoiler:2xfsaglt]

Strikethrough:
[s:2xfsaglt]Strikethrough[/s:2xfsaglt]

Wiki: (Links to pages in our wiki)
[wiki:2xfsaglt]wikilogo[/wiki:2xfsaglt]
To link to this page: http://torchmodders.com/wiki/doku.php?id=wikilogo (http://torchmodders.com/wiki/doku.php?id=wikilogo) Just insert: wikilogo between the code tags

Highlight: [highlight=yellow:2xfsaglt]This is text highlighted in yellow.[/highlight:2xfsaglt] [highlight=orange:2xfsaglt]This is text highlighted in orange.[/highlight:2xfsaglt] [highlight=#555753:2xfsaglt]This is text highlighted in #555753.[/highlight:2xfsaglt]

Text align:
[spoiler:2xfsaglt]align=left:
[align=left:2xfsaglt]This text is left aligned.[/align:2xfsaglt]

align=center:
[align=center:2xfsaglt]This text is center aligned.[/align:2xfsaglt]

align=right:
[align=right:2xfsaglt]This text is right aligned.[/align:2xfsaglt][/spoiler:2xfsaglt]
Title: Re: BBcodes
Post by: Phanjam on August 11, 2014, 03:12:37 am
Thanks Wolven!
"Code" tagging works too :)

Code: [Select]
the quick brown fox

I think that's all we need then?
Title: Re: BBcodes
Post by: Wolven on August 12, 2014, 04:07:42 am
I've replaced the spoiler BBcode. It now looks like it does on the Runic boards.

[spoiler:1klp5978]I just love the way this spoiler looks compared to the previous one.[/spoiler:1klp5978]

I've also added [highlight=yellow:1klp5978]Highlight[/highlight:1klp5978]

And text align:

align=left:
[align=left:1klp5978]This text is left aligned.[/align:1klp5978]

align=center:
[align=center:1klp5978]This text is center aligned.[/align:1klp5978]

align=right:
[align=right:1klp5978]This text is right aligned.[/align:1klp5978]
Title: Re: BBcodes
Post by: Wolven on August 12, 2014, 03:32:44 pm
After moving to SMF the custom BBcodes we had for phpBB are messed up. I've added a few additions to the default SMF codes. I think we're mostly back where we where now, except from the wiki BBcode. I've not found a replacement for that yet, not that we really need it...

I found a Wikipedia mod and hacked it to use our wiki instead.
[wiki]experiencegate[/wiki]
Title: Re: BBcodes
Post by: Phanjam on August 13, 2014, 07:47:19 am
Quote from: Wolven
I found a Wikipedia mod and hacked it to use our wiki instead.
[wiki]experiencegate[/wiki]

Oooh, I LIKE this  8) very cool indeed. Thanks Wolven!
Title: Re: BBcodes
Post by: Wolven on August 13, 2014, 08:43:22 am
 8)

Just to clarify the usage, since the hover tip doesn't tell you how actually use the BBcode.

A typical URL to a page in our wiki looks like this: http://torchmodders.com/wiki/doku.php?id=start where 'start' at the end of the URL is the name of the wiki page.
To link to a wiki page, just insert the name of the page within the BBcode tags, like this: [wiki]start[/wiki] It will look like this: [wiki]start[/wiki]


I guess we should construct a document explaining some board features, like tags, and wiki links.

Title: Re: BBcodes
Post by: Phanjam on August 13, 2014, 08:58:16 am
I guess we should construct a document explaining some board features, like tags, and wiki links.

Yes, a user guide on these tools, and how they interact with the wiki itself, is critical I think. I will start on that right after I finish the logo, tho it may take several days to complete...

BTW, I managed to put a navigation sidebar/panel on the wiki (woohoo  8) )
Title: Re: BBcodes
Post by: Wolven on August 13, 2014, 09:06:46 am
Yes, a user guide on these tools, and how they interact with the wiki itself, is critical I think. I will start on that right after I finish the logo, tho it may take several days to complete...

BTW, I managed to put a navigation sidebar/panel on the wiki (woohoo  8) )
OK, that's cool. Looking forwards to the logo.

Good job the side nav for the wiki.