• Welcome to League Of Reason Forums! Please read the rules before posting.
    If you are willing and able please consider making a donation to help with site overheads.
    Donations can be made via here

Remove images from quoted text.

nophun

New Member
arg-fallbackName="nophun"/>
Images quoted over and over ... it drives me crazy. :?
I am sure there is already a PHPBB mod for this. If not it would be simple enough to make.

Thoughts?
 
arg-fallbackName="lrkun"/>
nophun said:
Images quoted over and over ... it drives me crazy. :?
I am sure there is already a PHPBB mod for this. If not it would be simple enough to make.

Thoughts?


Can you be more specific? There is an option when you quote something, you can choose to ommit the image. A little editing will suffice.
 
arg-fallbackName="nophun"/>
I am aware I can choose to remove images from quotes I am posting.
What I am asking for is no images quoted by default so threads stop getting clogged up with the same images.

The way I would go about this is replacing all img tags that are nested in a quote tag with url tags.

Code:
<i>
</i>[quote][img]{urltoimg}[/img][/quote]
replaced by
[quote][url]{urltoimg}[/url][/quote]
 
arg-fallbackName="lrkun"/>
nophun said:
I am aware I can choose to remove images from quotes I am posting.
What I am asking for is no images quoted by default so threads stop getting clogged up with the same images.

The way I would go about this is replacing all img tags that are nested in a quote tag with url tags.

Code:
<i>
</i>[quote][img]{urltoimg}[/img][/quote]
replaced by
[quote][url]{urltoimg}[/url][/quote]

I see. That's a grand idea. I hope it'll be adopted by the mods.
 
arg-fallbackName="nophun"/>
found a mod on the phpBB forums.
Modification description: Images in quotes are both useless and pretty annoying, since the images are already posted before and quoting them takes op a lot of space. This MOD fixes that: images that are quoted are being converted to the corresponding url
http://www.phpbb.com/community/viewtopic.php?f=69&t=1282765

Author had a genius idea, in my opinion. :D
 
arg-fallbackName="CosmicSpork"/>
I'll look at sorting this out when I can, I too get annoyed by people quoting images. I had hoped people would be courteous enough remove them, lazy buggers :p
 
Back
Top