Recently, I've been trying to remove images that were posted before last weekend and so far I've been able to disable the tag using this in EXTRA.css:
/* Block all images*/
.bbCodeImage {
display: none !important;
}
Is it possible to display only IMG's that were posted after a specified date using this method?
/* Block all images*/
.bbCodeImage {
display: none !important;
}
Is it possible to display only IMG's that were posted after a specified date using this method?