Quick question.
When I try to post an image it said I wasn’t allowed too. Did you earn some trust or was it because of the website you used?
Quick question.
When I try to post an image it said I wasn’t allowed too. Did you earn some trust or was it because of the website you used?
There’s a few qualifiers for what types of images you can use:
Can’t be an image off your personal computer
Your personal computer (probably) doesn’t host images in HTTP. I have a personal computer that hosts images, so if I specify the URL to that computer I would be able to see them
They have to be valid URLs; and not the URL to the site, but to the image
To ensure this, go to the image that you want to post, right-click it and select “Copy image address” (Chrome)
You have to place the image in the src of the img tag as above, or in the Markdown format as above.
Hopefully that clears up some questions.
However, I can’t seem to place images in there either anymore, so I guess it’s a trust earned feature now.
Might use this later
This interests me, because I feel like my experiences contradict this.
I have all normal grey and blue items. So I only ever get duplicates from normal boxes, unless there is an epic or legendary in there. Since the event started, I haven’t gotten a single duplicate. All grey/blue items are event items. That indicates to me that they roll for rarity first and then do duplicate detection for normal as well as event items.
How do you know it’s seperate?
You’re more than welcome to.
I really wanna ask someone to pin this, it helps so much. Please mods?
Nobody has control over what is pinned.
Default user settings are to unpin even community announcements by the mods.
It’s a user by user basis who chooses to pin, bookmark, etc etc a topic.
I agree that thos thread is important though!
EDIT:
Thought it would be useful to leave this here, too:
Dang, well thanks. And pardon me but I asked this on your Q&A thread but how do you do markdown tables and the Q&A dropdown arrows?
I tried manually typing in the Table on mobile but it doesn’t seem to work.
Hey there Doc!
Expandable items have been added to my Markdown tut, but for simplicity here is the source code:
Some example hidden content
[details="My example Expandable list"]
Some example hidden content
[/details]
Tables are created from text separated by vertical bars, followed by vertical bars separated by hyphens (no spaces), followed by all of the rows of actualy data you want displayed separated by Vertical bars.
Also the rendering is a little specific on this site… It really wants the number of columns to match.
Also, placing the a colon on either side of the column will format all rows coming after it as aligned to that side:
|:-| = Left Aligned
|-:| = Right Aligned
|:-:| = Centered
You can place as many hyphens in between the colons/ vertical bars (depending on whether or not you are using the align feature), in my examples I try to make all of the text line up, but in practice I usually wouldn’t bother.
For instance:
Poster Qualities | @Doc | @RichC | @AdderalGirl |
---|---|---|---|
Funny | X | X | |
Quick Learner | X | ||
Positivity | X | X | |
Trollposts | X |
|Poster Qualities|@Doc|@RichC|@AdderalGirl|
|:-|:-:|:-:|:-:|
|Funny|X|X| |
|Quick Learner|X| | |
|Positivity|X|X| |
|Trollposts| | |X|
Works just as well as:
Poster Qualities | @Doc | @RichC | @AdderalGirl |
---|---|---|---|
Funny | X | X | |
Quick Learner | X | ||
Positivity | X | X | |
Trollposts | X |
|Poster Qualities|@Doc|@RichC|@AdderalGirl|
|:---------------|:--:|:----:|:----------:|
|Funny | X | X | |
|Quick Learner | X | | |
|Positivity | X | X | |
|Trollposts | | | X |
Testing the new partial quote stuff
Look guys, a necro !
Dang this is some powerful necromancy here.