XF 2.3 Message below thumbnail attachments

PhineasD

Active member
I would like to display a text message below the thumnbail attachments for guests indicating that in order to view the full size image they must be registered.

What template should I edit?

Thx!
 
Should be in the message_macros template. Search for the message-attachments class. In that <section> tag you could include a new <h4> or <strong> with your message. That way it would only show up if an attachment is added.

You may also want to include some kind of conditional xf:if you only show if the user group was unregistered/guest.
 
Back
Top Bottom