AniDex Forums

AniDex => Suggestions => Topic started by: Moodkiller on May 12, 2017, 01:22:26 pm

Title: JBBCode Additions
Post by: Moodkiller 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
Title: Re: JBBCode Additions
Post by: Catar 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).
Title: Re: JBBCode Additions
Post by: Moodkiller 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.
Title: Re: JBBCode Additions
Post by: Lenmaer 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.
Title: Re: JBBCode Additions
Post by: anonymlol 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]
Title: Re: JBBCode Additions
Post by: Catar 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?)
Title: Re: JBBCode Additions
Post by: Lenmaer 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. ^^
Title: Re: JBBCode Additions
Post by: AkanakA on July 14, 2017, 07:13:16 pm
Beside size, please include LIST.
Title: Re: JBBCode Additions
Post by: Holo on July 18, 2017, 12:33:41 pm
list, ul, ol, spoiler, h1, h2, h3, h4

The above codes have been added.