Discovery Gaming Community

Full Version: Whoever has access to ACP and bbcodes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I come back and i have to do all your work for you ofcs.

Regular expression:
Code:
\[imgh\]((?:.[^\ \'\;]*?)\.(?:jpg|png|gif|jpeg))\[\/imgh\]
Replacement:
Code:
<img style="max-height: 250px; width: auto" src="$1">



Regular expression:
Code:
\[imgw\]((?:.[^\ \'\;]*?)\.(?:jpg|png|gif|jpeg))\[\/imgw\]
Replacement:
Code:
<img style="max-width: 700px; height: auto" src="$1">

figure out for yourselves what these do
hint
seriously
calm down tiger, not a lot of people know how to do stuff, how about not shouting out, and just post a nice warming tutorial on how to do it
and stop spamming.
(11-20-2016, 12:26 AM)Sky Wrote: [ -> ]and stop spamming.

> bumping a thread with a feature which simplifies resizing of images so that people don't give bags of ad cash to andrew hedges and his aspect ratio calculator every month
> also would make mods work a lot easier (for the same reason)
> also not implemented for three months despite being literally copy-paste
> spamming
ok senpai
>paying money to resize images

stop
i can understand your intentions, but please the best way to do that is to make a post of how to do it in a nice way, perhaps a tutorial?

meanwhile have a listen



ahhhhhhhhh lovely isnt it
The person in question knows probably how to do it.

It's rather okay to bump a thread after two months. If that's spamming then I wonder how you survive on the internet.
is 's evil twin?

Learn to code more C:
(11-20-2016, 01:17 AM)nOmnomnOm Wrote: [ -> ] is 's evil twin?

Learn to code more C:

i can assure you that CSS is significantly different from C++

also pls add this
Pages: 1 2 3