MyBB Community Forums

Full Version: Allow only imgur images in signature
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,
I'm trying to make an if else statement in php to allow only imgur images in the signature.

It should look something like:

if (condition) {
    code to be executed if condition is true;
} else {
    code to be executed if condition is false;
}
But I'm clueless on what to do next.

Bumping thread. Thanks