It is currently Fri Nov 29, 2024 4:51 pm

All times are UTC - 6 hours [ DST ]




Post new topic Reply to topic  [ 1510 posts ]  Go to page Previous  1 ... 26, 27, 28, 29, 30, 31, 32 ... 76  Next
Author Message
PostPosted: Sun May 18, 2014 7:59 pm 
Offline
Development Lead
User avatar

Joined: Sep 19, 2013
Posts: 1542
Bumped it up to 20.

_________________
"In the beginning, there was nothing, which exploded." — Terry Pratchett


Like this post
Top
 Profile  
 
PostPosted: Sun May 18, 2014 8:33 pm 
Offline
Member
User avatar

Joined: Sep 22, 2013
Posts: 5418
Location: somewhere btwn Achilles and the tortoise
Preferred Pronoun Set:
Thanks so much!

_________________






Like this post
Top
 Profile  
 
PostPosted: Sun May 18, 2014 9:51 pm 
Offline
Development Lead
User avatar

Joined: Sep 19, 2013
Posts: 1542
Miss Bun requested this earlier, but I'd like to toss in another request for HTML autocarding, or autocarding of some other sort that's compatible with [super secret project]. It'd be pretty handy to be able to autocard on there.


This should be working now. Syntax is
Code:
{{#card: <card name>}}
or
{{#card: <card name> | <text to display> }}

_________________
"In the beginning, there was nothing, which exploded." — Terry Pratchett


Like this post
Top
 Profile  
 
PostPosted: Mon May 19, 2014 10:29 am 
Offline
Member

Joined: Sep 22, 2013
Posts: 4859
Identity: genderqueer
Preferred Pronoun Set: zie/zin/zir/zirs/zinself
Yeeeeeeeeeeeeeees this is awesome :D :D :D

Thanks Welder!


Like this post
Top
 Profile  
 
PostPosted: Wed May 21, 2014 11:56 am 
Offline
Member

Joined: Sep 22, 2013
Posts: 4859
Identity: genderqueer
Preferred Pronoun Set: zie/zin/zir/zirs/zinself
One more request for [super secret project]! Mana symbols and mana symbol autoinclude templates. Do you guys want to add them, or can I just go ahead and create them myself? Because that's definitely a thing I can do, but like some of the other massive overarching templates I don't know how y'all feel about me just sort of unilaterally building core operating systems of [super secret project].

Not that I personally MIND unilaterally building core systems. I am, after all, mad with power. But yeah, would it be easier if I went ahead and did it, or is it something someone more official wants to handle. I don't, after all, know what the RPG side of things needs and I don't want to accidentally steal their template namespace.

Also, any more news on the rollout for this thing? I'd love to start hyping it on M:EM social media.


Like this post
Top
 Profile  
 
PostPosted: Wed May 21, 2014 3:58 pm 
Offline
Development Lead
User avatar

Joined: Sep 19, 2013
Posts: 1542
Well, it's certainly easier for me if you guys just implement everything you want yourselves. :p

Are you looking for something like the [mc] tags here? Say, {{#mana: wubrg}} => .

If so, I have the interesting parts of that code done already and can set it up on [project] with remarkably little effort.
Otherwise, since you clearly know what you want and how to do it, feel free to make it happen!


Oh, and the rollout should be "soon". Perhaps even "imminent"!

_________________
"In the beginning, there was nothing, which exploded." — Terry Pratchett


Like this post
Top
 Profile  
 
PostPosted: Wed May 21, 2014 4:44 pm 
Offline
Member
User avatar

Joined: Sep 19, 2013
Posts: 2156
Identity: Otter
Preferred Pronoun Set: Otterself
IS there a way to hide stuff in the active threads? I'm wodnering cuz in order to see something of interest to myself , I currently have to either go forum by forum or click on page two to get past the magic stuff

_________________
Image


Like this post
Top
 Profile  
 
PostPosted: Wed May 21, 2014 5:16 pm 
Offline
Former Staff
User avatar

Joined: Sep 19, 2013
Posts: 3426
Location: Elemental Plane of Fire
Identity: Male
Preferred Pronoun Set: He/Him or by name
You can minimze any forum sections, out on the right-hand side of the bar with the section's name.

_________________
Burn it with fire! If it still moves, you didn't use enough fire.


Like this post
Top
 Profile  
 
PostPosted: Wed May 21, 2014 5:22 pm 
Offline
Member
User avatar

Joined: Sep 19, 2013
Posts: 2156
Identity: Otter
Preferred Pronoun Set: Otterself
GobO_Fire wrote:
You can minimze any forum sections, out on the right-hand side of the bar with the section's name.



You can't do that when you click "View Active Topics"

_________________
Image


Like this post
Top
 Profile  
 
PostPosted: Wed May 21, 2014 5:23 pm 
Offline
Member

Joined: Sep 22, 2013
Posts: 4859
Identity: genderqueer
Preferred Pronoun Set: zie/zin/zir/zirs/zinself
Well, it's certainly easier for me if you guys just implement everything you want yourselves. :p

Are you looking for something like the [mc] tags here? Say, {{#mana: wubrg}} => .

If so, I have the interesting parts of that code done already and can set it up on [project] with remarkably little effort.
Otherwise, since you clearly know what you want and how to do it, feel free to make it happen!


Oh, and the rollout should be "soon". Perhaps even "imminent"!

Ah, good, ok. If you've got that already almost finished, then I'll just wait!

You can probably do it in a far less tedious way than I can, since I'd be manually adding a bunch of templates to drop in rather than writing in... uh... javascript I assume?

Glad it's almost ready for rollout. :D


Like this post
Top
 Profile  
 
PostPosted: Fri May 23, 2014 12:59 am 
Offline
Development Lead
User avatar

Joined: Sep 19, 2013
Posts: 1542
OK, mana should be good to go. Also, I've made some adjustments that should make copy/pasting from here to there easier -- most bbcodes ([b], [i], [url], etc.) will now work on [project] as well.

The following all produce :
Code:
{{#mana: wubrg}}
[mc]wubrg[/mc]
[mana]wubrg[/mana]

Syntax is just like on the forums, e.g. (b/w) for hybrid, (pr) for phyrexian mana, etc.

Adding bbcodes means that there are now a lot of ways to do autocards:
Code:
{{#card: <cardname>}}
{{#card: <cardname> | <text to display>}}
[c]<cardname>[/c]
[card]<cardname>[/card]
[c=<cardname>]<text to display>[/c]
[card=<cardname>]<text to display>[/card]


As always, please let us know about any issues you have.
You can probably do it in a far less tedious way than I can, since I'd be manually adding a bunch of templates to drop in rather than writing in... uh... javascript I assume?

PHP, but whatever. Most of this was just copy-and-paste from the code that handles autocards/mana symbols on the forums. :D

_________________
"In the beginning, there was nothing, which exploded." — Terry Pratchett


Like this post
Top
 Profile  
 
PostPosted: Fri May 23, 2014 1:05 am 
Offline
Member
User avatar

Joined: Sep 26, 2013
Posts: 2093
Identity: Male
I was thinking the "MC" button on the post editor could be renamed to use mana symbols instead of "MC". It would make it stand out and prevent confusion over potentially unknown acronyms. I think a short string of symbols would communicate what it does pretty effectively.

Also, perhaps guild symbol smilies?

_________________
"Body and spirit are sworn enemies. They will take any excuse to be rid of each other."
—Tariel, Reckoner of Souls


Like this post
Top
 Profile  
 
PostPosted: Fri May 23, 2014 5:03 am 
Offline
Moderator Lead
User avatar

Joined: Sep 19, 2013
Posts: 1242
Identity: Male
Hmmm... Something liiike:
Attachment:
Boros - 2 percent.png
Boros - 2 percent.png [ 453 Bytes | Viewed 6183 times ]
?

_________________
It would be folly to try to conceal the true nature of Althalus, for his flaws are the stuff of legend. He is, as all men know, a thief, a liar, an occasional murderer, an outrageous braggart, and a man devoid of even the slightest hint of honor.


Like this post
Top
 Profile  
 
PostPosted: Fri May 23, 2014 8:30 am 
Offline
Member

Joined: Sep 22, 2013
Posts: 4859
Identity: genderqueer
Preferred Pronoun Set: zie/zin/zir/zirs/zinself
Aaaah, awesome Welder, thanks!

Hm, this almost makes me wonder if it would be worth switching most if not all of the code over to bbcode since then it'll be easier to paste back and forth... >_> Almost certainly not, I suspect.

I've been looking around for conversion tools and most everything is great converting code to the syntax you need for a project like this, but converting back out again is apparently trickier... or at least no one's really put together a particularly good tool. :/


Like this post
Top
 Profile  
 
PostPosted: Fri May 23, 2014 11:34 am 
Offline
Member

Joined: Sep 22, 2013
Posts: 4859
Identity: genderqueer
Preferred Pronoun Set: zie/zin/zir/zirs/zinself
Mana codes are working fine, and the M:EM pages are looking quite lovely now, if I do say so myself.

Is it possible to get spoiler tags working as well? That'd be potentially quite useful.


Like this post
Top
 Profile  
 
PostPosted: Wed May 28, 2014 1:49 am 
Offline
Member
User avatar

Joined: Sep 22, 2013
Posts: 11309
Location: Asleep at the wheel
Preferred Pronoun Set: SE / squinty / squints
Is it possible to augment the dice tag to include dice for other games, such as Elder Signs for the Play by Post section?

~SE++

_________________
[D&D 5E] Princes of the Apocalypse | Set-up | In Character | Out of Character | Map: Lance Rock

[Johnny's Quest] October 12 - 18: Cloudstone Curio


Like this post
Top
 Profile  
 
PostPosted: Wed May 28, 2014 11:19 pm 
Offline
Development Lead
User avatar

Joined: Sep 19, 2013
Posts: 1542
Is it possible to get spoiler tags working as well? That'd be potentially quite useful.

Sure, I found a little extension somebody else made up for this. Use like so:
Code:
<spoiler>hidden stuff</spoiler>
or
<spoiler text="title">hidden stuff</spoiler>


Is it possible to augment the dice tag to include dice for other games, such as Elder Signs for the Play by Post section?

~SE++

I have no idea what Elder Signs is, but the dice code we have is really nasty and I'm loathe to make major changes to it if it can be avoided.

_________________
"In the beginning, there was nothing, which exploded." — Terry Pratchett


Like this post
Top
 Profile  
 
PostPosted: Thu May 29, 2014 12:36 am 
Offline
Member
User avatar

Joined: Sep 22, 2013
Posts: 11309
Location: Asleep at the wheel
Preferred Pronoun Set: SE / squinty / squints


~SE++

_________________
[D&D 5E] Princes of the Apocalypse | Set-up | In Character | Out of Character | Map: Lance Rock

[Johnny's Quest] October 12 - 18: Cloudstone Curio


Like this post
Top
 Profile  
 
PostPosted: Thu May 29, 2014 10:37 am 
Offline
Member

Joined: Sep 22, 2013
Posts: 4859
Identity: genderqueer
Preferred Pronoun Set: zie/zin/zir/zirs/zinself
Thanks, Welder! Any news on the official rollout date? I'd love to be able to start linking to it on the M:EM tumblr account, or at least talking it up a bit more explicitly.


Like this post
Top
 Profile  
 
PostPosted: Fri May 30, 2014 1:35 am 
Offline
Member
User avatar

Joined: Sep 23, 2013
Posts: 10342
Preferred Pronoun Set: BH/B.H./Bounty Hunter
Aye. Continued good work Welder!

_________________
"Life is like a Dungeon Master, if it smiles at you something terrible is probably about to happen."

Play-By-Post Games
Phandelver : IC / OC / Map


Like this post
Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1510 posts ]  Go to page Previous  1 ... 26, 27, 28, 29, 30, 31, 32 ... 76  Next

All times are UTC - 6 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group