Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2111

phpBB Custom Coding • Re: Hiding file attachments from guests (using style template)

$
0
0
Don't shoot me if I've overlooked/missed something....
If you were going to do what you suggested you can just do it with permissions. He's only trying to hide large files that are links. You can't use global template variables in the attachment.html template so you need to add some.

That template is special case because it's parsed before viewtopic_body.html. The inline images are presumably similar to BBcode and it's parsed with topic text. The attachments at end of posts are parsed and held in {postrow.attachment.DISPLAY_ATTACHMENT}, It's already HTML.

Statistics: Posted by thecoalman — Wed Sep 04, 2024 4:39 pm



Viewing all articles
Browse latest Browse all 2111

Trending Articles