K Kentarok Member Jan 15, 2013 #1 How I can get a picture I inserted into the page_countainer not shown in the threads?
Chris D XenForo developer Staff member Jan 15, 2013 #2 If I understood correctly, you have inserted an image into the PAGE_CONTAINER template and you do NOT want it to be shown in threads? If so... wrap the image code in a conditional, like this: Code: <xen:if is="{$contentTemplate} != 'thread_view'"> <img src="http://www.valvetime.net/styles/valvetime/xenforo/valve.png" /> </xen:if> Upvote 0 Downvote
If I understood correctly, you have inserted an image into the PAGE_CONTAINER template and you do NOT want it to be shown in threads? If so... wrap the image code in a conditional, like this: Code: <xen:if is="{$contentTemplate} != 'thread_view'"> <img src="http://www.valvetime.net/styles/valvetime/xenforo/valve.png" /> </xen:if>
Chris D XenForo developer Staff member Jan 15, 2013 #4 Just try again, I originally made a mistake and edited my post. Upvote 0 Downvote
K Kentarok Member Jan 31, 2013 #6 I return with another query. Can not display an image in two forums and elsewhere if? Upvote 0 Downvote