tonmo
Well-known member
This is very great.  I'm using it in conjunction with this.  A couple of changes I made:
-- I modified your templates (post and thread) to include some static positioning content (from my own widget) that I need to have at the top of my page, over your widget. I just inserted the widget-key include at the top of the template.
-- I modified the same templates to use the standard header instead of the minor header (invoked only if you include a title in your widget). So I replaced this:
	
	
	
		
with this:
	
	
	
		
				
			-- I modified your templates (post and thread) to include some static positioning content (from my own widget) that I need to have at the top of my page, over your widget. I just inserted the widget-key include at the top of the template.
-- I modified the same templates to use the standard header instead of the minor header (invoked only if you include a title in your widget). So I replaced this:
		Code:
	
	<div class="block block--articles block--messages block--previews" {{ widget_data($widget) }}>
    <div class="block-container">
        <xf:if is="$title">
            <div class="block-filterBar">
                <h3 class="block-minorHeader">
                    {$title}
                </h3>
            </div>
        </xf:if>with this:
		Code:
	
	<div class="block block block--articles block--messages    block--previews" {{ widget_data($widget) }}>
    <div class="block-container">
        <xf:if is="$title">
            
                <h3 class="block-header">
                    {$title}
                </h3>
            
        </xf:if>![[EAE Add-ons] Thread preview widget](/community/data/resource_icons/8/8074.jpg?1601904405)
 
 
		
 
 
		
 
 
 
 
		 
 
		
 
 
		