Boone

Well-Known Member
There is no last poster avatar on the apex themes.

Yes, it's on the default and other themes I possess.

Thanks.
 
- Solution for old school layout type (3)
Style Properties   XB    Forum   Node List   Admin CP   XenForo.jpeg

Open xb_node_layoutsThree and find:
HTML:
<div class="nodeStats pairsInline">
After it add this:
Code:
<xen:include template="waindigo_node_forum_avatar_lastpostavatar" />
Then open xb_node_layoutsThree.css and add this:
Code:
.nodeStats a.avatar img {
border: 1px solid #c4c4c4 !important;
border-radius: 3px !important;
padding: 2px;
float: left;
width: 23px;
height: 23px;
margin-right: 4px;
}

- Solution for dual column extensive (2)
Style Properties   XB    Forum   Node List   Admin CP   XenForo.jpeg

Open xb_node_layoutsTwo and find:
HTML:
<div class="nodeLastPost secondaryContent">
After it add this:
Code:
<xen:include template="waindigo_node_forum_avatar_lastpostavatar" />
Save and enjoy, for the rest of the layout, default (works), dual minimal dont have last post so not needed, Hope i helped.
 
Anything fix/update on this gentlemen?

Thanks!

I just installed this and...

Screenshot_7.png


Seems to work fine.


Just open xb_node_layout_Three

Code:
  <div class="nodeLastPost secondaryContent">
       <xen:include template="waindigo_node_forum_avatar_lastpostavatar" />

Include that <xen:include right beneath that div.

No added css needed.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back