I went ahead and changed the margins, that fixed the issue.Did you try to edit the template like I tried it, this made it compatible with the IE, where I had problems before.
Replace EWRporta_Navtabs template content with@Chris Deeming, do you know by any chance how I can make this addon work with XenPorta?
I do believe What's New has been replaced with New Posts now. Unfortunately @Jaxel has not made any updates from his end.
<ul class="secondaryContent blockLinksList">
<xen:if is="{$visitor.user_id}"><li><a href="{xen:link 'watched/threads'}">{xen:phrase watched_threads}</a></li></xen:if>
<li><a href="{xen:link 'recent-activity'}">{xen:phrase recent_activity}</a></li>
<li><a href="{xen:link 'find-new/posts'}" rel="nofollow">{xen:if $visitor.user_id, {xen:phrase new_posts}, {xen:phrase recent_posts}}<xen:include template="unread_posts_count" /></a></li>
<xen:if is="{$perms.custom}">
<li style="width: 50px; height: 10px;"></li>
<li><a href="{xen:link 'portal/blocks'}">{xen:phrase customize_this_page}</a></li>
</xen:if>
</ul>
Replace EWRporta_Navtabs template content with
Code:<ul class="secondaryContent blockLinksList"> <xen:if is="{$visitor.user_id}"><li><a href="{xen:link 'watched/threads'}">{xen:phrase watched_threads}</a></li></xen:if> <li><a href="{xen:link 'recent-activity'}">{xen:phrase recent_activity}</a></li> <li><a href="{xen:link 'find-new/posts'}" rel="nofollow">{xen:if $visitor.user_id, {xen:phrase new_posts}, {xen:phrase recent_posts}}<xen:include template="unread_posts_count" /></a></li> <xen:if is="{$perms.custom}"> <li style="width: 50px; height: 10px;"></li> <li><a href="{xen:link 'portal/blocks'}">{xen:phrase customize_this_page}</a></li> </xen:if> </ul>
This is no rocket science stuff. I just need to hunt down where that phrase was used on EWR and modify it for my needs.Sweet, thanks Andy!
I tried to change the new_posts phase, but wasn't sure how to make unread post count work.
Really appreciate the help!
Yes, this add-on will show a count for new posts since a members last login/visit.@Chris Deeming - am I correct that this will show "new" posts since a members last login or visit?
Also - I don't have a what's new- can "unread posts" be added next to username- alerts area?
Thanks.
We use essential cookies to make this site work, and optional cookies to enhance your experience.