Author Topic: JBBCode Additions  (Read 10775 times)

Offline Moodkiller

  • Closet Otaku
  • *
  • Posts: 6
  • Karma: +1/-0
  • I'm new here!
    • View Profile
JBBCode Additions
« on: May 12, 2017, 01:22:26 pm »
In addition to the following bbcode
Code: [Select]
[b][i][u][url][url=""][img][color] it would be good to add [size] (for text resizing) and [img={width}x{height}] for image resizing

Offline Catar

  • Closet Otaku
  • *
  • Posts: 13
  • Karma: +1/-0
  • lazy remuxer
    • View Profile
    • CTR Release Index
Re: JBBCode Additions
« Reply #1 on: May 13, 2017, 12:36:06 am »
Also important (I know it's been brought up, but just to reiterate) would be a spoiler tag function, or some other function to hide text. Media info pastes are a wonderful resource but they quickly and dramatically expand vertical space, so having some way to hide them would be good.

A full mediainfo parser like you see on AB or other sites would be awesome too, but just any sort of hide function would be a good starter (and also useful for being able to post, you know, spoilers).

Offline Moodkiller

  • Closet Otaku
  • *
  • Posts: 6
  • Karma: +1/-0
  • I'm new here!
    • View Profile
Re: JBBCode Additions
« Reply #2 on: May 15, 2017, 10:09:40 am »
A media info parser like AB would be awesome! I like the formatting and simplicity, both for submitter and viewer.
[mediainfo]...[/mediainfo] being requested.

Offline Lenmaer

  • Closet Otaku
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
    • Chihiro Fansubs
Re: JBBCode Additions
« Reply #3 on: May 15, 2017, 10:12:48 am »
I'd want an irc address bbcode, a clickable one. Or an automation like TT has or nyaa had.

Offline anonymlol

  • Administrator
  • Closet Otaku
  • *****
  • Posts: 3
  • Karma: +0/-0
  • Doki Fansubs
    • View Profile
Re: JBBCode Additions
« Reply #4 on: May 15, 2017, 05:17:51 pm »
I'd want an irc address bbcode, a clickable one. Or an automation like TT has or nyaa had.

Already possible, but not really needed. Your irc channel is already linked on the torrent page. But if you still want to add it to the description, just do this:

Code: [Select]
[url=irc://irc.rizon.net/CHANNEL]#[email protected][/url]

For example
Code: [Select]
[url=irc://irc.rizon.net/doki]#[email protected][/url]

Offline Catar

  • Closet Otaku
  • *
  • Posts: 13
  • Karma: +1/-0
  • lazy remuxer
    • View Profile
    • CTR Release Index
Re: JBBCode Additions
« Reply #5 on: May 15, 2017, 07:52:02 pm »
I'd want an irc address bbcode, a clickable one. Or an automation like TT has or nyaa had.

Already possible, but not really needed. Your irc channel is already linked on the torrent page. But if you still want to add it to the description, just do this:

Code: [Select]
[url=irc://irc.rizon.net/CHANNEL]#[email protected][/url]

For example
Code: [Select]
[url=irc://irc.rizon.net/doki]#[email protected][/url]

Not possible, because URL codes aren't implemented. Just doublechecked to be sure. When they do work, then yeah, you can just write your own irc url (assuming it doesn't prepend "HTTP". by the way holo, don't do this, mmkay?)

Offline Lenmaer

  • Closet Otaku
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
    • Chihiro Fansubs
Re: JBBCode Additions
« Reply #6 on: May 17, 2017, 02:30:55 am »
Already possible, but not really needed. Your irc channel is already linked on the torrent page. But if you still want to add it to the description, just do this:

Code: [Select]
[url=irc://irc.rizon.net/CHANNEL]#[email protected][/url]

For example
Code: [Select]
[url=irc://irc.rizon.net/doki]#[email protected][/url]

Thanks anonymlol, it works. ^^

Offline AkanakA

  • Closet Otaku
  • *
  • Posts: 6
  • Karma: +0/-0
  • I'm new here!
    • View Profile
Re: JBBCode Additions
« Reply #7 on: July 14, 2017, 07:13:16 pm »
Beside size, please include LIST.

Offline Holo

  • Administrator
  • Tsundere
  • *****
  • Posts: 65
  • Karma: +4/-0
    • View Profile
    • Doki Fansubs
Re: JBBCode Additions
« Reply #8 on: July 18, 2017, 12:33:41 pm »
list, ul, ol, spoiler, h1, h2, h3, h4

The above codes have been added.